Hi,
I'm running two Xbee ZigBee series-2 devices. One is running Zigbee coordinator API and the other is running Zigbee end device API. I want the pair to operate in pin hibernate mode.
The sleep settings on my end device are:
SM = 1;
SP = AF0 (28 sec);
SN = FFFF;
SO = 0x04;
The sleep settings on the coordinator are:
SP = AF0;
SN = FFFF;
Any time the end device is powered on it sends the coordinator a Node Identification Indicator (expected) followed by 88 frames of IO Data Sample RX Indicator (unexpected since the pin 9 is set to high when this happens). Similar dumps of ~88 frames are sent to the coordinator every ~15 minutes.Other than these unexpected dumps of data, the Xbee does respond as expected to the lowering of voltage on pin 9 by sending IO data.
If something in my configuration settings causing this?