Node-RED: Difference between revisions

From air
Jump to navigation Jump to search
Line 17: Line 17:


More [[Installation de Node.js et Node-RED sur Raspberry PI|Installing on Raspberry PI]]
More [[Installation de Node.js et Node-RED sur Raspberry PI|Installing on Raspberry PI]]

==Extra Nodes==
Node-RED can be extended with 500+ nodes provided by 3rd-party contributors ([http://flows.nodered.org/ link]).

For instance:
* [http://flows.nodered.org/node/node-red-contrib-rfxcom Rfxcom]
* [http://flows.nodered.org/node/node-red-contrib-influxdb Influxdb]
* [http://flows.nodered.org/node/node-red-contrib-eddystone Eddystone]
* [http://flows.nodered.org/node/node-red-node-sensortag Sensortag]
* [http://flows.nodered.org/node/node-red-contrib-openzwave ZWave]
* [http://flows.nodered.org/node/node-red-contrib-bleacon iBeacon]
* PubNub
* IFTTT
* ...


==Flow creation and deployment==
==Flow creation and deployment==

Revision as of 07:46, 22 January 2016

Node RED with MQTT, OpenHAB, MongoDB, Redis.io, RabbitMQ, Moquette, Mosquitto ...
Node RED with Twitter ...

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

Extra Nodes

Node-RED can be extended with 500+ nodes provided by 3rd-party contributors (link).

For instance:

Flow creation and deployment

MQTT

Flow with Mosquitto

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

NFC

https://github.com/hardillb/node-nfc