.
I have a strange "DNS-Fail" problem using ESP8266 connected to a router TPLINK-3020. (I tried with other router it's working)
I have upgraded to the latest AT version 0.50.
The following is the AT-trace:
Code: Select all
ready
AT+GMR
AT version:0.50.0.0(Sep 18 2015 20:55:38)
SDK version:1.4.0
compile time:Sep 18 2015 21:32:07
OK
WMODE=3
OK
IPMUX=1
OK
WDHCP_CUR=2,1
OK
+CWJAP_CUR="TL-MR3020","*****"
WIFI CONNECTED
WIFI GOT IP
OK
+CWJAP_CUR?
+CWJAP_CUR:"TL-MR3020","f8:1a:67:52:ee:a5",11,-54
OK
+CIPSTART=4,"TCP","www.google.com",80
DNS Fail
ERROR
+CIPSTART=4,"TCP","www.google.com",80
DNS Fail
ERROR
.
Which DNS does the esp8266 module use?
On the router DHCP setting I tested with different DNS setting (8.8.8.8, 222...) but all give the same result.
Can someone help me to solve this problem?
Thank you.