BME688 DevKit - Deployment of BSEC Config / Serialized Configurations Selectivity Error

Hey,

i've created a model with BME AI-Studio from the coffee example. I now want to deploy this model through the basic_config_state.ino file by replacing the line 

#include "config/FieldAir_HandSanitizer/FieldAir_HandSanitizer.h"
by
#include "config/Kaffee/Kaffee.h" 
 
(i've created the respective folder in the .../src/config directory and dropped my "Kaffee.c" and "Kaffee.h" file in there)
 
When i try to flash this model to my BME688 DevKit with the Arduino IDE i get the following error:
 
fatal error: bsec_serialized_configurations_selectivity.h: No such file or directory
#include "bsec_serialized_configurations_selectivity.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
 
I've found multiple topics explaining on how to deploy models to the DevKit but still can't succeed in running my own model on the DevKit in the example code. The shown error has not been mentioned.

Can someone explain the steps on how to deploy the model properly? I exported my BSEC config files to the SD-Card as well. BSEC Version is 2.4.0.0 and i'm using this example to replace the include in.
3 replies