-
Trying to run some examples, but not working real well
`pi@Grow4:~/bme280-python/examples $ ls
all-values.py dump-calibration.py relative-altitude.py temperature-forced-mode.py
co…
-
Hi, i wonder how do you connect the BME280 on the TTGO-T-Display since you don't define any pins ?
Thanks !
-
### Expected behavior
I would like to fingerprint each BME280 using the hash of the individual trimming parameters. I need a function that returns a copy of [uint8_t m_dig[32]](https://github.com/fin…
-
Hi,
I am having issues with the humidity reading of the BME280 sensor. Here we have around 80% of relative humidity, however, the maximum value I get with the all-in-one-no-pm.py is 36-40% HR.
I…
-
### The problem
Detected that ESP32 devices are not properly announcing mDNS .local domain when using multicast-relay solution. Before moving to this mDNS solution, I was using Avahi service that was…
-
### The problem
Using the BME280 through I2C multiplexing is working. However there is probably something wrong with the setup sequence.
While logging through serial the log gets spammed with:
```
…
-
Ich möchte die Daten am BME280_MAX44009 über die I2C Schnittstelle abfragen.
Finde aber keine Angaben zu den Adressen. Kann jemand helfen? Vielen Dank schon im Voraus.
I would like to query the dat…
-
Hi
I use bme280 0.3 package. As "i2cdetect -y 1" command returns, my BME280 has address 0x77 and "read_bme280 -- help" command works well. But when I test "read_bme280 --i2c-address 0x77" command, f…
H60gh updated
6 years ago
-
### The problem
Hi. When use ESPHome 2023.10.3 all works ok and temp, pressure and humidity read no problem from BME280. Today after update to ESPHome 2023.10.4 no read humidity. Temp and pressure …
-
Could you, please, publish a simple example of how to read data via I2C from BME280 with the library?
I know how to generate the project in the STM32CubeIDE, how to activate the i2C, connect the BM…