Hello, I have worked a lot to get my BME680 sensor to work with my PIC18 microcontroller. Since there is no official support for this MCU I had to convert all the datasheet to the source code. Now I would like to compare my results with an official driver. I need to check IAQ values from my Arduino Mega with BSEC library. I have applied all the setting given in Bosch's official repository to work BSEC and Arduino together. Now I am getting error given below. How can I fix the issue. Thanks for your kind helps. 14:28:17.024 -> BSEC library version 1.4.7.4 14:28:17.024 -> BME680 error code : -2 Note: I have used the "basic.ino" file from BSEC library examples. My library is the latest on Github.
... View more