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

problems connecting to a hidden wifi network #41

Open
hansj opened this issue May 15, 2024 · 3 comments
Open

problems connecting to a hidden wifi network #41

hansj opened this issue May 15, 2024 · 3 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@hansj
Copy link

hansj commented May 15, 2024

problems connecting to a hidden wifi network with MAC authentication. neither a username nor a password is required
Any suggestions on how to fix it?

@toblum
Copy link
Owner

toblum commented May 15, 2024

Hi @hansj,

not sure if this use case is supported by the ESP WiFi library.

I would try to do everything as for WiFi networks with PSK authentication and enter the name for hidden WiFi network, but leave the WiFi password empty in this step: https://youtu.be/DH3zN3nLk9w?t=144 Before make sure the the MAC address of the ESP is allowed access.
But apart from that I have no ideas, I never used a WiFi with MAC authentication.

Greetings!

@toblum toblum self-assigned this May 15, 2024
@toblum toblum added the help wanted Extra attention is needed label May 15, 2024
@hansj
Copy link
Author

hansj commented May 16, 2024

Hi @toblum
Thanks for the quick response, I'm relatively new to this so I hope these aren't stupid questions.
have tried with a blank password without success.
tried with an example(WiFiClientConnect) of simple wifi connection from arduino ide set wifi ssid without password and it connected immediately. so I wonder where I can find connection to wifi in the code. I've searched but can't figure out which library is in use

@toblum
Copy link
Owner

toblum commented May 16, 2024

The project uses the https://github.com/prampec/IotWebConf library for WiFi connection handling. So you might find a hint there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants