Node-RED: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 6: | Line 6: | ||
==Install and first steps== |
==Install and first steps== |
||
<pre> |
<pre> |
||
cd node-red-0. |
cd node-red-0.9.0 |
||
npm install firmata |
npm install firmata |
||
node red.js |
node red.js |
||
Line 14: | Line 15: | ||
Then browse http://127.0.0.1:1880/ |
Then browse http://127.0.0.1:1880/ |
||
More [[Installation de Node.js et Node-RED sur Raspberry PI|Installing on Raspberry PI]] |
|||
==Flow creation and deployment== |
==Flow creation and deployment== |
Revision as of 02:07, 15 October 2014
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.9.0 npm install firmata node red.js
Then browse http://127.0.0.1:1880/
More Installing on Raspberry PI
Flow creation and deployment
MQTT
Arduino
Next : Node-RED with Arduino