07-16-2021 04:40 PM - edited 07-16-2021 05:58 PM
Hi,
is there currently an easy way to use the BME688 on the Arduino Nicla Sense ME board in combination with the BSEC library? The NRF52 chip on the board is connected to a BHI260AP via SPI which is connected to the BME688 via SPI.
In our use case, we are currently only interested in the air quality index provided by BSEC.
Best Regards,
Max
Solved! Go to Solution.
11-07-2021 09:22 AM
hello,
I m trying out your passthrough example as I find it interesting.
I'm getting this error : "BME680_SPI_INTF' was not declared in this scope" and I can't find where BME680_SPI_INTF is defined.
What am I missing?
thanks
11-07-2021 12:29 PM
Hi,
this is my fault. My example code is missing the first line
#include "bsec.h"