Skip to content

rosvik/LiteStripe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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