ESP8266 Developer Zone The Official ESP8266 Forum 2016-01-25T20:19:29+08:00 https://bbs.espressif.com:443/feed.php?f=65&t=1681 2016-01-25T20:19:29+08:00 2016-01-25T20:19:29+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1681&p=5524#p5524 <![CDATA[Re: DNS Fail / CLOSED]]>
I have tried updating via OTA using the AT+CIUPDATE command and it just returned OK... but the update didn't work. Can I use an Arduino to update the firmware?

Regards

Craig

Statistics: Posted by craig1231 — Mon Jan 25, 2016 8:19 pm


]]>
2016-01-25T16:55:03+08:00 2016-01-25T16:55:03+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1681&p=5514#p5514 <![CDATA[Re: DNS Fail / CLOSED]]>
Could your have a try with our latest AT firmware http://bbs.espressif.com/viewtopic.php?f=46&t=1451 ?

AT documentation : http://bbs.espressif.com/viewtopic.php?f=51&t=1022.
You can refer to documentation "4B-ESP8266__AT Command Examples" to use the AT commands.

If your problem is still unsolved, please provide the whole AT test logs for debugging. For example,

Code:

AT+CWMODE=3     
OK
AT+CWJAP="SSID", "password" 
OK
AT+CIPSTART="TCP", "192.168.101.110", 8080
OK
...

Statistics: Posted by ESP_Faye — Mon Jan 25, 2016 4:55 pm


]]>
2016-01-25T06:28:39+08:00 2016-01-25T06:28:39+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1681&p=5506#p5506 <![CDATA[DNS Fail / CLOSED]]>
I wonder if you can help me please? I am attempting to start a TCP connection using the following command, after connecting to a Wifi AP successfully.

Code:

AT+CIPSTART="TCP","173.254.28.109",80,5000\r\n


The ESP8266 device returns the following everytime.

Code:

ERROR
CLOSED


I have also tried a host name directly:

Code:

AT+CIPSTART="TCP","craig-phillips.uk",80,5000\r\n


And it returns everytime.

Code:

ERROR
DNS Fail


As a result of the version Query

Code:

AT+GMR\r\n


I get the following:

Code:

AT version:0.30.0.0(Jul  3 2015 19:35:49)
SDK version:1.2.0
Ai-Thinker Technology Co.,Ltd.
Build:1.2.0.A Aug  7 2015 17:21:44
OK


Is there anything that I am doing incorrectly? What would be causing the TCP connection to fail everytime?

Many thanks

Craig

Statistics: Posted by craig1231 — Mon Jan 25, 2016 6:28 am


]]>