Hi,
I have a setup using the mini unltra and an XBee. The mini sleeps for 8 seconds, wakes up, wakes up the xbee, transmits data.
My problem is that the system runs fine on the first iteration, then it resets and and runs at 9 mA for the duration of sleep. It then goes into low power mode for 8 seconds, wakes up, sends data and then resets. The only think I see is if I move the pinMode(pin_to_use_for_xbee_wakeup, OUTPUT) out of the setup() and into the loop(), the sleeping works fine, no resets. However, my radio does not work then.
Why would the board reset? I’m getting desperate.
Thanks!
Jeremy