09-09-2022 12:17 PM
Hi there,
The software provided at https://www.bosch-sensortec.com/software-tools/software/bsec/ is v1.4.9.2 (13th June 2022) but the latest BSEC-Arduino-library release looks to be based on v1.4.8.0 (18th Nov 2020).
Can https://github.com/BoschSensortec/BSEC-Arduino-library get updated to match the latest version please?
If I should request this elsewhere, just let me know.
Thanks
Solved! Go to Solution.
09-09-2022 03:27 PM
Hi langers2k,
Could we know which sensor(BME680, BME688) you used? And what is your host platform?
09-09-2022 03:56 PM
Sure, I'm currently using a BME680 with an ESP8266.
Future plans are likely to include a BME688.
09-14-2022 11:36 AM
Hi langers2k,
After you downloaed v1.4.9.2 and uncompressed the package, you could directly used Arduino project under example folder.
Ensure that the BSEC libraries in the directory "bsec_1-4-9-2_generic_release\algo\normal_version\bin\esp\esp8266" is migrated to the ESP8266 platform.
09-14-2022 01:00 PM
That's what I've done for now.
It would be much easier for other developers/users if the the library was updated. That way is could be pulled in like any other external resource/library rather than needing files downloading, moving and platform.txt modifying.