WiFiManager icon indicating copy to clipboard operation
WiFiManager copied to clipboard

Every step is ok, but the website of wifimanger doesn't response

Open zeesser opened this issue 5 years ago • 2 comments

the module used is esp8266-12f node mcu.

I just flash the recently micropython bin which WebREPL is not automatically started.

And, I put all the files of wifimanger to the esp8266-12f module, from the terminal, everything looks good. I can connect to the AP of the esp8266, and I browse the 192.168.4.1 by chrome~~~

then, no response from it, nothing appears from the browser, however, the terminal shows I connect to the esp8266 and the scaning of the available wifi is done, but nothing appears in the browser!!

I tried to use another esp8266-12f module, the samething happened.

So, why?

zeesser avatar Mar 04 '20 06:03 zeesser

I have same problem ! fo you resolve the problem ?

mehdieshraghi avatar Nov 18 '22 20:11 mehdieshraghi

I use it with my projects and it works for me. Make sure your router’s ssid/pass doesn’t have space in them. If that doesn’t help, use print(…) in wifimgr file and see what’s causing the problem ;)

ebolisa avatar Nov 18 '22 20:11 ebolisa