Hi Sebastien I just had to do the same. in forced mode, if you set the heater duration and temperature to (0, 0), and if you set the conf.enable bit to BME68X_DISABLE (which is UINT8_C(0x00)) then you don't measure the gas anymore. I then also commented out some of the waiting times in bme68x.c -> bme68x_get_meas_dur() and managed to achieve sampling rates for pressure, humidity, temperature of 100Hz. see how it looks for me: I have not fully characterized the stability of the sensor with those settings, but looks alright for now. Nik
... View more