Installation Node-RED to Orange Pi Zero 2

Easy and quick manual, how install Node-RED to Orange Pi Zero 2.

Requires

  • Orange Pi Zero 2 with Ubuntu

If you don’t have installed Ubuntu on Orange Pi Zero 2 get to https://kucadevelopment.wordpress.com/2021/03/22/installation-ubuntu-linux-into-orange-pi-zero-2/

Installation Node-RED

Run into terminal commands:

bash <(curl -sL https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/update-nodejs-and-nodered)

Setting autostart Node-RED after boot

Run into terminal commands:

sudo systemctl enable nodered.service

Now reboot:

sudo reboot

Result:

After boot, get in your web browset to your Orange Pi IP address by the 1880 port number: http://your_orange_pi_ip:1880. For example my case: http://10.0.0.113:1880

Web Browser loaded page like this:

Leave a comment

Design a site like this with WordPress.com
Get started