DEPRECATED. See lumiere-client-*
projects.
Using Lumiere with a Tessel
The following command line commands are meant to be run from this directory.
- Plug in your Tessel to your computer via USB cable.
- Install NodeJS (or assumingly io.js should work as well)
- Install Tessel:
npm install tessel -g
- (optional) Update your Tessel to make sure the firmware is current:
tessel update
- Install dependencies:
npm install
- (optional) Run the code on the Tessel once:
tessel run index.js
- Push code to the Tessel:
tessel push index.js