07-18-2020 09:42 AM
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.
07-19-2020 08:07 AM
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/
08-06-2020 08:45 AM - edited 08-06-2020 08:46 AM
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?
08-07-2020 08:36 AM
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
08-07-2020 10:58 AM - edited 08-07-2020 11:08 AM
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