Internet controlled lights!
Using a Raspberry Pi and Python to control a LED NeoPixel strip.
There are 2 main programs that allow the lights to be run and controlled remotely.
The first program creates a server using Flask that displays a simple static website with buttons that change the lights. As of now the server is just a developer server (locally hosted)
Webpage with buttons to controll the lights
The second program is controlling the light settings (using neo-pixel library Link) and checking if a new request came from the webpage.
Both programs are being run on a Raspberry Pi.
- add more lights (need to add more power)
- Discord controlled (by bot?)
- Python
- Flask
- LED light strip
- Raspberry Pi