How to know the NwkAddr of EndDevice

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

How to know the NwkAddr of EndDevice

772 次查看
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 回复数

692 次查看
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

692 次查看
lvdp
Contributor III

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