Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/krolow/arduinoparticles

Node.js + Canvas + Arduino + Javascript
https://github.com/krolow/arduinoparticles

arduino canvas javascript

Last synced: about 1 month ago
JSON representation

Node.js + Canvas + Arduino + Javascript

Awesome Lists containing this project

README

        

ArduinoParticle
===============

A simple example using node.js, canvas and javascript integrated with arduino.

This application depends of, express.js 3.x, socket.io and serialport. To install do:

cd node
npm install

To run the application, access the node folder and start the app.js

node app.js

After that you can access in your browser:

http://127.0.0.1:8090

Probably you will need edit the USB port, so go to app.js at line 6, and edit:

SerialPort('/dev/tty.usbserial-A800G0JO');


Demo at youtube: http://www.youtube.com/watch?v=6yl_jmYQLhM

If you have problems like this:

node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
Error: Could not load the bindings file. Tried:

Fix it like this:

npm install [email protected]
cd node_modules/serialport
node-gyp configure build