09-15-2021 02:49 PM - edited 09-15-2021 03:07 PM
Hi
In the documentation you mention, that the data register is overwritten after 3 steps if the temperature profile is longer than 3 steps. When I try to read the data, this is confirmed, as data[0].gas_index=1, data[1].gas_index=2, data[2].gas_index=3. When I want longer profiles, how do I get all the data?
Thanks in advance for your answer!
Nik
Edit: I am using sequential_mode.
09-16-2021 12:54 AM
Oh, okay.
Let me explain from scratch.
You can develop BME688 based on two options: BSEC 2, BME68x API driver.
BSEC 2 is library including BME68x API. If you want to use AI Studio, you have to use BSEC 2.
BSEC 2 : https://www.bosch-sensortec.com/software-tools/software/bsec/
bme68x API : https://github.com/BoschSensortec/BME68x-Sensor-API
Currently, only forced, parallel mode are tested by us for BSEC 2. So if you want to use sequential mode, I'd like to recommend you to use bme68x API.
There are example codes.
Please let me know if you have any questions.
Thanks,