Hello, i'va managed to get the BSEC library running on a ESP8266 with a BME680 What i could not manage was the configuration of the library (oversampling, heater configuration and so on), so i gave a look around but i need someone to confirm what i understood: - configuration options: almost none (can't change oversampling, can't change heater configuration) - period configuration: almost none (3 seconds - LP - or 5 minutes - ULP) - ULP plus is not triggering an async reading, but adding a sensor to the next timed reading So, briefly, i can't change the reading period and i can't take advantage of all the other configuration of the chip is that right? my problem is that any other BME680 library i tried is not working properly (it breaking up after some seconds or minutes, with locked values or just exceptions) Thanks
... View more