Skip to content

rubfi/MQ135

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MQ135 - Micropython

Micropython library for dealing with MQ135 gas sensor

Based on the Arduino library developed by G.Krocker (Mad Frog Labs) and the corrections from balk77 and ViliusKraujutis

More info:

Usage

You can use ampy (https://github.com/adafruit/ampy) for uploading the files to the device

ampy put mq135_example.py
ampy put mq135.py
ampy run -n mq135_example.py

and then connect to the device with the serial comunication program (e.g: minicom) in order to see the output

Note: MQ135 sensor is connected to A0 in the example

if you want to load the code at the device boot

ampy put mq135.py main.py

Notes

Tested with Micropython for the ESP8266.

About

Micropython library for dealing with MQ135 gas sensor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages