This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ZDO Call backs details

Other Parts Discussed in Thread: CC2531, Z-STACK, CC2530EM

Hi Everyone,

I have z-stack home 1.2 and i use cc2531 USB Dongle as a coordinator by flashing the znp  inside it.I use z-tool to communicate with the coordinator.I also have HA supported bulb as end device.Once i send the zigbee start request command and then on the bulb i continuously get unformatted raw data as below:

*** WARNING ***
    Unsupported or unformatted message received.  Raw data: 
    0C 45 CA B8 F5 F8 C5 41 03 00 6F 0D 00 00 00

This is a zdo call back for trust center device indication.But i do not have any details about this command.

I need to know that this call back is in response to which zdo command?

Also i observed that once i stop receiving this raw data the communication with the end device stops although it is associated with the coordinator.

I am finding a command such that when i send the command the coordinator starts scanning the network and all the end devices gets connected to the network and advertise themselves by sending their 64 bit and 16 bit IDs.Before sending this command the end device should not directly connect with the coordinator as soon as i on the device.

I already tried with the ZDO permit join request with following attribute values:

AddrMode: 16 bit

DstAddr:0x00(coordinator)

Duration:180 sec , 10 sec , 5 sec.

TC significance:i tried with values: 00,ff both.

In this i observe that once the duration time is over the coordinator stops receiving raw data.And as i mentioned before nce it stops the communication with the end device is not possible.

Any kind of help will be valuable to solve my issues.

