Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/no9/firmata-stream

Arduino Firmata integration through streams
https://github.com/no9/firmata-stream

Last synced: 24 days ago
JSON representation

Arduino Firmata integration through streams

Awesome Lists containing this project

README

        

# firmata-stream

Talk to an Arduino using the Firmata protocol over streams.

## Install

```
$ git clone [email protected]: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
```
Other examples will not work yet.