[GH-ISSUE #1333] Not connected with .autoConnect #1145

Closed
opened 2026-02-28 01:28:43 +03:00 by kerem · 5 comments
Owner

Originally created by @SynonZelra on GitHub (Jan 7, 2022).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1333

Sorry I'm not completely sure if this is the right place to ask.
Apologize in advance.

I bought a brand new esp32 board, and the code is simple
WiFi_Connection.autoConnect(/*some SSID*/);
Everything works fine after I entering password.
But every time the board resets, it just won't connect.
Config page shows the board remembers SSID and password, but just not connected.

Tricky part is, this issue never happened on my other old rusty board.

What could possibly go wrong?

Originally created by @SynonZelra on GitHub (Jan 7, 2022). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1333 **Sorry I'm not completely sure if this is the right place to ask. Apologize in advance.** I bought a brand new esp32 board, and the code is simple `WiFi_Connection.autoConnect(/*some SSID*/);` Everything works fine after I entering password. But every time the board resets, it just won't connect. Config page shows the board remembers SSID and password, but just not connected. Tricky part is, this issue never happened on my other old rusty board. What could possibly go wrong?
kerem closed this issue 2026-02-28 01:28:43 +03:00
Author
Owner

@izersoft commented on GitHub (Jan 19, 2022):

I have a same problem. When I am connecting to original esp9266, showing connection problem.But this error only for ios 15 another devices no any problem

<!-- gh-comment-id:1016224993 --> @izersoft commented on GitHub (Jan 19, 2022): I have a same problem. When I am connecting to original esp9266, showing connection problem.But this error only for ios 15 another devices no any problem
Author
Owner

@tablatronix commented on GitHub (Jan 19, 2022):

you will have to connect to computer and get serial logs

<!-- gh-comment-id:1016438522 --> @tablatronix commented on GitHub (Jan 19, 2022): you will have to connect to computer and get serial logs
Author
Owner

@tablatronix commented on GitHub (Jan 22, 2022):

does it by anychance connect every other reboot?

<!-- gh-comment-id:1019369770 --> @tablatronix commented on GitHub (Jan 22, 2022): does it by anychance connect every other reboot?
Author
Owner

@SynonZelra commented on GitHub (Jan 27, 2022):

Hey.

I just notice from Documentation

You can and should password protect the configuration access point.

So I tried the change
WiFi_Connection.autoConnect(/*some SSID, some password*/);
and suddenly everything works again.

Not quite knowing why, but I'm just happy with that.

Thanks!

<!-- gh-comment-id:1023255497 --> @SynonZelra commented on GitHub (Jan 27, 2022): Hey. I just notice from Documentation > You can and should password protect the configuration access point. So I tried the change `WiFi_Connection.autoConnect(/*some SSID, some password*/);` and suddenly everything works again. Not quite knowing why, but I'm just happy with that. Thanks!
Author
Owner

@tablatronix commented on GitHub (Jan 27, 2022):

Most modern device now block wep and wpa connections as they are unsecure. I have not seen this before though

<!-- gh-comment-id:1023284377 --> @tablatronix commented on GitHub (Jan 27, 2022): Most modern device now block wep and wpa connections as they are unsecure. I have not seen this before though
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#1145
No description provided.