Posts
All the articles I've posted.
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.
Controlling an OLED display with a Raspberry Pi Pico using MicroPython
Published: at 02:19 AMControlling an OLED display with an SSD1306 driver using I2C on the Raspberry Pi Pico unlocks a world of creative possibilities for users. This content guides viewers through the intricate setup process, emphasizing the importance of GPIO configuration for successful data transfer. The central theme revolves around using MicroPython for effective communication between devices, showcasing how software can overcome hardware limitations. By following the detailed instructions, viewers will learn to visually output pixels, lines, and text on the OLED display seamlessly. Ultimately, this content empowers users, both beginners and advanced, to bring their ideas to life through interactive designs.
Controlling an ultrasonic sensor on CircuitPython
Published: at 07:53 AMIn this video, you will learn how to control an Ultrasonic Sensor using CircuitPython, which is vital for accurate distance measurement. The main theme centers around effective setup and implementation of the sensor, ensuring the correct connections, code adjustments, and real-time monitoring for precise functionality. By following the demonstrated steps, you can gain valuable knowledge in configuring hardware components and executing code effectively, leading to enhanced learning in electronics and programming.