Wish List 0

1100 Ms1100 Ms 1100 Voc Formaldehyde Benzene Concentration Gas Sensor Module

Rs. 428.00 Rs. 488.00

  • Brand: http://www.sensor-ic.com/
  • Product Code: SEN-GAS
  • SKU - SE-2361
  • Availability: In Stock
  • Price in reward points: 6
  • For Bulk Order 9962060070
    Quick support on WhatsApp (+919962060070) only between morning 11am-4pm, no call will be answered
-CJMCU-1100  sensor is in particular used to stumble on formaldehyde, toluene, benzene and different VOC gases.
-It is a semiconductor type sensor product, which is widely utilized in air flow gadget, ventilation lovers, air filters, hoods, hoods and different system.
-With extremely excessive sensitivity and balance, it is able to detect gases above 0.1ppm, and is appropriate for detecting formaldehyde, benzene, xylene and other natural unstable components within the   air.
-It is compact and cheaper, and is broadly used in diverse small appliances on.

SPECIFICATIONS:
Operating voltage                DC 5V
Operating current                100mA
Maximum power                    1W
Operating temperature range      -25°C to 65°C
heating voltage                  5V + 2% (AC . DC)
Working current                  100mA (max)
circuit voltage                  < DC12V
load resistance                  1K (adjustable)
detection concentration range    0-1000ppm (different gases different scope)
clean air voltage                < 1V
Sensitivity                      > 3%
response time                    < 5S (preheat 3-5 minutes)
response time                    > 10S
component power consumption      ?430mW
Working temperature              -10 ~ 60 oC (nominal temperature 20 oC)
Humidity                         90% RH (nominal humidity 65% RH)
lifespan                         5 years

OVERVIEW:

-Detect VOC gases such as formaldehyde, toluene and benzene

-Detect more than 0.1ppm of gas

-Small in size

PACKAGE INCLUDES:

1 PCS x 1100 Ms1100 Ms 1100 Voc Formaldehyde Benzene Concentration Gas Sensor Module


//SOURCE CODE TAEN FROM BELOW LINK

//http://arduinolearning.com/code/ms1100-formaldehyde-benzene-concentration-gas-sensor-module-and-arduino-example.php

#define Aout A0

#define Dout 2


void setup() 

{

  // put your setup code here, to run once:

  Serial.begin(9600);

  pinMode(Aout,INPUT);

  pinMode(Dout,INPUT);

}


void loop() 

{

  // put your main code here, to run repeatedly:

  int a=analogRead(Aout);

  int b=digitalRead(Dout);

  Serial.print("D0:");

  Serial.print(b);

  Serial.print("   A0:");

  Serial.println(a);

  delay(500);

}

15 DAYS

Write a review

Please login or register to review