Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.05 KB

README.md

File metadata and controls

20 lines (11 loc) · 1.05 KB

Neopixel-Controller

Simple docker-based web controller for Adafruit's neopixels made for raspberry pis and similar SBCs.

Built with Adafruit CircuitPython Neopixel, flask and iro.


docker-compose up starts up tiny flask server on the raspi. The web controller is then available at http://<ip -adresse>:5000.

Calculation of HSL to RGB+W values are done on clientside due to the limited computing capacity of the PI. Special thanks to SaikoLED

Wiring

I wired the neopixel with a Diode as in the official adafruit tutorial