0% found this document useful (0 votes)
7 views1 page

Gas Leakage Detector

The document outlines a project for a Gas Leakage Detector using Arduino and a GSM Module, designed to alert users via SMS and sound alarms in case of gas leaks. It aims to detect various gas leaks using an MQ5 sensor, send alerts to specified mobile numbers, and display status on a 16×2 LCD module. The system also includes a relay to turn off devices to prevent fire hazards during a gas leak.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views1 page

Gas Leakage Detector

The document outlines a project for a Gas Leakage Detector using Arduino and a GSM Module, designed to alert users via SMS and sound alarms in case of gas leaks. It aims to detect various gas leaks using an MQ5 sensor, send alerts to specified mobile numbers, and display status on a 16×2 LCD module. The system also includes a relay to turn off devices to prevent fire hazards during a gas leak.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Gas Leakage Detector using _Arduino_

we are publishing a highly useful home application – Gas Leakage Detector using Arduino and GSM
Module with SMS Alert and Sound Alarm. We have published an LPG Sensor Project using
Arduino and MQ2 sensor before – which senses lpg leak and produces sound alarm. The project also
has a relay system which turns ON or OFF a particular device upon gas leak (say we can turn the
main electrical supply OFF upon gas leak to prevent fire).

Objectives of the Project

 Detect Gas Leakage (like LPG leak, Butane leak, Methane leak) or any such petroleum based
gaseous substance that can be detected using MQ5 Sensor.

 Setup an SMS based Alert Mechanism and send 3 SMS (3 alert messages) to 2 specified
mobile numbers (input inside the Arduino program)

 Produce a sound alarm upon gas leak and stop the alarm once gas leak is under control (gas
presence in atmosphere is under normal range)

 Display status in an LCD using a 16×2 LCD module.

Interfacing MQ5 Sensor to Arduino

You might also like