We already published a couple of articles showing you how to interact with your INSTAR HD or Full HD camera using Node-RED:
- Node-RED on Debian Linux
- Node-RED and MQTT
- Node-RED and SQL logging
- Node-RED and the INSTAR MQTT Server
Termux now allows you to install Node-RED directly on your Android phone or tablet - turning it into the a powerful smarthome gateway.
Start by installing Termux on your Android device and start the app. Make sure that everything is up-to-date by running apt update && apt upgrade
.
Node-RED runs in Node.js which we can now install on our Android device by running the following command: apt install coreutils nano nodejs
.
Now with Node.js in place we can install Node-RED with the following command: npm install -g --unsafe-perm node-red
.
You can start up Node-RED by typing node-red
.
Now start your default Android web browser and open http://localhost:1880
to access the Node-RED interface.