I let two xbees communicate with eachother using an arduino uno. To reduce power consumption, I want to use the pin hibernate function. So the controller decides by setting xbee pin 9 HIGH/LOW to let xbee sleep and awake. When setting the sleep mode on 1 (pin hibernate), my code doensn’t work anymore because the xbee’s are not receiving data anymore from each other. Even whithout using the sleep functionality. It’s only set on pin hibernation. When setting the sleep modus back on 0 (no sleep modus), the code works perfect again. What causes this problem?
Kind regards and thanks in advance!