Hello,
I'm using BME680 sensor in my project and I need output of IAQ. I'm using PIC32MX370/470 controller and integrating BME680 sensor with it.
how can I get the output of IAQ with this controller? kindly suggest.
Thank you
Solved! Go to Solution.
Hello Ankur,
You could download bsec official software from the following link. After you doanloaded zip file, it include bsec integration guide, examples, algo. You could refer it and port it to you MCU platform.
https://www.bosch-sensortec.com/software-tools/software/bsec/
I already go through this link but didn't find a library that is compatible with my MCU.
I am using PIC32MX370/470 MCU and XC32 compiler(v1.44).
kindly suggest which library should I use for PIC32MX370/470 MCU and XC32 compiler?
Hello Ankur,
Yes, currently there was no PIC32 and XC32 in supported list.
You could provide detailed infromation about your platform and compiler, we will check it.
Please provide the following detailed information:
MCU detailed type: xxx
IDE version: xxx
Compiling options: xxx
Hello,
Below are the details:
MCU detailed type: PIC32MX370F512H and PIC32MX470F512H Curiosity Board
IDE version: MPLAB X IDE v5.40
Compiling options: XC32 v1.43
Thank you