0.0.1 • Published 13 years ago

firmata-stream v0.0.1

Weekly downloads
5
License
-
Repository
github
Last release
13 years ago

firmata-stream

Talk to an Arduino using the Firmata protocol over streams.

Install

$ git clone git@github.com:No9/firmata-stream.git
$ cd firmata-stream

Make a back up of ARDUINO_HOME/libraries/Firmata Folder Copy arduino\Firmata to ARDUINO_HOME/libraries It should replace the one you backed up. Open the StandardFirmata.ino and push it to your ardiuno board.

Run

$ cd examples
$ node ledtest.js