-
We need the wider dimension of the PCB to exactly match the PMS5003 PM sensor. We'll need to shave off about 1-2mm, but check.
We also need to remove the corners of the PCB so screws can go through…
-
Hi, RigacciOrg. I installed the AirPi following Software setup step in website.
It can read the data from BME280 (I don't get PMS5003 yet). But when I open the web interface, the "Display" site isn'…
-
@pnt325 How does the current firmware handle a time out after a post request to the AirGradient server? Do you show any error message / LED? If so immediately or after a number of fails?
-
If I use pm01basic sketch it works fine. But if I move read procedure out of void loop(void) to new readPMS() function I receiving CRC Error quite often. Even more: after 10 - 15 minutes I receiving …
-
This is the sensors and components wish list:
~~- [x] MQ2 (limited lifetime, comsumes too much power, needs calibration)~~
~~- [x] MQ135 (limited lifetime, comsumes too much power needs calibratio…
-
你好,我非常喜歡你這個程序,簡潔又很符合我想要呈現的數據
不知除了溫溼度外,你有沒有想加入PM2.5之類的監控呢?
像是PMS5003"T"可以同時記錄particle跟溫溼度
這樣只使用一個sensor也相對單純
我不會寫程序
所以很期待能支援PMS5003T的那天到來
謝謝
-
1. `ChecksumMismatchError` - attributable to buffer fills and truncation - covered in #3
2. `RuntimeError: buffer size must match format` from `PMS5003Data` - attributable to buffer fills, truncatio…
-
I have a mostly stock configuration for a AG One. After updating to ESPHome 11.0 it was not able to compile with the below error. Most other ESPs did update successfully.
```
INFO ESPHome 2024.11…
-
Hi,
I have seen that in the latest software release (NRZ-2017-099) a lot of sensor have been added.
SDS011
PMS1003, PMS5003, PMS6003, PMS7003
PMS3003
DHT22
HTU21D
PPD42NS
BMP180
BMP280
…
-
The `read()` method will throw a CheckSumMismatch exception error immediately if there's disruption to the serial protocol and this can occur simply due to buffers being full. This can be hidden from …