-
Notifications
You must be signed in to change notification settings - Fork 7.6k
WiFi.RSSI() returns always zero #144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
hey thanks for noting this! API was not available before and I have not noticed when it was added :) |
I still see that with AP mode WiFi.RSSI() is 0. It does return from (return info.rssi;). But its always 0. Any idea whats wrong? I am having an ESP32 Wrroom with SoftAp enabled. |
I am facing the same issue with my ESP32 based device, in between the WiFi.RSSI() returns 0 and then continuously return 0, hence it gets disconnected from router. Any idea why it returns 0. |
I know this issue is closed. But I experienced the same issue:. AP mode RSSI is always 0, STA mode RSSI is OK. But after thinking about it I believe this is correct. In STA mode the RSSI is the signal strength from the WiFi router. But in AP mode the ESP device is the signal source. So there's no "Received Strength" from a router. Assigning zero is probably the best value to return.
|
Add PicoW and PicoW_TinyUSB
In both modes (STA and AP) the result is always zero.
The text was updated successfully, but these errors were encountered: