Getting RSSI of connected access point.

User avatar
fly135
Posts: 606
Joined: Wed Jan 03, 2018 8:33 pm
Location: Orlando, FL

Getting RSSI of connected access point.

Postby fly135 » Wed Apr 04, 2018 11:07 pm

Anyone know how to get the RSSI of an access point that is connected? I see it while scanning APs. I see it listed as in "promiscuous mode RX callback buffers". But a quick search of the docs reveals nothing else.

John A

User avatar
fly135
Posts: 606
Joined: Wed Jan 03, 2018 8:33 pm
Location: Orlando, FL

Re: Getting RSSI of connected access point.

Postby fly135 » Wed Apr 04, 2018 11:19 pm

Found it in another thread....

viewtopic.php?t=578

Code: Select all

wifi_ap_record_t wifidata;
if (esp_wifi_sta_get_ap_info(&wifidata)==0){
printf("rssi:%d\r\n", wifidata.rssi);
}

Who is online

Users browsing this forum: No registered users and 101 guests