请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:CC3220SF 您好!
我目前正在嵌入式系统传感器平台中使用 CC3220SF [CC3220NODSF]、我正在寻找一种定期测量 RSSI 读数并将其简单地存储为 int 的方法、这样我就可以将其报告给云端。 任何帮助和提供的固件将非常感谢^^。
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.
我已经尝试使用这个代码片段我发现在这些论坛,但没有成功:(
SlWlanGetRxStatResponse_t rssiRxStat;int RSSI;// cteni hodnoty RSSI if (sl_WlanRxStatGet (&rsiRxStat、0)=0){if (rsiRxStat、0) AvarageMgMntRssi != 0){ RSSI =rsiRxStat. AvarageMgMntRssi;} else{// error RSSI =-99;}