-
```
byte mhzCmdCalibrateZero[9] = {0xFF,0x01,0x87,0x00,0x00,0x00,0x00,0x00,0x78};
byte mhzCmdABCEnable[9] = {0xFF,0x01,0x79,0xA0,0x00,0x00,0x00,0x00,0xE6};
byte mhzCmdABCDisable[9] = {0xFF,0x01,0x7…
-
https://github.com/crisap94/MHZ19/blob/7d3722823cda89d9d6471fb0336bffb4b075aa1b/examples/MHZ19_getppm/MHZ19_getppm.ino#L23
-
恐らくだけどMH-Z19Bが5秒毎に値を更新する動作と、マイコンから値をリードするタイミングが被ると異常値が出るのではないか?という気がする
![image](https://user-images.githubusercontent.com/42550399/99348098-11b62d00-28dc-11eb-9677-b570cb6460a0.png)
urib0 updated
3 years ago
-
Hey,
I received my MH-Z19B and connected it to my raspberry.
I ran a `pip install mh-z19` and when I execute `python -m mh_z19 --all` I receive the following output:
`{"SS": 0, "UhUl": 0, "TT":…
-
urib0 updated
3 years ago
-
I would like to adjust the measurement range from 5000 to 2000.
quote:According to the MH-Z19B datasheet, you can configure the measurement range by putting the desired range in byte 3 and 4. However…
-
version mega-20190116
After updating to mega-20190116 i have several different esp/types of nodes who stop sending the C02 values from the MHZ19 co2 sensor, wifi connection is still there, other s…
-
Hi,
I have the mh-z19b. I have installed the library but I am not getting data.
![image](https://user-images.githubusercontent.com/1037197/68902448-5413bf80-0706-11ea-8216-ad13551e0b36.png)
I a…
-
### Steps already tried...
- [X] Tried a clean install (empty `.bin` files are included in the ZIP)
- [X] Tested previous/other build (mention which one already tested)
- [X] Tested on other node t…
-
Hello,
What pins need to be used to get the ppm value of the MHZ19 on a Wemos D1 mini
an alternative ESP8266 board.
I'm not sure how to wire this or do I just use the RX TX standard pins on the…