Hello, I have some general questions on interfacing with the BME688. In our application, we are using the BME688 to gather enviroronmental data (temperature, humidity, air pressure) as well as using the AI feature to detect if certian VOCs are present based on our profile. I have added the bme68x, datatypes and interface to the firmware, and include these in the build, along with the libalgobsec.a file, which is also compiled into the firmware: Additionally I have the 'coffee or not' example from the AI studio examples. Right now I can read appropriate temperature, humudity and air pressure data. What I am unsure of is how to feed the BME688 the 'coffee or not' configuration array. Question 1: Configuration Array Is this configuration array generated by the AI studio (in my case, the coffee example) the array that is provided to the bse_set_configuration function as the serialized_settings paramter? If not, how is the config array provided to the BSEC library? Question 2: BSEC interface vs BME68X library As of now, I am using the BME68X functions to read environmental data. Now I am also implementing the BSEC library to encorporate the AI VOC sensing. Since I am using the BSEC, can I just use BSEC_update_subscription() to gather all data, and just use the BME68X functions to initialize the sensor? Thanks all.
... View more