Wish List 0

Mq9 Carbon Monoxide Methane And Lpg Gas Module

Rs. 83.00 Rs. 95.00

  • Product Code: SEN-GAS
  • SKU -
  • Availability: 2-3 Days
  • For Bulk Order 9962060070
    Quick support on WhatsApp (+919962060070) only between morning 11am-4pm, no call will be answered

This is MQ-9 Carbon Monoxide, Methane, and LPG Gas Sensor Module can be used to sense Carbon Monoxide and Methane Gas. Sensitive material of the MQ9 gas sensor is SnO2, which with lower conductivity in clean air.

It makes detection by the method of cycle high and low temperature, and detect CO when the low temperature (heated by 1.5V). The sensor’s conductivity is higher along with the gas concentration rising.

When a high temperature (heated by 5.0V), it detects Methane, Propane, etc. combustible gas and cleans the other gases adsorbed under low temperature.

Wire Connections

VCC – Positive pole (5V)

GND – Negative pole

DO – TTL switch signal output

AO – Analog signal output

Applications
  • The domestic gas leakage detector
  • Industrial gas detector
  • Portable gas detector
SPECIFICATIONS
Model                     MQ-9
Operating Voltage(VDC)    5
Current Consumption (mA)  150
Do output                 TTL digital 0 and 1 (0.1 and 5V)
Ao output                 0.1-0.3V (relatively clean)

OVERVIEW:

-Good sensitivity to CO/Combustible Gas

-High sensitivity to Methane, Propane, and CO

-Long life and low cost

-Simple drive circuit

-Input voltage: DC 5±0.2V

-Current Consumption: 150mA

PACKAGE INCLUDES:

1 PCS x Mq 9 Carbon Monoxide Methane And Lpg Gas Module


//SOURCE CODE TAKEN FROM BELOW LINK

//http://arduinolearning.com/gas-sensors/mq-9-gas-sensor.php


void setup() 

{

  Serial.begin(9600);

}

 

void loop() 

{

  float sensorVoltage; 

  float sensorValue;

 

  sensorValue = analogRead(A0);

  sensorVoltage = sensorValue/1024*5.0;

 

  Serial.print("sensor voltage = ");

  Serial.print(sensorVoltage);

  Serial.println(" V");

  delay(1000);

}

15 days 

Write a review

Please login or register to review