How can I get the child node information?

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

How can I get the child node information?

Jump to solution
1,333 Views
sChameleoNz
Contributor III

I'm using zigbee coordinator example from SDK_2_6_3_ JN5189DK6.

But, I'm hard to get the child node's information.

How can I get it?

Please help me out.

Labels (2)
0 Kudos
1 Solution
1,299 Views
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi @sChameleoNz,

Sure please look at the coordinator examples that we provide. JN5189/88.

JN-AN-1243 Base device Template

JN-AN-1247 IoT Control Bridge

To import this examples please follow the JN-AN-1260

Regards,

Mario

View solution in original post

6 Replies
1,327 Views
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi @sChameleoNz,

Please look at the ZPS_eAplZdpMgmtLqiRequest API that could help you requesting the information of your node.

If the device is the coordinator you could send the request to the address 0x0000 and increase the index if you don't know the child's address.

Regards,

Mario

0 Kudos
1,321 Views
sChameleoNz
Contributor III

Hi @mario_castaneda,

I think my question had a lack of explanation.

As far as I know, zigbee coordinator keeps its child table.

I want to see this on my coordinator example.

0 Kudos
1,308 Views
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi @sChameleoNz,

Sure, if you send this command to the coordinator, you will receive a response about the information that you have and the information that you need. You will receive a response ZPS_tsAplZdpMgmtLqiRsp.

https://www.nxp.com/docs/en/user-guide/JN-UG-3113.pdf 8.2.3.34 ZPS_tsAplZdpMgmtLqiRsp

Regards,

Mario

0 Kudos
1,303 Views
sChameleoNz
Contributor III

Hi @mario_castaneda,

I literally don't know about the nxp's framework.

I created the serial command for this.

But I don't know where to put my code for requesting.

And I don't know where to get the response as well.

Is there any example for this?

0 Kudos
1,300 Views
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi @sChameleoNz,

Sure please look at the coordinator examples that we provide. JN5189/88.

JN-AN-1243 Base device Template

JN-AN-1247 IoT Control Bridge

To import this examples please follow the JN-AN-1260

Regards,

Mario

1,289 Views
sChameleoNz
Contributor III

Hi @mario_castaneda,

It was very kind support.

I appreciate you.

Warm Regards,

sChameleoNz