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.

Z-tool 2 not working when i use ZDO_MGMT_LQI_REQ

Hi ,

 I am using the latest release software ZStack-CC2530-2.5.0 . I am testing the MT commands  with 2 devices one Coordinator and one Router.

The Coordinator is connected to Z-tools . Using the TI Sniffer i am able to find the Router Network ID.

Using Z-tools i gave ZDO_MGMT_LQI_REQ  commands with parameters 0xDAFE as network id and 0 as start index. I got the response but unable to see the LQI value.

<TX>11:37:54.99 COM12 ZDO_MGMT_LQI_REQ (0x2531)
    DstAddr: 0xDAFE
    StartIndex: 0x00

<RX>11:37:55.01 COM12 ZDO_MGMT_LQI_REQ_SRSP (0x6531)
    Status: afStatus_SUCCESS (0x0)

kindly advice.

Thanks and Regards

Lakshman.

 

 

  • Hi ,

    I have included the ZDO Callback --->MT_ZDO_CB_FUNC to get the response. Please see the z-tool results.

    <TX>01:17:21.45 COM12 ZDO_MGMT_LQI_REQ (0x2531)
        DstAddr: 0x140F
        StartIndex: 0x00

    <RX>01:17:21.46 COM12 ZDO_MGMT_LQI_REQ_SRSP (0x6531)
        Status: afStatus_SUCCESS (0x0)

    <RX>01:17:21.5 COM12 ZDO_MGMT_LQI_RSP (0x45B1)
        SrcAddr: 0x140F
        Status: ZDP_NOT_SUPPORTED (0x84)
        NeighborTableEntries: 0x00
        StartIndex: 0x00
        NeighborLqiListCount: 0x00
        NeighborLqiList:

    I didnt get the LQI result. Can anyone please help.

    Thanks and Regards

    Lakshman.

     

     

  •  

    Found the solution.Both the Coordinator and router will have the compiler config.

    Now i am able to see the desired output.

    <TX>05:44:57.57 COM12 ZDO_MGMT_LEAVE_REQ (0x2534)
        DstAddr: 0x1D9A
        DeviceAddress: 0x00124B0001AA5E41
        RemoveChildren_Rejoin: 0x00

    <RX>05:44:57.58 COM12 ZDO_MGMT_LEAVE_REQ_SRSP (0x6534)
        Status: SUCCESS (0x0)

    <RX>05:44:57.62 COM12 ZDO_MGMT_LEAVE_RSP (0x45B4)
        SrcAddr: 0x1D9A
        Status: ZDP_SUCCESS (0x0)

    But when i try the ZDO_JOIN_REQ i am getting error as below.

    <TX>05:45:16.23 COM12 ZDO_JOIN_REQ (0x2527)
        LogicalChannel: 0x0D
        PanID: 0x1D9A
        ExtendedPanID: 0x00124B0001AA5E41
        ChosenParent: 0xAF0B
        ParentDepth: 0x00
        StackProfile: 0x02

    <RX>05:45:16.24 COM12 ZDO_JOIN_REQ_SRSP (0x6527)
        Status: ZNWK_INVALID_REQUEST (0xC2)

    can you please anyone help me.

    Thanks and Regards

    Lakshman.