SlideShare a Scribd company logo
1
MICROCONTROLLER BASED LPG GAS DETECTOR USING
GSM MODULE
Ashish Sharma (B.Tech., EL Engg.)
E-mail: ashishpreet2009@gmail.com
: contactashish10@gmail.com
ABSTRACT
Ideal gas sensor is used to detect the presence of a dangerous LPG leak in your car or in a service
station, storage tank environment. This unit can be easily incorporated into an alarm unit, to
sound an alarm or give a visual indication of the LPG concentration. The sensor has excellent
sensitivity combined with a quick response time. The sensor can also sense iso-butane, propane,
LNG and cigarette smoke.
If the LPG sensor senses any gas leakage from storage the output of this sensor goes low. This
low signal is monitored by the microcontroller and it will identify the gas leakage. Now the
microcontroller is turn on LED and Buzzer. After few milliseconds delay, it also turn on exhaust
fan for throwing gas out and continue send messages as „GAS LEAKAGE‟ to a mobile no. ,
written in c-code.
INTRODUCTION
MQ-5 Semiconductor Sensor for Combustible Gas Sensitive material of MQ-5 gas sensor is
SnO2, which with lower conductivity in clean air. When the target combustible gas exist, the
sensors conductivity is higher along with the gas concentration rising. We use simple electro-
circuit, convert change of conductivity to correspond output signal of gas concentration. MQ-5
gas sensor has high sensitivity to Methane, Propane and Butane and could be used to detect both
Methane and Propane. The sensor could be used to detect different combustible gas especially
Methane, it is with low cost and suitable for different application.
2
BLOCK DIAGRAM
BLOCK DIAGRAM DESCRIPTION
MQ-5 LPG SENSOR
It senses the leakage of LPG. The out put of this sensor is „high‟ at normal condition. The output
goes low, when it senses the LPG.
MICROCONTROLLER
It is the whole control of the project. It controls the Exhaust fan, LED, Buzzer and when LPG
leak occurs. The input/ output ports of the microcontroller is used for this.
EXHAUST FAN
This is used to send out the LPG to space and then the concentration of LPG is reduced.
Buzzer
When buzzer is blowing, this indicates the leakage of LPG gas. It is 12 V DC operated buzzer.
LED
When LED is glowing, this indicates the leakage of LPG gas. It is 1.2 V DC operated LED.
3
MQ-5 LPG GAS DETECTOR MODULE
MQ-5 LPG
GAS Sensor
PRESET
Vcc
GND
Output
OP-AMP Ic
Power Indicator
LED
Output Indicator
LED
4
SPECIFICATIONS OF MQ-5 LPG GAS SENSOR
5
6
WORKING PRINCIPLE
The sensing material in TGS gas sensors is metal oxide, most typically SnO2. When a metal
oxide crystal such as SnO2 is heated at a certain high temperature in air, oxygen is adsorbed on
the crystal surface with a negative charge. Then donor electrons in the crystal surface are
transferred to the adsorbed oxygen, resulting in leaving positive charges in a space charge layer.
Thus, surface potential is formed to serve as a potential barrier against electron flow.
Inside the sensor, electric current flows through the conjunction parts (grain boundary) of SnO2
micro crystals. At grain boundaries, adsorbed oxygen forms a potential barrier which prevents
carriers from moving freely. The electrical resistance of the sensor is attributed to this potential
barrier. In the presence of a deoxidizing gas, the surface density of the negatively charged
oxygen decreases, so the barrier height in the grain boundary is reduced. The reduced barrier
height decreases sensor resistance.
ATMEGA16 MICROCONTROLLER DETAILS
DESCRIPTION
The ATMEGA16 is a low-power, high-performance CMOS 8-bit microcomputer with 16K bytes
of Flash programmable and erasable read only memory (EPROM). The device is manufactured
using Atmel‟s high-density nonvolatile memory technology and is compatible with the industry-
standard MCS-51 instruction set and pin out. The on-chip Flash allows the program memory to
be reprogrammed in-system or by a conventional nonvolatile memory programmer. By
combining a versatile 8-bit CPU with Flash on a monolithic chip, the Atmel ATMEGA16 is a
powerful microcomputer which provides a highly-flexible and cost-effective solution to many
embedded control applications.
PIN OUT
7
FEATURES OF ATMEGA16
8
MICROCONTROLLER CIRCUIT WITH PHERIPHERALS
(NOTE: For more details of ATMEGA16, please refer datasheet.)
GSM MODULE
For sending message, I am using a GSM Module named SIMCOM_300. GSM Module SIM300
with sim-card holder, RS232 interface, power supply, buzzer and audio interface. You can
connect this to PC using a USB to Serial Adaptor and use terminal programs such as Real term to
send & receive data. We can also interface GSM Module with microcontroller directly through
wires.
GSM Module works with AT COMMANDS. AT commands are used to control MODEMs. AT
is the abbreviation for Attention.
AT commands with a GSM/GPRS MODEM or mobile phone can be used to access following
information and services:
1. Information and configuration pertaining to mobile device or MODEM and SIM card.
2. SMS services.
3. MMS services.
4. Call services.
5. Data and Voice link over mobile network.
Buzzer
ATMEGA16
L293D
Connector for
Exhaust Fan
Programming
Pins
RESET
Button
Filter
LCD
Connector
9
SIMCOM_300
(NOTE: For more details of SIMCOM_300 GSM Module, please refer datasheet.)
EXPLANATION OF COMMONLY USED AT COMMANDS
1) AT - This command is used to check communication between the module and the
computer.
For example,
AT
OK
The command returns a result code OK if the computer (serial port) and module are connected
properly. If any of module or SIM is not working, it would return a result code ERROR.
2) +CMGF - This command is used to set the SMS mode. Either text or PDU mode can
be selected by assigning 1 or 0 in the command.
SYNTAX: AT+CMGF=<mode>
0: for PDU mode
1: for text mode
The text mode of SMS is easier to operate but it allows limited features of SMS. The PDU
(protocol data unit) allows more access to SMS services but the operator requires bit level
knowledge of TPDUs. The headers and body of SMS are accessed in hex format in PDU mode
so it allows availing more features.
For example,
AT+CMGF=1
Buzzer
Audio
Connect
or
Antenna
Supply Port
Communication
PORT
SIM Card
Holder
10
OK
3) +CMGW - This command is used to store message in the SIM.
SYNTAX: AT+CMGW=” Phone number”> Message to be stored Ctrl+z
As one types AT+CMGW and phone number, „>‟ sign appears on next line where one can type
the message. Multiple line messages can be typed in this case. This is why the message is
terminated by providing a „Ctrl+z‟ combination. As Ctrl+z is pressed, the following information
response is displayed on the screen.
+CMGW: Number on which message has been stored
4) +CMGS - This command is used to send a SMS message to a phone number.
SYNTAX: AT+CMGS= serial number of message to be send.
As the command AT+CMGS and serial number of message are entered, SMS is sent to the
particular SIM.
For example,
AT+CMGS=1
OK
5) ATD - This command is used to dial or call a number.
SYNTAX: ATD<Phone number>(Enter)
For example,
ATD123456789
6) ATA - This command is used to answer a call. An incoming call is indicated by a
message „RING‟ which is repeated for every ring of the call. When the call ends „NO
CARRIER‟ is displayed on the screen.
SYNTAX: ATA(Enter)
As ATA followed by enter key is pressed, incoming call is answered.
For example,
RING
RING
ATA
7) ATH - This command is used to disconnect remote user link with the GSM module.
SYNTAX: ATH (Enter)
11
AVR GSM
230/0-12V
L1
AC
230V
1N4007
D1
1N4007
D4
1000uF/25V
C1
LM7805
1
2
3
IC1
47uF/16V
C2
1N4007
D3
1N4007
D2
+12V
+5V
CONNECTION BETWEEN MICROCONTROLLER AND GSM MODULE
For connection, connect Receiver Pin (Rx) of Microcontroller to Transmitter Pin (Tx) of GSM
Module and Transmitter Pin (Tx) of Microcontroller to Receiver Pin (Rx) of GSM Module. Also
connect Ground Pin (GND) of both.
POWER SUPPLY
Power supply for the complete unit can be derived from the mains using a step-down transformer
of 230V AC primary to 0-12V, 500mA secondary. A full- wave rectifier followed by a capacitor
filter is the output voltage and feeds it to the 5-volt regulator (LM7805) whose output is used to
the power supply requirements of microcontroller circuit, other IC‟s.
Vcc Vcc
Rx Tx
Tx Rx
GND GND
12
COMPLETE CONNECTION DIAGRAM
GSM
Module
Microcontroller
Circuit
Exhaust Fan
GAS Sensor
Module
Power
Supply
Step down
Transformer
Power
Indicator
Filter
Full Wave
Rectifier Ic
13
SCHEMATIC DIAGRAM
14
FLOW CHART DIAGRAM
Start
Power On
MCU sends „AT to
GSM Module‟
Is GSM Module
replies „OK‟ ?
Is LPG Sensor‟s
O/P value is
greater than
threshold value?
Turn on LED & Buzzer
Start Exhaust Fan by enabling the respective
PORT
Send message to stored Mobile No.
NO
YES
NO
YES
15
APPLICATIONS
This project is applicable in following fields:
1. Domestic gas leakage detector
2. Industrial Combustible gas detector
3. Portable gas detector
4. Homes
5. Factories
6. LPG storage
7. Gas cars
8. Hotels etc.
CONCLUSION
I have finally succeeded in making the “MICROCONTROLLER BASED LPG GAS
DETECTOR USING GSM MODULE” Satisfactorily. More knowledge is gained and more
experiences are faced lot of information‟s are collected ultimately, I have concluded with a great
pleasure for achieving our aim.
I have planned to fulfill my technical requirements. The knowledge I have attained with this
project really would follow till the end of our career.
REFERENCES
1. www.iskyworld.in
2. www.seminarprojects.com
3. www.engineersgarage.com
4. www.datasheets 4u.com

