I want to use the BSEC library to get the CO2 values, However i,m getting "mismatch" error when the example configuration file (FieldAir_HandSanitizer_config) is loaded: "BSEC_E_CONFIG_VERSIONMISMATCH". (line 125 https://github.com/BoschSensortec/Bosch-BSEC2-Library/blob/master/examples/generic_examples/basic_config_state/basic_config_state.ino) I guess,this file is mean for the X8 board (2277 values???)--> Therefore, my question is, How to get/find/compile a configuration file for a custom board with just a single sensor ? I mean (1 x BME688 on: ESP32S3, STMG4,STMH7), FYI . the BME68x API si working fine. Unfortunatelly, I dont know how to calculate CO2 and IAQ values from the the 3 data fields.....
... View more