MH-Z19 icon indicating copy to clipboard operation
MH-Z19 copied to clipboard

For Arduino Boards (&ESP32). Additional Examples/Commands., Hardware/Software Serial

Results 10 MH-Z19 issues
Sort by recently updated
recently updated
newest added

## Overview The library fails when the debug level is increased, when you define `CORE_DEBUG_LEVEL=3` for example, its necessary pass the TAG like this: `'-D TAG_MHZ19="MHZ19"'` on PlatformIO ini file...

Hi, I am usning MH-Z19c sensor on esp8266. I am getting the same temperature value: CO2: 672 Temperature: -40 Accuracy: 0 CO2: 675 Temperature: -40 Accuracy: 0 CO2: 682 Temperature:...

Hi, so i have an ATTiny1614 (16kB Flash, 2kB RAM) with megaTinyCore, a 4-digit serial display and the MHZ-19C. I'm using hardware serial to save memory. When i flash the...

@WifWaf I am interested in downloading the firmware using a ST-Link v2. I found the SWD ports on the schematics at https://revspace.nl/MH-Z19B 4. Firmware MCU firmware can be easily dumped...

Hi there, I don't know if the question is about the library or about the sensor itself. I am using the method `calibrate ();` to calibrate the sensor but it...

added int return value to verify and begin functions to check if sensor connection failed. I found it useful to have some indication whether a sensor might be attached or...

Hi, so I've started playing with this library, and I'm confused a little about range which .getCO2() returns. My MH-Z19B has a sticker which states 0-5000ppm. I've called getRange(), it...

Hello I use esp32 UART to communication with MH-Z19 MH-Z19C than, I tried the example ErrorCodes and I got message Sent > DEC: 66 77 9 129 8 200 3...

I used an Arduino Micro and just used your example code and connected the sensor like this: - 5V (Arduino) to Vin (MH-Z19B) - GND to GND - Rx (Arduino)...

Hi everyone, I'm using ESP32 with MHZ19B co2 sensor. I've changed the BasicUsage sketch to use HardwareSerial 2. After wiring everything the result was: co2: 0 temperature: -17 ![error](https://user-images.githubusercontent.com/103110362/212536560-e1f1e2ea-b4d0-4e63-8509-5a416eb15438.png)