Posts
All the articles I've posted.
Controlling a switch on the Raspberry Pi Pico using MicroPython
Published: at 04:24 PMThis video guides you through the process of controlling an LED using a Raspberry Pi Pico and a switch. The central theme revolves around using MicroPython to set up a simple program where pressing the switch turns the LED on, and releasing it turns it off. You will learn to write code that manages input and output states effectively, making the project not only educational but also practical. By analyzing the steps to configure the adapter board, you enhance your skills in programming and electronics. This content is perfect for those wanting to master the basics of GPIO manipulation with a hands-on project.
Controlling a switch with CircuitPython
Published: at 10:19 PMControlling a switch with CircuitPython
Controlling a water level sensor on CircuitPython
Published: at 04:42 PMWatching this video will enhance your understanding of how to control and utilize a highly sensitive water level sensor. The main theme of the video revolves around accurately measuring water height using specific components, including an OLED display and proper connections. By following the detailed instructions provided, you will ensure the integrity and performance of the system, ultimately leading to successful operation and accurate measurements.