Wish List 0

Mq6 Lpg Propane Gas Module

Rs. 71.00 Rs. 86.00

  • Brand: https://www.hwsensor.com/
  • Product Code: SEN-GAS
  • SKU - SE-2314
  • Availability: 2-3 Days
  • Price in reward points: 1
  • For Bulk Order 9962060070
    Quick support on WhatsApp (+919962060070) only between morning 11am-4pm, no call will be answered
The MQ-6 LPG - Isobutane - Propane Gas Sensor is a semiconductor gas sensor that detects the presence of LPG, Isobutane, and Propane gas at concentrations from 100 ppm to ten,000 ppm, a variety appropriate for detecting gasoline leaks. The sensor’s easy analog voltage interface requires only one analog enter pin from your microcontroller. The MQ-6 LPG - Isobutane - Propane Gas Sensor detects the concentration of fuel in the air and outputs its analyzing as an analog voltage.  The sensor can perform at temperatures from -10 to 50°C and consumes much less than one hundred fifty mA at 5 V.

Features of MQ6 LPG GAS SENSOR:-

High Sensitivity to LPG, iso-butane, propane

Small sensitivity to alcohol, smoke

Good sensitivity to Combustible gas in wide range

High sensitivity to Propane, Butane, LPG and also response to Natural gas

Long life and low cost

Simple drive circuit


SPECIFICATIONS
Detection Range      100 - 10,000 ppm iso-butane propane
Fast Response Time   <10s Simple drive circuit
Heater Voltage       5.0V
Dimensions           18mm Diameter, 17mm High excluding pins, Pins - 6mm High 

OVERVIEW:

-High Sensitivity to LPG, iso-butane, propane

-Small sensitivity to alcohol, smoke

-Good sensitivity to Combustible gas in wide range

-High sensitivity to Propane, Butane, LPG and also response to Natural gas

-Long life and low cost

-Simple drive circuit


PACKAGE INCLUDES:

1 PCS x Mq 6 Liquefied Petroleum Isobutane Propane Gas Module


//SOURCE CODE TAKEN FROM BELOW LINK

//http://arduinolearning.com/gas-sensors/mq6-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