05-23-2023 07:39 PM - edited 05-23-2023 07:40 PM
05-24-2023 11:14 AM
Hi DaniGiaqui,
As you used BME680, you can refer the document https://github.com/boschsensortec/BSEC-Arduino-library/blob/master/README.md to use BSEC on your platform.
05-24-2023 11:22 AM
I don't use Arduino, I use ESP32 and I program in VS Code. I don't know how I could use the library.
All project I see use I2C and I use the SPI protocol.
05-30-2023 10:13 AM
Eventually I changed to I2C protocol but I don't know how to use it all with Visual Studio Code and ESP-IDF. Could anyone help me?
BSEC Library: v2.4.0.0
ESP-IDF: v5.0
MCU: ESP32-S3-WROOM-1
Sensor: BME680
Objective: Read the values of temperature, humidity, pressure, IAQ, CO2, VOC.
06-14-2023 09:37 AM
Hi DaniGiaqui,
BSEC library "BSEC2.4.0.0_Generic_Release_23012023\algo\normal_version\bin\esp\ESP32_s3\libalgobsec.a" has supported ESP32-S3 platform, you can migrated BSEC2.4.0.0 to your platform.