Your shopping cart is empty!
Lighting up the RGB LED
- Hao Zhen Goh
- 06 Jul 2023
- Tutorial
- Beginner
- 899
This guide will show you how to light up the neopixel rgb LED on your Robo Pico.
The figure below shows the GPIO for each of the on-board status Neopixel RGB LEDs.
1. While your Robo Pico is connected to the computer, open your editor software (for example Thonny). Select the code.py file in your drive.
2. Copy and paste the following code to your editor.
3. Flash the codes to your Raspberry Pi Pico / Pico W. And your CIRCUITPY drive should look like this:
Library file(s) required:
neopixel.mpy
If you don't have this file in your computer, download the lib bundle here and search for this file inside the "lib" folder.
4. You may also try to flash this code to your Robo Pico and observe what will happen to your Robo Pico neopixel rgb LED.