Hello,
I would like to use the BME680 sensor with an ESP32.
Programming will be done with the BSEC library in Arduino IDE.
The ESP32 should not only evaluate the sensor, but also take over other control tasks (relays, inputs,..).
If there is an error in the process, the ESP32 restarts, which results in the BME680 arriving back in IAQ state 0.
The power supply for the sensor is not interrupted when the ESP32 is restarted.
Is it possible to run the sensor endlessly so that it is always operational without reinitializing it?
After re-initialization it takes a relatively long time before the sensor outputs usable data.
I hope you can understand my problem and maybe have a tip.