Skip to content

MQ135 Gas sensor MQTT publisher. Raspberry Pi. Python. Measurement in PPM.

License

Notifications You must be signed in to change notification settings

home-things/rpi-co2-mq135-mqtt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated

  1. Better to use more preciese sensor: MH-Z19B
  2. GeorgK had some mistakes in formulas. Looks like https://github.com/Gazz-yniere/MQ135 fork is more correct one.

Connection

Raspberry doesn't have ADC. So we need ADS1115 or MCP3428 (Analog-to-Digital Converter) between sensor's analogue output and rpi.

MQ135 (Gas Sensor)

Datasheets: https://www.olimex.com/Products/Components/Sensors/SNS-MQ135/resources/SNS-MQ135.pdf http://www.ti.com/lit/ds/symlink/ads1115.pdf

Application: They are used in air quality control equipments for buildings/offices, are suitable for detecting of NH3, NOx, alcohol, Benzene, smoke, CO2, etc. Measurement in PPM.

Original creator of this library: https://github.com/GeorgK/MQ135

About

MQ135 Gas sensor MQTT publisher. Raspberry Pi. Python. Measurement in PPM.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Python 100.0%