IoT Based AQI Monitoring node with ML-assisted prediction
hackster.io·3d
🏠Home Automation
Preview
Report Post

Introduction

A small IoT node that monitors PM2.5, PM10, NO2, CO(ppm) along with Temperature and Humidity in real-time and predicts the next AQI value using Machine Learning Techniques. Sensor data and AQI are displayed on an app running on the local machine.

Block Diagram

The Idea

Having tinkered with Arduino in the past, I wanted to have a serious go at an IoT project. I came across a number of projects online that used a single gas sensor or PM sensors with ESP32 or Raspberry Pi, but only a few that monitored multiple pollutants and a handful that integrated some kind of machine learning.

Since ESP32 doesn’t have a dedicated module for neural network processing, I was left with statistical models like Linear Regression. Which provided a satisfactory level of accurac…

Similar Posts

Loading similar posts...