06-13-2021 11:41 PM
I am using the development board from Bosch which houses 8 BME688 modules with stacking headers talking to the ADAFRUIT Feather ESP32 board. I have installed BSEC 2.0. I have gotten the infrastructure running (i.e BSEC intializaiton looks fine - with the basic_config_state.ino from the BSEC 2.0 library)
when the code is running, it does return the expected values here (BSEC library version 2.0.6.1 and BSEC error code 0)
when it gets to updateSubscription(), I see errors. and looking further, i see this has getting a -2 from the BME68x status (which is BME68X_E_COM_FAIL). so this must be related to not being able to talk to the devices correctly. does anyone have this issue?
Solved! Go to Solution.
05-05-2024 06:18 AM
i have same issue