read coordinator

Here’s my setup:

  • I have three XBee S1 in Router mode, AT mode, each sensing 3 ADC inputs. MY=FFFF
  • 1 coordinator XBee S1 in API mode, hooked up to an Arduino over serial.

On the Arduino I get the three data streams from the routers. Using the MAC address in the message, I know where the message came from. This is all fine.

How could I also read the ADC values from the coordinator XBee? It could even work for me if the coordinator itself also added a record in the output to the Arduino in the same format as the routers.

Is this possible? How would I set this up?

(Hope I did not post this question twice… I could not find my original message)

That requires you to simply issue a local IS command.