06-22-2023 11:09 AM - edited 06-27-2023 02:59 PM
Hi all,
I have succesfully integrated in ESP-IDF all required files to run BSEC and BME680, however, after many attemps to get AIQ and other calculated data, i only have temperature, humidity and pressure, other values such as IAQ, IAQ accuracy, VOC... remains at 0 (sometimes 0.25). I am currently loading configuration for "bme680_iaq_33v_3s_4d".
Another question, is there any way to executte bsec on demand? I mean, get temp, IAQ, etc every 5 minutes or so and not executing continuosly (avoid using bsec_iot_loop)
Find attaches my main.c, all other files from Bosch library remains untouched. Also here you can find my project structure.
Extra info:
-BSEC version: 2.4.0.0 generic release
-BME68x sensor API version: 4.4.8
Thanks in advance
Solved! Go to Solution.
07-07-2023 09:34 AM
Thanks a lot @BSTRobin, after a couple of modifications, is now working as expected.
07-07-2023 09:35 AM
Welcome, manuislet.