To use:
Prerequirements:
- Python 2.7+
- Raspberry Pi 3
- Linux
- AWS SQS
- Fadecandy Controller Board
- WS281x compatible LED strip(s)
This particular project uses three strips of 50 on 3 channels.
- You will need to get an OPC server. Get Fadecandy.
cd .. && git clone https://github.com/scanlime/fadecandy.git - Install the fcserver binary according to the instructions in the server directory of the fadecandy project.
apt-get install build-essential python-dev git scons swig mesa-common-dev freeglut3-devpip install virtualenvwrapperand follow instructions for virtualenvwrapper initial setupmkvirtualenv stranger_treesworkon stranger_treesto use stranger_trees virtualenvpip install -Ur requirements.txt- Copy
.env.exampleto.envand put your Fadecandy server settings and AWS credentials, etc in it. It will be picked up by settings.py when you runmain.py - Run fcserver
python main.py --debug