Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By RichardS
#324 Lots of hardware talk in General Discussions, please move any new hardware chat here, and I might need to move some topics out of General into here, but not right away.....

Richard.
User avatar
By xtal
#25000 I trying to test a ESP8266 ESP-201 module with Win7 and Liberty Basic 4.04 , When sending AT+CIPSTART=4,"TCP",site,80
I sometimes Receive +IPD,4,415:HTTP~~~~~~OK or BAD , the 415 is data, just what is the 1st character of the data???
with AT+CIPSTART=4,"TCP","check.dyndns.com" I timeout and receive no data
with AT+CIPSTART=4,"TCP","check.dyndns.com",80 I get
+IPD,4,260:HTTP/1.1 200 OK
Content-Type: text/html
Server: DynDNS-CheckIP/1.0
Connection: close
Cache-Control: no-cache
Pragma: no-cache
Content-Length: 105

<html><head><title>Current IP Check</title></head><body>Current IP Address: 68.184.130.61</body></html>

OK

OK
Unlink
{z}

ANY SUGGESTIONS ????????