Sale!

HomeProductssensorsMQ5 liquefied gas and Methane ...

MQ5 liquefied gas and Methane Gas Sensor Module

Original price was: ₵45.00.Current price is: ₵34.00.

10 in stock

The MQ2 Gas Sensor is a versatile and widely used sensor for detecting flammable and combustible gases. It is capable of detecting gases like LPG, methane, propane, hydrogen, alcohol, smoke, and carbon monoxide, making it ideal for gas leakage detection systems and air quality monitoring.

Categories:

Description

The MQ5 Gas Sensor is designed for detecting natural gas (methane) and liquefied petroleum gas (LPG), making it suitable for applications such as gas leak detection, industrial safety, and home automation. It can also detect other combustible gases to a lesser extent.

 


Key Features

  • High sensitivity to methane and LPG.
  • Detects other flammable gases like hydrogen and alcohol.
  • Analog and digital outputs for flexible interfacing.
  • Adjustable sensitivity via a built-in potentiometer.
  • Low cost and easy to use.

Specifications

  • Operating Voltage: 3.3V–5V DC
  • Operating Current: ~150 mA
  • Detectable Gases: Methane (CH₄), LPG, hydrogen, and alcohol vapors.
  • Output Types:
    • Analog Output (AO): Proportional to gas concentration.
    • Digital Output (DO): HIGH/LOW signal based on the threshold set by the potentiometer.
  • Sensitivity Range: Detects concentrations from 200 ppm to 10,000 ppm.
  • Preheat Time: ~20 seconds for stable operation.
  • Operating Temperature: -10°C to 50°C.

Pinout

  1. VCC: Power supply (3.3V or 5V)
  2. GND: Ground
  3. DO: Digital output
  4. AO: Analog output

Working Principle

The MQ5 sensor uses a SnO₂ (tin dioxide) sensing layer, which has low conductivity in clean air. When exposed to methane, LPG, or other flammable gases, the conductivity increases. This change in resistance is measured to determine the gas concentration.


Interfacing with Arduino

Hardware Setup

  1. Connect VCC to the Arduino’s 5V pin.
  2. Connect GND to the Arduino’s GND pin.
  3. Connect AO (Analog Output) to an analog input pin (e.g., A0).
  4. (Optional) Connect DO (Digital Output) to a digital input pin for threshold-based detection.

Sample Code

const int analogPin = A0; // Analog output pin
const int digitalPin = 2; // Digital output pin
int analogValue = 0;

void setup() {
  Serial.begin(9600);
  pinMode(digitalPin, INPUT);
}

void loop() {
  // Read analog value
  analogValue = analogRead(analogPin);
  
  // Print analog value (gas concentration)
  Serial.print("Analog Value: ");
  Serial.println(analogValue);

  // Check digital output
  if (digitalRead(digitalPin) == HIGH) {
    Serial.println("Gas concentration exceeded threshold!");
  }
  
  delay(1000);
}

Calibrating the Sensor

  1. Preheating: Allow the sensor to preheat for at least 24 hours before precise calibration.
  2. Sensitivity Adjustment: Use the potentiometer to adjust the digital threshold for gas detection.
  3. Calibration Curve: Expose the sensor to known gas concentrations, record the analog values, and create a calibration curve for accurate measurements.

Applications

  • LPG and natural gas leak detection.
  • Industrial safety systems.
  • Smart home gas detection systems.
  • Combustible gas monitoring.
  • IoT-based gas detection and alert systems.

Reviews

There are no reviews yet.

Be the first to review “MQ5 liquefied gas and Methane Gas Sensor Module”

Your email address will not be published. Required fields are marked *

Most Popular


Sensors and Modules

Original price was: ₵135.00.Current price is: ₵101.00.

Out of stock

Sensors and Modules

Original price was: ₵165.00.Current price is: ₵145.00.

10 in stock

Sensors and Modules

Original price was: ₵320.00.Current price is: ₵245.00.

10 in stock

Sensors and Modules

Original price was: ₵460.00.Current price is: ₵430.00.

38 in stock

Shopping Basket