This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

基于TIMAC的PANID冲突

Other Parts Discussed in Thread: TIMAC, CC2530

在我的应用中由于使用CC2530跑TIMAC协议栈,网络拓扑采用star。

设备只有协调器和device两种。

我所有的协调器想固定同一个panid,因为生产和部署时不需要严格去设置panid。

想做到即使PANID相同,但是短地址不同,也想让device加入信号最强的那个协调器。

但是实际上发现device发出beacon request后,sniffer抓包发现panid冲突。所以device无法加入网络。

问题1:我该如何避免panid冲突,协调器是否能随机生成不同的panid?

问题2:如果device加入过先前的panid,后来随着对应的协调器掉电会不存在了,如何加入到新的panid协调器?