mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-28 09:35:49 +03:00
[GH-ISSUE #776] ESP32 WROOM Wifi_manager problem #647
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#647
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 @Andreafoxalarm on GitHub (Nov 29, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/776
Good evening to everyone
I'm using the wifi manager on esp32.
Everything works fine as soon as I program my module, but once I make the first connection to a wifi network, if I try to connect the module to another network, the module starts with autoconnect but if I click on the configure wifi button I do not see any network. I attach an image
thank you all
@tablatronix commented on GitHub (Nov 29, 2018):
Are you using development branch? It doesnt look like it
@Andreafoxalarm commented on GitHub (Nov 30, 2018):
I'm using the esp32 wroom module on a DEVKITV1.
Initially the wifi manager works, but after connected to a network when I try to change from my phone even pressing the scan button I see no network anymore.
Forgive me, but I am not an arduino expert
@tablatronix commented on GitHub (Nov 30, 2018):
what version of wm are you using
@dragondaud commented on GitHub (Nov 30, 2018):
I can attest that using https://github.com/espressif/arduino-esp32 core and https://github.com/tzapu/WiFiManager/tree/development works fine for me on WROOM32.
@tablatronix commented on GitHub (Nov 30, 2018):
Yeah they are clearly using some non official esp32 fork from the pics
@Andreafoxalarm commented on GitHub (Dec 3, 2018):
Now download the files from your link and try again.
maybe I fell in error and I was wrong.
thank you all for your help
@Gior80 commented on GitHub (Jan 17, 2019):
I'm having exactly same problem. getting an event mismatch , when scanning get absolutely nothing ! tried both official release and development branch
*WM: 192.168.4.1
*WM: HTTP server started
E (89005) event: mismatch or invalid event, id=63
E (89006) event: default event handler failed!
E (98162) event: mismatch or invalid event, id=63
E (98162) event: default event handler failed!
dhcps: send_nak>>udp_sendto result 0
E (112349) event: mismatch or invalid event, id=63
E (112349) event: default event handler failed!
dhcps: send_offer>>udp_sendto result 0
*WM: Request redirected to captive portal
*WM: Handle root
*WM: Request redirected to captive portal
*WM: Handle root
*WM: Request redirected to captive portal
*WM: Handle root
*WM: Scan done
@tablatronix commented on GitHub (Jan 17, 2019):
thats interesting and everything works you just dont get a wifi list ?
@tablatronix commented on GitHub (Jan 18, 2019):
Esp bug should be fixed soon
https://github.com/espressif/esp-idf/issues/2916
@tablatronix commented on GitHub (Jan 18, 2019):
Can you tell me which example or code you are using?
@aurelijusrozenas commented on GitHub (Feb 9, 2019):
I don't know if this will be helpful but I got same error
event: mismatch or invalid event, id=63using Basic.in example. The problem went away when I removed, "password"fromres = wm.autoConnect("AutoConnectAP","password"); // password protected ap.@rjwats commented on GitHub (Apr 10, 2019):
espressif/esp-idf#2916 appears to be resolved now