Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/no9/firmata-stream
- Owner: No9
- Created: 2012-11-12T23:21:50.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-01T00:31:19.000Z (about 12 years ago)
- Last Synced: 2024-12-01T17:27:14.677Z (about 1 month ago)
- Language: JavaScript
- Size: 1.57 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.