Hi , I am getting the below results in my work location using bme688 sensor with bsec library. After 1 hours the library is getting crashed. I removed while loop in bsec_iot_loop() function. With this case your library and our program is running 1 hour. Beginning when fresh start results IAQ :25.00 IAQ_accuracy : 0 Temperature(C) : 26.45 Humidity(%) : 45.45 Pressure(hPa) : 939.43 Temperature_raw(C) : 26.56 Humidity_raw(%) : 45.15 GAS : 12917167 IAQ_static : 25.00 CO2_eq : 500.00 Breath_VOC_eq : 0.50 After 40-50 minutes results IAQ :210.38 IAQ_accuracy : 3 Temperature(C) : 26.37 Humidity(%) : 42.45 Pressure(hPa) : 942.31 Temperature_raw(C) : 26.48 Humidity_raw(%) : 42.23 GAS : 12917167 IAQ_static : 174.37 CO2_eq : 1743.74 Breath_VOC_eq : 4.78 After 60 minutes results Library crashed or not calling your function (bsec_iot_loop)? why? But after 1 hour the device is getting crashed or not calling the bsec function (bsec_iot_loop). But still I am calling the function in our timer other functions are executing. But your API (bsec_iot_loop) is not calling why is there anything I need to refresh my parameters? regards, Mani
... View more