Display light shows on a Raspberry Pi microcontroller! This project utilizes the Flickerstrip Lightwork Editor that returns JSON of LED patterns created by users of the site.
- rpi-ws281x (Note that I have WS2811 LEDs)
- adafruit-circuitpython-neopixel
- Have the Data Input attached to PIN 18 of the Pi and the ground attched to a Ground PIN of the Pi.
- Hook up the power source of the LED strip to an external 5V power source
- Make sure the dependencies are installed
- Run
sudo python3 main.py. Sudo is required to access the pins on the Pi's board
Note: The other files are tests and color calibration that were used in debugging.