Hallo zusammen,
When I export an algorithm from BME AI-Studio, I get four files:
The "file.config" enables me to implement the algorithm using the Development Kit and the Development Kit App on my Android phone.
My question is: how can I implement the algorithm in my C++ or C code to run it on my microcontroller?
My goal is to be able to use my algorithm to detect classes, similar to when I use the BSEC library to detect the air quality?
Danke im Voraus
Solved! Go to Solution.
Hello Meh,
AI studio exported files can be used with BSEC 2.
Once you download bsec 2, there is config folder and there are many config files.
BSEC 2 use config files as c and h files, so please put your custom config file in your folder and include it in your application.
Thanks,
Hi,
Can you please explain what do you mean by "put your custom config file in your folder and include it in your application". I have generated config file and then I unzipped the BSEC2 library and paste my config file into this library's config folder and then I zipped that library file again and tried to import that zipped file as BSEC2 library into arduiono. But arduino says invalid library. Can you please explain how can I use the config file generated form AI studio in Arduino for further applications?
Thankyou
Regards,
Shehzad