06-12-2020 10:58 AM
Hello
have the error BSEC_E_CONFIG_VERSIONMISMATCH during the config_load()
bsec_get_version() returns version.major:1 version.minor:4 version.major_bugfix:7 version.minor_bugfix:4
and inside the file bsec_serialized_configurations_iaq.c I have:
const uint8_t bsec_config_iaq[454] =
{4,7,4,1,61,0, ....
Which seems identical...
Integration guide indicates "Obtain a compatible string.". How could I obtain it?
Version mismatch between what and what?
Do you have any suggestion?
Best regards
Michel
Solved! Go to Solution.
07-02-2020 02:56 PM
Hello,
I will try to record the SPI data and to create a IAR project in simulation mode.
If I succeed, you will be able to test the project in the simulation mode with IAR without hardware. Do you think it will help?
Best regards
Mich
07-03-2020 05:07 AM
Hi Mich,
Please send your integrate code for me, need further analysis.
Best regards.
11-21-2020 11:30 PM
Hello,
I just had the same error message -34 version mismatch, although it worked several days ago.
I am using a different hardware configuration (ESP32, Adruino-IDE respectively Visual Studio) but maybe the solution is the same.
There was an update of the BSEC-library, but in case of the Arduino-IDE you have to copy manually the compiled binary library file to a different directory, what I forgot to do.
At the end the error message means wat it says: the new .h header-files did not match with the old library file I forgot to replace with the new library file.
Best regards, Martin