09-13-2021 08:24 AM
Hello,
I have trained a model using the getting started tutorial with the 8 sensors development board. I have another BME688 sensor with an ESP32 board, how can I deploy the model to this to perform live inference ?
thanks
Solved! Go to Solution.
11-01-2021 07:24 PM
I believe that you alreaedy download our BSEC 2, and using our example code.
1. There is fucntion bsecInst.setConfig(bsec_config_selectivity). You need to replace original bsec_config_selectivity with your own.
2. Please check our example basic_config_state.ino in BSEC 2. Nothing change from original our config. But, you can get gas estimate 1 ~ 4 depends on your setting.
Thanks,
11-02-2021 08:07 PM
Thank you , I managed to get it working.
11-08-2021 05:11 PM
Hello,
As mentioned I was able to deploy my custom model to the BME688 and can classify the 2 gas that I've train the model on with the Bosch AI studio.
I 'm wondering if that also work with the BME680?
Thank you
11-08-2021 07:38 PM
Hello Keja,
BME680 is not available using AI studio, but only BME688.
Thanks,