Hi,
I am currently using CC2430 to develop a monitoring system based on SampleApp. However, I am confused with the 16 bit short address. Since I am using ZigBee 2006 protocol, addresses are assigned according to the CSKIP algorithm and each one in the network is unique. I know that 0x796f will be assigned to first end device linked to the coordinator, and 0x7970 to second end device and so on. However, if the link is re-established, are end devices going to get the same 16 bit short addresses as bofore? Because I need to know exactly where the information is from, I need to assign each end device a static short address. Can I assign end devices a short address manually? Thank you