More Related Content

What's hot

Microcontroller Based LPG Detector Using GSM Module
Microcontroller Based LPG Detector Using GSM ModuleMicrocontroller Based LPG Detector Using GSM Module
Microcontroller Based LPG Detector Using GSM Module
Manish Patel
 
ARDUINO BASED GAS LEAKAGE DETECTING ROBOT
ARDUINO BASED GAS LEAKAGE DETECTING ROBOT ARDUINO BASED GAS LEAKAGE DETECTING ROBOT
ARDUINO BASED GAS LEAKAGE DETECTING ROBOT
Hari sankar
 
LPG Gas detector
LPG Gas detectorLPG Gas detector
LPG Gas detector
ajay singh
 
Gas Leakage Detector using Arduino with SMS Alert - Engineering Project
Gas Leakage Detector using Arduino with SMS Alert - Engineering ProjectGas Leakage Detector using Arduino with SMS Alert - Engineering Project
Gas Leakage Detector using Arduino with SMS Alert - Engineering Project
CircuitsToday
 
Vehicle accident detection and messaging system using GSM and arduino
Vehicle accident detection and messaging system using GSM and arduinoVehicle accident detection and messaging system using GSM and arduino
Vehicle accident detection and messaging system using GSM and arduino
Ramesh Reddy
 
IRJET- IoT Air Pollution Monitoring System using Arduino
IRJET- IoT Air Pollution Monitoring System using ArduinoIRJET- IoT Air Pollution Monitoring System using Arduino
IRJET- IoT Air Pollution Monitoring System using Arduino
IRJET Journal
 
ALCOHOL AND HELMET DETECTION WITH ENGINE LOCKING SYSTEM USING GSM
ALCOHOL  AND HELMET DETECTION WITH ENGINE LOCKING SYSTEM USING GSMALCOHOL  AND HELMET DETECTION WITH ENGINE LOCKING SYSTEM USING GSM
ALCOHOL AND HELMET DETECTION WITH ENGINE LOCKING SYSTEM USING GSM
MallemptiOohasri
 
