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

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
User avatar
jimmo
Posts: 2754
Joined: Tue Aug 08, 2017 1:57 am
Location: Sydney, Australia
Contact:

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

Post by jimmo » Tue Aug 20, 2019 10:13 pm

Hasenradball wrote:
Tue Aug 20, 2019 2:20 pm
do I get the RSSI by wlan.status('rssi') only when I am connected?
Yes. I think on some platforms the scan results include rssi if you want to know the rssi in the opposite direction.

User avatar
Hasenradball
Posts: 15
Joined: Tue May 21, 2019 12:52 pm
Location: Germany
Contact:

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

Post by Hasenradball » Thu Aug 22, 2019 10:56 am

Ok, thank you...

Post Reply