Node-RED: Difference between revisions

From air
Jump to navigation Jump to search
No edit summary
Line 11: Line 11:


Then browse http://127.0.0.1:1880/
Then browse http://127.0.0.1:1880/

Next : [http://nodered.org/docs/hardware/arduino.html Node-RED with Arduino]

Revision as of 01:26, 19 October 2013

Node-RED http://nodered.org : A visual tool (based on Node.js) for wiring the Internet of Things


Install and first steps

cd node-red-0.2.0
npm install firmata
node red.js

Then browse http://127.0.0.1:1880/

Next : Node-RED with Arduino