Hi, Im using a BME688. At first, I was using just BME68X-API, avalible on github, and values of temperature, humidity, pressure and gas resistance were ok. Then, I wanted to add IAQ and CO2 values, so I added BSEC-2.0.6.1 library. Everything on my code seems to work properly. The functions 'bsec_init()', bsec_update_subscription()', bsec_sensor_control()' and 'bsec_do_steps()' return 0, what supposedly means that everything is working fine. However, any values are returned from bsec_do_steps(). The temperature, pressure and humidity values are the same from the API, and IAQ and CO2 values are 0. What could be the problem? Thanks.
... View more