PIR sensing with arduino
PIR sensing  with  arduinoPIR sensing  with  arduino
PIR sensing with arduino
chetan kadiwal
 
IOT based air quality and monitoring by using arduino
IOT based air quality and monitoring by using arduinoIOT based air quality and monitoring by using arduino
IOT based air quality and monitoring by using arduino
Gopikrishnateja Goli
 
Gas leakage detection system
Gas leakage detection systemGas leakage detection system
Gas leakage detection system
Aashiq Ahamed N
 
Accident messaging system using GPS,GSM and MEMS
Accident messaging system using GPS,GSM and MEMSAccident messaging system using GPS,GSM and MEMS
Accident messaging system using GPS,GSM and MEMS
Jithin Prasad
 
Gas Sensor MQ-2
Gas Sensor MQ-2Gas Sensor MQ-2
Gas Sensor MQ-2
Raghav Shetty
 
Presentation1
Presentation1Presentation1
Presentation1
SHAKTI PRASAD
 
Alcohol detection system with gsm and gps (fiem , ece)
Alcohol detection system with gsm and gps (fiem , ece)Alcohol detection system with gsm and gps (fiem , ece)
Alcohol detection system with gsm and gps (fiem , ece)
ANUBHAVGHOSHDASTIDAR
 
Coalmine safety system with zigbee specification
Coalmine safety system with zigbee specificationCoalmine safety system with zigbee specification
Coalmine safety system with zigbee specification
IAEME Publication
 
Alchol detection
Alchol detectionAlchol detection
Zigbee based intelligent helemet for coal miners ppt
Zigbee based intelligent helemet for coal miners pptZigbee based intelligent helemet for coal miners ppt
Zigbee based intelligent helemet for coal miners ppt
Venkatesh Kaduru
 
Gas Leakage Detection Based on IOT
Gas Leakage Detection Based on IOTGas Leakage Detection Based on IOT
Gas Leakage Detection Based on IOT
CloudTechnologies
 
Drowsy Driver detection system
Drowsy Driver detection systemDrowsy Driver detection system
Drowsy Driver detection system
Muneendra Rasamsetty
 
Wireless gas leakage detector with device control
Wireless gas leakage detector  with device controlWireless gas leakage detector  with device control
Wireless gas leakage detector with device control
Reshma Gowri Chandran
 

What's hot (20)

Microcontroller Based LPG Detector Using GSM Module
Microcontroller Based LPG Detector Using GSM ModuleMicrocontroller Based LPG Detector Using GSM Module
Microcontroller Based LPG Detector Using GSM Module
 
ARDUINO BASED GAS LEAKAGE DETECTING ROBOT
ARDUINO BASED GAS LEAKAGE DETECTING ROBOT ARDUINO BASED GAS LEAKAGE DETECTING ROBOT
ARDUINO BASED GAS LEAKAGE DETECTING ROBOT
 
LPG Gas detector
LPG Gas detectorLPG Gas detector
LPG Gas detector
 
Gas Leakage Detector using Arduino with SMS Alert - Engineering Project
Gas Leakage Detector using Arduino with SMS Alert - Engineering ProjectGas Leakage Detector using Arduino with SMS Alert - Engineering Project
Gas Leakage Detector using Arduino with SMS Alert - Engineering Project
 
Vehicle accident detection and messaging system using GSM and arduino
Vehicle accident detection and messaging system using GSM and arduinoVehicle accident detection and messaging system using GSM and arduino
Vehicle accident detection and messaging system using GSM and arduino
 
IRJET- IoT Air Pollution Monitoring System using Arduino
IRJET- IoT Air Pollution Monitoring System using ArduinoIRJET- IoT Air Pollution Monitoring System using Arduino
IRJET- IoT Air Pollution Monitoring System using Arduino
 
ALCOHOL AND HELMET DETECTION WITH ENGINE LOCKING SYSTEM USING GSM
ALCOHOL  AND HELMET DETECTION WITH ENGINE LOCKING SYSTEM USING GSMALCOHOL  AND HELMET DETECTION WITH ENGINE LOCKING SYSTEM USING GSM
ALCOHOL AND HELMET DETECTION WITH ENGINE LOCKING SYSTEM USING GSM
 
PIR sensing with arduino
PIR sensing  with  arduinoPIR sensing  with  arduino
PIR sensing with arduino
 
IOT based air quality and monitoring by using arduino
IOT based air quality and monitoring by using arduinoIOT based air quality and monitoring by using arduino
IOT based air quality and monitoring by using arduino
 
Gas leakage detection system
Gas leakage detection systemGas leakage detection system
Gas leakage detection system
 
Accident messaging system using GPS,GSM and MEMS
Accident messaging system using GPS,GSM and MEMSAccident messaging system using GPS,GSM and MEMS
Accident messaging system using GPS,GSM and MEMS
 
Gas Sensor MQ-2
Gas Sensor MQ-2Gas Sensor MQ-2
Gas Sensor MQ-2
 
Presentation1
Presentation1Presentation1
Presentation1
 
Alcohol detection system with gsm and gps (fiem , ece)
Alcohol detection system with gsm and gps (fiem , ece)Alcohol detection system with gsm and gps (fiem , ece)
Alcohol detection system with gsm and gps (fiem , ece)
 
Coalmine safety system with zigbee specification
Coalmine safety system with zigbee specificationCoalmine safety system with zigbee specification
Coalmine safety system with zigbee specification
 
Alchol detection
Alchol detectionAlchol detection
Alchol detection
 
Zigbee based intelligent helemet for coal miners ppt
Zigbee based intelligent helemet for coal miners pptZigbee based intelligent helemet for coal miners ppt
Zigbee based intelligent helemet for coal miners ppt
 
Gas Leakage Detection Based on IOT
Gas Leakage Detection Based on IOTGas Leakage Detection Based on IOT
Gas Leakage Detection Based on IOT
 
Drowsy Driver detection system
Drowsy Driver detection systemDrowsy Driver detection system
Drowsy Driver detection system
 
Wireless gas leakage detector with device control
Wireless gas leakage detector  with device controlWireless gas leakage detector  with device control
Wireless gas leakage detector with device control
 

Viewers also liked

Gas sensor Alarm
Gas sensor AlarmGas sensor Alarm
Gas sensor Alarm
Udit Jain
 
LPG Detection Mechatronic System
LPG Detection Mechatronic SystemLPG Detection Mechatronic System
LPG Detection Mechatronic System
Abhijeet Rathi
 
LPG – Liquefied Petroleum Gas & Gas Detection System
LPG – Liquefied Petroleum Gas & Gas Detection SystemLPG – Liquefied Petroleum Gas & Gas Detection System
LPG – Liquefied Petroleum Gas & Gas Detection System
Monzer Salahdine
 
line following robot
line following robotline following robot
line following robot
Rehnaz Razvi
 
Project report
Project reportProject report
Project report
meenalpandey
 
document of prepaid energy meter using gsm
document of prepaid energy meter using gsmdocument of prepaid energy meter using gsm
document of prepaid energy meter using gsm
udaypallyreddy
 
micro & macro economics
micro & macro economicsmicro & macro economics
micro & macro economics
gilda_girish
 
Line Following Robot using Arduino UNO
Line Following Robot using Arduino UNOLine Following Robot using Arduino UNO
Line Following Robot using Arduino UNO
Viswanadh Ivaturi
 
GSM BASED PREPAID ENERGY METER BILLING VIA SMS
GSM BASED PREPAID ENERGY METER BILLING VIA SMSGSM BASED PREPAID ENERGY METER BILLING VIA SMS
GSM BASED PREPAID ENERGY METER BILLING VIA SMS
SRINIVAS REDDY
 
Liberalization Privatization Globalization (LPG)
Liberalization Privatization Globalization (LPG)Liberalization Privatization Globalization (LPG)
Liberalization Privatization Globalization (LPG)
mayankravi
 
Drone (Quadcopter) full project report by Er. ASHWANI DIXIT
Drone (Quadcopter) full project report by    Er. ASHWANI DIXITDrone (Quadcopter) full project report by    Er. ASHWANI DIXIT
Drone (Quadcopter) full project report by Er. ASHWANI DIXIT
Ashwani Dixit
 
Ppt
PptPpt
prepaid energy meter using gsm
prepaid energy meter using gsm prepaid energy meter using gsm
prepaid energy meter using gsm
udaypallyreddy
 
Gsm energy meter
Gsm energy meterGsm energy meter
Gsm energy meter
ikm104
 
TEDx Manchester: AI & The Future of Work
TEDx Manchester: AI & The Future of WorkTEDx Manchester: AI & The Future of Work
TEDx Manchester: AI & The Future of Work
Volker Hirsch
 
Build Features, Not Apps
Build Features, Not AppsBuild Features, Not Apps
Build Features, Not Apps
Natasha Murashev
 

Viewers also liked (16)

Gas sensor Alarm
Gas sensor AlarmGas sensor Alarm
Gas sensor Alarm
 
LPG Detection Mechatronic System
LPG Detection Mechatronic SystemLPG Detection Mechatronic System
LPG Detection Mechatronic System
 
LPG – Liquefied Petroleum Gas & Gas Detection System
LPG – Liquefied Petroleum Gas & Gas Detection SystemLPG – Liquefied Petroleum Gas & Gas Detection System
LPG – Liquefied Petroleum Gas & Gas Detection System
 
line following robot
line following robotline following robot
line following robot
 
Project report
Project reportProject report
Project report
 
document of prepaid energy meter using gsm
document of prepaid energy meter using gsmdocument of prepaid energy meter using gsm
document of prepaid energy meter using gsm
 
micro & macro economics
micro & macro economicsmicro & macro economics
micro & macro economics
 
Line Following Robot using Arduino UNO
Line Following Robot using Arduino UNOLine Following Robot using Arduino UNO
Line Following Robot using Arduino UNO
 
GSM BASED PREPAID ENERGY METER BILLING VIA SMS
GSM BASED PREPAID ENERGY METER BILLING VIA SMSGSM BASED PREPAID ENERGY METER BILLING VIA SMS
GSM BASED PREPAID ENERGY METER BILLING VIA SMS
 
Liberalization Privatization Globalization (LPG)
Liberalization Privatization Globalization (LPG)Liberalization Privatization Globalization (LPG)
Liberalization Privatization Globalization (LPG)
 
Drone (Quadcopter) full project report by Er. ASHWANI DIXIT
Drone (Quadcopter) full project report by    Er. ASHWANI DIXITDrone (Quadcopter) full project report by    Er. ASHWANI DIXIT
Drone (Quadcopter) full project report by Er. ASHWANI DIXIT
 
Ppt
PptPpt
Ppt
 
prepaid energy meter using gsm
prepaid energy meter using gsm prepaid energy meter using gsm
prepaid energy meter using gsm
 
Gsm energy meter
Gsm energy meterGsm energy meter
Gsm energy meter
 
TEDx Manchester: AI & The Future of Work
TEDx Manchester: AI & The Future of WorkTEDx Manchester: AI & The Future of Work
TEDx Manchester: AI & The Future of Work
 
Build Features, Not Apps
Build Features, Not AppsBuild Features, Not Apps
Build Features, Not Apps
 

Similar to P 6168--microcontroller based-lpg_gas_detector_using_gsm_module

ABHAY PPT
ABHAY PPTABHAY PPT
ABHAY PPT
Abhay Singh
 
Design and Implementation of Vehicle Gaseous Fuel Leakage Detection System us...
Design and Implementation of Vehicle Gaseous Fuel Leakage Detection System us...Design and Implementation of Vehicle Gaseous Fuel Leakage Detection System us...
Design and Implementation of Vehicle Gaseous Fuel Leakage Detection System us...
ijsrd.com
 
