Tag: circuitpython
All the articles with the tag "circuitpython".
Running BLE advertising on CircuitPython
Published: at 11:44 AMIn this video, viewers will learn to utilize the NRF 52840 module for Bluetooth Low Energy (BLE) advertising using CircuitPython. The main theme revolves around integrating key modules from the padio and b2.Radio packages to smoothly operate radio functionalities. By following the tutorial, viewers gain insights into creating instances, managing advertisements, and ensuring that the device can be discovered by other Bluetooth devices, which enhances their project setup with crucial radio features.
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.
Controlling a Servo Motor on CircuitPython
Published: at 12:51 AMIn this video, you will learn how to control a servo motor using Circuit Pi. The session guides you through the connections required, how to install the necessary libraries from GitHub, and set up the code needed for precise movement of the servo motor. The main theme is demonstrating the complete range of motion of the servo, showcasing how to operate it at angles from 0 to 180 degrees efficiently. By following the detailed instructions, viewers can gain practical skills in managing servo motors effectively.