Stranger Trees
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-dev
pip install virtualenvwrapper
and follow instructions for virtualenvwrapper initial setupmkvirtualenv stranger_trees
workon stranger_trees
to use stranger_trees virtualenvpip install -Ur requirements.txt
- Copy
.env.example
to.env
and 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