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.
Tool/software: Code Composer Studio
Hi Ti,
If CC3220SF under STA mode, is it possible to gather more infos about wifi signal?
Like Tx/Rx rate, signal level, noise level. Thanks.
Hey Eric,
To get WLAN and device statistics, including the RSSI (received signal strength indicator), of the current connected AP you can use the sl_DeviceStatGet() API. You can find an example of how to use this API in the device statistics section (3.13) of our Programmer's Guide.
Regards,
Paul
Hi Paul,
Thanks. After study sl_DeviceStatGet, still some questions need your help. Thanks.
We can have SlDeviceGetStat_t and SlDeviceGetPmStat_t struct after gathering the stat from wlan.
But how do I get
1. RSSI
2. Tx/Rx rate
3. signal level
4. noise level
Directly study struct, there is no item which can directly map what I need.
Do you have some example to fulfill my requirement? Thanks.
Hi,
Please see this example how to read RSSI level from CC32xx device.
There is no API to get:
Also signal level = RSSI.
Jan