Tag: circuitpython
All the articles with the tag "circuitpython".
Controlling an OLED display with a Raspberry Pi Pico using CircuitPython
Published: at 05:21 PMIn this video, you will learn how to control an OLED display using the Raspberry Pi Pico, which is known for its affordability and ease of use. The main theme revolves around the importance of properly connecting the I2C pins, as they are swapped, and ensuring the correct libraries and font files are installed for successful operation. Additionally, the video provides a step-by-step guide to make the integration smooth and effective, highlighting common pitfalls and how to navigate them. By following along, you will gain valuable practical skills for future electronics projects involving I2C components.
Control a Buzzer with Raspberry Pi Pico using CircuitPython
Published: at 01:18 AMThis video provides an insightful demonstration on how to control a pzo speaker using Circuit Python on a Raspberry Pi Pico by manipulating sound frequencies. Viewers will learn about the practical applications of PWM (Pulse Width Modulation) to produce sounds at varying frequencies, like 200 Hz, 400 Hz, and up to 1,000 Hz. This knowledge is essential for understanding how different sound frequencies can be effectively managed in various projects, offering a hands-on experience that enhances coding and electronics skills.
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.