rosvik / LiteStripe

Real time LED strip animation tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LiteStripe

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.

Installation

Server

  1. Open server.pde in Processing 3
  2. Go to Sketch > Import Library... > Import Library...
  3. Search for and install "Syphon"
  4. In ProPresenter Settings > Display > Enable Syphon should be selected
  5. Run the Processing project (Cmd + R)

Client

  1. Upload board.ino to your Arduino

About

Real time LED strip animation tool

License:MIT License


Languages

Language:Processing 90.9%Language:C++ 9.1%