tayfunulu / WiFiManager

WiFi manager for ESP8266 - ESP12 - ESP32 - micropython
MIT License
352 stars 105 forks source link

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

Open zeesser opened 4 years ago

zeesser commented 4 years ago

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?

mehdieshraghi commented 1 year ago

I have same problem ! fo you resolve the problem ?

ebolisa commented 1 year ago

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 ;)