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.

CC1101 跳频后,通信距离偏近

Other Parts Discussed in Thread: CC1101

1. 1主多从, 主机进行变频发送,从机为固定频率,设置功率为10dbm,当进行通讯时,距离只能达到50米左右,  而当全部模块设置为一个频率进行通讯时,距离能达到100米左右。

2.跳频通讯的设置为: halspiwriteReg(CC1101_CHANNR, RF_CHANNER[i] );    改变通讯频率   

                                        halspistrobe(cc1101_sidle);        // 设置为IDLE模式

                                        halspistrobe(cc1101_stx);              //设置为发送模式

                                        cc1101_txdata(pan_modes, rf_senddata, 12 );  // 进行数据发送  

3.CC1101 设置的自动校准,当idle到tx 进行自动校准, 请问是不是还差一些设置步骤? 请指教,谢谢!