01-05-2023 03:33 PM
Hi everyone,
I am kinda new to the BME688 sensor and I have a BME688 sensor connected through I2C with a Raspberry Pi Pico from which I am able to read the T P H G values using the BME68x API.
By doing so the gas reading is the value of the resistance and now I'd like to obtain the AQI, that I seem to understand is a function of the resistance value, the humiditu and the temperature that is included in the BSEC library. My question is if the version of the BSEC library that runs on the Cortex-M0+ processor of the arduino is usable on the pico.
Also everything I see inside the Cortex-MO+ folder are two headers and a compiled library. Are the functions defined in the header implemented inside that library? Is that everything i need?
Thank you,
Francesco.
Solved! Go to Solution.
01-07-2023 02:58 PM
Hi Prop4et,
You could download BSEC2.2.0.0 software package from here: https://www.bosch-sensortec.com/software-tools/software/bme688-software/
Refer this package and migrate software to your platform.
01-12-2023 06:42 PM
Yes, thank you, today i took my time to analyze everything and made it work. I needed a little bit of exploring inside the folder to get the right files but then it was pretty straightforward
01-12-2023 06:43 PM
The cortexM0+ version works on the pico and everything is included.
Just posting this so i can mark it as closed