esphome / feature-requests

ESPHome Feature Request Tracker
https://esphome.io/
404 stars 26 forks source link

BME680 BSEC support framework esp-idf #2431

Open tiimsvk opened 8 months ago

tiimsvk commented 8 months ago

Describe the problem you have/What new integration you would like is it possible to add support for this sensor via BSEC using ESP-IDF? well thank you

bme680_bsec:

esp32:
  board: esp32dev
  framework:
    type: esp-idf

Please describe your use case for this integration and alternatives you've tried:

Additional context

LuukML commented 8 months ago

Hi,

I would also really like to have this one in suport! i know there is a new librery but im not capabul of making this work. I can help out if any one is willing to colaberate, i can send a pcb with the BME680 mounted to it . for now im using the sensor just for temp and basic info.

hoope any one will join this one!

Cheers Luuk

LuukML commented 8 months ago

I think this might help out to make it work.

https://community.bosch-sensortec.com/t5/MEMS-sensors-forum/Implementing-BSEC-2-4-0-0-on-ESP-IDF-5-0-with-ESP32-S1-and-S2/m-p/74787

joshuaboniface commented 6 months ago

Seconding this. There seems to be a bunch of examples of compiling the bsec library against ESP-IDF, so that part should work.