Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/krolow/arduinoparticles
- Owner: krolow
- Created: 2011-11-26T22:41:53.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T01:49:24.000Z (almost 2 years ago)
- Last Synced: 2024-04-09T18:01:28.386Z (9 months ago)
- Topics: arduino, canvas, javascript
- Language: JavaScript
- Homepage:
- Size: 135 KB
- Stars: 20
- Watchers: 3
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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 installTo 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_jmYQLhMIf 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