-->
Page 1 of 1

Problem with arduino plus esp8266, "no tail" response

PostPosted: Tue May 07, 2019 9:11 am
by Fabian Pedrosa
Hi!
I´ve got a Nano serially connected to an ESP9266, when I try to send a short string to an UDP server running in an Android phone (connected to the wifi net provided by the esp, for sure), after I send the
AT+CIPSTART=4,"UDP", "192.168.101.110", 3000, 1112, 0
to the module it answers
4 CONNECT
OK
But when I try to send the data using
AT+CIPSEND=4, 5
It answers "no tail" and there´s no transmission.
Anybody knows what "no tail" means?? Google says nothing useful.
Thanx!!

F.

Re: Problem with arduino plus esp8266, "no tail" response

PostPosted: Fri May 10, 2019 10:28 am
by Fabian Pedrosa
Solution found!
There´s a mistake (very subtle typo) in the datasheets v1.3 that I was using. It´s one character misplaced. Erased it, and now it´s working as expected.

Re: Problem with arduino plus esp8266, "no tail" response

PostPosted: Sat May 11, 2019 5:03 am
by kashifmirza
Fabian Pedrosa wrote:Hi!
I´ve got a Nano serially connected to an ESP9266, when I try to send a short string to an UDP server running in an Android phone (connected to the wifi net provided by the esp, for sure), after I send the
AT+CIPSTART=4,"UDP", "192.168.101.110", 3000, 1112, 0
to the module it answers
4 CONNECT
OK
But when I try to send the data using
AT+CIPSEND=4, 5
It answers "no tail" and there´s no transmission.
Anybody knows what "no tail" means?? Google says nothing useful.
Thanx!!

F.

i have same problem last time
but i use buffer with arduino nano and esp
some time serial communication is not properly