-->
Page 1 of 1

wemos D1 mini, HTTP server ERR_CONNECTION_TIMED_OUT

PostPosted: Fri Apr 21, 2017 1:10 pm
by Nojman
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.

Re: wemos D1 mini, HTTP server ERR_CONNECTION_TIMED_OUT

PostPosted: Sat Apr 29, 2017 7:02 am
by jeffas
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/