NodeBots Resources
Version 2 (J. Simmons, 12/14/2016 06:04 pm)
| 1 | 1 | J. Simmons | h1. NodeBots Resources |
|---|---|---|---|
| 2 | 1 | J. Simmons | |
| 3 | 2 | J. Simmons | {{>toc}} |
| 4 | 2 | J. Simmons | |
| 5 | 1 | J. Simmons | J. is investigating how to automate the test rig to minimize user induced error during sensor comparison tests and later performance tests. This plan was inspired by working with Nodebots. |
| 6 | 1 | J. Simmons | |
| 7 | 1 | J. Simmons | h2. Examples |
| 8 | 1 | J. Simmons | |
| 9 | 1 | J. Simmons | * "Practical Introduction to iot with Arduino + Node.js + Plotly":http://adilmoujahid.com/posts/2015/07/practical-introduction-iot-arduino-nodejs-plotly/ - older plot.ly info, but still a good resource |
| 10 | 1 | J. Simmons | * "Tutorial that uses sqlite and Node.js":https://cozy.io/en/hack/getting-started/first-app.html - really about "Cozy":https://cozy.io/en/, but covers sqlite with Node.js which looks like a good choice if we run the test rig from an RPi |
| 11 | 1 | J. Simmons | * "Real Time Weather Data Visualizations with socket.io and D3.js":http://www.bmc.med.utoronto.ca/bmcwiki/doku.php/technology:media_technologies:technology:dataviz_d3 |
| 12 | 1 | J. Simmons | * "Realtime Data Visualization Using D3, serial port, & socket.io":http://shivganesh.com/2015/08/realtime-data-visualization-using-d3-serial-port-socket-io/ |
| 13 | 1 | J. Simmons | * "System load monitoring with nodejs+socket.io+flot":https://ricochen.wordpress.com/2012/02/12/system-load-monitoring-with-nodejssocket-ioflot/ |
| 14 | 1 | J. Simmons | |
| 15 | 1 | J. Simmons | h2. Raspberry Pi and NodeBots |
| 16 | 1 | J. Simmons | |
| 17 | 1 | J. Simmons | * "Building Raspberry Pi nodebots":http://www.slideshare.net/RiaanCornelius1/building-raspberry-pi-nodebots |
| 18 | 1 | J. Simmons | * "Loading I2C, SPI and 1-Wire drivers on the Raspberry Pi under Raspbian wheezy":http://www.modmypi.com/blog/loading-i2c-spi-and-1-wire-drivers-on-the-raspberry-pi-under-raspbian-wheezy |
| 19 | 1 | J. Simmons | * "raspi-io":https://github.com/nebrius/raspi-io - An IO plugin for Johnny-Five that provides support for the Raspberry Pi |
| 20 | 1 | J. Simmons | |
| 21 | 1 | J. Simmons | h2. C.H.I.P. and NodeBots |
| 22 | 1 | J. Simmons | |
| 23 | 1 | J. Simmons | * "Node CHIP IO":https://github.com/sandeepmistry/node-chip-io |
| 24 | 1 | J. Simmons | |
| 25 | 1 | J. Simmons | h2. Tools/Libraries |
| 26 | 1 | J. Simmons | |
| 27 | 1 | J. Simmons | * "Nodebots":http://nodebots.io/ |
| 28 | 1 | J. Simmons | * "Node Serial":https://github.com/voodootikigod/node-serialport - for connecting from NodeBots code to the already built Arduino device for running test rig at specified speed |
| 29 | 1 | J. Simmons | * "Plot.ly Open Source Announcement":https://plot.ly/javascript/open-source-announcement/ |
| 30 | 1 | J. Simmons | * "Backbone.js":http://backbonejs.org/ - MVC JavaScript single page app environment |
| 31 | 1 | J. Simmons | * "Socket.io":http://socket.io/ |
| 32 | 1 | J. Simmons | * "Arduino Experimenter's Guide for NodeJS":http://node-ardx.org/ |
| 33 | 1 | J. Simmons | * "NodeSchool":http://nodeschool.io/ |
| 34 | 1 | J. Simmons | |
| 35 | 1 | J. Simmons | h2. Hardware |
| 36 | 1 | J. Simmons | |
| 37 | 1 | J. Simmons | * "How to Use a Breadboard":https://learn.sparkfun.com/tutorials/how-to-use-a-breadboard |
| 38 | 1 | J. Simmons | |
| 39 | 1 | J. Simmons | h2. General Tutorials |
| 40 | 1 | J. Simmons | |
| 41 | 1 | J. Simmons | * "Arduino Experimenter's Guide for NodeJS":http://node-ardx.org |
| 42 | 1 | J. Simmons | * "JavaScript Powered Arduino with Johnny-Five":https://www.safaribooksonline.com/blog/2013/07/16/javascript-powered-arduino-with-johnny-five/ |