RPICT and Node-Red hosted on Raspberrypi

From lechacal
Revision as of 13:37, 30 May 2019 by Administrator (talk | contribs) (Created page with " Make sure any program using the ttyAMA0 serial is off (emonhub, python programs etc). We assume a fresh install of Raspbian in this document. Make sure you have followed t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Make sure any program using the ttyAMA0 serial is off (emonhub, python programs etc).

We assume a fresh install of Raspbian in this document.

Make sure you have followed the steps to setup the serial port first. Howto setup Raspbian for serial read

Install Node-Red as follow

sudo apt-get install nodered

Start Node Red

node-red-start

You will see a similar message to this below at the top

Once Node-RED has started, point a browser at http://192.168.1.206:1880

Open a browser and go the indicated address. http://192.168.1.206:1880 for us here.