SlideShare a Scribd company logo
3
Most read
4
Most read
8
Most read
www.researchdesignlab.com Page 1
GAS SENSORREV1.0
GAS SENSOR
www.researchdesignlab.com Page 2
GAS SENSORREV1.0
Contents
OVERVIEW ................................................................................................................................... 3
GAS SENSOR ............................................................................................................................ 3
FEATURES ................................................................................................................................ 3
BLOCK DIAGRAM................................................................................................................... 4
APPLICATIONS........................................................................................................................ 4
STRUCTURE AND CONFIGURATION OF GAS SENSOR(MQ2)....................................... 4
CONNECTION DIAGRAM ...................................................................................................... 5
ARDUINO CODE ...................................................................................................................... 6
BOARD DIMENSIONS............................................................................................................. 7
RELATED PRODUCTS ............................................................................................................ 8
www.researchdesignlab.com Page 3
GAS SENSORREV1.0
OVERVIEW
GAS SENSOR
The liquefied Petroleum Gas (LPG) sensor is suitable for sensing LPG (composed of mostly
propane and butane) concentration in the air. This can be used in Gas Leakage Detection
equipment for detecting the ISO-butane, Propane, LNG combustible Gases. If output goes above
the preset range, indication will be shown as high otherwise it will remain in idle condition.
FEATURES
 High sensitivity to LPG, natural gas .
 Fast response.
 Stable and long life .
 Simple drive circuit.
 Small sensitivity to alcohol and smoke.
www.researchdesignlab.com Page 4
GAS SENSORREV1.0
BLOCK DIAGRAM
A/O- Analog output
D/O-Digital output
APPLICATIONS
 Used in gas leakage detecting equipments in family and industry.
 Suitable for detecting of LPG, iso-butane, propane, LNG.
 Avoid the noise of alcohol and cooking fumes and cigarette smoke.
STRUCTURE AND CONFIGURATION OF GAS SENSOR(MQ2)
The Gas sensor composed by micro AL2O3 ceramic tube, Tin Dioxide (SnO2) sensitive layer,
measuring electrode and heater are fixed into a crust made by plastic and stainless steel net. The
heater provides necessary work conditions for work of sensitive components. The enveloped
MQ-2 have 6 pin, 4 of them are used to fetch signals, and other 2 are used for providing heating
current.
www.researchdesignlab.com Page 5
GAS SENSORREV1.0
PARAMETER VALUES
Operating voltage +5v DC regulated
Gas Detection Indicated by LED
CONNECTION DIAGRAM
Fig1
www.researchdesignlab.com Page 6
GAS SENSORREV1.0
ARDUINO CODE
#include <LiquidCrystal.h>
LiquidCrystal lcd(6, 7, 2, 3, 4, 5);
/*
* LCD RS pin to digital pin 6
* LCD Enable pin to digital pin 7
* LCD D4 pin to digital pin 2
* LCD D5 pin to digital pin 3
* LCD D6 pin to digital pin 4
* LCD D7 pin to digital pin 5
* LCD R/W pin to ground */
const int gasPin = 12;
int gasState = 0;
void setup()
{
pinMode(gasPin, INPUT); // initialize the GAS sensor pin as an input
lcd.begin(16, 2); // set up the LCD's number of columns and rows
}
void loop()
{
gasState = digitalRead(gasPin);
// if it is, the GAS sensor is HIGH
if(gasState == LOW)
{
lcd.setCursor(0,1);
lcd.print("gas detected"); // Print a message to the LCD.
}
else
{
lcd.setCursor(0,1);
lcd.print("no gas detected");
}
}
NOTE: For connections refer fig1
www.researchdesignlab.com Page 7
GAS SENSORREV1.0
BOARD DIMENSIONS
To buy this product click the below link
http://researchdesignlab.com/index.php/sensors/gas-sensor.html
www.researchdesignlab.com Page 8
GAS SENSORREV1.0
RELATED PRODUCTS
RDL-UNO ATMEGA DEVELOPMENT BOARD MQ2 GAS SENSOR
PIC PROJECT BOARD

More Related Content

