How can I get the child node information?

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

How can I get the child node information?

ソリューションへジャンプ
3,173件の閲覧回数
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,139件の閲覧回数
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,167件の閲覧回数
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,161件の閲覧回数
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,148件の閲覧回数
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,143件の閲覧回数
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,140件の閲覧回数
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,129件の閲覧回数
sChameleoNz
Contributor III

Hi @mario_castaneda,

It was very kind support.

I appreciate you.

Warm Regards,

sChameleoNz