Failure in Peer to Peer communication between modems

  1. The micro-controller is programmed to send a character “Y” continuously with required settings
    as 9600bps, No flow control, 8 data bits, parity none and 1 stop bit. This is compatible with
    Zigbee modem’s default settings.
  2. Micro-controller TxD pin is connected to DIN pin of the modem1 whereas the RxD pin of
    connected to DOUT pin.
  3. As soon as the uC is turned ON the Tx LED of modem 1 starts blinking. It indicates transmission of
    data.
  4. Modem 2 is connected to COM port of the PC and hyper terminal is opened.
  5. Problem here is, Modem 2 does not receive any data because neither RX LED glows nor data is
    received on hyper terminal.

· If uC is directly connected to PC, “Y” is printed on hyper terminal continuously.

Possible reasons of the failures are listed below:

· By default modem is in “unicast” mode. So (SL, SH) and (DL, DH) are needed to be configured.
An X-CTU software shows “MY” is read only where as Manual says its Read/Set parameter . So
16 bit addressing cannot be configured.
· Though 64 bit addressing is configured, there is no communication between modems. Modem 1’s
(DL, DH) are (SL, SH) of modem 2 and vice versa.
· In order for modules to communicate with each other, the modules must share the same channel
number. The channel is one of three addressing options available to the module. The other
options are the PAN ID (ID command) and destination addresses (DL & DH commands).
These are line from manual of Xbee.
When checked “CH” parameter in the firmware modem1 shows 10 and modem two shows 12.
Other things like Pan ID and addressing are done as required.

What happens if you set both CH parameters to the same value?

Also: what firmware versions are the modems running?

@jonhf
thanks…

Modem Type= XB24-B

when i bought modems Firmware version was 2264 but while testing 1 modem it i mistakenly changed it to 1164… So i changed another modem’s firmware to same 1020

I think main problem is i cant set “MY” and even “CH”… because XCTU software shows these parameters read only…

Could please give me link for 2264 firmware?
Its my academic project… i need to solve it asap…
What would you suggest

Ah - version 2264 says that you’re running the Zigbee Pro ZB firmware on series 2 XBees, whereas this is the forum for 802.15.4 firmware on series 1 XBees. If you take your question over to the ZB forum it’ll be seen by people who are familar with that firmware - which I’m afraid I’m not.

@johnf
thanks for the reply…

will check it there…