Hello, I'm trying to create a network using S2 XBee with ZigBee protocol.
I need to create a network consists of a PC, a coordinator with XBEE Explorer connected to the PC, a router and 2 end devices in separate Arduino.
I need to know how to configure each module to achieve transmit data from the Coordinator to the router, and make a broadcast to the end devices. And then, the End Device send relevant information to the router and then to the coordinator.
To clarify, I need the router as an intermediary by problems of distance. What I want is to broadcast a message with the data from the PC to all End Devices.
Obviously the PAN ID parameter must be the same for all nodes. But I have no clear the addressing (DH and DL) that must have the router and the coordinator.
I attached the information provided by Digi on these modules.
ftp://ftp1.digi.com/support/documentation/90000866_A.pdf
Thanks!!