Alle Node-RED Tutorials
- Alexa Voice Control w/o Cloud
- Node-RED Alarm Ereigniszeitstrahl
- Node-RED and IFTTT
- Node-RED and MQTT
- Node-RED and ONVIF
- Node-RED and Alarmserver Queries
- Node-RED and the INSTAR Cloud Webhook
- Node-RED and SQL-Logging
- Node-RED Dashboard Live Video
- Node-RED in Docker
- Node-RED unter Android
- INSTAR MQTT - Node-RED
All Node-RED FAQs
Node-RED on Android
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.