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

nRF52810 wake up on RF signal reception

I want to optimize my receiver power by putting the controller in sleep mode, that is ;-

NRF_POWER->SYSTEMOFF = 1;

And want to wake up the controller only when it receives any data packet on the radio. I have already tried wake up on gpio pin and it works great. But now I need wake from rf signal .

Here I am referring to the Nordic proprietary rf and not BLE.

Please Help me OUT!!

Related