Hello all,
I have the BME680 sensor and i'd like to connect it to a ESP32 WROOM with FreeRTOS and Espressif system (in which we got all our firmware). I am using an external library, but it gives me only raw data.
My target is to get the IAQ/AQI using BSEC, but I think there are only for Arduino version of Espressif.
Is there a library for FreeRTOS? How could I use it?
Thank you very much and best regards,
Jon.
Arduino is just one possible environment, but it should be possible to link BSEC's binary for the ESP32 (i.e. libalgobsec.a) with ESP-IDF as well.
Maybe this post from another user could guide you in the right direction?