07-17-2021 09:09 PM
Hello,
could someone tell me how to use the config file generated by BME AI-Studio in arduino IDE?
I saw the coffee example by Bosch but I couldn't find any example how to use the config file in arduino IDE. My aim is to print "coffee" or "air" in the serial monitor according to the placement of the sensors. I have adafruit huzzah32 and BME688 breakout board with 8 sensors.
Thanks!
Solved! Go to Solution.
07-20-2021 01:06 AM
Hello SKM,
There is some information in youtube (Export the alogrithm 08:55). You can export your algorithm and create new configuration file.
https://www.youtube.com/watch?v=4vdliMRtxBY
BME68x 8 sensor array is to get raw data for AI studio, so you need other BME688 board for your application.
Please contact local FAE or sales about it.
Thanks,
07-20-2021 01:26 AM
Hello Minhwan,
Thank you for your reply.
In the video, he says that the config file can be used with the BME library. I would like to know, how to use the config with the BME library.
I have the following boards with me,
Best regards.
07-20-2021 02:40 AM
Hello SKM,
I think you are ready to implement your own config file for your application.
Using BME688 breakout board with 8 sensors (link), you can gather data and export config file.
https://www.youtube.com/watch?v=4vdliMRtxBY
And any BME680 board for arduino can support BSEC 2. as long as bsec library support your arduino board.
Simply, when you export your config file from AI studio, *.config will be generated in your folder.
Then, you can replace it with original config file in BSEC 2.x folder.
In more detail, please contact local FAE / sales.
If you have any questions, please let me know.
Thank you.
07-21-2021 02:08 PM
Hello Minhwan,
Thank you for your reply. I'll try this in the following days.
Best regards.