Thanks in advcance.

                        

  • Hi,

    you can find the information about the TC device indication command here in this post, e2e.ti.com/.../406701 .

    For your other problem, it seems that the bulb that you are using is not successfully pairing with the coordinator. this is why you keep seeing the MT_ZDO_TC_DEVICE_IND. The end device joins the nwk and since the required authentication to pair the devices is not completed successfully then the end device leaves the NWK and then it tries to join again which generates another MT_ZDO_TC_DEVICE_IND and this keeps happening until the permit join expires and the ED cannot try to join the NWK again which is why you cannot communicate with it.
    This might be caused because of a match descriptor request that is not matching the clusters registered on the bulb with the ones registered in the coordinator.

    To confirm this can you please provide a sniffer trace, and a log from Z-Tool so i can take a look at what is happening.

    Hector.
  • Agree with Hector and this what I suspect too. When you initial ZC with ZNP, do you set SECURITY and TC_LINK_KEY?
  • Hi,

    Thanks YK CHEN and Hector for your replies.

    I will try your suggestions and post the sniffer logs and z-tool logs here.


    Thanks

    Charmi.

  • Hi YK,
    No i do not set any security keys as i do not know what to set in the attribute.Please can you guide ma with that?

    Thanks a lot for your kind help.

    Regards
    Charmi.
  • You can download script ZNP_script_example.7z from TheDarkSide's reply at e2e.ti.com/.../1208179

  • Start Time: 10-04-2015 17:06:28
    
    <TX>05:08:03.88 COM5 ZB_SYSTEM_RESET (0x4609)
    
    <RX>05:08:05.06 COM5 SYS_RESET_RESPONSE (0x4180)
        Reason: 0x01
        TransportRev: 0x02
        Product: 0x00
        MajorRel: 0x02
        MinorRel: 0x06
        HwRev: 0x03
    
    <TX>05:08:08.21 COM5 ZB_START_REQUEST (0x2600)
    
    <RX>05:08:08.89 COM5 ZB_START_REQUEST_RSP (0x6600)
    
    <RX>05:08:08.89 COM5 ZDO_STATE_CHANGE_IND (0x45C0)
        State: 9 (0x9)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:08:22.05 COM5 UTIL_GET_DEVICE_INFO (0x2700)
    
    <RX>05:08:22.06 COM5 UTIL_GET_DEVICE_INFO_RESPONSE (0x6700)
        Status: SUCCESS (0x0)
        IEEEAddr: 0x00124B000172F051
        ShortAddress: 0x0000
        DeviceType: COORDINATOR, ROUTER, END_DEVICE (0x7)
        DeviceState: DEV_ZB_COORD (0x9)
        NumAssocDevices: 0x01
        AssocDevicesList: 0x0708
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:08:41.73 COM5 ZDO_MSG_CB_REGISTER (0x253E)
        ClusterID: 0x8004
    
    <RX>05:08:41.73 COM5 ZDO_MSG_CB_REGISTER_RESPONSE (0x653E)
        Status: SUCCESS (0x0)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:09:08.04 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0x0708
        NWKAddrOfInterest: 0x0708
        Endpoint: 0x01
    
    <RX>05:09:08.05 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:09:13.87 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0x0708
        NWKAddrOfInterest: 0x0708
        Endpoint: 0x01
    
    <RX>05:09:13.88 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:09:53.58 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0x0708
        NWKAddrOfInterest: 0x0708
        Endpoint: 0x01
    
    <RX>05:09:53.59 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:09:56.95 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0x0708
        NWKAddrOfInterest: 0x0708
        Endpoint: 0x01
    
    <RX>05:09:56.95 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>05:09:56.97 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0x0708
        Relay Count: 0x00
        Relay List
    
    <RX>05:09:57.02 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0x0708
        wasBroadcast: 0x00
        clusterID: 0x8004
        SecurityUse: 0x00
        TransSeq: 0x03
        macDestAddr: 0x0000
        asdu: ... (0x00, 0x08, 0x07)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:10:01.32 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0x0708
        NWKAddrOfInterest: 0x0708
        Endpoint: 0x01
    
    <RX>05:10:01.33 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>05:10:01.35 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0x0708
        Relay Count: 0x00
        Relay List
    
    <RX>05:10:01.4 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0x0708
        wasBroadcast: 0x00
        clusterID: 0x8004
        SecurityUse: 0x00
        TransSeq: 0x04
        macDestAddr: 0x0000
        asdu: .... (0x00, 0x08, 0x07, 0x18)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:10:06.75 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0x0708
        NWKAddrOfInterest: 0x0708
        Endpoint: 0x01
    
    <RX>05:10:06.76 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>05:10:06.77 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0x0708
        Relay Count: 0x00
        Relay List
    
    <RX>05:10:06.82 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0x0708
        wasBroadcast: 0x00
        clusterID: 0x8004
        SecurityUse: 0x00
        TransSeq: 0x05
        macDestAddr: 0x0000
        asdu: ..... (0x00, 0x08, 0x07, 0x18, 0x01)
    
    <TX>05:10:10.91 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0x0708
        NWKAddrOfInterest: 0x0708
        Endpoint: 0x01
    
    <RX>05:10:10.92 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:10:12.23 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0x0708
        NWKAddrOfInterest: 0x0708
        Endpoint: 0x01
    
    <RX>05:10:12.23 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>05:10:12.25 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0x0708
        Relay Count: 0x00
        Relay List
    
    <TX>05:10:12.29 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0x0708
        NWKAddrOfInterest: 0x0708
        Endpoint: 0x01
    
    <RX>05:10:12.3 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>05:10:12.31 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0x0708
        wasBroadcast: 0x00
        clusterID: 0x8004
        SecurityUse: 0x00
        TransSeq: 0x07
        macDestAddr: 0x0000
        asdu: ....... (0x00, 0x08, 0x07, 0x18, 0x01, 0x04, 0x01)
    
    <RX>05:10:12.32 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0x0708
        Relay Count: 0x00
        Relay List
    
    <RX>05:10:12.37 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0x0708
        wasBroadcast: 0x00
        clusterID: 0x8004
        SecurityUse: 0x00
        TransSeq: 0x08
        macDestAddr: 0x0000
        asdu: ........ (0x00, 0x08, 0x07, 0x18, 0x01, 0x04, 0x01, 0x01)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:10:17.79 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0x0708
        NWKAddrOfInterest: 0x0708
        Endpoint: 0x01
    
    <RX>05:10:17.8 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>05:10:17.82 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0x0708
        Relay Count: 0x00
        Relay List
    
    <RX>05:10:17.87 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0x0708
        wasBroadcast: 0x00
        clusterID: 0x8004
        SecurityUse: 0x00
        TransSeq: 0x09
        macDestAddr: 0x0000
        asdu: ......... (0x00, 0x08, 0x07, 0x18, 0x01, 0x04, 0x01, 0x01, 0x01)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:10:23.3 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0x0708
        NWKAddrOfInterest: 0x0708
        Endpoint: 0x01
    
    <RX>05:10:23.31 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>05:10:23.33 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0x0708
        Relay Count: 0x00
        Relay List
    
    <TX>05:10:23.36 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0x0708
        NWKAddrOfInterest: 0x0708
        Endpoint: 0x01
    
    <RX>05:10:23.37 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>05:10:23.38 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0x0708
        wasBroadcast: 0x00
        clusterID: 0x8004
        SecurityUse: 0x00
        TransSeq: 0x0A
        macDestAddr: 0x0000
        asdu: .......... (0x00, 0x08, 0x07, 0x18, 0x01, 0x04, 0x01, 0x01, 0x01, 0x00)
    
    <RX>05:10:23.39 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0x0708
        Relay Count: 0x00
        Relay List
    
    <RX>05:10:23.44 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0x0708
        wasBroadcast: 0x00
        clusterID: 0x8004
        SecurityUse: 0x00
        TransSeq: 0x0B
        macDestAddr: 0x0000
        asdu: ........... (0x00, 0x08, 0x07, 0x18, 0x01, 0x04, 0x01, 0x01, 0x01, 0x00, 0x07)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:10:28.95 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0x0708
        NWKAddrOfInterest: 0x0708
        Endpoint: 0x01
    
    <RX>05:10:28.96 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>05:10:28.98 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0x0708
        Relay Count: 0x00
        Relay List
    
    <RX>05:10:29.03 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0x0708
        wasBroadcast: 0x00
        clusterID: 0x8004
        SecurityUse: 0x00
        TransSeq: 0x0C
        macDestAddr: 0x0000
        asdu: ............ (0x00, 0x08, 0x07, 0x18, 0x01, 0x04, 0x01, 0x01, 0x01, 0x00, 0x07, 0x00)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:10:34.77 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0x0708
        NWKAddrOfInterest: 0x0708
        Endpoint: 0x01
    
    <RX>05:10:34.78 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>05:10:34.79 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0x0708
        Relay Count: 0x00
        Relay List
    
    <RX>05:10:34.84 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0x0708
        wasBroadcast: 0x00
        clusterID: 0x8004
        SecurityUse: 0x00
        TransSeq: 0x0D
        macDestAddr: 0x0000
        asdu: ............. (0x00, 0x08, 0x07, 0x18, 0x01, 0x04, 0x01, 0x01, 0x01, 0x00, 0x07, 0x00, 0x00)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:10:40.21 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0x0708
        NWKAddrOfInterest: 0x0708
        Endpoint: 0x01
    
    <RX>05:10:40.22 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>05:10:40.23 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0x0708
        Relay Count: 0x00
        Relay List
    
    <RX>05:10:40.28 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0x0708
        wasBroadcast: 0x00
        clusterID: 0x8004
        SecurityUse: 0x00
        TransSeq: 0x0E
        macDestAddr: 0x0000
        asdu: .............. (0x00, 0x08, 0x07, 0x18, 0x01, 0x04, 0x01, 0x01, 0x01, 0x00, 0x07, 0x00, 0x00, 0x03)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:10:45.79 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0x0708
        NWKAddrOfInterest: 0x0708
        Endpoint: 0x01
    
    <RX>05:10:45.8 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>05:10:45.81 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0x0708
        Relay Count: 0x00
        Relay List
    
    <RX>05:10:45.86 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0x0708
        wasBroadcast: 0x00
        clusterID: 0x8004
        SecurityUse: 0x00
        TransSeq: 0x0F
        macDestAddr: 0x0000
        asdu: ............... (0x00, 0x08, 0x07, 0x18, 0x01, 0x04, 0x01, 0x01, 0x01, 0x00, 0x07, 0x00, 0x00, 0x03, 0x00)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:10:51.22 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0x0708
        NWKAddrOfInterest: 0x0708
        Endpoint: 0x01
    
    <RX>05:10:51.23 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>05:10:51.24 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0x0708
        Relay Count: 0x00
        Relay List
    
    <RX>05:10:51.29 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0x0708
        wasBroadcast: 0x00
        clusterID: 0x8004
        SecurityUse: 0x00
        TransSeq: 0x10
        macDestAddr: 0x0000
        asdu: ................ (0x00, 0x08, 0x07, 0x18, 0x01, 0x04, 0x01, 0x01, 0x01, 0x00, 0x07, 0x00, 0x00, 0x03, 0x00, 0x04)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:10:57.04 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0x0708
        NWKAddrOfInterest: 0x0708
        Endpoint: 0x01
    
    <RX>05:10:57.05 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>05:10:57.07 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0x0708
        Relay Count: 0x00
        Relay List
    
    <RX>05:10:57.12 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0x0708
        wasBroadcast: 0x00
        clusterID: 0x8004
        SecurityUse: 0x00
        TransSeq: 0x11
        macDestAddr: 0x0000
        asdu: ................. (0x00, 0x08, 0x07, 0x18, 0x01, 0x04, 0x01, 0x01, 0x01, 0x00, 0x07, 0x00, 0x00, 0x03, 0x00, 0x04, 0x00)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:11:02.4 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0x0708
        NWKAddrOfInterest: 0x0708
        Endpoint: 0x01
    
    <RX>05:11:02.41 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>05:11:02.42 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0x0708
        Relay Count: 0x00
        Relay List
    
    <RX>05:11:02.47 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0x0708
        wasBroadcast: 0x00
        clusterID: 0x8004
        SecurityUse: 0x00
        TransSeq: 0x12
        macDestAddr: 0x0000
        asdu: .................. (0x00, 0x08, 0x07, 0x18, 0x01, 0x04, 0x01, 0x01, 0x01, 0x00, 0x07, 0x00, 0x00, 0x03, 0x00, 0x04, 0x00, 0x05)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:11:07.98 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0x0708
        NWKAddrOfInterest: 0x0708
        Endpoint: 0x01
    
    <RX>05:11:07.99 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>05:11:08 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0x0708
        Relay Count: 0x00
        Relay List
    
    <RX>05:11:08.05 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0x0708
        wasBroadcast: 0x00
        clusterID: 0x8004
        SecurityUse: 0x00
        TransSeq: 0x13
        macDestAddr: 0x0000
        asdu: ................... (0x00, 0x08, 0x07, 0x18, 0x01, 0x04, 0x01, 0x01, 0x01, 0x00, 0x07, 0x00, 0x00, 0x03, 0x00, 0x04, 0x00, 0x05, 0x00)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:11:13.56 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0x0708
        NWKAddrOfInterest: 0x0708
        Endpoint: 0x01
    
    <RX>05:11:13.57 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>05:11:13.59 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0x0708
        Relay Count: 0x00
        Relay List
    
    <RX>05:11:13.64 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0x0708
        wasBroadcast: 0x00
        clusterID: 0x8004
        SecurityUse: 0x00
        TransSeq: 0x14
        macDestAddr: 0x0000
        asdu: .................... (0x00, 0x08, 0x07, 0x18, 0x01, 0x04, 0x01, 0x01, 0x01, 0x00, 0x07, 0x00, 0x00, 0x03, 0x00, 0x04, 0x00, 0x05, 0x00, 0x06)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:11:19.13 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0x0708
        NWKAddrOfInterest: 0x0708
        Endpoint: 0x01
    
    <RX>05:11:19.14 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>05:11:19.15 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0x0708
        Relay Count: 0x00
        Relay List
    
    <RX>05:11:19.2 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0x0708
        wasBroadcast: 0x00
        clusterID: 0x8004
        SecurityUse: 0x00
        TransSeq: 0x15
        macDestAddr: 0x0000
        asdu: ..................... (0x00, 0x08, 0x07, 0x18, 0x01, 0x04, 0x01, 0x01, 0x01, 0x00, 0x07, 0x00, 0x00, 0x03, 0x00, 0x04, 0x00, 0x05, 0x00, 0x06, 0x00)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:11:24.7 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0x0708
        NWKAddrOfInterest: 0x0708
        Endpoint: 0x01
    
    <RX>05:11:24.71 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>05:11:24.72 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0x0708
        Relay Count: 0x00
        Relay List
    
    <RX>05:11:24.77 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0x0708
        wasBroadcast: 0x00
        clusterID: 0x8004
        SecurityUse: 0x00
        TransSeq: 0x16
        macDestAddr: 0x0000
        asdu: ...................... (0x00, 0x08, 0x07, 0x18, 0x01, 0x04, 0x01, 0x01, 0x01, 0x00, 0x07, 0x00, 0x00, 0x03, 0x00, 0x04, 0x00, 0x05, 0x00, 0x06, 0x00, 0x08)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:11:30.28 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0x0708
        NWKAddrOfInterest: 0x0708
        Endpoint: 0x01
    
    <RX>05:11:30.29 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>05:11:30.31 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0x0708
        Relay Count: 0x00
        Relay List
    
    <RX>05:11:30.36 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0x0708
        wasBroadcast: 0x00
        clusterID: 0x8004
        SecurityUse: 0x00
        TransSeq: 0x17
        macDestAddr: 0x0000
        asdu: ....................... (0x00, 0x08, 0x07, 0x18, 0x01, 0x04, 0x01, 0x01, 0x01, 0x00, 0x07, 0x00, 0x00, 0x03, 0x00, 0x04, 0x00, 0x05, 0x00, 0x06, 0x00, 0x08, 0x00)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:11:36.21 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0x0708
        NWKAddrOfInterest: 0x0708
        Endpoint: 0x01
    
    <RX>05:11:36.22 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>05:11:36.23 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0x0708
        Relay Count: 0x00
        Relay List
    
    <RX>05:11:36.28 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0x0708
        wasBroadcast: 0x00
        clusterID: 0x8004
        SecurityUse: 0x00
        TransSeq: 0x18
        macDestAddr: 0x0000
        asdu: ........................ (0x00, 0x08, 0x07, 0x18, 0x01, 0x04, 0x01, 0x01, 0x01, 0x00, 0x07, 0x00, 0x00, 0x03, 0x00, 0x04, 0x00, 0x05, 0x00, 0x06, 0x00, 0x08, 0x00, 0x05)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:11:41.39 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0x0708
        NWKAddrOfInterest: 0x0708
        Endpoint: 0x01
    
    <RX>05:11:41.39 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>05:11:41.42 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0x0708
        Relay Count: 0x00
        Relay List
    
    <RX>05:11:41.47 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0x0708
        wasBroadcast: 0x00
        clusterID: 0x8004
        SecurityUse: 0x00
        TransSeq: 0x19
        macDestAddr: 0x0000
        asdu: ......................... (0x00, 0x08, 0x07, 0x18, 0x01, 0x04, 0x01, 0x01, 0x01, 0x00, 0x07, 0x00, 0x00, 0x03, 0x00, 0x04, 0x00, 0x05, 0x00, 0x06, 0x00, 0x08, 0x00, 0x05, 0x0B)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:11:46.95 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0x0708
        NWKAddrOfInterest: 0x0708
        Endpoint: 0x01
    
    <RX>05:11:46.99 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>05:11:47.01 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0x0708
        Relay Count: 0x00
        Relay List
    
    <RX>05:11:47.06 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0x0708
        wasBroadcast: 0x00
        clusterID: 0x8004
        SecurityUse: 0x00
        TransSeq: 0x1A
        macDestAddr: 0x0000
        asdu: .......................... (0x00, 0x08, 0x07, 0x18, 0x01, 0x04, 0x01, 0x01, 0x01, 0x00, 0x07, 0x00, 0x00, 0x03, 0x00, 0x04, 0x00, 0x05, 0x00, 0x06, 0x00, 0x08, 0x00, 0x05, 0x0B, 0x01)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:11:52.48 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0x0708
        NWKAddrOfInterest: 0x0708
        Endpoint: 0x01
    
    <RX>05:11:52.49 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>05:11:52.51 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0x0708
        Relay Count: 0x00
        Relay List
    
    <RX>05:11:52.56 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0x0708
        wasBroadcast: 0x00
        clusterID: 0x8004
        SecurityUse: 0x00
        TransSeq: 0x1B
        macDestAddr: 0x0000
        asdu: ........................... (0x00, 0x08, 0x07, 0x18, 0x01, 0x04, 0x01, 0x01, 0x01, 0x00, 0x07, 0x00, 0x00, 0x03, 0x00, 0x04, 0x00, 0x05, 0x00, 0x06, 0x00, 0x08, 0x00, 0x05, 0x0B, 0x01, 0x19)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:11:58.04 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0x0708
        NWKAddrOfInterest: 0x0708
        Endpoint: 0x01
    
    <RX>05:11:58.05 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>05:11:58.07 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0x0708
        Relay Count: 0x00
        Relay List
    
    <RX>05:11:58.12 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0x0708
        wasBroadcast: 0x00
        clusterID: 0x8004
        SecurityUse: 0x00
        TransSeq: 0x1C
        macDestAddr: 0x0000
        asdu: ............................ (0x00, 0x08, 0x07, 0x18, 0x01, 0x04, 0x01, 0x01, 0x01, 0x00, 0x07, 0x00, 0x00, 0x03, 0x00, 0x04, 0x00, 0x05, 0x00, 0x06, 0x00, 0x08, 0x00, 0x05, 0x0B, 0x01, 0x19, 0x00)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:12:10.47 COM5 ZDO_MSG_CB_REGISTER (0x253E)
        ClusterID: 0x8006
    
    <RX>05:12:10.47 COM5 ZDO_MSG_CB_REGISTER_RESPONSE (0x653E)
        Status: SUCCESS (0x0)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:12:27.53 COM5 ZDO_MATCH_DESC_REQ (0x2506)
        DstAddr: 0x0708
        NWKAddrOfInterest: 0x0708
        ProfileID: 0x0104
        NumInClusters: 0x07
        InClusterList: 0x0000, 0x0003, 0x0004, 0x0005, 0x0006, 0x0008, 0x0B05
        NumOutClusters: 0x01
        OutClusterList: 0x0019
    
    <RX>05:12:27.54 COM5 ZDO_MATCH_DESC_REQ_SRSP (0x6506)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>05:12:27.56 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0x0708
        Relay Count: 0x00
        Relay List
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0E 45 FF 08 07 00 06 80 00 1D 00 00 00 08 07 01 
        01 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:12:32.16 COM5 ZDO_MATCH_DESC_REQ (0x2506)
        DstAddr: 0x0708
        NWKAddrOfInterest: 0x0708
        ProfileID: 0x0104
        NumInClusters: 0x07
        InClusterList: 0x0000, 0x0003, 0x0004, 0x0005, 0x0006, 0x0008, 0x0B05
        NumOutClusters: 0x01
        OutClusterList: 0x0019
    
    <RX>05:12:32.17 COM5 ZDO_MATCH_DESC_REQ_SRSP (0x6506)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>05:12:32.19 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0x0708
        Relay Count: 0x00
        Relay List
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0E 45 FF 08 07 00 06 80 00 1E 00 00 00 08 07 01 
        01 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:12:37.97 COM5 ZDO_MATCH_DESC_REQ (0x2506)
        DstAddr: 0x0708
        NWKAddrOfInterest: 0x0708
        ProfileID: 0x0104
        NumInClusters: 0x07
        InClusterList: 0x0000, 0x0003, 0x0004, 0x0005, 0x0006, 0x0008, 0x0B05
        NumOutClusters: 0x01
        OutClusterList: 0x0019
    
    <RX>05:12:37.98 COM5 ZDO_MATCH_DESC_REQ_SRSP (0x6506)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>05:12:38 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0x0708
        Relay Count: 0x00
        Relay List
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0E 45 FF 08 07 00 06 80 00 1F 00 00 00 08 07 01 
        01 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:23:11.33 COM5 ZDO_MSG_CB_REGISTER (0x253E)
        ClusterID: 0x8006
    
    <RX>05:23:11.33 COM5 ZDO_MSG_CB_REGISTER_RESPONSE (0x653E)
        Status: SUCCESS (0x0)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:23:22.49 COM5 ZDO_MATCH_DESC_REQ (0x2506)
        DstAddr: 0x0708
        NWKAddrOfInterest: 0x0708
        ProfileID: 0x0104
        NumInClusters: 0x07
        InClusterList: 0x0000, 0x0003, 0x0004, 0x0005, 0x0006, 0x0008, 0x0B05
        NumOutClusters: 0x01
        OutClusterList: 0x0019
    
    <RX>05:23:22.5 COM5 ZDO_MATCH_DESC_REQ_SRSP (0x6506)
        Status: afStatus_SUCCESS (0x0)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:23:28.51 COM5 ZDO_MATCH_DESC_REQ (0x2506)
        DstAddr: 0x0708
        NWKAddrOfInterest: 0x0708
        ProfileID: 0x0104
        NumInClusters: 0x07
        InClusterList: 0x0000, 0x0003, 0x0004, 0x0005, 0x0006, 0x0008, 0x0B05
        NumOutClusters: 0x01
        OutClusterList: 0x0019
    
    <RX>05:23:28.52 COM5 ZDO_MATCH_DESC_REQ_SRSP (0x6506)
        Status: afStatus_SUCCESS (0x0)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:23:31.31 COM5 ZDO_MATCH_DESC_REQ (0x2506)
        DstAddr: 0x0708
        NWKAddrOfInterest: 0x0708
        ProfileID: 0x0104
        NumInClusters: 0x07
        InClusterList: 0x0000, 0x0003, 0x0004, 0x0005, 0x0006, 0x0008, 0x0B05
        NumOutClusters: 0x01
        OutClusterList: 0x0019
    
    <RX>05:23:31.31 COM5 ZDO_MATCH_DESC_REQ_SRSP (0x6506)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>05:23:31.33 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0x0708
        Relay Count: 0x00
        Relay List
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0E 45 FF 08 07 00 06 80 00 22 00 00 00 08 07 01 
        01 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 08 07 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:23:36.79 COM5 ZDO_MATCH_DESC_REQ (0x2506)
        DstAddr: 0x0708
        NWKAddrOfInterest: 0x0708
        ProfileID: 0x0104
        NumInClusters: 0x07
        InClusterList: 0x0000, 0x0003, 0x0004, 0x0005, 0x0006, 0x0008, 0x0B05
        NumOutClusters: 0x01
        OutClusterList: 0x0019
    
    <RX>05:23:36.81 COM5 ZDO_MATCH_DESC_REQ_SRSP (0x6506)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>05:23:36.82 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0x0708
        Relay Count: 0x00
        Relay List
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0E 45 FF 08 07 00 06 80 00 23 00 00 00 08 07 01 
        01 
    
    <TX>05:24:18.97 COM5 ZDO_MSG_CB_REGISTER (0x253E)
        ClusterID: 0x8034
    
    <RX>05:24:18.99 COM5 ZDO_MSG_CB_REGISTER_RESPONSE (0x653E)
        Status: SUCCESS (0x0)
    
    <TX>05:24:24.89 COM5 UTIL_GET_DEVICE_INFO (0x2700)
    
    <RX>05:24:24.9 COM5 UTIL_GET_DEVICE_INFO_RESPONSE (0x6700)
        Status: SUCCESS (0x0)
        IEEEAddr: 0x00124B000172F051
        ShortAddress: 0x0000
        DeviceType: COORDINATOR, ROUTER, END_DEVICE (0x7)
        DeviceState: DEV_ZB_COORD (0x9)
        NumAssocDevices: 0x01
        AssocDevicesList: 0x0708
    
    <TX>05:24:44.88 COM5 ZDO_MGMT_LEAVE_REQ (0x2534)
        DstAddr: 0x0000
        DeviceAddress: 0x000D6F000341C5F8
        RemoveChildren_Rejoin: 0x00
    
    <RX>05:24:44.88 COM5 ZDO_MGMT_LEAVE_REQ_SRSP (0x6534)
        Status: SUCCESS (0x0)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0A 45 FF 00 00 00 34 80 00 24 00 00 00 
    
    <TX>05:24:49.42 COM5 UTIL_GET_DEVICE_INFO (0x2700)
    
    <RX>05:24:49.42 COM5 UTIL_GET_DEVICE_INFO_RESPONSE (0x6700)
        Status: SUCCESS (0x0)
        IEEEAddr: 0x00124B000172F051
        ShortAddress: 0x0000
        DeviceType: COORDINATOR, ROUTER, END_DEVICE (0x7)
        DeviceState: DEV_ZB_COORD (0x9)
        NumAssocDevices: 0x00
        AssocDevicesList
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 37 E7 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:25:04.38 COM5 UTIL_GET_DEVICE_INFO (0x2700)
    
    <RX>05:25:04.38 COM5 UTIL_GET_DEVICE_INFO_RESPONSE (0x6700)
        Status: SUCCESS (0x0)
        IEEEAddr: 0x00124B000172F051
        ShortAddress: 0x0000
        DeviceType: COORDINATOR, ROUTER, END_DEVICE (0x7)
        DeviceState: DEV_ZB_COORD (0x9)
        NumAssocDevices: 0x01
        AssocDevicesList: 0xE737
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 37 E7 F8 C5 41 03 00 6F 0D 00 00 00 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 37 E7 F8 C5 41 03 00 6F 0D 00 00 00 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 37 E7 F8 C5 41 03 00 6F 0D 00 00 00 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 37 E7 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:25:24.84 COM5 ZDO_MSG_CB_REGISTER (0x253E)
        ClusterID: 0x8006
    
    <RX>05:25:24.85 COM5 ZDO_MSG_CB_REGISTER_RESPONSE (0x653E)
        Status: SUCCESS (0x0)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 37 E7 F8 C5 41 03 00 6F 0D 00 00 00 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 37 E7 F8 C5 41 03 00 6F 0D 00 00 00 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 37 E7 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:25:42.03 COM5 ZDO_MATCH_DESC_REQ (0x2506)
        DstAddr: 0xE737
        NWKAddrOfInterest: 0xE737
        ProfileID: 0x0104
        NumInClusters: 0x07
        InClusterList: 0x0000, 0x0003, 0x0004, 0x0005, 0x0006, 0x0008, 0x0B05
        NumOutClusters: 0x01
        OutClusterList: 0x0019
    
    <RX>05:25:42.04 COM5 ZDO_MATCH_DESC_REQ_SRSP (0x6506)
        Status: afStatus_SUCCESS (0x0)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 37 E7 F8 C5 41 03 00 6F 0D 00 00 00 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 37 E7 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:25:50.51 COM5 ZDO_MATCH_DESC_REQ (0x2506)
        DstAddr: 0x0000
        NWKAddrOfInterest: 0xE737
        ProfileID: 0x0104
        NumInClusters: 0x07
        InClusterList: 0x0000, 0x0003, 0x0004, 0x0005, 0x0006, 0x0008, 0x0B05
        NumOutClusters: 0x01
        OutClusterList: 0x0019
    
    <RX>05:25:50.51 COM5 ZDO_MATCH_DESC_REQ_SRSP (0x6506)
        Status: afStatus_SUCCESS (0x0)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0D 45 FF 00 00 00 06 80 00 26 00 00 80 00 00 00 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 37 E7 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:25:58.02 COM5 ZDO_MATCH_DESC_REQ (0x2506)
        DstAddr: 0x0000
        NWKAddrOfInterest: 0xE737
        ProfileID: 0x0104
        NumInClusters: 0x07
        InClusterList: 0x0000, 0x0003, 0x0004, 0x0005, 0x0006, 0x0008, 0x0B05
        NumOutClusters: 0x01
        OutClusterList: 0x0019
    
    <RX>05:25:58.02 COM5 ZDO_MATCH_DESC_REQ_SRSP (0x6506)
        Status: afStatus_SUCCESS (0x0)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0D 45 FF 00 00 00 06 80 00 27 00 00 80 00 00 00 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 37 E7 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:26:02.92 COM5 ZDO_MATCH_DESC_REQ (0x2506)
        DstAddr: 0x0000
        NWKAddrOfInterest: 0xE737
        ProfileID: 0x0104
        NumInClusters: 0x07
        InClusterList: 0x0000, 0x0003, 0x0004, 0x0005, 0x0006, 0x0008, 0x0B05
        NumOutClusters: 0x01
        OutClusterList: 0x0019
    
    <RX>05:26:02.93 COM5 ZDO_MATCH_DESC_REQ_SRSP (0x6506)
        Status: afStatus_SUCCESS (0x0)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0D 45 FF 00 00 00 06 80 00 28 00 00 80 00 00 00 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 37 E7 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:26:12.04 COM5 ZDO_MATCH_DESC_REQ (0x2506)
        DstAddr: 0xE737
        NWKAddrOfInterest: 0xE737
        ProfileID: 0x0104
        NumInClusters: 0x07
        InClusterList: 0x0000, 0x0003, 0x0004, 0x0005, 0x0006, 0x0008, 0x0B05
        NumOutClusters: 0x01
        OutClusterList: 0x0019
    
    <RX>05:26:12.04 COM5 ZDO_MATCH_DESC_REQ_SRSP (0x6506)
        Status: afStatus_SUCCESS (0x0)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 37 E7 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:26:16.05 COM5 ZDO_MATCH_DESC_REQ (0x2506)
        DstAddr: 0xE737
        NWKAddrOfInterest: 0xE737
        ProfileID: 0x0104
        NumInClusters: 0x07
        InClusterList: 0x0000, 0x0003, 0x0004, 0x0005, 0x0006, 0x0008, 0x0B05
        NumOutClusters: 0x01
        OutClusterList: 0x0019
    
    <RX>05:26:16.07 COM5 ZDO_MATCH_DESC_REQ_SRSP (0x6506)
        Status: afStatus_SUCCESS (0x0)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 37 E7 F8 C5 41 03 00 6F 0D 00 00 00 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 37 E7 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:26:24.57 COM5 ZDO_MATCH_DESC_REQ (0x2506)
        DstAddr: 0xE737
        NWKAddrOfInterest: 0xE737
        ProfileID: 0x0104
        NumInClusters: 0x07
        InClusterList: 0x0000, 0x0003, 0x0004, 0x0005, 0x0006, 0x0008, 0x0B05
        NumOutClusters: 0x01
        OutClusterList: 0x0019
    
    <RX>05:26:24.57 COM5 ZDO_MATCH_DESC_REQ_SRSP (0x6506)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>05:26:24.58 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0xE737
        Relay Count: 0x00
        Relay List
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0E 45 FF 37 E7 00 06 80 00 2B 00 00 00 37 E7 01 
        01 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 37 E7 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:26:30.15 COM5 ZDO_MATCH_DESC_REQ (0x2506)
        DstAddr: 0xE737
        NWKAddrOfInterest: 0xE737
        ProfileID: 0x0104
        NumInClusters: 0x07
        InClusterList: 0x0000, 0x0003, 0x0004, 0x0005, 0x0006, 0x0008, 0x0B05
        NumOutClusters: 0x01
        OutClusterList: 0x0019
    
    <RX>05:26:30.15 COM5 ZDO_MATCH_DESC_REQ_SRSP (0x6506)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>05:26:30.17 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0xE737
        Relay Count: 0x00
        Relay List
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0E 45 FF 37 E7 00 06 80 00 2C 00 00 00 37 E7 01 
        01 
    
    <TX>05:26:39.36 COM5 ZB_SYSTEM_RESET (0x4609)
    
    <RX>05:26:40.57 COM5 SYS_RESET_RESPONSE (0x4180)
        Reason: 0x01
        TransportRev: 0x02
        Product: 0x00
        MajorRel: 0x02
        MinorRel: 0x06
        HwRev: 0x03
    
    <TX>05:27:01.37 COM5 ZB_START_REQUEST (0x2600)
    
    <RX>05:27:02.06 COM5 ZB_START_REQUEST_RSP (0x6600)
    
    <RX>05:27:02.06 COM5 ZDO_STATE_CHANGE_IND (0x45C0)
        State: 9 (0x9)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 37 E7 F8 C5 41 03 00 6F 0D 00 00 00 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 37 E7 F8 C5 41 03 00 6F 0D 00 00 00 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 37 E7 F8 C5 41 03 00 6F 0D 00 00 00 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 37 E7 F8 C5 41 03 00 6F 0D 00 00 00 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 37 E7 F8 C5 41 03 00 6F 0D 00 00 00 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 37 E7 F8 C5 41 03 00 6F 0D 00 00 00 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 37 E7 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:27:41.32 COM5 ZDO_MSG_CB_REGISTER (0x253E)
        ClusterID: 0x8006
    
    <RX>05:27:41.32 COM5 ZDO_MSG_CB_REGISTER_RESPONSE (0x653E)
        Status: SUCCESS (0x0)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 37 E7 F8 C5 41 03 00 6F 0D 00 00 00 
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 37 E7 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:27:52.38 COM5 ZDO_MATCH_DESC_REQ (0x2506)
        DstAddr: 0xE737
        NWKAddrOfInterest: 0xE737
        ProfileID: 0x0104
        NumInClusters: 0x07
        InClusterList: 0x0000, 0x0003, 0x0004, 0x0005, 0x0006, 0x0008, 0x0B05
        NumOutClusters: 0x01
        OutClusterList: 0x0019
    
    <RX>05:27:52.4 COM5 ZDO_MATCH_DESC_REQ_SRSP (0x6506)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>05:27:52.41 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0xE737
        Relay Count: 0x00
        Relay List
    
    <RX>05:27:52.46 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0xE737
        wasBroadcast: 0x00
        clusterID: 0x8006
        SecurityUse: 0x00
        TransSeq: 0x00
        macDestAddr: 0x0000
        asdu: .7... (0x00, 0x37, 0xE7, 0x01, 0x01)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 37 E7 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:27:57.09 COM5 ZDO_MATCH_DESC_REQ (0x2506)
        DstAddr: 0xE737
        NWKAddrOfInterest: 0xE737
        ProfileID: 0x0104
        NumInClusters: 0x07
        InClusterList: 0x0000, 0x0003, 0x0004, 0x0005, 0x0006, 0x0008, 0x0B05
        NumOutClusters: 0x01
        OutClusterList: 0x0019
    
    <RX>05:27:57.11 COM5 ZDO_MATCH_DESC_REQ_SRSP (0x6506)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>05:27:57.12 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0xE737
        Relay Count: 0x00
        Relay List
    
    <RX>05:27:57.17 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0xE737
        wasBroadcast: 0x00
        clusterID: 0x8006
        SecurityUse: 0x00
        TransSeq: 0x01
        macDestAddr: 0x0000
        asdu: . (0x00)
    
    <TX>05:28:01.01 COM5 ZDO_MATCH_DESC_REQ (0x2506)
        DstAddr: 0xE737
        NWKAddrOfInterest: 0xE737
        ProfileID: 0x0104
        NumInClusters: 0x07
        InClusterList: 0x0000, 0x0003, 0x0004, 0x0005, 0x0006, 0x0008, 0x0B05
        NumOutClusters: 0x01
        OutClusterList: 0x0019
    
    <RX>05:28:01.02 COM5 ZDO_MATCH_DESC_REQ_SRSP (0x6506)
        Status: afStatus_SUCCESS (0x0)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 37 E7 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:28:02.68 COM5 ZDO_MATCH_DESC_REQ (0x2506)
        DstAddr: 0xE737
        NWKAddrOfInterest: 0xE737
        ProfileID: 0x0104
        NumInClusters: 0x07
        InClusterList: 0x0000, 0x0003, 0x0004, 0x0005, 0x0006, 0x0008, 0x0B05
        NumOutClusters: 0x01
        OutClusterList: 0x0019
    
    <RX>05:28:02.69 COM5 ZDO_MATCH_DESC_REQ_SRSP (0x6506)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>05:28:02.71 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0xE737
        Relay Count: 0x00
        Relay List
    
    <RX>05:28:02.76 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0xE737
        wasBroadcast: 0x00
        clusterID: 0x8006
        SecurityUse: 0x00
        TransSeq: 0x03
        macDestAddr: 0x0000
        asdu: .7. (0x00, 0x37, 0xE7)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 37 E7 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:28:07.87 COM5 ZDO_MATCH_DESC_REQ (0x2506)
        DstAddr: 0xE737
        NWKAddrOfInterest: 0xE737
        ProfileID: 0x0104
        NumInClusters: 0x07
        InClusterList: 0x0000, 0x0003, 0x0004, 0x0005, 0x0006, 0x0008, 0x0B05
        NumOutClusters: 0x01
        OutClusterList: 0x0019
    
    <RX>05:28:07.87 COM5 ZDO_MATCH_DESC_REQ_SRSP (0x6506)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>05:28:07.89 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0xE737
        Relay Count: 0x00
        Relay List
    
    <RX>05:28:07.93 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0xE737
        wasBroadcast: 0x00
        clusterID: 0x8006
        SecurityUse: 0x00
        TransSeq: 0x04
        macDestAddr: 0x0000
        asdu: .7.. (0x00, 0x37, 0xE7, 0x01)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 37 E7 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:28:13.36 COM5 ZDO_MATCH_DESC_REQ (0x2506)
        DstAddr: 0xE737
        NWKAddrOfInterest: 0xE737
        ProfileID: 0x0104
        NumInClusters: 0x07
        InClusterList: 0x0000, 0x0003, 0x0004, 0x0005, 0x0006, 0x0008, 0x0B05
        NumOutClusters: 0x01
        OutClusterList: 0x0019
    
    <RX>05:28:13.38 COM5 ZDO_MATCH_DESC_REQ_SRSP (0x6506)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>05:28:13.39 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0xE737
        Relay Count: 0x00
        Relay List
    
    <RX>05:28:13.44 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0xE737
        wasBroadcast: 0x00
        clusterID: 0x8006
        SecurityUse: 0x00
        TransSeq: 0x05
        macDestAddr: 0x0000
        asdu: .7... (0x00, 0x37, 0xE7, 0x01, 0x01)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 37 E7 F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>05:28:19.06 COM5 ZDO_MATCH_DESC_REQ (0x2506)
        DstAddr: 0xE737
        NWKAddrOfInterest: 0xE737
        ProfileID: 0x0104
        NumInClusters: 0x07
        InClusterList: 0x0000, 0x0003, 0x0004, 0x0005, 0x0006, 0x0008, 0x0B05
        NumOutClusters: 0x01
        OutClusterList: 0x0019
    
    <RX>05:28:19.07 COM5 ZDO_MATCH_DESC_REQ_SRSP (0x6506)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>05:28:19.09 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0xE737
        Relay Count: 0x00
        Relay List
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0E 45 FF 37 E7 00 06 80 00 06 00 00 00 37 E7 01 
        01 
    

    sniffer.docx

    Hi ,

    AS you said i tried sending the match descriptor.

    Here are the ztool and sniffer logs.

    still I do not understand how to solve this.What should i set in the security settings or how to register the clusters in the coordinator so that my end device gets associated with the coordinator.

    Please guide me on this.

    Regards

    Charmi.

  • Hi,

    I am here with one more issue.

    When i send simple descriptor request then i do not receive the full response in one try.I have to send the request multiple times to obtain the full response.In the z tool i keep sending the request until i do not get the unformatted form in the response.

    Do you have any solution for that?

    How can i get the full response by just once sending the simple descriptor request?

    Am i facing this problem because my device gets disassociated again and again as you said before?

    Please share your views on this.

    Regards

    Charmi.

  • I think you still don't enable SECURITY and TC_LINK_KEY on your coordinator so the device doesn't join correctly.
  • Hi YK Chen,

    Thanks for you kind help.

    The security on the coordinator is already enabled.I checked in the znpf8w.cnfg -DSECURE is enabled. I read the example but i did not understand what to set in the TC_LINK_KEY.
    How can i set this using command from z-tool? and what should i set in the attribute.

    I found the ZDO_SET_LINK_KEY command

    But what should i set the attributes?
    short addr: 0x00(coordinator)
    IEEE Addr: bulb 64 bit address
    Link key data:......................???

    Please help me to set this.

    Regards
    Charmi.
  • You can use CC2531ZNP-Pro-Secure_LinkKeyJoin.hex under C:\Texas Instruments\Z-Stack Home 1.2.2.42930\Projects\zstack\ZAP\ZNP-HexFiles\CC2531. CC2531ZNP-Pro-Secure_LinkKeyJoin.hex supposes already has SECURITY enable with TC_LINK_KEY.
  • HI YK Chen,

    Thanks a lot for your kind help.
    I used the hex file u mentioned above and my problem is solved.
    Thank you very much YK Chen and Hector for your guidance.

    Regards
    Charmi.
  • It is good to know it works now. Please help to press the verify button to benefit others have the same problem.
  • Hi ,

    Thanks a lot for the assistance.

    My Problem is solved by using the hex file mentioned.
    Now i need to know that what security settings are required in the znp project file if i want it to work like the hex file with security settings already provided/

    Please guide me on this.

    Regards
    Charmi.
  • If you use CC2531ZNP-Pro.hex, there is no security on it. If you want to use HA profile with TC_LINK_KEY, you have to use CC2531ZNP-Pro-Secure_LinkKeyJoin.hex
  • Hi YK,
    Thanks for your response.

    I need to know thau if i want to add security in CC2531ZNP-Pro.hex so that it can work like CC2531ZNP-Pro-Secure_LinkKeyJoin.hex then what changes i need to make in that?

    I am here with one more issue.

    When i send simple descriptor request for the first ti me after the device is associated to coordinator then i does not receive the full response.I only receive some bytes of data which is not fixed.To obtain the full response i need to send the request again and again.

    Please guide me a way when i use that i receive full response first time once i send the simple descriptor request command.

    Regards
    charmi.
  • Can you specify which profile you are testing? HA or others?
  • Hi,

    Yes we are testing HA profile.

    Regards
    charmi.
  • 1. If you use HA profile, I suggest you use CC2531ZNP-Pro-Secure_LinkKeyJoin.hex
    2. If test device runs HA profile but your coordinator ZNP uses CC2531ZNP-Pro.hex, I think the problem is that the device doesn't join coordinator correctly due to unmatched security settings. If you use CC2531ZNP-Pro-Secure_LinkKeyJoin.hex, it supposes to work.
  • HI YK Chen,

    I use  CC2531ZNP-Pro-Secure_Link Key Join.hex then also the issue of simple descriptor still remains.

    First time i send the request then i does not receive the full response .I need to send the request again and to get full response,Every time i send the request i get one byte of data. Here i attach the z-tool log .

    Start Time: 13-04-2015 14:09:43
    
    <TX>02:09:58.1 COM5 ZB_SYSTEM_RESET (0x4609)
    
    <RX>02:10:00.88 COM5 SYS_RESET_RESPONSE (0x4180)
        Reason: 0x00
        TransportRev: 0x02
        Product: 0x00
        MajorRel: 0x02
        MinorRel: 0x06
        HwRev: 0x03
    
    <TX>02:10:03.92 COM5 ZB_START_REQUEST (0x2600)
    
    <RX>02:10:05.34 COM5 ZB_START_REQUEST_RSP (0x6600)
    
    <RX>02:10:05.34 COM5 ZDO_STATE_CHANGE_IND (0x45C0)
        State: 9 (0x9)
    
    <TX>02:10:33.42 COM5 ZDO_MSG_CB_REGISTER (0x253E)
        ClusterID: 0x8036
    
    <RX>02:10:33.44 COM5 ZDO_MSG_CB_REGISTER_RESPONSE (0x653E)
        Status: SUCCESS (0x0)
    
    <RX>02:10:41.75 COM5 ZDO_LEAVE_IND (0x45C9)
        srcAddr: 0x5ABC
        extAddr: 0x000D6F000341C5F8
        request: 0x00
        removeChildren: 0x00
        rejoin: 0x00
    
    <RX>02:10:42.2 COM5 ZDO_LEAVE_IND (0x45C9)
        srcAddr: 0x5ABC
        extAddr: 0x000D6F000341C5F8
        request: 0x00
        removeChildren: 0x00
        rejoin: 0x00
    
    <RX>02:10:43.01 COM5 ZDO_LEAVE_IND (0x45C9)
        srcAddr: 0x5ABC
        extAddr: 0x000D6F000341C5F8
        request: 0x00
        removeChildren: 0x00
        rejoin: 0x00
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        0C 45 CA 7B BC F8 C5 41 03 00 6F 0D 00 00 00 
    
    <TX>02:10:49.99 COM5 ZDO_MGMT_PERMIT_JOIN_REQUEST (0x2536)
        AddrMode: 0x02 (ADDRESS_16_BIT) (0x2)
        DstAddr: 0x0000
        Duration: 0x05
        TCSignificance: 0x00
    
    <RX>02:10:50 COM5 ZDO_MGMT_PERMIT_JOIN_REQ_SRSP (0x6536)
        Status: SUCCESS (0x0)
    
    <RX>02:10:50 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0x0000
        wasBroadcast: 0x00
        clusterID: 0x8036
        SecurityUse: 0x00
        TransSeq: 0x00
        macDestAddr: 0x0000
        asdu: . (0x00)
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        01 45 CB 00 
    
    <TX>02:11:03.06 COM5 UTIL_GET_DEVICE_INFO (0x2700)
    
    <RX>02:11:03.08 COM5 UTIL_GET_DEVICE_INFO_RESPONSE (0x6700)
        Status: SUCCESS (0x0)
        IEEEAddr: 0x00124B000172F051
        ShortAddress: 0x0000
        DeviceType: COORDINATOR, ROUTER, END_DEVICE (0x7)
        DeviceState: DEV_ZB_COORD (0x9)
        NumAssocDevices: 0x01
        AssocDevicesList: 0xBC7B
    
    <TX>02:11:36.3 COM5 ZDO_MSG_CB_REGISTER (0x253E)
        ClusterID: 0x8004
    
    <RX>02:11:36.3 COM5 ZDO_MSG_CB_REGISTER_RESPONSE (0x653E)
        Status: SUCCESS (0x0)
    
    <TX>02:11:55.3 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0xBC7B
        NWKAddrOfInterest: 0xBC7B
        Endpoint: 0x01
    
    <RX>02:11:55.3 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <TX>02:12:01.76 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0xBC7B
        NWKAddrOfInterest: 0xBC7B
        Endpoint: 0x01
    
    <RX>02:12:01.78 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>02:12:02.22 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0xBC7B
        Relay Count: 0x00
        Relay List
    
    <RX>02:12:02.28 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0xBC7B
        wasBroadcast: 0x00
        clusterID: 0x8004
        SecurityUse: 0x00
        TransSeq: 0x02
        macDestAddr: 0x0000
        asdu: .{ (0x00, 0x7B)
    
    <TX>02:12:04.35 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0xBC7B
        NWKAddrOfInterest: 0xBC7B
        Endpoint: 0x01
    
    <RX>02:12:04.37 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>02:12:04.38 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0xBC7B
        Relay Count: 0x00
        Relay List
    
    <RX>02:12:04.43 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0xBC7B
        wasBroadcast: 0x00
        clusterID: 0x8004
        SecurityUse: 0x00
        TransSeq: 0x03
        macDestAddr: 0x0000
        asdu: .{. (0x00, 0x7B, 0xBC)
    
    <TX>02:12:06.83 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0xBC7B
        NWKAddrOfInterest: 0xBC7B
        Endpoint: 0x01
    
    <RX>02:12:06.83 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <TX>02:12:10.92 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0xBC7B
        NWKAddrOfInterest: 0xBC7B
        Endpoint: 0x01
    
    <RX>02:12:10.94 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <TX>02:12:15.57 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0xBC7B
        NWKAddrOfInterest: 0xBC7B
        Endpoint: 0x01
    
    <RX>02:12:15.58 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>02:12:15.87 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0xBC7B
        Relay Count: 0x00
        Relay List
    
    <RX>02:12:15.91 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0xBC7B
        wasBroadcast: 0x00
        clusterID: 0x8004
        SecurityUse: 0x00
        TransSeq: 0x06
        macDestAddr: 0x0000
        asdu: .{.... (0x00, 0x7B, 0xBC, 0x18, 0x01, 0x04)
    
    <TX>02:12:19.09 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0xBC7B
        NWKAddrOfInterest: 0xBC7B
        Endpoint: 0x01
    
    <RX>02:12:19.09 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>02:12:19.11 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0xBC7B
        Relay Count: 0x00
        Relay List
    
    <RX>02:12:19.17 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0xBC7B
        wasBroadcast: 0x00
        clusterID: 0x8004
        SecurityUse: 0x00
        TransSeq: 0x07
        macDestAddr: 0x0000
        asdu: .{..... (0x00, 0x7B, 0xBC, 0x18, 0x01, 0x04, 0x01)
    
    <TX>02:12:21.03 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0xBC7B
        NWKAddrOfInterest: 0xBC7B
        Endpoint: 0x01
    
    <RX>02:12:21.04 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>02:12:21.06 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0xBC7B
        Relay Count: 0x00
        Relay List
    
    <RX>02:12:21.11 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0xBC7B
        wasBroadcast: 0x00
        clusterID: 0x8004
        SecurityUse: 0x00
        TransSeq: 0x08
        macDestAddr: 0x0000
        asdu: .{...... (0x00, 0x7B, 0xBC, 0x18, 0x01, 0x04, 0x01, 0x01)
    
    <TX>02:12:23.24 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0xBC7B
        NWKAddrOfInterest: 0xBC7B
        Endpoint: 0x01
    
    <RX>02:12:23.24 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <TX>02:12:28.16 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0xBC7B
        NWKAddrOfInterest: 0xBC7B
        Endpoint: 0x01
    
    <RX>02:12:28.17 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>02:12:28.61 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0xBC7B
        Relay Count: 0x00
        Relay List
    
    <RX>02:12:28.66 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0xBC7B
        wasBroadcast: 0x00
        clusterID: 0x8004
        SecurityUse: 0x00
        TransSeq: 0x0A
        macDestAddr: 0x0000
        asdu: .{........ (0x00, 0x7B, 0xBC, 0x18, 0x01, 0x04, 0x01, 0x01, 0x01, 0x00)
    
    <TX>02:12:31.95 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0xBC7B
        NWKAddrOfInterest: 0xBC7B
        Endpoint: 0x01
    
    <RX>02:12:31.96 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>02:12:31.98 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0xBC7B
        Relay Count: 0x00
        Relay List
    
    <RX>02:12:32.03 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0xBC7B
        wasBroadcast: 0x00
        clusterID: 0x8004
        SecurityUse: 0x00
        TransSeq: 0x0B
        macDestAddr: 0x0000
        asdu: .{......... (0x00, 0x7B, 0xBC, 0x18, 0x01, 0x04, 0x01, 0x01, 0x01, 0x00, 0x07)
    
    <TX>02:12:35.58 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0xBC7B
        NWKAddrOfInterest: 0xBC7B
        Endpoint: 0x01
    
    <RX>02:12:35.58 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <TX>02:12:37.83 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0xBC7B
        NWKAddrOfInterest: 0xBC7B
        Endpoint: 0x01
    
    <RX>02:12:37.85 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <TX>02:12:41.28 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0xBC7B
        NWKAddrOfInterest: 0xBC7B
        Endpoint: 0x01
    
    <RX>02:12:41.29 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>02:12:41.53 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0xBC7B
        Relay Count: 0x00
        Relay List
    
    <RX>02:12:41.59 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0xBC7B
        wasBroadcast: 0x00
        clusterID: 0x8004
        SecurityUse: 0x00
        TransSeq: 0x0E
        macDestAddr: 0x0000
        asdu: .{............ (0x00, 0x7B, 0xBC, 0x18, 0x01, 0x04, 0x01, 0x01, 0x01, 0x00, 0x07, 0x00, 0x00, 0x03)
    
    <TX>02:12:46.05 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0xBC7B
        NWKAddrOfInterest: 0xBC7B
        Endpoint: 0x01
    
    <RX>02:12:46.05 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>02:12:46.08 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0xBC7B
        Relay Count: 0x00
        Relay List
    
    <RX>02:12:46.13 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0xBC7B
        wasBroadcast: 0x00
        clusterID: 0x8004
        SecurityUse: 0x00
        TransSeq: 0x0F
        macDestAddr: 0x0000
        asdu: .{............. (0x00, 0x7B, 0xBC, 0x18, 0x01, 0x04, 0x01, 0x01, 0x01, 0x00, 0x07, 0x00, 0x00, 0x03, 0x00)
    
    <TX>02:12:49.66 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0xBC7B
        NWKAddrOfInterest: 0xBC7B
        Endpoint: 0x01
    
    <RX>02:12:49.67 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <TX>02:12:53.7 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0xBC7B
        NWKAddrOfInterest: 0xBC7B
        Endpoint: 0x01
    
    <RX>02:12:53.7 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <TX>02:12:56.14 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0xBC7B
        NWKAddrOfInterest: 0xBC7B
        Endpoint: 0x01
    
    <RX>02:12:56.14 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <TX>02:13:00.31 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0xBC7B
        NWKAddrOfInterest: 0xBC7B
        Endpoint: 0x01
    
    <RX>02:13:00.33 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>02:13:01.23 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0xBC7B
        Relay Count: 0x00
        Relay List
    
    <RX>02:13:01.26 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0xBC7B
        Relay Count: 0x00
        Relay List
    
    <RX>02:13:01.29 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0xBC7B
        wasBroadcast: 0x00
        clusterID: 0x8004
        SecurityUse: 0x00
        TransSeq: 0x13
        macDestAddr: 0x0000
        asdu: .{................. (0x00, 0x7B, 0xBC, 0x18, 0x01, 0x04, 0x01, 0x01, 0x01, 0x00, 0x07, 0x00, 0x00, 0x03, 0x00, 0x04, 0x00, 0x05, 0x00)
    
    <RX>02:13:01.32 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0xBC7B
        Relay Count: 0x00
        Relay List
    
    <TX>02:13:04.76 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0xBC7B
        NWKAddrOfInterest: 0xBC7B
        Endpoint: 0x01
    
    <RX>02:13:04.77 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <TX>02:13:09.3 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0xBC7B
        NWKAddrOfInterest: 0xBC7B
        Endpoint: 0x01
    
    <RX>02:13:09.3 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <TX>02:13:14.4 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0xBC7B
        NWKAddrOfInterest: 0xBC7B
        Endpoint: 0x01
    
    <RX>02:13:14.41 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <TX>02:13:18.64 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0xBC7B
        NWKAddrOfInterest: 0xBC7B
        Endpoint: 0x01
    
    <RX>02:13:18.66 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <TX>02:13:24.71 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0xBC7B
        NWKAddrOfInterest: 0xBC7B
        Endpoint: 0x01
    
    <RX>02:13:24.71 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <TX>02:13:29.42 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0xBC7B
        NWKAddrOfInterest: 0xBC7B
        Endpoint: 0x01
    
    <RX>02:13:29.44 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <TX>02:13:31.71 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0xBC7B
        NWKAddrOfInterest: 0xBC7B
        Endpoint: 0x01
    
    <RX>02:13:31.73 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <TX>02:13:46.92 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0xBC7B
        NWKAddrOfInterest: 0xBC7B
        Endpoint: 0x01
    
    <RX>02:13:46.94 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>02:13:46.95 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0xBC7B
        Relay Count: 0x00
        Relay List
    
    <RX>02:13:47 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0xBC7B
        wasBroadcast: 0x00
        clusterID: 0x8004
        SecurityUse: 0x00
        TransSeq: 0x1B
        macDestAddr: 0x0000
        asdu: .{......................... (0x00, 0x7B, 0xBC, 0x18, 0x01, 0x04, 0x01, 0x01, 0x01, 0x00, 0x07, 0x00, 0x00, 0x03, 0x00, 0x04, 0x00, 0x05, 0x00, 0x06, 0x00, 0x08, 0x00, 0x05, 0x0B, 0x01, 0x19)
    
    <TX>02:13:51.7 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0xBC7B
        NWKAddrOfInterest: 0xBC7B
        Endpoint: 0x01
    
    <RX>02:13:51.7 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>02:13:51.71 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0xBC7B
        Relay Count: 0x00
        Relay List
    
    <RX>02:13:51.76 COM5 MT_ZDO_MSG_CB_INCOMING (0x45FF)
        srcAddr: 0xBC7B
        wasBroadcast: 0x00
        clusterID: 0x8004
        SecurityUse: 0x00
        TransSeq: 0x1C
        macDestAddr: 0x0000
        asdu: .{.......................... (0x00, 0x7B, 0xBC, 0x18, 0x01, 0x04, 0x01, 0x01, 0x01, 0x00, 0x07, 0x00, 0x00, 0x03, 0x00, 0x04, 0x00, 0x05, 0x00, 0x06, 0x00, 0x08, 0x00, 0x05, 0x0B, 0x01, 0x19, 0x00)
    
    <TX>02:13:54.69 COM5 ZDO_SIMPLE_DESC_REQ (0x2504)
        DstAddr: 0xBC7B
        NWKAddrOfInterest: 0xBC7B
        Endpoint: 0x01
    
    <RX>02:13:54.69 COM5 ZDO_SIMPLE_DESC_REQ_SRSP (0x6504)
        Status: afStatus_SUCCESS (0x0)
    
    <RX>02:13:54.71 COM5 ZDO_SRC_RTG_IND (0x45C4)
        DstAddr: 0xBC7B
        Relay Count: 0x00
        Relay List
    
    *** WARNING ***
        Unsupported or unformatted message received.  Raw data: 
        25 45 FF 7B BC 00 04 80 00 1D 00 00 00 7B BC 18 
        01 04 01 01 01 00 07 00 00 03 00 04 00 05 00 06 
        00 08 00 05 0B 01 19 00 
    

    Please guide me on this.

    Regards

    Charmi.

  • Do you use Ubiqua Packet Analyzer to check this? I think there is still something wrong with your device certification with coordinator. By the way, where does your device come from?
  • Hi ,

    Thanks for sharing your views.

    I have a sniffer to catch over the air frames.I use HA supported bulb from OSRAM Sylvania as my end device.

    Regards
    charmi.
  • I don't have bulb from OSRAM Sylvania to test but I believe the security setting is the problem. If you have SmartRF05EB+CC2530EM, you can run SampleSwitch in Z-Stack Home as coordinator and try to make bulb from OSRAM Sylvania to join. If bulb from OSRAM Sylvania uses HA profile, it should join without problem. You can try this way to verify it.