The images of the products are informative and may show minor differences, depending on the batch and the supplier. It is possible that the specifications and the price of the products can be changed without notice. We do our best to add the most accurate and correct specifications to the product page, but it is possible that they are not completely correct. if you identify such a case, please report this to us.
The product is intended for specialists and requires qualified and authorized personnel. The product does not include assembly/use instructions . Putting the product into operation by unqualified persons leads to the loss of the warranty according to the Terms and Conditions on the website.
Gas sensor MQ-9 CO
International fast shipping within EU. Free Shipping for orders above 100 EUR in most EU countries.
We ship from our stock within 24H
All orders minimum 100€
MQ5 sensor used for carbon monoxide detection.
Specifications:
Detected concentration: 10 - 1000ppmCO; 10 1000ppm other combustion gases
Supply voltage: 5VDC, a50mA
Output: Digital pin or Analog pin
Analog output: 0 - 5V; the voltage increases or decreases depending on the detected concentration
TTL Digital Output
Analogue reading code example:
void setup() { // initialize serial communication at 9600 bits per second: Serial.begin(9600); } // the loop routine runs over and over again forever: void loop() { // read the input on analog pin 0: int sensorValue = analogRead(A0); // print out the value you read: Serial.println(sensorValue); delay(1); // delay in between readings for stability } |