This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

how to interrupt the chip from temperature sensor using gpio pin

Hi,

I am working on nRF52832 with MAX30205 temperature sensor , i am comparing the temperature with threshold value  like this if (m_sample <threshold)  then send the data . i want to minimize my power consumption . i want to put my device in sleep mode completely and it should wake up only if it reaches the certain threshold value . can anyone explain me below option and how can i do this

1 .  Either the temperature sensor itself can be programmed with a threshold-value and it can wake the chip up by asserting a GPIO pin on the chip. This method can wake the chip up either from system OFF mode or system ON mode.

Thanks in advance 

Related