-
Notifications
You must be signed in to change notification settings - Fork 3k
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
ESP8266 RSSI returns '0' #11252
Comments
Internal Jira reference: https://jira.arm.com/browse/MBOCUSTRIA-1636 |
cc @ARMmbed/mbed-os-ipcore |
@star297 have you updated the firmware of ESP8266 as described here? I don't see a reason why this issue would be specifically for the L476. Are you seeing the same problem with other targets? FYI @ARMmbed/team-st-mcd |
My ESP8266 Firmware...... AT version:1.7.0.0(Aug 16 2018 00:57:04) I have tried two known working ESP8266 both have had a 'AT+RESTORE' just to make sure. Three targets gives the same terminal output result. Terminal Output...... WiFi example Scan: Connecting to Molino... MAC: bc:dd:c2:26:45:95 Done My mbed_app.json file is...... { |
Hi, I am also seeing the same issue with nRF52840 platform as well. ESP8266 is my wifi module. My logs are something like this. WiFi example Scaning.............: Connecting to mHealth... MAC: bc:dd:c2:0a:ca:d6 |
Description
Nucleo-L476RG,
Online compiler,
mbed-os-example-wifi
https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-wifi/
Issue:
Returns zero for RSSI after several seconds.
RSSI should be available within 1 - 2 ms of the connected AP
Other fields, MAC, IP, etc report correctly.
Also the example could use updating with more hardware pin connecting information.
Issue request type
The text was updated successfully, but these errors were encountered: