-
**Describe the bug**
When reading sensor data using `HAL_UART_Receive()`, the buffer contains two instances of the first start character, 0x42.
This results in frequent checksum failures, possibly d…
-
The *PMS5003* pinout on the [LOGOELE datasheet][datasheet] indicate that when `PIN8` is low, `PIN4`/`PIN5` form an `ì2c` bus. When contacted about further information they could not say more.
![pin…
-
There is a post on the AirGradient blog called [Low Readings from Plantower PMS5003](https://www.airgradient.com/blog/low-readings-from-pms5003/), which explains that a few batches of Plantower sensor…
-
Hello,
I am encountering an error when running the `particulates.py` example.
```
Traceback (most recent call last):
File "particulates.py", line 26, in
readings = pms5003.read()
File…
-
I have version .5 of this library working on an rpi 4 but I'm doing some testing on an rpi 2 zero w and after downloading v1.0 I'm getting this error with the new call gpiod instead of RpiGPIO (using …
-
### The problem
With `update_interval: 30s`, every 30s the logs show a dump of multiple (12) readings. This goes away with a larger update interval.
### Which version of ESPHome has the issue?
…
-
I frequently get Checksum error and I can see from raw data very suspect data that are power of two when this is the case.
> PMS5003 Checksum Mismatch 371 != 1024
> ...
> 2.5um in 0.1L air: …
-
-
This library is very similar to pimoroni/pms5003-circuitpython and a lot of improvements were added to that in
- https://github.com/pimoroni/pms5003-circuitpython/pull/8
- https://github.com/pim…
-
Thanks for this library! Its works great with the [I2C PMSA003i device](https://www.adafruit.com/product/4632) I bought from Adafruit a few weeks ago. :)
Unfortunately, I was having trouble getting…