07-25-2024 04:54 PM
Goodmorning,
I want to test a BME680 with the BSEC on a STM32 microcontroller system and I have two question:
Thank you.
Best,
Matteo
Solved! Go to Solution.
07-30-2024 04:25 PM
Hi matteo,
Thank for your inquiry.
If you have downloaded BSEC software package from https://www.bosch-sensortec.com/software-tools/software/bme688-software, you can find the software code read sensor data in function bsec_iot_loop() of bsec_integration.c.
08-06-2024 12:43 PM
Thank you. However i can't understand where I can find all the 10 readings of resistence (one for each heater temperature step), because as written in the datasheet only one resistance value is returned from the BSEC. These readings should be used by the library to analysed the characteristics of the gas.
Best
08-23-2024 11:55 AM
Hi matteo,
You can review BME68x BSEC software.
If you run IAQ mode, the software will call into BME68x force mode entry setBme68xConfigForced() to set heater configuration(read from configuration file, default temperature: 300, duration: 100 ms, run 1 step).
If you run CLASSIFICATION mode, the software will call into BME68x parallel mode entry setBme68xConfigParallel() to set heater configuration(read from configuration file, 10 step).
08-28-2024 12:41 PM
Hi,
thank you for your answer. I thought that in the IAQ mode the default 10 step temperature profile was used as well. Now it's clear why only one data is given.
Thank you.
Best