I am using 64 XBee modules XB24-Z7UIT-004(http://www.kynix.com/Parts/2705287/XB24-Z7UIT-004.html) as sensors and I am trying to synchronize all the modules to execute a command all at the same time. What happens is that it takes about 500ms to send the command in unicast, from module 1 to module 64 and they all execute the command the moment they receive it. Is there any way to synchronize all the modules to execute the Command at the same time without the 500ms difference? I cannot send Broadcast messages because it floods and slows my network and it kind of “jams” the incoming commands. I am sending fast unicast messages.
I am using PIC18 to interface the XBee modules in API mode.
Thanks