PDF
Keypad Interfacing with 8051 Microcontroller
PPTX
Ultrasonic sensor
PPTX
Somke detector project presentation
PPTX
Automatic gas detection system
PDF
Report on PCB designing and fabrication by Prince Rohan
PPT
Temperature Sensors
PPTX
Smart sensors and their Application
PPTX
Addressing modes of 8051
Keypad Interfacing with 8051 Microcontroller
Ultrasonic sensor
Somke detector project presentation
Automatic gas detection system
Report on PCB designing and fabrication by Prince Rohan
Temperature Sensors
Smart sensors and their Application
Addressing modes of 8051

What's hot (20)

PPTX
Sensors and its types
PPTX
Gas leakage detection system
PPTX
ARDUINO BASED GAS LEAKAGE DETECTING ROBOT
PPTX
RTD-RESISTANCE TEMPERATURE DETECTOR
PPTX
Electronic components
PPTX
Raspberry pi led blink
PPTX
Gas and smoke detection system using arduino
PPTX
Sensor.pptx
PPT
Introduction to sensors
PPTX
Obstacle Avoidance ROBOT using ARDUINO
PPTX
LPG gas leekage dectection
PPTX
AUTONOMOUS LPG GAS SENSOR BOT USING ARDUINO ppt
DOCX
Final Report
PPTX
Embedded system introduction
PPT
Sensors
PDF
Gas Leakage Detector using Arduino with SMS Alert - Engineering Project
PPT
Optical sensor
PPTX
SENSORS A DISCUSSION
Sensors and its types
Gas leakage detection system
ARDUINO BASED GAS LEAKAGE DETECTING ROBOT
RTD-RESISTANCE TEMPERATURE DETECTOR
Electronic components
Raspberry pi led blink
Gas and smoke detection system using arduino
Sensor.pptx
Introduction to sensors
Obstacle Avoidance ROBOT using ARDUINO
LPG gas leekage dectection
AUTONOMOUS LPG GAS SENSOR BOT USING ARDUINO ppt
Final Report
Embedded system introduction
Sensors
Gas Leakage Detector using Arduino with SMS Alert - Engineering Project
Optical sensor
SENSORS A DISCUSSION
Ad

Viewers also liked (12)

DOCX
Gas sensor Alarm
PPTX
fire & gas detection system
PPTX
Presentation1
PPTX
Light level and gas monitoring system
PPTX
Lpg presentation
PPTX
wireless security control system and sensor network for smoke and fire detection
PPTX
Wireless gas leakage detector with device control
DOCX
LPG Detection Mechatronic System
PPTX
Pembersih asap rokok dengan sensor mq2 best arduino project
PPTX
PPTX
Project presentation on wireless lpg leakage detector
Gas sensor Alarm
fire & gas detection system
Presentation1
Light level and gas monitoring system
Lpg presentation
wireless security control system and sensor network for smoke and fire detection
Wireless gas leakage detector with device control
LPG Detection Mechatronic System
Pembersih asap rokok dengan sensor mq2 best arduino project
Project presentation on wireless lpg leakage detector
Ad

Similar to Gas Sensor MQ-2 (20)

