HI, I have a BME688 x8 kit, I installed the library, then "bme68x_demo_sample" code in my ESP32. And I recorded data. After that I uploaded my data to the BME-AI Studi, then I create An Algorithm, and everything worked well. now I want to run the Machine Learning model life on my MCU, so I clicked on " Export as BSEC config file". then I got the config file. 1. The question here is when I copy this file and paste it into the SD card, should I remove the old config file that we used to record data? 2. Should I change the code that I already installed on my ESP32 "bme68x_demo_sample"? 3. Could I open debugging terminal of Arduino to see the result of the classifier?
... View more