Posts
All the articles I've posted.
Controlling neopixels on CircuitPython
Published: at 10:08 AMThis video offers a detailed guide on how to control NeoPixel strips using CircuitPython. By following the steps outlined, viewers will gain an understanding of connecting components, importing libraries, and manipulating color settings to customize lighting effects. The main theme of this video revolves around learning to control pixel colors individually or collectively, ensuring that viewers can achieve their desired outcomes with flexibility in their projects.
Controlling Raspberry Pi Pico LED using CircuitPython
Published: at 09: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 09: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!