Skip to content

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

Closed
hcs-svn opened this issue Jan 23, 2017 · 4 comments
Closed

WiFi.RSSI() returns always zero #144

hcs-svn opened this issue Jan 23, 2017 · 4 comments

Comments

@hcs-svn
Copy link

hcs-svn commented Jan 23, 2017

In both modes (STA and AP) the result is always zero.

@me-no-dev
Copy link
Member

hey thanks for noting this! API was not available before and I have not noticed when it was added :)

@melvinpmathew
Copy link

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.

@vksgaikwad3
Copy link

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.

@thomastech
Copy link

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.

  • Thomas

blue-2357 pushed a commit to blue-2357/arduino-esp32 that referenced this issue Jul 17, 2024
brentru pushed a commit to adafruit/arduino-esp32 that referenced this issue Oct 22, 2024
dash0820 added a commit to dash0820/arduino-esp32-stripped that referenced this issue Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants