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: Select all
AT+CIPSTART="TCP","173.254.28.109",80,5000\r\n
The ESP8266 device returns the following everytime.
Code: Select all
ERROR
CLOSED
I have also tried a host name directly:
Code: Select all
AT+CIPSTART="TCP","craig-phillips.uk",80,5000\r\n
And it returns everytime.
Code: Select all
ERROR
DNS Fail
As a result of the version Query
Code: Select all
AT+GMR\r\n
I get the following:
Code: Select all
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