How to send ZDP commands?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to send ZDP commands?

1,902 次查看
sChameleoNz
Contributor III

Hello All,

I'm currently using SDK_2_6_3_JN5189DK6 on MCUXpresso IDE.

In addition, I'm using the zigbee_coordinator wireless_examples.

I want to know how to send the ZDP commands like ActiveEPReq, SimpleDescReq.

Is there any example of this?

On the contrary, if I want to know about the receiving ZDP commands like NodeDescReq, where can I get this information?

I tried to print debug message in the ZPS_eAplAfGetNodeDescriptor function, but it was not possible.

I'd like to appreciate if you help me this.

标签 (1)
0 项奖励
回复
3 回复数

1,891 次查看
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi @sChameleoNz,

I hope you are doing great. I recommend to look at the JN-AN-1247 Control Bridge Example. We implement the request that you need. For example.

            case (E_SL_MSG_ACTIVE_ENDPOINT_REQUEST):
            {
                u16TargetAddress    =  ZNC_RTN_U16 ( au8LinkRxBuffer, 0 );
                u8Status            =  APP_eZdpActiveEndpointReq ( u16TargetAddress,
                                                               &u8SeqNum );
            }

 

Regards,

Mario

0 项奖励
回复

1,881 次查看
sChameleoNz
Contributor III

Could you give me the file?

I searched in the nxp.com, but the file link was broken.

0 项奖励
回复

1,879 次查看
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi @sChameleoNz,

You can find the example following the next link JN5189/88.

Please look at the Documentation part and you will find the JN-AN-1247.

Regards,

Mario

0 项奖励
回复