Mq6 Lpg Propane Gas Module
Rs. 71.00 Rs. 86.00
- Brand: https://www.hwsensor.com/
- Product Code: SEN-GAS
- SKU -
- 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
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
https://www.hwsensor.com/
//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