LiteStripe is a tool that uses live data from ProPresenter to animate LED strips in real time. A Processing server uses a Syphon stream to read image data from ProPresenter. Some of the color values are passed on to an Arduino via a serial port, and the Arduino lights up LED strips with the corresponding colors.
- Open
server.pde
in Processing 3 - Go to Sketch > Import Library... > Import Library...
- Search for and install "Syphon"
- In ProPresenter Settings > Display > Enable Syphon should be selected
- Run the Processing project (Cmd + R)
- Upload
board.ino
to your Arduino