Posts
All the articles I've posted.
Controlling a soil moisture sensor on CircuitPython
Published: at 06:56 AMThis video demonstrates how to control a soil moisture sensor using CircuitPython, focusing on key components like the Y12 pin and the OLED display. Understanding each step and the connections is crucial for optimal performance and achieving precise sound predictions from the analog input. By following the instructions, viewers will gain confidence in their ability to set up the moisture sensor and monitor environmental conditions effectively.
Controlling a switch on the Raspberry Pi Pico using CircuitPython
Published: at 12:05 AMIn this video, you will learn how to control an LED using the Raspberry Pi Pico by implementing a key button configuration. This session emphasizes how to effectively record button presses and adjust the settings for optimal performance. By following the step-by-step process, viewers will gain valuable knowledge about using GPIO pins, setting inputs, and controlling outputs, enhancing their understanding of microcontroller applications.
Controlling a switch on the Raspberry Pi Pico using MicroPython
Published: at 07:24 AMThis 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.