Wifimanager: ESP32 WROOM Wifi_manager problem

Created on 29 Nov 2018  路  12Comments  路  Source: tzapu/WiFiManager

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

screenshot_20181129-192352_samsung internet

thank you all

All 12 comments

Are you using development branch? It doesnt look like it

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

what version of wm are you using

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.

Yeah they are clearly using some non official esp32 fork from the pics

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

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

thats interesting and everything works you just dont get a wifi list ?

Can you tell me which example or code you are using?

I don't know if this will be helpful but I got same error event: mismatch or invalid event, id=63 using Basic.in example. The problem went away when I removed , "password" from res = wm.autoConnect("AutoConnectAP","password"); // password protected ap.

espressif/esp-idf#2916 appears to be resolved now

Was this page helpful?
0 / 5 - 0 ratings

Related issues

VladoPortos picture VladoPortos  路  6Comments

tarzan115 picture tarzan115  路  3Comments

e-music picture e-music  路  8Comments

Bolukan picture Bolukan  路  12Comments

Shalabyer picture Shalabyer  路  10Comments