DOCX
GAS sensor report
PPTX
Arduino Based Gas Leakage Detector Project
PPTX
126 Tejas Katkar. Gas leakage detection project.pptx
PDF
IRJET -Arduino based Gas Leakage Detection for Living Security
PDF
Datasheet mq6
PPTX
iot based gas leakage detection and control.pptx
PPTX
CO/CO2 level indicator Seminar
PDF
GSM BASED GAS LEAKAGE DETECTION SYSTEM
PDF
IRJET - IoT based Gas Level Detection and the Automatic Booking of the Gas
PPT
chokshi.ppt
PPTX
Arduino UNO Gas & Smoke Detection - Embedded Systems
PPTX
INTERFACE ARDUINO WITH MQ3 TO SENSE SPECIFIC GASES.pptx
PPTX
major project ff (1)-1.pptx
PDF
Smart Automation Gas Level Monitoring with Gas Leakage Deduction and Refill B...
PPTX
Deep explanation of gas sensors for engineering students
PDF
Wireless Auto Power Trip System for Liquefied Petroleum Gas Leakage to Improv...
PDF
Wireless Auto Power Trip System for Liquefied Petroleum Gas Leakage to Improv...
PDF
Toxic Gas Detection-An Experiment with the Simulation Process
PDF
A FUSION OF IoT BASED GAS LEAKAGE DETECTION
PPT
chokshichokshichokshichokshichokshichokshichokshi
GAS sensor report
Arduino Based Gas Leakage Detector Project
126 Tejas Katkar. Gas leakage detection project.pptx
IRJET -Arduino based Gas Leakage Detection for Living Security
Datasheet mq6
iot based gas leakage detection and control.pptx
CO/CO2 level indicator Seminar
GSM BASED GAS LEAKAGE DETECTION SYSTEM
IRJET - IoT based Gas Level Detection and the Automatic Booking of the Gas
chokshi.ppt
Arduino UNO Gas & Smoke Detection - Embedded Systems
INTERFACE ARDUINO WITH MQ3 TO SENSE SPECIFIC GASES.pptx
major project ff (1)-1.pptx
Smart Automation Gas Level Monitoring with Gas Leakage Deduction and Refill B...
Deep explanation of gas sensors for engineering students
Wireless Auto Power Trip System for Liquefied Petroleum Gas Leakage to Improv...
Wireless Auto Power Trip System for Liquefied Petroleum Gas Leakage to Improv...
Toxic Gas Detection-An Experiment with the Simulation Process
A FUSION OF IoT BASED GAS LEAKAGE DETECTION
chokshichokshichokshichokshichokshichokshichokshi

More from Raghav Shetty (20)

PDF
8 Channel Relay Board-Bluetooth
PDF
4 Channel Relay Board 5V-Bluetooth Compatible for Arduino
PDF
4 Channel Relay Board 12V-Compatible for Arduino
PDF
8 Channel Relay Board-Rs485
PDF
Xbee X-CTU Software
PDF
Digitla Vibration Sensor
PDF
Thermal Printer
PDF
Digital Soil Moisture Sensor
PDF
Micro SD Memory Card Interface for 5V MCU
PDF
Micro SD Memory Card Interface for 3.3V MCU
PDF
Regulated Power Supply
PDF
PIC Project Board
PDF
8 Channel Bi Directional Logic Level Converter
PDF
LCD Keypad Shield
PDF
L298 Motor Driver
PDF
Joystick Shield
PDF
Force Sensor
PDF
Plastic REED Float Switch
PDF
Flex Sensor
PDF
Serial EEPROM
8 Channel Relay Board-Bluetooth
4 Channel Relay Board 5V-Bluetooth Compatible for Arduino
4 Channel Relay Board 12V-Compatible for Arduino
8 Channel Relay Board-Rs485
Xbee X-CTU Software
Digitla Vibration Sensor
Thermal Printer
Digital Soil Moisture Sensor
Micro SD Memory Card Interface for 5V MCU
Micro SD Memory Card Interface for 3.3V MCU
Regulated Power Supply
PIC Project Board
8 Channel Bi Directional Logic Level Converter
LCD Keypad Shield
L298 Motor Driver
Joystick Shield
Force Sensor
Plastic REED Float Switch
Flex Sensor
Serial EEPROM

Recently uploaded (20)

PDF
Electronic commerce courselecture one. Pdf
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
sap open course for s4hana steps from ECC to s4
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
cuic standard and advanced reporting.pdf
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Machine learning based COVID-19 study performance prediction
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PPTX
Big Data Technologies - Introduction.pptx
PDF
Approach and Philosophy of On baking technology
PPTX
Spectroscopy.pptx food analysis technology
Electronic commerce courselecture one. Pdf
Diabetes mellitus diagnosis method based random forest with bat algorithm
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Per capita expenditure prediction using model stacking based on satellite ima...
sap open course for s4hana steps from ECC to s4
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Building Integrated photovoltaic BIPV_UPV.pdf
cuic standard and advanced reporting.pdf
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Machine learning based COVID-19 study performance prediction
Encapsulation_ Review paper, used for researhc scholars
Mobile App Security Testing_ A Comprehensive Guide.pdf
20250228 LYD VKU AI Blended-Learning.pptx
Big Data Technologies - Introduction.pptx
Approach and Philosophy of On baking technology
Spectroscopy.pptx food analysis technology

