QB055 MQ-4 Gas Sensor

1.Product Introduction

../../_images/MQ-4-1.jpg

MQ-4 gas sensor is a combustible gas sensor, which can detect the concentration of combustible gas in the environment. Its working principle is based on the change of electrical properties of semiconductor gas sensitive materials. When there is combustible gas (such as methane, propane, butane, etc.), the gas sensitive materials inside the sensor will react with the gas, resulting in changes in the resistance value of the material.

It is widely used in domestic and industrial fields in methane leakage detection, gas leakage alarm and gas detection.

2.Parameter Specification

Parameter Value/Representation
Operating voltage 5V
Operating temperature -20°C~+80°C
Concentration detection 300~10000ppm
Output signal Analog signal
Size 4.72cm*2.38cm
../../_images/MQ-4-2.jpg

3.Wiring Diagram

../../_images/MQ-4-3.png
MQ-4 Gas Sensor UNO
VCC 5V
GND GND
S Analog Pin A0

4.Sample Code

1
2
3
4
5
6
7
8
void setup(){
  pinMode(A0, INPUT);//Set pin A0 to input mode
  Serial.begin(9600);//Set serial port baud rate 9600
}
void loop(){
  Serial.println(analogRead(A0));//The serial port shows the detection value of the MQ-4 gas sensor
  delay(1000);
}

5.Test Result

After uploading the code to the controller board, open the serial port monitor of the Arduino IDE, set the baud rate to 9600, and switch to the scroll mode. When pressed half with a lighter, flammable gas will be released. At this time, the gas will be sprayed to the MQ-4 gas sensor, and the following data can be seen.

../../_images/MQ-4-4.png
../../_images/MQ-4-5.png

Hint

The MQ-4 gas sensor will be heated at the beginning, and it will be 20 seconds before normal detection.

6.Related Resources

7.Get One Now

B2B Business: info@acebott.com

Individual buyer: shop on aliexpress