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!!