Posts
All the articles I've posted.
Controlling Hardware Timers on the Raspberry Pi Pico using MicroPython
Published: at 01:44 AMLearn how to control a hardware timer to toggle an LED on and off every second using MicroPython in this informative session. The video covers the essential steps for timer setup, including initialization, mode selection, and callback functions, providing you with the knowledge to implement precise timing operations in your projects. By understanding how to set the timer in periodic mode, you'll be able to apply these concepts to various applications, from simple delays to complex scheduling. The central theme focuses on the versatility of hardware timers and their practical uses in programming. Watch this video to enhance your programming skills and improve your project efficiency.
Controlling NeoPixel using Bluefruit Connect on CircuitPython
Published: at 09:44 AMThis video demonstrates how to use Bluefruit technology to connect to a smartphone via BLE, allowing users to control Neopixels using a smartphone application. It guides viewers through the process of installing necessary library files and configuring the system for seamless communication and operation. The main theme is to provide a step-by-step tutorial on integrating components for an efficient smart lighting system that accurately displays selected colors on Neopixels. By watching this video, you will gain knowledge about working with CircuitPython to implement Bluetooth connectivity and enhance your understanding of color representation in your projects.
Controlling neopixels on CircuitPython
Published: at 01: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.