micropython-MQ icon indicating copy to clipboard operation
micropython-MQ copied to clipboard

Set of drivers for MQ series sensors for Micropython

Results 4 micropython-MQ issues
Sort by recently updated
recently updated
newest added

Hello! I was trying to use a Chinese module with a MQ7 sensor onboard. Using your library I found that MicroPython complained about some syntax errors (apparently; I'm not an...

Why I'm getting a math domain error using ESP 32? Can anyone please help me in this case? my code- ``` from BaseMQ import BaseMQ from MQ2 import MQ2 from...

Hi, I am working with ESP32 and MQ2 gas sensor using Micropython. In the main code i.e. test.py , an error regarding pin assignment is thrown and I am unable...

I found a error starting test.py script from this repo because this script have to run MQ2.py (this is sensor I use in my case) and BaseMQ.py from same root...