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.
06-25-2023 08:22 AM
Hi manuislet,
It seems that your development environment uses C language, right?
06-27-2023 02:57 PM - edited 06-27-2023 03:00 PM
@BSTRobin yes, im programmig the microcontroller using C. I have added main.c file to first post where you can see BSEC implementation
07-03-2023 12:01 PM
@BSTRobin any recomendation?
07-06-2023 11:59 AM