The XBees come in two series. Series 1 is for point to point communication - one XBee talking to another XBee, and getting replies back.
The series 2 radios are for forming meshes.
If you want multiple XBees to talk to one XBee, without the need for a reply, the series 1 radios can do that. Just set the DL address of all but the master to the MY address of the master.
You can reply to individual XBees, but switching the DL address being communicated with is rather slow.
hey guys, im trying to do something similar project.
i have 3 xbees series 1. what i want to do is when i put voltage in a designated pin in xbee 1, i want it to transmit to xbee 2 and xbee 3 giving me a high on a pin, and when a designated pin in xbee 2 gets voltage, to transmit to xbee 1 and xbee 3 giving me high on a pin, and when a designated pin in xbee 3 goes high, to transmit to xbee 1 and xbee 2, giving me a high on a pin.
i tried to play around with X-CTU, but i was not able to get it to work.
The series 1 radios can broadcast to a specific device on a PAN or to every device on the PAN. They can receive from any device on the PAN.
If you configure one radio to broadcast to all, and the other two to broadcast to a specific address (the one that broadcasts to all), then you don't need to worry about which device is the sender and which is the receiver.
If, as you seem to be trying to do, you want each radio to communicate with the others, then the messages that are sent need to include some information that defines which radio sent it.
Since you don't mention Arduinos in the mix, what you want to do does not seem possible.
i tried to play around with X-CTU, but i was not able to get it to work.
I just love statements with pronouns (it) with no referents. What "it" could you not get to work?