Hi,
I am trying to use the BME688 Andriod APP that was recently released. The App is able to connect to the BME 8x board via bluetooth. The SD card with the config file is present. (i.e it is logging data). but right after the app connects, i get this msg on the APP :
"Could not start sensor. response code: BSEC_CONFIG_MISSING"
if i look at the SD card and open a raw data file it creates (its flashed with the bme68x_demo_sample.ino.bin ) - i see this header.. as a appVersion of 0.7.4 not sure if this works with the App that i downloaed for the Andriod.
{
"configHeader": {
"dateCreated": "2020-10-20T08:54:10.804Z",
"appVersion": "0.7.4",
"boardType": "board_8",
"boardMode": "heater_profile_exploration",
"boardLayout": "grouped"
} ....
i have a *.bmeconfig in the SD card. so not sure what else is needed. again no documention etc. so its very tiny bit frustrating.
Thanks,
Karthik