How to send ZDP commands?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to send ZDP commands?

1,908件の閲覧回数
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,897件の閲覧回数
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,887件の閲覧回数
sChameleoNz
Contributor III

Could you give me the file?

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

0 件の賞賛
返信

1,885件の閲覧回数
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 件の賞賛
返信