3200信道监测功能
时间:10-02
整理:3721RD
点击:
3200有没有类似CSI信道监测这样的功能,有的话怎么引出?
There are two methods that I can recommend for retrieving such information:
- Using the "Rx Statistics" feature - please refer to chapter 17 in the networking programmers guide: http://processors.wiki.ti.com/index.php/CC31xx_Programmers_Guide
- Another common way of "sensing" the RF environment in WLAN is to read the scan results.
In CC3200\CC3100 it is done by using "sl_WlanGetNetworkList()" API. one of the parameters returned for each scan result is its' RSSI value.
Thx very much
不客气,解决就好