Hi everybody,
I am making my frist steps in buildung a BME680 VOC sensor. I found the BSEC Arduino Library in Arduino 1.8.13 and use it with the Arduino IDE 2 which I am using. I could compile and use the example basic.ino and would like to progress to the basic_config_state.ino. Now here is my problem: In line 17 us aconfig/generic_33v_3s_4d/bsec_iaq.txt which I can't find in the Github Repo anymore. Should it be there? I also had a look and the documention but can't finde any reference how to get this config file. What do I miss?
Solved! Go to Solution.
Hi Stony,
Could we know which BSEC Arduino Library version you installed?
For shure. I downloaded the Version v1.7.1492 which is the newest available in the Arduino IDE library manager. The configs are not included in this version, while they are in version v1.6.1480. The config files of version v1.6.1480 not compatible with version v1.7.1492. There is a check while compiling and I get an error -34 due to version mismatch (BSEC_E_CONFIG_VERSIONMISMATCH).
Hi,
Further information about issues in this release have been documented on GitHub: https://github.com/boschsensortec/BSEC-Arduino-library/pull/58
The main thing being these missing configs!
The Github issue is since 3 weeks open. I don't understand how a new version could be released but no confings since then? Is it possible to create this config by myself?