MQ-135 공기 품질 센서 모듈

(MQ-135 Air Quality Sensor Module)

개요

  • 본 제품은 MQ-135 공기품질 가스 센서를 탑재한 클릭 모듈입니다.
  • MQ-135는 깨끗한 공기에서는 낮은 전도성을 가지고 있는 SnO2 화합물로 만들어졌으며, 공기가 오염되면 전도성이 증가하는 특징을 이용하여 제작된 센서입니다.
  • 공기중의 암모니아, 녹스, 벤젠, 연기, 이산화탄소 등의 해로운 가스를 탐지 할 수 있습니다.
  • DO(TTL) 출력 및 아날로그 출력 AO를 가지고 있습니다.
  • 장착된 포텐셔미터를 이용하여 디지털 출력의 Threshold값을 설정할 수 있습니다.
  • 검출되는 가스의 농도가 높을 수로 아날로그 출력 전압이 높아집니다.
  • 4개의 마운팅 홀이 있어 쉽게 모듈을 고정할 수 있습니다.

특징

  • Rapid response recovery characteristics
  • Has a long life and reliable stability
  • Sulfide, benzene Department of steam, smoke and other harmful gases with high sensitivity
  • Signal output indicator instructions
  • Dual signal output (analog output, and TTL level output)
  • TTL output valid signal is low;(output low signal light, which can be accessed microcontroller IO port)
  • Analog output with increasing concentration,the higher the concentration,the higher the voltage;
  • Size(LxWxH): (40x22x25)mm
  • Voltage: DC 5V

문서

  • MQ 가스센서 가스별 탐지 모델
  • Wiring
    • 1, VCC: positive power supply (5V)
    • 2, GND: power supply is negative
    • 3, DO: TTL switching signal output
    • 4, AO: analog signal output
  • void setup() {
      Serial.begin(9600);
    }
     
    void loop() {
      float vol;
      int sensorValue = analogRead(A0);
      vol=(float)sensorValue/1024*5.0;
      Serial.println(vol,1);
    }
    

연관제품