05-06-2020 06:39 PM
Hello,
How can I calculate CO2 equivalent and VOC without library?
I did not find any formula neither in the BME680 datasheet nor in the API...
Best regards
Mich
Solved! Go to Solution.
05-06-2020 07:25 PM
The BME680 alone can only output raw temperature, absolute pressure, relative humidity and gas resistance. CO2-equivalent like IAQ and other advanced outputs are features of and only available from the BSEC software library.
05-06-2020 10:23 PM
Why? You do not want people to use your device?
How could I for for MSP430 with IAR?
Is gcc library ok?
05-07-2020 05:49 PM
Due to the complex nature of the algorithms, the BME680 alone couldn't run these calculations.
You can find the the platform and compiler combinations support by default on the BSEC page or inside the BSEC release package. In the standard release, the MSP430 is supported for the msp430-elf-gcc compiler. If you cannot find support for your specific platform requirements in the standard release, you may share your exact MCU part number and compiler use (including version and flags), and our team will evaluate whether we could generate a release for your platform.
05-12-2020 10:26 AM
Ok, I sent an email to request the library for MSP430F5326 IAR IDE.