Home automation and securty using wireless networks
Home automation and securty using wireless networksHome automation and securty using wireless networks
Home automation and securty using wireless networks
Arun Kumar
 
gsm based Notice board
gsm based Notice boardgsm based Notice board
gsm based Notice board
ASHIRVAD KUMAR
 
Electricity theft control
Electricity theft controlElectricity theft control
Electricity theft control
Affable Mee
 
Electricity theft control
Electricity theft controlElectricity theft control
Electricity theft control
Affable Mee
 
Vikaspptonnoticeboard
VikaspptonnoticeboardVikaspptonnoticeboard
Vikaspptonnoticeboard
Vikas Singh
 
Ieeepro techno solutions ieee 2014 embedded project design and implement...
Ieeepro techno solutions    ieee 2014  embedded project  design and implement...Ieeepro techno solutions    ieee 2014  embedded project  design and implement...
Ieeepro techno solutions ieee 2014 embedded project design and implement...
srinivasanece7
 
GSM Based Campus Display system
GSM Based Campus Display systemGSM Based Campus Display system
GSM Based Campus Display system
Kashyap Shah
 
Thesis power theft detection ch 3
Thesis power theft detection ch 3Thesis power theft detection ch 3
Thesis power theft detection ch 3
Faraz Ahmed
 
Rajitha priya(wk 413)
Rajitha priya(wk 413)Rajitha priya(wk 413)
Rajitha priya(wk 413)
ammu59
 
Sms based notice board with 3 lcd
Sms based notice board with 3 lcdSms based notice board with 3 lcd
Sms based notice board with 3 lcd
Ankur Kumar
 
intelligent street light system using gsm ppt
intelligent street light system using gsm pptintelligent street light system using gsm ppt
intelligent street light system using gsm ppt
darshangowda679
 
Prepaid energy meter with gsm interface
Prepaid energy meter with gsm interfacePrepaid energy meter with gsm interface
Prepaid energy meter with gsm interface
Edgefxkits & Solutions
 
prepaid energy meter using smartcard
prepaid energy meter using smartcardprepaid energy meter using smartcard
prepaid energy meter using smartcard
chintu9666
 
ACCIDENT PREVENTION AND SECURITY SYSTEM FOR AUTOMOBILES
ACCIDENT PREVENTION AND SECURITY SYSTEM FOR AUTOMOBILESACCIDENT PREVENTION AND SECURITY SYSTEM FOR AUTOMOBILES
ACCIDENT PREVENTION AND SECURITY SYSTEM FOR AUTOMOBILES
Adrija Chowdhury
 
PETROL BUNK AUTOMATION WITH PREPAID CARDS & GSM COMMUNICATION
PETROL BUNK AUTOMATION WITH PREPAID CARDS & GSM COMMUNICATIONPETROL BUNK AUTOMATION WITH PREPAID CARDS & GSM COMMUNICATION
PETROL BUNK AUTOMATION WITH PREPAID CARDS & GSM COMMUNICATION
Krish'n Yadav
 
Auto dial-er Home security
Auto dial-er Home securityAuto dial-er Home security
Auto dial-er Home security
vaibhav jindal
 
IRJET- ARM 7 based Smart Accident Detection and Tracking System
IRJET- ARM 7 based Smart Accident Detection and Tracking SystemIRJET- ARM 7 based Smart Accident Detection and Tracking System
IRJET- ARM 7 based Smart Accident Detection and Tracking System
IRJET Journal
 
Gsm anti theft
Gsm anti theftGsm anti theft
Gsm anti theft
Ashu0711
 

Similar to P 6168--microcontroller based-lpg_gas_detector_using_gsm_module (20)

ABHAY PPT
ABHAY PPTABHAY PPT
ABHAY PPT
 
Design and Implementation of Vehicle Gaseous Fuel Leakage Detection System us...
Design and Implementation of Vehicle Gaseous Fuel Leakage Detection System us...Design and Implementation of Vehicle Gaseous Fuel Leakage Detection System us...
Design and Implementation of Vehicle Gaseous Fuel Leakage Detection System us...
 
Home automation and securty using wireless networks
Home automation and securty using wireless networksHome automation and securty using wireless networks
Home automation and securty using wireless networks
 
gsm based Notice board
gsm based Notice boardgsm based Notice board
gsm based Notice board
 
Electricity theft control
Electricity theft controlElectricity theft control
Electricity theft control
 
Electricity theft control
Electricity theft controlElectricity theft control
Electricity theft control
 
Vikaspptonnoticeboard
VikaspptonnoticeboardVikaspptonnoticeboard
Vikaspptonnoticeboard
 
Ieeepro techno solutions ieee 2014 embedded project design and implement...
Ieeepro techno solutions    ieee 2014  embedded project  design and implement...Ieeepro techno solutions    ieee 2014  embedded project  design and implement...
Ieeepro techno solutions ieee 2014 embedded project design and implement...
 
GSM Based Campus Display system
GSM Based Campus Display systemGSM Based Campus Display system
GSM Based Campus Display system
 
Thesis power theft detection ch 3
Thesis power theft detection ch 3Thesis power theft detection ch 3
Thesis power theft detection ch 3
 
Rajitha priya(wk 413)
Rajitha priya(wk 413)Rajitha priya(wk 413)
Rajitha priya(wk 413)
 
Sms based notice board with 3 lcd
Sms based notice board with 3 lcdSms based notice board with 3 lcd
Sms based notice board with 3 lcd
 
intelligent street light system using gsm ppt
intelligent street light system using gsm pptintelligent street light system using gsm ppt
intelligent street light system using gsm ppt
 
Prepaid energy meter with gsm interface
Prepaid energy meter with gsm interfacePrepaid energy meter with gsm interface
Prepaid energy meter with gsm interface
 
prepaid energy meter using smartcard
prepaid energy meter using smartcardprepaid energy meter using smartcard
prepaid energy meter using smartcard
 
