-->
Page 1 of 1

wifi RSSI ?

PostPosted: Mon Apr 17, 2023 12:35 pm
by oswe
is there a function hidden somewhere , or a value in some struct showing RSSI level or similar from wifi connection ????
in Arguino you can check its value but in RTOS ive never seen, so I decided to ask you guys. thanks

Re: wifi RSSI ?

PostPosted: Mon Apr 17, 2023 9:27 pm
by rooppoorali
In the Espressif IDF (IoT Development Framework) Wi-Fi library, the function esp_wifi_sta_get_ap_info() can be used to retrieve the RSSI value for the current access point, among other information.

Re: wifi RSSI ?

PostPosted: Tue Apr 18, 2023 12:43 pm
by oswe
thanks ! I didnt see it...!

int8_t rssi
signal strength of AP