The Integrated Air Quality and Hazardous Gas Detection System leverages IoT technology to monitor air quality, temperature, humidity, and hazardous gases like CO₂, NO₂, and NH₃ in real-time. Designed for industrial and urban safety, it sends sensor data to the Blynk cloud platform, allowing remote monitoring, automated alerts, and historical analysis.
- 📡 Real-Time Monitoring: Tracks gas levels, temperature, and humidity.
- 🌐 IoT Integration: Uses ESP8266, DHT22, MQ135 sensors with Wi-Fi.
- 📲 Remote Visualization: Blynk app/web dashboard for live readings.
- 🚨 Safety Alerts: Trigger alarms or exhaust fans on unsafe gas levels.
- ☁️ Cloud Storage: Enables trend analysis and data-driven decisions.
- ESP8266 NodeMCU – Wi-Fi microcontroller
- MQ135 Gas Sensor – Detects CO₂, NH₃, benzene, and alcohol
- DHT22 Sensor – Measures temperature and humidity
- Blynk Cloud – For real-time monitoring and data visualization
- 🏭 Industrial gas leak monitoring
- 🏘️ Urban pollution tracking
- 🏪 Storage & warehouse safety
- ⛏️ Mining environment safety
- 🚒 Disaster response and prevention
-
Board Manager URL
Add the following URL to your Arduino IDE Board Manager: https://arduino.esp8266.com/stable/package_esp8266com_index.json- Board
Select:NodeMCU 1.0 (ESP-12E Module)
- Board
-
Port
Set the correct COM port (e.g.,COM5)
Install the following libraries via the Arduino Library Manager or manually:
Blynkv1.0.0BlynkNCPDriverv0.6.3MQUnifiedsensorv3.0.0DHT sensor libraryv1.4.4SimpleTimerv1.0.0ESP8266WiFi
You may need the drivers under drivers folder for board detection.
Connect the board to the system using a micro USB cable.
Setup Blynk project with the proper dashboards.
Update the API Keys and Wifi Details in the program variables/macros.
Push the code through the Arduino IDE.
![]() |
Web Dashboard
|
Mobile Dashboard
|
- Integration with 5G for faster data transmission
- Use of AI/ML for predictive analytics
- Expansion to healthcare, agriculture, and transport
- Full automation of industrial safety systems
-
Joseph, T. et al. (2020). Portable Gas Detection and Warning System for Olfactory Disabled People.
MDPI Sensors Journal -
Singh, A., & Patel, R. (2023). Air Quality and Hazardous Gas Detection Using IoT for Household and Industrial Areas.
E3S Web of Conferences -
IEEE Conference Publication (2020). IoT-based Air Pollution Monitoring System to Measure Air Quality on Cloud Storage.
IEEE Xplore -
Deshmukh, L.P. et al. (2016). LabVIEW-Based Remote Monitoring and Controlling of Wireless Sensor Node for LPG Gas Leakage Detection.
IEEE Smart Devices Symposium
⭐ Star this repo if you found it helpful! Thanks for reading.
#IoT #AirQualityMonitoring #GasLeakDetection #ESP8266 #EnvironmentalSafety #SmartIndustry #Blynk #MQ135 #DHT22 #RealTimeMonitoring #IndustrialAutomation #ClimateTech #EmbeddedSystems #WirelessSensors


