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.

节点只发送5次beacon request请求

Other Parts Discussed in Thread: CC2530

我使用的协议栈版本为ZStack-CC2530-2.5.1a,编译选项为coordinatorEB,在这个基础上加入将设备配置为终端节点的功能。

此时一个模块烧录协调器原版的协调器程序,另一个模块烧录基于coordinatorEB修改的节点的程序,先为协调器上电,再为节点上电,能够正常入网和通信。

但是发现一个BUG,即若协调器不上电,仅为终端上电,终端只发送5次beacon request请求后,就自动将状态切换为DEV_END_DEVICE,且此时并未入网(而不是终端入网才切换状态为DEV_END_DEVICE),请问这个异常现象可能是由于什么引起的呢?