How to know the NwkAddr of EndDevice

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

How to know the NwkAddr of EndDevice

757件の閲覧回数
lvdp
Contributor III

Hi,

When the EndDevice leave zigbbee network,the Coordinator could know the u64ExtAddr of enddevice,but how to know its u16NwkAddr?

ラベル(3)
タグ(1)
2 返答(返信)

677件の閲覧回数
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi,

How are you removing the ED from the ZigBee Network? Is there any specific reason that you want the short address?

Remember when the end device sends the leave command this address had been erased from the table.

Please look at the API uint16 ZPS_u16AplZdoLookupAddr(uint64 u64ExtAddr)

Document ZigBee 3.0 Stack User Guide

Regards,

Mario

677件の閲覧回数
lvdp
Contributor III

Yes, the problem has been solved according to your suggestion,thank you.