Connect the MQTT flow
Subscribe to the device topic and confirm messages arrive in Node-RED.
Wire MQTT telemetry into a live Node-RED dashboard and see real sensor data move from device to useful visual feedback without a cloud account.
A dashboard becomes useful when it reflects the device reliably. This project connects the MQTT starter loop to Node-RED so readings can be monitored, transformed, and presented in real time.
It is a practical bridge between embedded telemetry and the operational interfaces used to understand a deployed system.
Follow the steps in order, verify each checkpoint, and finish with a working project you can explain and extend.
Subscribe to the device topic and confirm messages arrive in Node-RED.
Parse payloads and shape the data for dashboard widgets.
Add live charts, values, and status indicators for the sensor.
Stop and restart the device to verify the dashboard handles real conditions.
Use this project as a concrete piece of your embedded, IoT, or edge AI portfolio.
Start Building →