Ks0047 keyestudio MQ135 Air Quality Sensor

From Keyestudio Wiki
Revision as of 16:23, 14 November 2017 by Keyestudio (talk | contribs) (→‎Buy from)
Jump to navigation Jump to search

Introduction

MQ135 adopts SnO2 as its gas sensitive material because SnO2 has low electrical conductivity in the clean air. So when surrounded by polluted air, the electrical conductivity of MQ135 will increase with the increase of pollutants, and the change in electrical conductivity can be converted to corresponding output signal.

MQ135 has a high sensitivity to Ammonia, sulfide,  benzene vapor, smoke and other harmful gas. It can detect various harmful gases, making it a cost-effective choice suitable for multiple applications.
thumb


Specification

  • Product Model: MQ135
  • Product Type: Semiconductor gas sensor
  • Standard Package: Bakelite (Black Bakelite)
  • Target Gas: Ammonia; methylbenzene; hydrogen
  • Standard Circuit: Loop voltage Vc ≤24V  DC
  • Heater Voltage: VH 5.0V±0.2V AC or DC
  • Load Resistance: Adjustable RL
  • Features of Sensitive Components under Standard Test Condition: Heating resistor RH 31Ω±3Ω (room temperature)
  • Heater Power Consumption: PH ≤900mW
  • Surface Resistance of Sensitive Material: Rs 2KΩ-20KΩ(in 100ppm NH3)
  • Sensitivity: S Rs(in air)/Rs(100ppmNH3)≥5
  • Concentration Slope: α ≤0.6(R100ppm/R50ppm NH3)
  • Standard Testing Temperature/Humidity : 20℃±2℃/65%±5%RH
  • Standard Testing Circuit: Vc:5.0V±0.1V
  • VH: 5.0V±0.1V
  • Preheating Time: ≧48H

Connection Diagram


thumb

Sample Code

/*
  AnalogReadSerial
 Reads an analog input on pin 0, prints the result to the serial monitor 
 
 This example code is in the public domain.
 */

void setup() {
  Serial.begin(9600);
}

void loop() {
  int sensorValue = analogRead(A0);
  Serial.println(sensorValue, DEC);
}

Turn on Serial monitor to check the pollution index of the air surrounds you:
thumb

Resources

Video

http://www.keyestudio.com/wp/2016/05/ks0047-keyestudio-mq135-air-quality-sensor-module/

PDF

https://drive.google.com/open?id=1xlQchuxoX9hDBVzbacdhsA-9m6KsecXQ

Buy from

Official Website

http://www.keyestudio.com/keyestudio-mq135-air-quality-sensor-for-arduino.html