Posts
All the articles I've posted.
Controlling Raspberry Pi Pico LED using CircuitPython
Published: at 12:43 AMThis video demonstrates how to control multiple LEDs connected to the Raspberry Pi Pico using CircuitPython. The main theme is about setting up and managing LED outputs efficiently. Viewers can learn how to structure code to control LED states, including turning them on and off in a sequential manner. Additionally, the exploration of GPIO pins and adapter modes provides foundational knowledge for programming with microcontrollers.
Controlling Raspberry Pi Pico LED using MicroPython
Published: at 12:18 AMControlling LEDs is a fundamental task in electronics, and this video demonstrates how to achieve this using MicroPython on the Raspberry Pi Pico. By connecting the adapter board and writing a simple script to manage multiple LEDs, viewers will learn about GPIO operations and timing control. The session focuses on turning LEDs on and off using a loop and understanding the pin configuration for effective control. Whether you're new to programming or want to expand your skills, this tutorial provides practical insights into MicroPython programming for physical computing. Join us to enhance your electronics knowledge with this hands-on guide!
Controlling the DHT11 temperature and humidity sensor with Raspberry Pi Pico using MicroPython
Published: at 02:43 AMGain insights into the process of controlling the DHT11 temperature and humidity sensor using MicroPython and Raspberry Pi Pico. This content provides a step-by-step guide on how to successfully connect and display environmental data on an OLED display, enhancing your ability to analyze atmospheric conditions effectively. The central theme revolves around the importance of data integrity and accurate readings, which are crucial for any scientific or analysis-based applications. By following the systematic commands and procedures outlined, viewers will learn to ensure that the collected data meets quality standards while improving their programming skills in embedded systems. This tutorial is especially beneficial for those interested in sensor control and data verification techniques.