-
Just wanted to leave you with a couple of pointers. I have gone down the rabbit hole of trying to understand what Bosch did in their code [a while back](https://taoofmac.com/space/blog/2022/08/19/1730…
-
Hello,
i had compilation problem with BME680 and ESP32S3.
Here is the solution for me:
Library:
1. install DFROBOT BME680 (2.0.0)
2. install`` BSEC (1.8.1492)
Download this: https://commun…
-
The current I2C code does not have a scan for BME680 Arduino.
-
Hi, do You plan to create a library or adapt the current one to the BME680 sensor in the future?
-
Hi,
I'm using your example IAQ_I2C and it work fine.
Nevertheless after about an hour the BME680 stops working. There is no feedback anymore or serial output.
Could you help?
-
**Describe the problem you have/What new integration you would like**
is it possible to add support for this sensor via BSEC using ESP-IDF?
well thank you
```
bme680_bsec:
esp32:
board…
-
As to be able to monitor environmental data, in this case temperature, pressure, humidity, and VoCs
## References
- https://learn.adafruit.com/adafruit-bme680-humidity-temperature-barometic-pressu…
-
### The problem
If i flash the firmware i can see it (the board not work with BME680):
```
[11:01:29][E][safe_mode:086]: Boot loop detected. Proceeding to safe mode
[11:01:29][E][component:164]: C…
-
### The problem
Device is schown online in esphome, but I cannot connect wirless for logging.
It has been working fine until I updated it today with esphome 2022.2.2 and 2022.2.3
### Which vers…
-
if you want, one thing that is often defined is something called "Indoor Air Quality"
gas_kohms = bme.gas / 100
iaq_value = log(gas_kohms) + 0.04 * percent_humidity
Typical values for IAQ
…