So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By Nojman
#65121 Hello,

I bought the wemos D1 mini and I have one problem right after the start. The connection to the web server from my browser doesn't work.

I am trying to use example HelloServer for ESP2866Web server, so there should not be any problem with the code. (Also I tried another examples from internet, without better results)

After upload to the wemos, serial monitor shows me :

Connected to UPC710571 (thats my wifi router)
IP address: 192.168.1.12
MDNS responder started
HTTP server started

IP address can be pinged from the cmd, everything looks good.

BUT when I insert the IP address to my browser, it shows me after few seconds this

webpage is not available
Connection to 192.168.1.12 has timed out.
ERR_CONNECTION_TIMED_OUT

Have anybody any advice?
I am hopeless.
User avatar
By jeffas
#65388 In ESP2866Web server (or other sketch), do you specify a port number to listen to? I would expect it to default to port 80, as that's the default for HTTP, but it's worth checking. If it's different, specify the correct port in your browser thus (example for port 8080): http://192.168.1.12:8080/