Hello,
I have worked extensively with xbee's and arduino to send data from routers to the coordinator. I have recently been able to send data from the coordinator to the router by raising or lowering the digital pins on the xbee from high to low, then interpret the binary data from there.
My question, however, is is it possible to send data from the coordinator to the arduino holding the router? All I can do is raise a digital pin high or low, but I can't push actual data to the arduino to be processed.
In other words, I want to program values to the router arduino setup (an actuator distance for example) via a command computer/coordinator.
Thank you!