I am trying to configure an XBee series2 end device to wake up every 10 minutes, send an I/O packet, and go back to sleep. I have so far been unable to get my XBee to wake up when I expect. To debug, I tried different combinations of the sleep mode parameters in X-CTU. None of the combinations I tries seem to work the way I expect. For example, I tried the following:
SM: 5
ST: 10
SP: 3E8
SN: 2
SO: 4
With these settings, I expect the XBee to wake up every 20 seconds and send a packet before going back to sleep. However, it never wakes up. Even when I assert/deassert pin 9 it does not wake up.
I have also tried setting SO to 0 without luck.
Can anyone tell me what I am doing wrong?