Hi,
So when I'm ready to put the MCU to sleep I am completely switching off the Radio with a reset so I don't need to HibernateRequest or wakeRequest.
However the problem I am having is to have a RTI timer running while the mcu is in Stop2 and have that wake me up. Are there any samples out there that show how to do this?
But here is the greater problem I'm trying to solve :
I need to switch on once in a while and listen for any data specifically for me and go back to sleep if there isn't anything.
The only problem is that my environment is quite noisy (lots of 802.15.4 packets flying around) so its going to be a real current drain to listen for a packet, decode it and discard the ones not meant for me and go back to sleep.
Receive mode is a costly 37 mA and an active run mode on the MCU to decode and discard a packet.
Can anyone suggest any strategies to minimize current drain in this scenario?