IOT_Air_Quality

JavaScript Node-RED

IOT Air Quality Node

Develop an IOT device that monitors the indoor air quality and notifies the users of the air quality level It includes a interactive dashboard implemented using Node-RED.

Currently the first prototype is created with a TVOC and CO2 sensor, Temperature and Humidity sensor and a Dust sensor.

Components used 💾

System Architecture 🔩

The prototype uses the ESP32 microcontroller and the above sensors to take measurements of air quality. These measurements are then sent to a server using the MQTT protocol under seperate topics. These readings are displayed on a Node-Red dashboard that subcribes to these topics and the data is shown in charts

Future improvements ✨