How to send ZDP commands?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to send ZDP commands?

645 Views
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.

Labels (1)
0 Kudos
3 Replies

634 Views
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 Kudos

624 Views
sChameleoNz
Contributor III

Could you give me the file?

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

0 Kudos

622 Views
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 Kudos