-->
Page 1 of 1

ESP wont return to command mode after CIPSEND

PostPosted: Thu May 21, 2015 7:15 pm
by GeoReb
Hi,

Using an ESP-03, I am just trying to send simple HTTP back to a web browser, see below...

Code: Select all[Data transmitted -] AT+GMR
AT+GMR

AT version:0.21.0.0
SDK version:0.9.5

OK

[Data transmitted -] AT+CIPMUX=1
AT+CIPMUX=1


OK

[Data transmitted -] AT+CIPSERVER=1,80
AT+CIPSERVER=1,80


OK
0,CONNECT

+IPD,0,333:GET / HTTP/1.1
Host: 192.168.1.131
Connection: keep-alive
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
User-Agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.65 Safari/537.36
Accept-Encoding: gzip, deflate, sdch
Accept-Language: en-US,en;q=0.8

1,CONNECT

[Data transmitted -] AT+CIPSEND=0,7
AT+CIPSEND=0,7


OK
> 1,CLOSED

[Data transmitted -] HELLO
HELLO

SEND OK

[Data transmitted -] AT+CIPCLOSE=0
AT+CIPCLOSE=0

1,CONNECT

+IPD,1,305:GET /favicon.ico HTTP/1.1
Host: 192.168.1.131
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.65 Safari/537.36
Accept: */*
Referer: http://192.168.1.131/
Accept-Encoding: gzip, deflate, sdch
Accept-Language: en-US,en;q=0.8

0,CLOSED

OK

[Data transmitted -] AT
AT

busy p...

Everything works perfectly, EXCEPT why do i get "busy p..." once i try to send AT commands after i close any open connections? The ESP becomes unresponsive until i cycle the power! Its baffling.

Many thanks in advance,
George (yet again!)