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.
不是使用 SmartRF05 开发板,但引脚是兼容 SmartRF05 开发板的
烧写 Z-Stack 3.0.1\Projects\zstack\OTA\Dongle\CC2530DB\OTA_Dongle.eww 的 Coordinator工程,
只改了一点,禁用流控制
#if !defined( MT_UART_DEFAULT_OVERFLOW )
#define MT_UART_DEFAULT_OVERFLOW FALSE//TRUE
#endif
之后连接电脑的 OtaServer 软件,能识别到 OTA Dongle 为 Coordinator,但是 Device List 为空,右键 Scan For PANs 为灰不可点,如下图
用USB Dongle,没有监测到任何信号。
监视串口,发现开发板一直在发送 FE 0A 09 00 14 8A 00 FE FF FE FF 0E 00 00 93
操作Options -> Set Block Request Delay,填入 1000 单击OK后
OtaServer 发送 FE 06 21 09 98 00 00 02 64 00 D0
开发板发送 FE 01 61 09 00 69
说明通信正常,那为什么没有出现指南里 DeviceList里显示的 ---Pan 呢