node-red-nodes/hardware/LEDborg
Dave Conway-Jones ddacd61ab0 Update LEDborg - to match Pi node colours and update python 2015-11-16 23:12:35 +00:00
..
78-ledborg.html Update LEDborg - to match Pi node colours and update python 2015-11-16 23:12:35 +00:00
78-ledborg.js Apply consistent style to node-red-nodes 2015-05-11 19:25:39 +01:00
LICENSE Add npms for various hardware nodes, Blink1, DigiRGB, LEDBorg, PiFace 2014-07-08 22:57:42 +01:00
README.md Add npms for various hardware nodes, Blink1, DigiRGB, LEDBorg, PiFace 2014-07-08 22:57:42 +01:00
nrgpio Update LEDborg - to match Pi node colours and update python 2015-11-16 23:12:35 +00:00
nrgpio.py Update LEDborg - to match Pi node colours and update python 2015-11-16 23:12:35 +00:00
package.json Update LEDborg - to match Pi node colours and update python 2015-11-16 23:12:35 +00:00

README.md

node-red-node-ledborg

A Node-RED node to control a PiBorg LedBorg baord for a Raspberry Pi.

Install

Run the following command in the root directory of your Node-RED install

npm install node-red-node-ledborg

Usage

A PiBorg LedBorg LED output node that expects a msg.payload with a three digit rgb triple, from 000 to 222. I.E. there are only 27 possible colours.

See the PiBorg site for more information.

You can also now use a msg.payload in the standard hex format "#rrggbb". The clip levels are :

0x00 - 0x57 = off
0x58 - 0xA7 = 50%
0xA8 - 0xFF = fully on

You can also use the @cheerlight colour names - red, amber, green, blue, cyan, magenta, yellow, orange, pink, purple, white, warmwhite, black