I have a programmable xbee setup for pin sleep. Connected to the pin is the switch. When the switch wakes up the xbee it sends its serial command to the coordinator. The coordinator has a I/O pin set to high. I can’t get the pin to go low once it receives the serial message from the programmable xbee.
I am sure it is something simple, but I can’t seem to figure it out.
Okay, that helps. Assuming you send one of the Remote AT commands, then you will need to also send the apply change command (so AC) or the coordinator will notice the command but not act upon it. If you use API mode, there is an apply-change bit you can include in the remote-AT command.
You’ll also need some form of pull-up on the corrdinator’s pin as it can only pull low or float, it cannot source current to make itself high. The PR setting can be used.