Gas Sensor MQ-2

  • 1. www.researchdesignlab.com Page 1 GAS SENSORREV1.0 GAS SENSOR
  • 2. www.researchdesignlab.com Page 2 GAS SENSORREV1.0 Contents OVERVIEW ................................................................................................................................... 3 GAS SENSOR ............................................................................................................................ 3 FEATURES ................................................................................................................................ 3 BLOCK DIAGRAM................................................................................................................... 4 APPLICATIONS........................................................................................................................ 4 STRUCTURE AND CONFIGURATION OF GAS SENSOR(MQ2)....................................... 4 CONNECTION DIAGRAM ...................................................................................................... 5 ARDUINO CODE ...................................................................................................................... 6 BOARD DIMENSIONS............................................................................................................. 7 RELATED PRODUCTS ............................................................................................................ 8
  • 3. www.researchdesignlab.com Page 3 GAS SENSORREV1.0 OVERVIEW GAS SENSOR The liquefied Petroleum Gas (LPG) sensor is suitable for sensing LPG (composed of mostly propane and butane) concentration in the air. This can be used in Gas Leakage Detection equipment for detecting the ISO-butane, Propane, LNG combustible Gases. If output goes above the preset range, indication will be shown as high otherwise it will remain in idle condition. FEATURES  High sensitivity to LPG, natural gas .  Fast response.  Stable and long life .  Simple drive circuit.  Small sensitivity to alcohol and smoke.
  • 4. www.researchdesignlab.com Page 4 GAS SENSORREV1.0 BLOCK DIAGRAM A/O- Analog output D/O-Digital output APPLICATIONS  Used in gas leakage detecting equipments in family and industry.  Suitable for detecting of LPG, iso-butane, propane, LNG.  Avoid the noise of alcohol and cooking fumes and cigarette smoke. STRUCTURE AND CONFIGURATION OF GAS SENSOR(MQ2) The Gas sensor composed by micro AL2O3 ceramic tube, Tin Dioxide (SnO2) sensitive layer, measuring electrode and heater are fixed into a crust made by plastic and stainless steel net. The heater provides necessary work conditions for work of sensitive components. The enveloped MQ-2 have 6 pin, 4 of them are used to fetch signals, and other 2 are used for providing heating current.
  • 5. www.researchdesignlab.com Page 5 GAS SENSORREV1.0 PARAMETER VALUES Operating voltage +5v DC regulated Gas Detection Indicated by LED CONNECTION DIAGRAM Fig1
  • 6. www.researchdesignlab.com Page 6 GAS SENSORREV1.0 ARDUINO CODE #include <LiquidCrystal.h> LiquidCrystal lcd(6, 7, 2, 3, 4, 5); /* * LCD RS pin to digital pin 6 * LCD Enable pin to digital pin 7 * LCD D4 pin to digital pin 2 * LCD D5 pin to digital pin 3 * LCD D6 pin to digital pin 4 * LCD D7 pin to digital pin 5 * LCD R/W pin to ground */ const int gasPin = 12; int gasState = 0; void setup() { pinMode(gasPin, INPUT); // initialize the GAS sensor pin as an input lcd.begin(16, 2); // set up the LCD's number of columns and rows } void loop() { gasState = digitalRead(gasPin); // if it is, the GAS sensor is HIGH if(gasState == LOW) { lcd.setCursor(0,1); lcd.print("gas detected"); // Print a message to the LCD. } else { lcd.setCursor(0,1); lcd.print("no gas detected"); } } NOTE: For connections refer fig1
  • 7. www.researchdesignlab.com Page 7 GAS SENSORREV1.0 BOARD DIMENSIONS To buy this product click the below link http://researchdesignlab.com/index.php/sensors/gas-sensor.html
  • 8. www.researchdesignlab.com Page 8 GAS SENSORREV1.0 RELATED PRODUCTS RDL-UNO ATMEGA DEVELOPMENT BOARD MQ2 GAS SENSOR PIC PROJECT BOARD