Hello!
I am very new to all of this so please bear with me.
I'm doing a bachelors thesis in electronics where I will do some testing of three BME688 development boards, each stacked on an Adafruit Huzzah32 Feather. I have flashed them (with Flash.bat, development kit software) and done some gas tests with a couple of algorithms through AI-studio, and that part is fine.
However, I want to be able to make configurations (mainly to look at power consumption through different sensor modes and ESP32 clock speed) through Arduino IDE, but whenever I try something there I end up overwriting the firmware and the devkit stops recording. From what I have gathered the devkits need to have BME68x Sensor API and BSEC Library installed.
So, my questions are:
1. Is the BM68x API and BSEC library included in the devkit flash? If not, how do I install them without overwriting the firmware?
2. This one is silly but I haven't really found any info on exactly how to make registry alterations (probably because it is so basic? sorry haha). How do I communicate with the sensors, the adafruit board and the ESP32 sensor?
Thanks in advance.