ESP8266 Developer Zone The Official ESP8266 Forum 2020-04-13T23:10:25+08:00 https://bbs.espressif.com:443/feed.php?f=66&t=1750 2020-04-13T23:10:25+08:00 2020-04-13T23:10:25+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1750&p=75987#p75987 <![CDATA[Re: AT+CIPSEND= ....SEND FAIL]]> It worked well for me after setting
AT+CWMODE=1
Regards

Statistics: Posted by Sharon Nisha — Mon Apr 13, 2020 11:10 pm


]]>
2020-02-28T10:30:55+08:00 2020-02-28T10:30:55+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1750&p=73869#p73869 <![CDATA[Re: AT+CIPSEND= ....SEND FAIL]]> Statistics: Posted by Her Mary — Fri Feb 28, 2020 10:30 am


]]>
2019-12-02T19:10:32+08:00 2019-12-02T19:10:32+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1750&p=68612#p68612 <![CDATA[Re: AT+CIPSEND= ....SEND FAIL]]>
I have the same problem with several ESP8266s.

I also have problems to connect to these ESP8266 from a Computer.

Version:

Code:

AT version:1.6.2.0(Apr 13 2018 11:10:59)
SDK version:2.2.1(6ab97e9)
compile time:Jun  7 2018 19:34:29
Bin version(Wroom 02):1.6.2


Output:

Code:

...
OK
>
Recv 14 bytes
0,CONNECT FAIL
SEND FAIL


I also have some ESP8266s with exactly the same configuration, which work absolutely perfect!

I hope you can help me with this problem.

Greetings

Statistics: Posted by Guest — Mon Dec 02, 2019 7:10 pm


]]>
2017-09-15T09:32:16+08:00 2017-09-15T09:32:16+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1750&p=15772#p15772 <![CDATA[Re: AT+CIPSEND= ....SEND FAIL]]> is there anyone could help me to resolve this problems?

this is received from esp8266's uart;

busy s...
0,CONNECT FAIL
SEND FAIL
AT+CIPSEND=0,20
link is not valid
ERROR

my test case is esp8266 connect to an AP,and got ip address,esp8266 create a TCP server;
the next, my cellphone connect to the same AP,and create a TCP client;
my cellphone(TCP client) sends 20bytes data to esp8266(TCP server) , its frequence is 1s a once;
after several hours , esp8266's responses like this ;
is this a esp8266's firmware problem?
but what's the reason?
thanks very much;

Statistics: Posted by 朝花夕拾 — Fri Sep 15, 2017 9:32 am


]]>
2017-02-17T00:32:34+08:00 2017-02-17T00:32:34+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1750&p=11330#p11330 <![CDATA[Re: AT+CIPSEND= ....SEND FAIL]]> CIPSEND=0,1400
OK
>
Recv 1400 bytes
0,CONNECT FAIL
SEND FAIL

I have an esp8266-01 that has old firmware on it
AT+GMRAT version:0.40.0.0(Aug 8 2015 14:45:58)
SDK version:1.3.0
Ai-Thinker Technology Co.,Ltd.
Build:1.3.0.2 Sep 11 2015 11:48:04
and this works great

i bought another esp8266-01 and updated to the latest firmware and i keep getting this messasge

0,CONNECT
CIPSEND=0,1400
OK
>
Recv 1400 bytes
0,CONNECT FAIL
SEND FAIL

i have tried everything
AT+CIPSTO=0
AT+CIPSTO=10
AT+CIPSTO=7200

nothing works
need help

Statistics: Posted by kurtisulrich — Fri Feb 17, 2017 12:32 am


]]>
2017-02-17T00:26:20+08:00 2017-02-17T00:26:20+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1750&p=11329#p11329 <![CDATA[Re: AT+CIPSEND= ....SEND FAIL]]>
i have a esp8266-01 with

AT+GMRAT version:0.40.0.0(Aug 8 2015 14:45:58)
SDK version:1.3.0
Ai-Thinker Technology Co.,Ltd.
Build:1.3.0.2 Sep 11 2015 11:48:04

works fine

but i bought another esp8266-01 and updated the firmware to the latest and i get send failed error

i have tried every thing

AT+CIPSTO=0
AT+CIPSTO=10
AT+CIPSTO=7200

NOTHING WORKS
NEED HELP

Statistics: Posted by kurtisulrich — Fri Feb 17, 2017 12:26 am


]]>
2016-03-01T10:51:57+08:00 2016-03-01T10:51:57+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1750&p=5869#p5869 <![CDATA[Re: AT+CIPSEND= ....SEND FAIL]]>
When ESP8266 runs as TCP server, it will disconnect to the TCP clients who did not communicate with it until time out.

Command "AT+CIPSTO" can set the timeout. You can try to set the timeout to be longer.

Thanks for your interest in ESP8266 !

Statistics: Posted by ESP_Faye — Tue Mar 01, 2016 10:51 am


]]>
2016-02-08T04:42:31+08:00 2016-02-08T04:42:31+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1750&p=5708#p5708 <![CDATA[AT+CIPSEND= ....SEND FAIL]]>
I'm configuring my ESP8266 as a TCP Server, everything works great except when I try to send data to a client.

As a comment I am using as power source an Arduino UNO, but I'm conifguring the module via AT commands through a USB-UART Connected to my computer.

This is the error I got:

1,CONNECT
CIPSEND=1,10
OK
>
Recv 10 bytes
1,CONNECT FAIL
SEND FAIL


I'm using the lastest firmware for 4mb Flash, v1.4, sometimes the module let me send 3 frames, some others no one, I imagine maybe the power source can generate this disconnection,

Could you confirm if this is the reason?

Statistics: Posted by cesar.guevara — Mon Feb 08, 2016 4:42 am


]]>