Hello, I've been working with the BME680 and BME688 sensors for a while. Currently, I'm involved in a project where I need to implement the 'Data Interrupt' feature to detect new data availability in IAQ LP mode and/or standard scan mode. My attempts to test this with a BME 680 and an ESP32 haven't been successful, as the BME libraries lack a function for this purpose. I've even tried manually setting registers 0x75 and 0x72 to activate 'Data Interrupt', but this led to issues. For instance, when operating in parallel mode, the gas index consistently reads 15! (we only have 10 gas indexes), and this value doesn't change. I would appreciate any advice or suggestions you might have on this matter.
... View more