Other Parts Discussed in Thread: CC2650, CC2530
救急,有没有用CC2650实现Zigbee组网的,具体怎么实现的
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.
TI有相关的wiki页面
http://processors.wiki.ti.com/index.php/CC2650_LaunchPad_User's_Guide_for_ZigBee
您可以参考一下
谢谢,您给的页面我仔细看了一遍,需要买一块CC2650 Launchpad,然后对照着一步一步来做吧?
但是没提到用什么做协调器,用CC2530可以吗?
CC2650 Launchpad上用SampleSwitch的例程的话,协调器应该下载哪个例程呢?
我自己做的板子,用的4*4的芯片,zstack home协议栈现在可以下载成功了,但是运行不正常,组网不成功
现在的问题是程序每次跑到ICall_createRemoteTasks(void)里面的Task_restore(keytask);就进入各种死循环
现在就想按照TI推荐的标准的组网步骤,先成功组网了再说