Checking WiFi strength?
Posted: Mon Jul 25, 2022 9:49 pm
I wonder if there's a simple way to check the dbm value of wifi reception on MP.
According to the doc, there's a scan() that returns a list of access points. Here is what I got:
(b'my_SSID', b'\xd8\x07\xb6\xd8\xc0/', 5, -34, 3, False)
I wonder if the -34 is the dBm. Can I get the strength of specific AP instead of using scan() or getting currently connected AP's strength? Thanks.
According to the doc, there's a scan() that returns a list of access points. Here is what I got:
(b'my_SSID', b'\xd8\x07\xb6\xd8\xc0/', 5, -34, 3, False)
I wonder if the -34 is the dBm. Can I get the strength of specific AP instead of using scan() or getting currently connected AP's strength? Thanks.