Hi Adi,
1.You set save_intvl to 1 in your code "bsec_iot_loop(bme680_sleep, esp_timer_get_time, output_ready, state_save, 1/* 10000 */);" @param[in] save_intvl interval at which BSEC state should be saved (in samples) Calling BSEC every 300 seconds and saving BSEC status every xxx seconds are two things, don't confuse them. 2.For your application, the interval between two timestamps is approximately 300 seconds.
... View more