How to know the NwkAddr of EndDevice

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

How to know the NwkAddr of EndDevice

738 Views
lvdp
Contributor III

Hi,

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

Labels (3)
Tags (1)
2 Replies

658 Views
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

658 Views
lvdp
Contributor III

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