Hi,
I have collected data using the BME688 Development Kit with 8 BME688 sensors and then generated an algorithm for BSEC2.4.0.0 using IA Studio 2.0.0
I used the default heat profile HP-354
I can init BSEC Library and load algorithm file without problem but after calling bsec_sensor_control() to retrieve sensor settings, I can see that the duration of each step of heat profile are too short :
duration: 5ms, temp: 320 C
duration: 2ms, temp: 100 C
duration: 10ms, temp: 100 C
duration: 30ms, temp: 100 C
duration: 5ms, temp: 200 C
duration: 5ms, temp: 200 C
duration: 5ms, temp: 200 C
duration: 5ms, temp: 320 C
duration: 5ms, temp: 320 C
duration: 5ms, temp: 320 C
duration total: 77ms
For each Step the Temperature looks correct but the duration is too short, for a total duration of 77m instead of ~10,8s
What am I doing wrong ?
Hi Julien1,
Did you run official example code or the code written by yourself?
Hi,
I modified the bsec_iot_example code delivered with the BSEC2.4.0.0 release from 23.01.2022
Below are my init and bsec calls functions:
Update:
handle_bsec_calls() is called every ~3 seconds
I get a gas estimate output wit accuracy = 3 every ~150 seconds, is it a normal behavior ?
Hi,
Could you give me feedback on this ?
How can I verify that the heat profile duration is correct ?