Dear friends,
I'm using TI's CC2430 and CC2431 to build a locating system. I met the duplicate short address issue in setup. The story is:
As we know, a router will get new short address from the parent node such as a router or coordinator when it is joining the network. The parent node should 'remember' which address had been assigned normally. My problem is when the coordinator has been replaced, the new coordinator DO NOT know which address has been assigned by the old one, so it will dispatch exisited short address to new join router nodes. So, same short address may existed in one network although the IEEE addresses are totally different.
The result is when send data to duplicate short address router, both of them will receive the data and do the same response. The worse news is duplicate short address routers will assign more duplicated short address to new join nodes since they have same address space. It's really a mess!!
In addition, how to change the short address in the run time? Can send command to these nodes o ask them rejoin network through coordinator SPI interface?
Have you met the same issue? How to solve it? Please advise, thanks in advance.
Henry