Node-RED: Difference between revisions
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
<pre> |
<pre> |
||
sudo npm install -g node-red |
|||
⚫ | |||
npm install firmata |
|||
⚫ | |||
</pre> |
</pre> |
||
Revision as of 14:36, 28 January 2016
Node-RED http://nodered.org : A visual tool (based on Node.js) for wiring the Internet of Things
Install and first steps
sudo npm install -g node-red node-red
Then browse http://127.0.0.1:1880/
More Installing on Raspberry PI
Extra Nodes
Node-RED can be extended with 500+ nodes provided by 3rd-party contributors (link).
For instance:
Flow creation and deployment
MQTT
Arduino
Next : Node-RED with Arduino
CC2541 SensorTag Development Kit
Google Graph
https://github.com/urbiworx/node-red-contrib-googlechart
cd node-red npm install node-red-contrib-googlechart
Load graphflow.js
Browse http://127.0.0.1:1880/googlechart