How can I get the child node information?

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

How can I get the child node information?

跳至解决方案
3,156 次查看
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.

标签 (2)
0 项奖励
回复
1 解答
3,122 次查看
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

在原帖中查看解决方案

6 回复数
3,150 次查看
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 项奖励
回复
3,144 次查看
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 项奖励
回复
3,131 次查看
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 项奖励
回复
3,126 次查看
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 项奖励
回复
3,123 次查看
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

3,112 次查看
sChameleoNz
Contributor III

Hi @mario_castaneda,

It was very kind support.

I appreciate you.

Warm Regards,

sChameleoNz