Hi,
I'm new in Xbee/Zigbee world and I have this problem.
I need to create a PAN with 3 xbee module.
1 module (transmitter) send two simple string, "A" or "B" and one of the others module has to blink a led.
I thought changing the DL programmatically, when the transmitter needs to send "A" it change with the "A-module" address, otherwise with B.
Is it the right way ? How can I change this DL value ?
The transmitter is controlled from Arduino and I need to send command value from it.