Hi. I have used the BME680 and BSEC in a previous design with good results. Now I am working on a new design on a new platform where I am using the BME688. I expect to use BSEC later, but for now I am doing bringup and just need to see that I get decent results from the sensor. So I have implemented the example code for forced mode, and everything runs OK, meaning all the api calls return OK, but I get this strange reading: bme68x_get_data result: status=80, meas_index=22, res_heat=64, idac=0, gas_wait=128, gas_resistance=795326.88, temp=0.90, pres=190403.41, hum=0.00 To be clear, I only get this type of data, with small variation in the beginning. So it is consistent in giving me wrong data, but there are small changes so I expect I get actual data. Any tips on what can be wrong?
... View more