QC

How to install Node Red on UNO Q using Docker

Install Node-RED on UNO Q with Docker in a single command and you'll have a complete visual automation dashboard on the board in minutes: no dependency drama, just rapid prototyping at the edge.

Devices and components

Arduino® UNO™ Q 2 GB

Software and tools

Node Red

Project description

ssh arduino@<IP Address or mdns name>

sudo apt update

sudo apt full-upgrade -y

docker run -it -p 1880:1880 -v myNodeREDdata:/data --name mynodered nodered/node-red

http://<uno_q_ipaddress>:1880

docker rm -f mynodered

docker run -d -p 1880:1880 -v myNodeREDdata:/data --name mynodered --restart unless-stopped nodered/node-red

List of commands

shell session

Complete list of commands

1ssh arduino@<IP Address or mdns name>
2or
3adb shell
4
5sudo apt update
6sudo apt full-upgrade -y
7
8docker run -it -p 1880:1880 -v myNodeREDdata:/data --name mynodered nodered/node-red




Note: Content and images are from: https://projecthub.arduino.cc/, with some modifications.
If you want it removed due to copyright reasons, please leave a comment. Thank you.
I want to share this article more widely so that everyone knows about Arduino and your project.

Easy remote control

Remotely control an LED with ease. Devices and components Arduino Nano 33 BLE with headers Box 525 Resistors precision 1% - 17 values Breadb...