-
Please add BME280 temperature/humidity/pressure sensor support, using both SPI or I2C (or I2C only).
That would be very nice to support this very common sensor and add an example to use it as a dem…
-
[Example file](https://www.madavi.de/sensor/data/data-esp8266-957883-2017-10-15.csv)
> Time;durP1;ratioP1;P1;durP2;ratioP2;P2;SDS_P1;SDS_P2;Temp;Humidity;BMP_temperature;BMP_pressure;BME280_tempera…
-
For the very first reading I'm getting values of humidity and pressure very different from the successive readings.
For example, with this code:
```
BME280 bme280 = new BME280(BoardDefaults.getI2…
-
There was previous discussion that ability to calibrate readings would be useful, as the raw readings can be some way off.
Presently, I';ve tweaked enviro/boards/grow.py as below, but it would sur…
-
A handful of times per day some sensors (mostly humidity, occasionally temperature) report 'nan' values over mqtt. Happens mostly with the commons ground and ceiling sensor clusters and sometimes with…
-
Hi,
having changed the lib from actual v6.19 to v7.latest and see some points to update.
is there a general example how to setup code for Arduino JSON for v7. to be able to do a review with v7 in …
-
#### Is your feature request related to a problem? Please describe.
As an outcome of #74435, the existing sensor drivers implementing the `submit` API are relying on the RTIO workqueue to effective…
-
Hi,
I noticed that `update_sensor()` appears to be called twice in a row when calling `get_altitude`. First `self.update_sensor()` is called followed by `self.get_pressure()`,
https://github.com…
-
Hi, We are using a different [BME280](https://www.amazon.com/BME280-Environmental-Sensor-Temperature-Atmospheric/dp/B088HJHJXG/ref=sr_1_1?crid=2UKVOLXPU12LJ&keywords=waveshare+bme280&qid=1669090273&sp…
-
Le BME280 permet de mesurer la pression, la température et l’humidité dans un seul module et peut être utilisé via SPI ou I2C.
https://fr.aliexpress.com/item/GY-BME280-3-3-precision-altimeter-atmos…