Skip to content
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

Can't connect to WiFi of certain SSIDs #17

Open
bortyr opened this issue Apr 29, 2022 · 0 comments
Open

Can't connect to WiFi of certain SSIDs #17

bortyr opened this issue Apr 29, 2022 · 0 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@bortyr
Copy link
Collaborator

bortyr commented Apr 29, 2022

The name of WiFi's SSID will have an impact whenever the connection will be successful or not.
I performed a set of tests with different kinds of names just to see what what works and not:

OK - WiFi connection successful, LED is green and a POST request is sent to Ambi correctly
FAILED - WiFi connection failed, LED is red

# SSID
TP-Link_4AD4 - FAILED
borys2g - OK
1234567 - FAILED
1 - FAILED
a - FAILED
aaaaa - FAILED
aaaaa2g - OK
aaaaaa - OK
aaaaaaa - OK
aaaaaaaa - FAILED
aaaa_2g - OK
aaaaa_2g - FAILED

# PASSWORD
75884345 - OK

Notes from this:

  • It seems to be a recurring pattern that string with over 7 chars will fail (but so did 1 char "1" or "a")
  • The "aaaa_2g" showed that "_" character went through correctly
  • Password being 8 chars long wasn't an issue
@bortyr bortyr added bug Something isn't working help wanted Extra attention is needed invalid This doesn't seem right labels Apr 29, 2022
@jhodapp jhodapp moved this to Todo in Edge WiFi PoC May 12, 2022
@jhodapp jhodapp removed the invalid This doesn't seem right label May 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
No open projects
Status: Todo
Development

No branches or pull requests

3 participants