你好!
我想对CC2500进行信道扫描测试,执行了如下操作:
(1)SIDLE
(2)SNOP确认进入了IDLE状态
while(1)
{
(3)切换信道(Write_CHANNR)
(4)读当前信道(Read_CHANNR),这里读出的永远是0信道,无论写入什么信道
}
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.
你好!
我想对CC2500进行信道扫描测试,执行了如下操作:
(1)SIDLE
(2)SNOP确认进入了IDLE状态
while(1)
{
(3)切换信道(Write_CHANNR)
(4)读当前信道(Read_CHANNR),这里读出的永远是0信道,无论写入什么信道
}
看了一下,这个是channel number的概念。就是多少个channel。
具体你可以在smartRF studio里面改一改相关参数看一下,增强理解。
BR. AZ