07-25-2021 07:47 PM
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
Solved! Go to Solution.
10-28-2022 11:08 AM
Thanks a lot, i have tested with 1.5.0 and seems you are right i should stick with latest 1.5.5 only as well as AI studio and android app latest versions. On android app i do get scanning and i still not sure why in app i see:
1) Label1 only showing and not my trained classes Labels.
2) Testing and Environment buttons are greyed out. What are these ? How to run my algorithm test in real time ?
3) Label button shows 4 Labels: Label1,Label2,Label3,Label4
Content of SDcard attached.
Thank You for the help
11-03-2022 03:34 PM
Hi Kareig,
You need to make label again in our app. We don't send class name to app. Sorry for inconvinience.
Once you put your config file and bmeconfig in your SD card and connect to app, it should work automatically.
You can check a label what you trained.
Thank you.
01-05-2023 05:02 PM
I got the dev board to connect to the app. The app have the "Testing" and "Enviroment" greyed out. Are those function available for use?
01-18-2023 12:41 AM
After you download demo for x8 array board, it should work
Please check our quick guide : https://github.com/BoschSensortec/Bosch-BSEC2-Library/blob/master/examples/bme68x_demo_sample/Quick_...
After you connect, you should check the specific gas.
02-05-2023 06:15 PM - edited 02-05-2023 08:44 PM
I have the same problem as some reported in this thread, grayed-out "Testing" and "Environment" menu item in the Android App (see attached screenshot)! What I did:
What I tried also:
My software versions:
Is there any inconsistancy between the Android App and the Arduino firmware so that "Testing" and "Environment" are not working. Do I have to copy additional files beside .bmeconfig and .config to the SD?
I'm really out of additional ideas and solution to fix that problem, is the function already implemented in the Android version or only available in the iOS version?