/lumiere-node-tessel

Using Lumiere with a Tessel

Primary LanguageJavaScript

DEPRECATED. See lumiere-client-* projects.

Lumiere Node with Tessel

Using Lumiere with a Tessel

Tessel code

The following command line commands are meant to be run from this directory.

  1. Plug in your Tessel to your computer via USB cable.
  2. Install NodeJS (or assumingly io.js should work as well)
  3. Install Tessel: npm install tessel -g
  4. (optional) Update your Tessel to make sure the firmware is current: tessel update
  5. Install dependencies: npm install
  6. (optional) Run the code on the Tessel once: tessel run index.js
  7. Push code to the Tessel: tessel push index.js