Application Note: WL-MIO-AN-30100


WL-MIO Node-RED Software Introduction


Responsive image

This application note describes how to install the WL-MIO Node-RED library.

Step 1

Follow the steps in https://wlmio.com/apnotes/wlmioan30000.html

Step 2

Install npm and libgpiod:

sudo apt install npm libgpiod-dev

Step 3

Start Node-RED from RasPiMenu -> Programming -> Node-RED

Step 4

Open a web browser on the RPi and go to http://localhost:1880

Step 5

Click on the hamburger menu in the top-right and then select Manage Palette

Step 6

On the install tab search for: wlmio

Step 7

Install the node-red-contrib-wlmio package

Once the Node-RED package is installed, you are ready to start creating flows!

Responsive image
Back to Top