Wish List 0

Mq8 Hydrogen Gas Sensor

Rs. 76.00 Rs. 88.00

  • 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
A sensitive fabric MQ-eight Hydrogen Gas Sensor Module H2 Alarm Detection use in smooth air low conductivity tin oxide (SnO2). When there is the environment wherein the combustible fuel sensor, conductivity sensor with growing awareness of combustible gases in air will increase.

Using a easy circuit to convert the trade in conductivity of the fuel awareness corresponding to the output signal. MQ-eight hydrogen fuel sensor of excessive sensitivity, the monitoring of the other hydrogen-containing fuel is likewise very exceptional.

This sensor can stumble on a wide range of hydrogen gasoline, city gas, specially, is a low-cost sensor for a ramification of programs.

Suitable for home or business hydrogen leakage monitoring devices. Can no longer intervene with ethanol vapor, soot, carbon monoxide, and other gases.


SPECIFICATIONS
Operating Voltage(VDC)    5
Current Consumption(mA)   150
Do output                 TTL digital 0 and 1 ( 0.1 and 5V)
Ao output                 0.1-0 .3 V (Relative to Pollution )

OVERVIEW:

-Using high-quality dual-panel design, with power indicator and TTL signal output instructions.

-The switching signal having a DO (TTL) output and analog output AO.

-TTL output valid signal is low.

-The higher the voltage, the concentration of the analog output voltage is higher.

-A hydrogen gas detection with good sensitivity.

-Has a long life and reliable stability


PACKAGE INCLUDES:

1 PCS x Mq 8 Hydrogen Gas Sensor


//SOURCE CODE TAKEN FROM BELOW LINK

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