Search found 1 match

by skeatz
Sat Apr 29, 2017 5:52 pm
Forum: ESP8266 boards
Topic: How do I list the RSSI (strength) of the Wi-Fi SSID I'm connected to?
Replies: 11
Views: 17315

Re: How do I list the RSSI (strength) of the Wi-Fi SSID I'm connected to?

After you have activated station mode, do a scan, e.g. wlan.scan(). The signal strength is one of the fields returned. If you are interested in the wifi signal strength for a specific ssid, write a loop to check for matching ssid, then extract the signal strength for that ssid.

sc