02-17-2023 01:46 PM
Hi,
When will the app become available?
03-18-2023 12:08 PM
Hi estani, Clemens,
We will be shortly releasing the latest version of BME AI-Studio mobile App in our website, it will be an android apk and will be available in our website tentatively by mid of April 2023.
03-20-2023 09:19 AM - edited 03-20-2023 09:38 AM
@BSTRobin wrote:BME AI-Studio Mobile App was not released. You could use BME AI-Studio Desktop [...]
We are searching for an option to check if a already trained algorithm puts out correct or incorrect measurements / classifications. I think this is not possible for a single reading wit AI Studio Desktop or did I miss a portion of the software?
03-20-2023 09:26 AM
Hi Clemens,
Currently you could use BME AI-Studio Desktop version which could generate .config file. Copy this .config to SD card for BME688 dev kit, it is the way to check if a already trained algorithm puts out correct or incorrect measurements / classifications.
03-20-2023 10:11 AM
I have copied the *.config and *.aiconfig file generated from AI Studio desktop to the SD card. Where can I check live what classification a reading now has? There is no output at the serial monitor. Has AI studio Desktop the option to see classifications from the algorithm live, I don't think so because there is no serial output via USB? Do I see the classification in the raw data so that I can ouput it live?
"dataBlock": [
[
0,
528513057,
5749,
1679301440,
24.725050,
1011.688477,
45.390514,
34848.898438,
0,
1,
1,
0,
0
],
[
1,
528515410,
5755,
1679301440,
24.688805,
1011.779419,
48.537224,
17713.810547,
0,
1,
1,
0,
0
],
[
2,
528513820,
5759,
1679301440,
24.839235,
1011.790222,
44.248238,
29438.822266,
0,
1,
1,
0,
0
],
[
3,
528506450,
5764,
1679301440,
24.703205,
1011.843201,
47.689999,
16597.509766,
0,
1,
1,
0,
0
],
[
4,
528508462,
5769,
1679301440,
24.711460,
1012.068054,
44.134014,
35664.531250,
0,
1,
1,
0,
0
],
[
5,
528485947,
5773,
1679301440,
24.782932,
1011.947144,
44.469566,
23029.867188,
0,
1,
1,
0,
0
],
[
6,
528516910,
5778,
1679301440,
24.897673,
1012.294922,
44.087158,
21805.792969,
0,
1,
1,
0,
0
],
05-05-2023 04:51 AM
Hi estani, Clemens,
BME AI-Studio mobile App was officially release on our website https://www.bosch-sensortec.com/software-tools/software/bme688-software
Hi Clemens,
If you only want to test the algorithm, the fast way is to copy the config file generated by BME AI-Studio to an SD card and connect the app to view the results.
If you want to test the algorithm under Arduino, you need to migrate the example https://github.com/boschsensortec/Bosch-BSEC2-Library/blob/master/examples/generic_examples/basic_co... of the BSEC package to the Arduino platform. Replace "FieldAir_HandSanitizer/FieldAir_HandSanitizer.h: with your config file.