Skip to content

A real-time Gas Safety Monitoring System using MQ-135, MQ-06, and DHT11 sensors with an OLED Display and buzzer alert system. This system detects air quality, gas leakage, temperature, and humidity and provides visual alerts through an OLED screen and audio alerts via a buzzer.

Notifications You must be signed in to change notification settings

Arun-Roshan/Gas-Safety-Monitoring-System-Using-IOT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Gas Safety Monitoring System Using IOT

This project is a Gas Safety Monitoring System that continuously detects air quality, gas leakage, temperature, and humidity using MQ-135, MQ-06, and DHT11 sensors. The readings are displayed on a 0.96-inch OLED screen, and an alert is triggered using a buzzer when dangerous levels are detected.

πŸš€ Features

  • Gas Detection: MQ-135 (Air Quality) & MQ-06 (LPG, Butane, Methane)
  • Temperature & Humidity Monitoring: DHT11 Sensor
  • Visual Alerts: OLED display with animated progress bars
  • Audio Alert: Buzzer activation for hazardous conditions

πŸ› οΈ Components Used

  • ESP8266 NodeMCU / Arduino Uno
  • MQ-135 Gas Sensor
  • MQ-06 Gas Sensor
  • DHT11 Temperature & Humidity Sensor
  • 0.96-inch OLED Display (SSD1306, I2C)
  • Buzzer
  • Jumper Wires & Breadboard

πŸ”§ Circuit Connection

image

πŸ“œ Installation & Usage

  1. Install required libraries
    • Adafruit GFX
    • Adafruit SSD1306
    • DHT Sensor Library
  2. Upload the code Gas_Safety_Monitor.ino to your Arduino Uno
  3. Connect the components as per the circuit Connection
  4. Power the board and observe real-time monitoring on the OLED display

πŸ“· OLED Display Output

20250219_075745 20250219_075808 20250219_075756 20250219_075751


πŸ“Œ Developed by: Arun Roshan

About

A real-time Gas Safety Monitoring System using MQ-135, MQ-06, and DHT11 sensors with an OLED Display and buzzer alert system. This system detects air quality, gas leakage, temperature, and humidity and provides visual alerts through an OLED screen and audio alerts via a buzzer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages