ws_281x-lights

This project contains a flask webserver that provides a website to control rgb lights through the rpi_ws281x library.

Installation

Clone this repository then run

./setup.sh

Usage

Plugin LED strip with data on GPIO pin 18

Guide at: https://learn.adafruit.com/neopixels-on-raspberry-pi/raspberry-pi-wiring

To create config file:

cd tools
./gen_config.py new [filename]

If there are secondary controllers

./secondary.py new [foldername]
./put_files.py [sftp_path]

Run

./startup.sh [config_file]

On remote controllers

./startup.sh

Flask Server (app.py)

Main Web Page

Keys Web Page

Info Web Page

Tools

More Information

License

MIT