Good afternoon, I am trying to programing my IoT environment (Nordic nRF52840) to sleep when the temperature and humidity are in the safe limits, but when it is near to the operation limits, it make the device wake up to send a alert about it. I was reading the "Bosch Sensortec | BME680 Datasheet" and I saw item "5.3.1.1 SPI 3 wire interrupt enable – spi_3w_int_en" that "New data interrupt can be enabled if the device is in SPI 3 wire mode and pi_3w_int_en=1. The new data interrupt is then indicated on the SDO pad". Could I use this data interrupt (low/high) to create a low power profile behavior for the solution (MCU and sensor) sleep/wake up? Regards, Claudio
... View more