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芯片,16个传输信道,根据环境进行切换可靠通信信道,这句话怎么理解?

如题

  • 两层意思

    1) 当协调器创建网络的时候,首先会在定义信道列表上进行扫描,如果定义了16个信道,在扫描结果中选择能量最低的,也就是信道质量最好的来建立网络。

    2)如果协议栈使能了Frequency Agility功能,协调器会在网络的通信失败次数达到一定值的时候,把网络换到其他信道中去。(一般比较少用,换信道容易丢失节点)

  • 这个信道通信是通过软件实现切换的还是硬件切换的