ACCIDENT PREVENTION AND SECURITY SYSTEM FOR AUTOMOBILES
ACCIDENT PREVENTION AND SECURITY SYSTEM FOR AUTOMOBILESACCIDENT PREVENTION AND SECURITY SYSTEM FOR AUTOMOBILES
ACCIDENT PREVENTION AND SECURITY SYSTEM FOR AUTOMOBILES
 
PETROL BUNK AUTOMATION WITH PREPAID CARDS & GSM COMMUNICATION
PETROL BUNK AUTOMATION WITH PREPAID CARDS & GSM COMMUNICATIONPETROL BUNK AUTOMATION WITH PREPAID CARDS & GSM COMMUNICATION
PETROL BUNK AUTOMATION WITH PREPAID CARDS & GSM COMMUNICATION
 
Auto dial-er Home security
Auto dial-er Home securityAuto dial-er Home security
Auto dial-er Home security
 
IRJET- ARM 7 based Smart Accident Detection and Tracking System
IRJET- ARM 7 based Smart Accident Detection and Tracking SystemIRJET- ARM 7 based Smart Accident Detection and Tracking System
IRJET- ARM 7 based Smart Accident Detection and Tracking System
 
Gsm anti theft
Gsm anti theftGsm anti theft
Gsm anti theft
 

More from Chitrachedu Dada Kalandar

microcontroller based automation of drip irrigation system
microcontroller based automation of drip irrigation systemmicrocontroller based automation of drip irrigation system
microcontroller based automation of drip irrigation system
Chitrachedu Dada Kalandar
 
Tusanami
TusanamiTusanami
Tsunami warning system
Tsunami warning systemTsunami warning system
Tsunami warning system
Chitrachedu Dada Kalandar
 
Palm view technology
Palm view technologyPalm view technology
Palm view technology
Chitrachedu Dada Kalandar
 
Palm vein technology
Palm vein technologyPalm vein technology
Palm vein technology
Chitrachedu Dada Kalandar
 
Palm vein technology
Palm vein technologyPalm vein technology
Palm vein technology
Chitrachedu Dada Kalandar
 
Microcontroller based automation of drip irrigation system
Microcontroller based automation of drip irrigation systemMicrocontroller based automation of drip irrigation system
Microcontroller based automation of drip irrigation system
Chitrachedu Dada Kalandar
 
Wireless
WirelessWireless
Wireless transmission of electricity – development and possibility
Wireless transmission of electricity – development and possibilityWireless transmission of electricity – development and possibility
Wireless transmission of electricity – development and possibility
Chitrachedu Dada Kalandar
 
Solar botanic
Solar botanicSolar botanic
Solar botanic (1)
Solar botanic (1)Solar botanic (1)
Solar botanic (1)
Chitrachedu Dada Kalandar
 
Advanced automatic railway system to avoid different train accidents
Advanced automatic railway system to avoid different train  accidentsAdvanced automatic railway system to avoid different train  accidents
Advanced automatic railway system to avoid different train accidents
Chitrachedu Dada Kalandar
 
5g tech
5g tech5g tech
5 g mobile technology
5 g mobile technology5 g mobile technology
5 g mobile technology
Chitrachedu Dada Kalandar
 
an advance approach to divert trafiic at busy signals using rfid technolgy
an advance approach to divert trafiic at busy signals using rfid technolgyan advance approach to divert trafiic at busy signals using rfid technolgy
an advance approach to divert trafiic at busy signals using rfid technolgy
Chitrachedu Dada Kalandar
 

More from Chitrachedu Dada Kalandar (15)

microcontroller based automation of drip irrigation system
microcontroller based automation of drip irrigation systemmicrocontroller based automation of drip irrigation system
microcontroller based automation of drip irrigation system
 
Tusanami
TusanamiTusanami
Tusanami
 
Tsunami warning system
Tsunami warning systemTsunami warning system
Tsunami warning system
 
Palm view technology
Palm view technologyPalm view technology
Palm view technology
 
Palm vein technology
Palm vein technologyPalm vein technology
Palm vein technology
 
Palm vein technology
Palm vein technologyPalm vein technology
Palm vein technology
 
Microcontroller based automation of drip irrigation system
Microcontroller based automation of drip irrigation systemMicrocontroller based automation of drip irrigation system
Microcontroller based automation of drip irrigation system
 
Wireless
WirelessWireless
Wireless
 
Wireless transmission of electricity – development and possibility
Wireless transmission of electricity – development and possibilityWireless transmission of electricity – development and possibility
Wireless transmission of electricity – development and possibility
 
Solar botanic
Solar botanicSolar botanic
Solar botanic
 
Solar botanic (1)
Solar botanic (1)Solar botanic (1)
Solar botanic (1)
 
Advanced automatic railway system to avoid different train accidents
Advanced automatic railway system to avoid different train  accidentsAdvanced automatic railway system to avoid different train  accidents
Advanced automatic railway system to avoid different train accidents
 
5g tech
5g tech5g tech
5g tech
 
5 g mobile technology
5 g mobile technology5 g mobile technology
5 g mobile technology
 
an advance approach to divert trafiic at busy signals using rfid technolgy
an advance approach to divert trafiic at busy signals using rfid technolgyan advance approach to divert trafiic at busy signals using rfid technolgy
an advance approach to divert trafiic at busy signals using rfid technolgy
 

Recently uploaded

哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 
Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...
bijceesjournal
 
CEC 352 - SATELLITE COMMUNICATION UNIT 1
CEC 352 - SATELLITE COMMUNICATION UNIT 1CEC 352 - SATELLITE COMMUNICATION UNIT 1
CEC 352 - SATELLITE COMMUNICATION UNIT 1
PKavitha10
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
171ticu
 
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
Gino153088
 
Certificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi AhmedCertificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi Ahmed
Mahmoud Morsy
 
AI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptxAI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptx
architagupta876
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
VICTOR MAESTRE RAMIREZ
 
Curve Fitting in Numerical Methods Regression
Curve Fitting in Numerical Methods RegressionCurve Fitting in Numerical Methods Regression
Curve Fitting in Numerical Methods Regression
Nada Hikmah
 
