tobiasschuerg / MH-Z-CO2-Sensors

Arduino imeplementation for CO2 sensors of the MH-Z series (Intelligent Infrared CO2 Module)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for MH-Z19C?

marcelstoer opened this issue · comments

Wondering if anyone has tested this with the MH-Z19C yet? According to the manufacturer information which we make available at https://thingpulse.com/product/mh-z19-co2-sensor/ it should be a drop-in replacement. So far we've been using https://github.com/WifWaf/MH-Z19.

commented

I tested. i have MH-Z19C its worked .
I just pass MHZ19B as parametr and its worked.
with PWM i alwayse get data
with UART i get response -5 BUT if i comment line 108 in MHZ.cpp it worked .
i dont know why isReady returned false but if delete this check - all working correct.

I have made the same experience on a MH-Z19C and on a MH-Z14 (without suffix). Apart from that it works fine.

I don't own that sensor, but we can easily add a configuration for it. As stated above there is probably no big change.

Feel welcome to cerate a pull request. 🎆

Support for the MH-Z19C is added with the latest PR.