Lights for the SIGMusic EOH 2015 project
See the wiki for info about the hardware, protocol, and for instructions on building the lights.
- Download the project source code (e.g. fork, clone, etc.)
- If you don't have Git set up, just download the ZIP
- Install the Arduino IDE
- Follow the steps on the wiki to build the hardware
- Install Python 3.3 (32-bit only is supported),
the PyBluez version corresponding to your installed version of Python,
and Tornado.
- Note that PyBluez only supports Windows and Linux.
- Plug in all the lights to mains power.
- Turn on your computer's Bluetooth and ensure each light has been paired before. The default passcode is
1234
. - Run
python manager.py discover
from the manager directory. - In the future, simply run
python manager.py
to use the previously discovered lights.