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.

Zigbee 终端为什么相应时间较长?

我用的协议栈是ZStack-CC2530-2.3.0-1.4.0, 经过测试,不管是广播消息,还是点对点,协调器接收消息相应很快,但终端响应很慢,这是为什么?

实验一:协调器发广播消息,终端要1~2秒延时才能收到数据。

                 终端发广播消息,协调器立即就能收到。

实验二:终端利用0x00地址向协调器发P2P消息,协调器立即就能收到。

                 协调器利用终端的短地址向终端发送P2P消息,终端要延时1~2秒才能收到,有时甚至丢失。

实验三:一个终端发送广播消息,协调器立即能收到,其他终端要延时1~2秒才能收到。