Hello,
I have two Xbee ZNet2.5 devices - one is flushed with ZNet 2.5 Coordinator API v1147 and the other - with ZNet 2.5 Router/End Device v1347. That’s my whole ZigBee network for the moment. Both devices are configured with AP=2 and AO=1. I was trying to send requests to the coordinator to address the ZDO endpoint on the router and send requests like Node_descr_req, Active_endpoints_req, etc via Explicit Addressing ZigBee Command Frame (0x11). I got no success in addressing the ZDO endpoint - the error back is ADDRESS_NOT_FOUND. At the same time the Data endpoint (0xe8) works OK. Another observation is that the router device shows some light indication when accessed on the data endpoint, while there is no such thing when accessing the ZDO endpoint.
My question is: is the ZDO endpoint enabled on an XBee router with ZNet 2.5 firmware?
Router 64-bit address is 0x00 0x13 0xa2 0x00 0x40 0x31 0x7c 0x38.
Here are the request and response frames:
Request:
0x7e 0x00 0x17 0x7d 0x31 0x01 0x00 0x7d 0x33 0xa2 0x00 0x40 0x31 0x7c 0x38 0xff 0xfe 0xe8 0x00 0x00 0x05 0x00 0x00 0x00 0x00 0x01 0x1e 0x84 0x86
Response:
0x7e 0x00 0x07 0x8b 0x01 0xff 0xfe 0x00 0x24 0x00 0x52
[com.rapplogic.xbee.examples.zigbee.ZNetExplicitSender_ZDOTest] received response apiId=ZNET_TX_STATUS_RESPONSE (0x8b),length=7,checksum=0x52,error=false,frameId=0x01,remoteAddress16=0xff 0xfe,retryCount=0,deliveryStatus=ADDRESS_NOT_FOUND,discoveryStatus=NO_DISCOVERY
Thank you for your time & regards,
Maria.