[GH-ISSUE #879] ESP32 seems that wifimanager does not work #742

Closed
opened 2026-02-28 01:26:51 +03:00 by kerem · 7 comments
Owner

Originally created by @mikekgr on GitHub (May 2, 2019).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/879

WiFimanager Branch/Release:

  • Master
  • [*] Development latest version of git

Esp8266/Esp32:

  • ESP8266
  • [*] ESP32

Hardware: ESP-12e, esp01, esp25

  • ESP01
  • ESP12 E/F/S (nodemcu, wemos, feather)
  • [*] Other ESP32 DEV BOARD, default Arduino settings

ESP Core Version: 2.4.0, staging

  • 2.3.0
  • 2.4.0
  • [*] ESP 32 Arduino Core 1.0.2 release

Problem description:
WiFi Manager, although is compiled and run without obvious problems, it doesn't show the captive screen on my Android phones, tablet as well as, my Windows 10 laptop. I tested also the direct IP address in my browser ( 192.168.4.1 ) it shows nothing. All the above even using the simplest example Sketch: basic.ino
The power supply of the ESP32 DEV BOARD is a trusted PSU. I tested many times...
If anyone has the same simple I think setup, kindly requesting to test it and let me know the result.
Please tell me what to do or check?
Sorry, I don't have serial printings.

Thanks and Best Regards,
Mike Kranidis

Originally created by @mikekgr on GitHub (May 2, 2019). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/879 **WiFimanager Branch/Release:** - [ ] Master - [*] Development latest version of git **Esp8266/Esp32:** - [ ] ESP8266 - [*] ESP32 **Hardware: ESP-12e, esp01, esp25** - [ ] ESP01 - [ ] ESP12 E/F/S (nodemcu, wemos, feather) - [*] Other ESP32 DEV BOARD, default Arduino settings **ESP Core Version: 2.4.0, staging** - [ ] 2.3.0 - [ ] 2.4.0 - [*] ESP 32 Arduino Core 1.0.2 release Problem description: WiFi Manager, although is compiled and run without obvious problems, it doesn't show the captive screen on my Android phones, tablet as well as, my Windows 10 laptop. I tested also the direct IP address in my browser ( 192.168.4.1 ) it shows nothing. All the above even using the simplest example Sketch: basic.ino The power supply of the ESP32 DEV BOARD is a trusted PSU. I tested many times... If anyone has the same simple I think setup, kindly requesting to test it and let me know the result. Please tell me what to do or check? Sorry, I don't have serial printings. Thanks and Best Regards, Mike Kranidis
kerem 2026-02-28 01:26:51 +03:00
  • closed this issue
  • added the
    duplicate
    label
Author
Owner

@mikekgr commented on GitHub (May 5, 2019):

Anyone to help me regarding the reported issue?

<!-- gh-comment-id:489404018 --> @mikekgr commented on GitHub (May 5, 2019): Anyone to help me regarding the reported issue?
Author
Owner

@tablatronix commented on GitHub (May 6, 2019):

Try the basic captiveportal arduino example and see if you have a problem with it also

<!-- gh-comment-id:489604604 --> @tablatronix commented on GitHub (May 6, 2019): Try the basic captiveportal arduino example and see if you have a problem with it also
Author
Owner

@mikekgr commented on GitHub (May 6, 2019):

Dear @tablatronix ,
what sketch do you mean?
As I wrote above, I have tried unsuccessfully the:
https://github.com/tzapu/WiFiManager/blob/development/examples/Basic/Basic.ino

If you indicate another one, give me the link please.
Thanks !

<!-- gh-comment-id:489630648 --> @mikekgr commented on GitHub (May 6, 2019): Dear @tablatronix , what sketch do you mean? As I wrote above, I have tried unsuccessfully the: https://github.com/tzapu/WiFiManager/blob/development/examples/Basic/Basic.ino If you indicate another one, give me the link please. Thanks !
Author
Owner

@tablatronix commented on GitHub (May 6, 2019):

there should be one in the esp examples

<!-- gh-comment-id:489705315 --> @tablatronix commented on GitHub (May 6, 2019): there should be one in the esp examples
Author
Owner

@bfaliszek commented on GitHub (May 24, 2019):

I checked with captiveportal from examples and it also does not work. iPhone sees the network, it connects for a while, but nothing appears and disconnects the network. I have identical in WiFiManager.

log from WiFiManager:

Device name: XXX
*WM: [1] AutoConnect 
*WM: [2] ESP32 event handler enabled 
*WM: [2] Connecting as wifi client... 
*WM: [1] STA static IP:
*WM: [2] setSTAConfig static ip not set 
*WM: [3] WIFI station disconnect 
*WM: [1] No saved credentials, skipping wifi 
*WM: [2] Connection result: WL_NO_SSID_AVAIL
*WM: [3] lastconxresult: WL_NO_SSID_AVAIL
*WM: [1] AutoConnect: FAILED 
*WM: [3] WIFI station disconnect 
*WM: [3] WiFi station enable 
*WM: [2] Disabling STA 
*WM: [2] Enabling AP 
*WM: [1] StartAP with SSID:  XXX
*WM: [2] AP has anonymous access! 
*WM: [1] AP IP address: 192.168.4.1
*WM: [3] setupConfigPortal 
*WM: [1] Starting Web Portal 
*WM: [3] dns server started with ip:  192.168.4.1
*WM: [2] HTTP server started 
*WM: [2] WiFi Scan ASYNC started 
*WM: [2] Config Portal Running, blocking, waiting for clients... 
*WM: [2] WiFi Scan ASYNC completed in 2705 ms
*WM: [2] WiFi Scan ASYNC found: 21
*WM: [3] -> captive.apple.com 
*WM: [2] <- Request redirected to captive portal 
*WM: [2] <- HTTP Root 
*WM: [3] -> 192.168.4.1 
*WM: [3] lastconxresulttmp: WL_IDLE_STATUS
*WM: [3] lastconxresult: WL_DISCONNECTED
*WM: [2] Scan is cached 2404 ms ago
*WM: [2] NUM CLIENTS: 0 
<!-- gh-comment-id:495673588 --> @bfaliszek commented on GitHub (May 24, 2019): I checked with captiveportal from examples and it also does not work. iPhone sees the network, it connects for a while, but nothing appears and disconnects the network. I have identical in WiFiManager. log from WiFiManager: ``` Device name: XXX *WM: [1] AutoConnect *WM: [2] ESP32 event handler enabled *WM: [2] Connecting as wifi client... *WM: [1] STA static IP: *WM: [2] setSTAConfig static ip not set *WM: [3] WIFI station disconnect *WM: [1] No saved credentials, skipping wifi *WM: [2] Connection result: WL_NO_SSID_AVAIL *WM: [3] lastconxresult: WL_NO_SSID_AVAIL *WM: [1] AutoConnect: FAILED *WM: [3] WIFI station disconnect *WM: [3] WiFi station enable *WM: [2] Disabling STA *WM: [2] Enabling AP *WM: [1] StartAP with SSID: XXX *WM: [2] AP has anonymous access! *WM: [1] AP IP address: 192.168.4.1 *WM: [3] setupConfigPortal *WM: [1] Starting Web Portal *WM: [3] dns server started with ip: 192.168.4.1 *WM: [2] HTTP server started *WM: [2] WiFi Scan ASYNC started *WM: [2] Config Portal Running, blocking, waiting for clients... *WM: [2] WiFi Scan ASYNC completed in 2705 ms *WM: [2] WiFi Scan ASYNC found: 21 *WM: [3] -> captive.apple.com *WM: [2] <- Request redirected to captive portal *WM: [2] <- HTTP Root *WM: [3] -> 192.168.4.1 *WM: [3] lastconxresulttmp: WL_IDLE_STATUS *WM: [3] lastconxresult: WL_DISCONNECTED *WM: [2] Scan is cached 2404 ms ago *WM: [2] NUM CLIENTS: 0 ```
Author
Owner

@bfaliszek commented on GitHub (May 24, 2019):

The same .ino (https://github.com/tzapu/WiFiManager/blob/development/examples/NonBlocking/AutoConnectNonBlocking/AutoConnectNonBlocking.ino) loaded on ESP8266 also does not work. It behaves the same as on ESP32.

<!-- gh-comment-id:495689307 --> @bfaliszek commented on GitHub (May 24, 2019): The same .ino (https://github.com/tzapu/WiFiManager/blob/development/examples/NonBlocking/AutoConnectNonBlocking/AutoConnectNonBlocking.ino) loaded on ESP8266 also does not work. It behaves the same as on ESP32.
Author
Owner

@tablatronix commented on GitHub (May 24, 2019):

#868

<!-- gh-comment-id:495692019 --> @tablatronix commented on GitHub (May 24, 2019): #868
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#742
No description provided.