Hello, I am using BME680 with nRF52840 (ARM Cortex M4 with FPU). IDE: Segger Embedded Studio. Compiler: gcc. Normal version of BSEC, Cortex M4F. Temperature and humidity metering works just fine. BSEC status is OK. But IAQ accuracy remains 0, IAQ remains 25, CO2 equivalent remains 500. Running LP mode. Tried to wait more than hour for sensor to initialize. Attached file bme_user.c is done according to provided bsec_iot_example. I found this example in community topic https://community.bosch-sensortec.com/t5/MEMS-sensors-forum/BME-680-IAQ-stuck-at-25-and-accuracy-always-zero-on-Arduino/m-p/17688 Attacehd file bme_user_modified.c is done according to community topic - It is adding bsec_update_subscription(), bsec_serialized_configurations_iaq - generic_33v_3s_4d and changing config_load() Am I missing anything? Could you please help? Thanks, Miloslav
... View more