Quick hack for getting from arduino to a nodejs web server
Using Johnny Five with StandardFirmataPlus for Arduino programming
- Setup Arduino with StandardFirmataPlus
- Open the Arduino IDE, select: File > Examples > Firmata > StandardFirmataPlus
- Click the Upload button
- Clone github project
- Run npm install in project folder
- Run node server.js and visit http://localhost in browser
- Modify sensor list in server.js
- Modify homepage layout in public/index.html and public/app.js (angular)