MQ-4 가스 센서 모듈

-부탄, 메탄, 프로판, LPG

(MQ-4 Gas Sensor Module

-Butane, Methane, Prophane, LPG)

개요

  • 본 제품은 MQ-4 가스센서 모듈입니다.
  • MQ-4는 200~10,000ppm의 부탄, 메탄, 프로판, LPG를 검출할 수 있습니다.
  • 매우 높은 민감도와 빠른 반응 시간을 가지고 있습니다.
  • 본 모듈은 아날로그 출력(AOUT)과 디지털 출력(DOUT)을 가지고 있으며, 장착된 포텐셔미터를 이용하여 디지털 출력의 Threshold값을 설정할 수 있습니다.

특징

  • Operating volatage: 5V
  • Pin: 5V, Dout, Aout, GND
  • Potentiometer for DOUT threshold

문서

  • Datasheet
  • MQ 가스센서 가스별 탐지 모델
  • //VCC - 5V
    //GND - GND
    //AOUT   - Analog pin0
    int sensorValue;
    void setup()
    {
     Serial.begin(9600);      // sets the serial port to 9600
    }
    void loop()
    {
     sensorValue = analogRead(0);       // read analog input pin 0
     Serial.println(sensorValue, DEC);  // prints the value read
     delay(100);                        // wait 100ms for next reading
    }
    

연관제품