Hello
I'm trying to use BSEC-Arduino-library for BME680 on ESP32 using the I2C interface. I installed bsec v1.8.9 lib on my Arduino IDE v1.8.11. I was able to compile the "basic" sample project and run it successfully on my esp32 dev-kit. However, I don't get any valid measurement value; instead, it continuously prints "BME680 warning code :2" on the serial.
I did add a 5sec delay in the main loop but didn't help. It seems I2C interface is working though, as I get Ack signal from the sensor chip (logic analyzer).
Any idea what could be wrong?
Thanks in advance