Welding Metallurgy Ferrous Materials.pdf
Welding Metallurgy Ferrous Materials.pdfWelding Metallurgy Ferrous Materials.pdf
Welding Metallurgy Ferrous Materials.pdf
AjmalKhan50578
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
MDSABBIROJJAMANPAYEL
 
An improved modulation technique suitable for a three level flying capacitor ...
An improved modulation technique suitable for a three level flying capacitor ...An improved modulation technique suitable for a three level flying capacitor ...
An improved modulation technique suitable for a three level flying capacitor ...
IJECEIAES
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
Data Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptxData Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptx
ramrag33
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
Hitesh Mohapatra
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
171ticu
 
An Introduction to the Compiler Designss
An Introduction to the Compiler DesignssAn Introduction to the Compiler Designss
An Introduction to the Compiler Designss
ElakkiaU
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
bijceesjournal
 
BRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdfBRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdf
LAXMAREDDY22
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
Yasser Mahgoub
 

Recently uploaded (20)

哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 
Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...
 
CEC 352 - SATELLITE COMMUNICATION UNIT 1
CEC 352 - SATELLITE COMMUNICATION UNIT 1CEC 352 - SATELLITE COMMUNICATION UNIT 1
CEC 352 - SATELLITE COMMUNICATION UNIT 1
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
 
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
 
Certificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi AhmedCertificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi Ahmed
 
AI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptxAI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptx
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
 
Curve Fitting in Numerical Methods Regression
Curve Fitting in Numerical Methods RegressionCurve Fitting in Numerical Methods Regression
Curve Fitting in Numerical Methods Regression
 
Welding Metallurgy Ferrous Materials.pdf
Welding Metallurgy Ferrous Materials.pdfWelding Metallurgy Ferrous Materials.pdf
Welding Metallurgy Ferrous Materials.pdf
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
 
An improved modulation technique suitable for a three level flying capacitor ...
An improved modulation technique suitable for a three level flying capacitor ...An improved modulation technique suitable for a three level flying capacitor ...
An improved modulation technique suitable for a three level flying capacitor ...
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
Data Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptxData Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptx
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
 
An Introduction to the Compiler Designss
An Introduction to the Compiler DesignssAn Introduction to the Compiler Designss
An Introduction to the Compiler Designss
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
 
BRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdfBRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdf
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
 

