Skip to content

NodeJs project for a LED pixel table which works as a OSC touch controller

Notifications You must be signed in to change notification settings

PhilJ/touch-table-instrument

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

touch-table-instrument

This project uses node modules adapted by tinkerlog for spi and adafruit-pixels, which are required to control WS2801 LEDs via Raspberry Pi.

Prerequisites

Install Node.js. Since the Raspian Version is to old, you could use this pre built version of Node v0.8.15 instead of building a current version yourself.

Install & Run

$ npm install                        # install dependencies
$ cd node_modules/spi && npm install # install dependencies of SPI manually
$ sudo node index.js                 # start server with sudo for SPI access

About

NodeJs project for a LED pixel table which works as a OSC touch controller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published