11-04-2022 06:29 PM
The BSEC BME680 Arduino library currently does not compile for ESP32-S3. The linker throws an error not finding the libalgosec.a archive. This is becaue this file must reside in a separate folder "esp32s3".
I created a PR which solves this issue:
https://github.com/BoschSensortec/BSEC-Arduino-library/pull/57
11-09-2022 03:55 AM
Hi cyberman54,
There was BSEC2 library version for ESP32-S3 in the topic https://community.bosch-sensortec.com/t5/MEMS-sensors-forum/BME688-BSEC2-for-ESP32-S3/m-p/61956, you could refer it.
04-28-2023 04:28 PM
is there a reason why this cant just be included in the offical library, the S2 and S3 have been out for so long and this is such a time wasting error.
Wednesday
Hi nem0,
Latest BSEC 2.4.0.0 had officially released ESP32 S2, S3 library.