zenria / mh-z19-rs

Winsen Infrared CO2 Module MH-Z19 serial "api" implementation in Rust.
Apache License 2.0
6 stars 4 forks source link

Document compatibility with MH-Z14 #1

Closed kolen closed 4 years ago

kolen commented 4 years ago

According to datasheet, another sensor from Zhengzhou Winsen Electronics Technology, MH-Z14 has the same protocol as MH-Z19. At least I can't find any differences.

I tried this crate with MH-Z14 and it reads gas concentration successfully. This is my example repo.

I didn't yet checked if Zhengzhou Winsen Electronics Technology has any other sensors with the same protocol. This is webpage that lists CO2 sensors manufactured by this company.

zenria commented 4 years ago

Thank you for your findings, I've added it!