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.
CC2530。
之前用Z-Stack 2.3,两块板子分别下载SampleApp的ED和COORDINATOR程序,都上电后,ED可以连上COORDINATOR。
现在切换到Z-Stack 3.0.2,用的GenericApp来修改成自己的App,ED检测到按键后发一个zigbee信号出去,在COORDINATOR端收到后用串口打印出来。
目前发现ED已经发出zigbee信号,但是COORDINATOR没有串口输出,不知道COORDINATOR是否收到ED的信号。在COORDINATOR的ZDO_STATE_CHANGE加了一个printf,发现没有打印,怀疑ED并没有连上COORDINATOR。
有没有推荐的debug方法?