mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 17:15:53 +03:00
[GH-ISSUE #879] ESP32 seems that wifimanager does not work #742
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#742
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mikekgr on GitHub (May 2, 2019).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/879
WiFimanager Branch/Release:
Esp8266/Esp32:
Hardware: ESP-12e, esp01, esp25
ESP Core Version: 2.4.0, staging
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
@mikekgr commented on GitHub (May 5, 2019):
Anyone to help me regarding the reported issue?
@tablatronix commented on GitHub (May 6, 2019):
Try the basic captiveportal arduino example and see if you have a problem with it also
@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 !
@tablatronix commented on GitHub (May 6, 2019):
there should be one in the esp examples
@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:
@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.
@tablatronix commented on GitHub (May 24, 2019):
#868