P 6168--microcontroller based-lpg_gas_detector_using_gsm_module

  • 1. 1 MICROCONTROLLER BASED LPG GAS DETECTOR USING GSM MODULE Ashish Sharma (B.Tech., EL Engg.) E-mail: ashishpreet2009@gmail.com : contactashish10@gmail.com ABSTRACT Ideal gas sensor is used to detect the presence of a dangerous LPG leak in your car or in a service station, storage tank environment. This unit can be easily incorporated into an alarm unit, to sound an alarm or give a visual indication of the LPG concentration. The sensor has excellent sensitivity combined with a quick response time. The sensor can also sense iso-butane, propane, LNG and cigarette smoke. If the LPG sensor senses any gas leakage from storage the output of this sensor goes low. This low signal is monitored by the microcontroller and it will identify the gas leakage. Now the microcontroller is turn on LED and Buzzer. After few milliseconds delay, it also turn on exhaust fan for throwing gas out and continue send messages as „GAS LEAKAGE‟ to a mobile no. , written in c-code. INTRODUCTION MQ-5 Semiconductor Sensor for Combustible Gas Sensitive material of MQ-5 gas sensor is SnO2, which with lower conductivity in clean air. When the target combustible gas exist, the sensors conductivity is higher along with the gas concentration rising. We use simple electro- circuit, convert change of conductivity to correspond output signal of gas concentration. MQ-5 gas sensor has high sensitivity to Methane, Propane and Butane and could be used to detect both Methane and Propane. The sensor could be used to detect different combustible gas especially Methane, it is with low cost and suitable for different application.
  • 2. 2 BLOCK DIAGRAM BLOCK DIAGRAM DESCRIPTION MQ-5 LPG SENSOR It senses the leakage of LPG. The out put of this sensor is „high‟ at normal condition. The output goes low, when it senses the LPG. MICROCONTROLLER It is the whole control of the project. It controls the Exhaust fan, LED, Buzzer and when LPG leak occurs. The input/ output ports of the microcontroller is used for this. EXHAUST FAN This is used to send out the LPG to space and then the concentration of LPG is reduced. Buzzer When buzzer is blowing, this indicates the leakage of LPG gas. It is 12 V DC operated buzzer. LED When LED is glowing, this indicates the leakage of LPG gas. It is 1.2 V DC operated LED.
  • 3. 3 MQ-5 LPG GAS DETECTOR MODULE MQ-5 LPG GAS Sensor PRESET Vcc GND Output OP-AMP Ic Power Indicator LED Output Indicator LED
  • 4. 4 SPECIFICATIONS OF MQ-5 LPG GAS SENSOR
  • 5. 5
  • 6. 6 WORKING PRINCIPLE The sensing material in TGS gas sensors is metal oxide, most typically SnO2. When a metal oxide crystal such as SnO2 is heated at a certain high temperature in air, oxygen is adsorbed on the crystal surface with a negative charge. Then donor electrons in the crystal surface are transferred to the adsorbed oxygen, resulting in leaving positive charges in a space charge layer. Thus, surface potential is formed to serve as a potential barrier against electron flow. Inside the sensor, electric current flows through the conjunction parts (grain boundary) of SnO2 micro crystals. At grain boundaries, adsorbed oxygen forms a potential barrier which prevents carriers from moving freely. The electrical resistance of the sensor is attributed to this potential barrier. In the presence of a deoxidizing gas, the surface density of the negatively charged oxygen decreases, so the barrier height in the grain boundary is reduced. The reduced barrier height decreases sensor resistance. ATMEGA16 MICROCONTROLLER DETAILS DESCRIPTION The ATMEGA16 is a low-power, high-performance CMOS 8-bit microcomputer with 16K bytes of Flash programmable and erasable read only memory (EPROM). The device is manufactured using Atmel‟s high-density nonvolatile memory technology and is compatible with the industry- standard MCS-51 instruction set and pin out. The on-chip Flash allows the program memory to be reprogrammed in-system or by a conventional nonvolatile memory programmer. By combining a versatile 8-bit CPU with Flash on a monolithic chip, the Atmel ATMEGA16 is a powerful microcomputer which provides a highly-flexible and cost-effective solution to many embedded control applications. PIN OUT
  • 8. 8 MICROCONTROLLER CIRCUIT WITH PHERIPHERALS (NOTE: For more details of ATMEGA16, please refer datasheet.) GSM MODULE For sending message, I am using a GSM Module named SIMCOM_300. GSM Module SIM300 with sim-card holder, RS232 interface, power supply, buzzer and audio interface. You can connect this to PC using a USB to Serial Adaptor and use terminal programs such as Real term to send & receive data. We can also interface GSM Module with microcontroller directly through wires. GSM Module works with AT COMMANDS. AT commands are used to control MODEMs. AT is the abbreviation for Attention. AT commands with a GSM/GPRS MODEM or mobile phone can be used to access following information and services: 1. Information and configuration pertaining to mobile device or MODEM and SIM card. 2. SMS services. 3. MMS services. 4. Call services. 5. Data and Voice link over mobile network. Buzzer ATMEGA16 L293D Connector for Exhaust Fan Programming Pins RESET Button Filter LCD Connector
  • 9. 9 SIMCOM_300 (NOTE: For more details of SIMCOM_300 GSM Module, please refer datasheet.) EXPLANATION OF COMMONLY USED AT COMMANDS 1) AT - This command is used to check communication between the module and the computer. For example, AT OK The command returns a result code OK if the computer (serial port) and module are connected properly. If any of module or SIM is not working, it would return a result code ERROR. 2) +CMGF - This command is used to set the SMS mode. Either text or PDU mode can be selected by assigning 1 or 0 in the command. SYNTAX: AT+CMGF=<mode> 0: for PDU mode 1: for text mode The text mode of SMS is easier to operate but it allows limited features of SMS. The PDU (protocol data unit) allows more access to SMS services but the operator requires bit level knowledge of TPDUs. The headers and body of SMS are accessed in hex format in PDU mode so it allows availing more features. For example, AT+CMGF=1 Buzzer Audio Connect or Antenna Supply Port Communication PORT SIM Card Holder
  • 10. 10 OK 3) +CMGW - This command is used to store message in the SIM. SYNTAX: AT+CMGW=” Phone number”> Message to be stored Ctrl+z As one types AT+CMGW and phone number, „>‟ sign appears on next line where one can type the message. Multiple line messages can be typed in this case. This is why the message is terminated by providing a „Ctrl+z‟ combination. As Ctrl+z is pressed, the following information response is displayed on the screen. +CMGW: Number on which message has been stored 4) +CMGS - This command is used to send a SMS message to a phone number. SYNTAX: AT+CMGS= serial number of message to be send. As the command AT+CMGS and serial number of message are entered, SMS is sent to the particular SIM. For example, AT+CMGS=1 OK 5) ATD - This command is used to dial or call a number. SYNTAX: ATD<Phone number>(Enter) For example, ATD123456789 6) ATA - This command is used to answer a call. An incoming call is indicated by a message „RING‟ which is repeated for every ring of the call. When the call ends „NO CARRIER‟ is displayed on the screen. SYNTAX: ATA(Enter) As ATA followed by enter key is pressed, incoming call is answered. For example, RING RING ATA 7) ATH - This command is used to disconnect remote user link with the GSM module. SYNTAX: ATH (Enter)
  • 11. 11 AVR GSM 230/0-12V L1 AC 230V 1N4007 D1 1N4007 D4 1000uF/25V C1 LM7805 1 2 3 IC1 47uF/16V C2 1N4007 D3 1N4007 D2 +12V +5V CONNECTION BETWEEN MICROCONTROLLER AND GSM MODULE For connection, connect Receiver Pin (Rx) of Microcontroller to Transmitter Pin (Tx) of GSM Module and Transmitter Pin (Tx) of Microcontroller to Receiver Pin (Rx) of GSM Module. Also connect Ground Pin (GND) of both. POWER SUPPLY Power supply for the complete unit can be derived from the mains using a step-down transformer of 230V AC primary to 0-12V, 500mA secondary. A full- wave rectifier followed by a capacitor filter is the output voltage and feeds it to the 5-volt regulator (LM7805) whose output is used to the power supply requirements of microcontroller circuit, other IC‟s. Vcc Vcc Rx Tx Tx Rx GND GND
  • 12. 12 COMPLETE CONNECTION DIAGRAM GSM Module Microcontroller Circuit Exhaust Fan GAS Sensor Module Power Supply Step down Transformer Power Indicator Filter Full Wave Rectifier Ic
  • 14. 14 FLOW CHART DIAGRAM Start Power On MCU sends „AT to GSM Module‟ Is GSM Module replies „OK‟ ? Is LPG Sensor‟s O/P value is greater than threshold value? Turn on LED & Buzzer Start Exhaust Fan by enabling the respective PORT Send message to stored Mobile No. NO YES NO YES
  • 15. 15 APPLICATIONS This project is applicable in following fields: 1. Domestic gas leakage detector 2. Industrial Combustible gas detector 3. Portable gas detector 4. Homes 5. Factories 6. LPG storage 7. Gas cars 8. Hotels etc. CONCLUSION I have finally succeeded in making the “MICROCONTROLLER BASED LPG GAS DETECTOR USING GSM MODULE” Satisfactorily. More knowledge is gained and more experiences are faced lot of information‟s are collected ultimately, I have concluded with a great pleasure for achieving our aim. I have planned to fulfill my technical requirements. The knowledge I have attained with this project really would follow till the end of our career. REFERENCES 1. www.iskyworld.in 2. www.seminarprojects.com 3. www.engineersgarage.com 4. www.datasheets 4u.com