You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the mobile app, we need to load the .aiconfig and .config files to the SD card, besides, .bmeconfig; this way, the user can choose between testing the algorithm or sampling data.
When "Live test algorithm" is selected, the code (main microcontroller) notifies the app (using BLE) if the gas was detected, according to the model. What variable/function notifies such information, in the bme68x_demo_sample sketch? (BSEC 2 Software library).
We want to find in the code when a specific gas is detected just to send a boolean signal to a digital output, instead of using the mobile app.
Many thanks.
The text was updated successfully, but these errors were encountered:
Hello!
When using the mobile app, we need to load the .aiconfig and .config files to the SD card, besides, .bmeconfig; this way, the user can choose between testing the algorithm or sampling data.
When "Live test algorithm" is selected, the code (main microcontroller) notifies the app (using BLE) if the gas was detected, according to the model. What variable/function notifies such information, in the bme68x_demo_sample sketch? (BSEC 2 Software library).
We want to find in the code when a specific gas is detected just to send a boolean signal to a digital output, instead of using the mobile app.
Many thanks.
The text was updated successfully, but these errors were encountered: