Re: can i calculate iaq without bsec_iot_loop() function
yes, its works. I used a timer to call the above function but when I tried to call with a custom time interval (10sec) IAQ did not change. I want to calculate IAQ every (10 sec) .is it possible?
Re: can i calculate iaq without bsec_iot_loop() function
I want to use a custom sampling rate(every 60 sec) .but only two sampling rates are available (LP and ULP).how to calculate iaq with a custom sampling period..?
Re: can i calculate iaq without bsec_iot_loop() function
in bsec only 2 configurations are available. I create a timer which is called bsec_loop every 3 seconds (lp mode) it works fine .but whenever I configure ULP mode 300 seconds IAQ is not calculated.IAQ_accurancy remains zero.