ESP8266 Developer Zone The Official ESP8266 Forum 2015-09-18T11:49:39+08:00 https://bbs.espressif.com:443/feed.php?f=16&t=1115 2015-09-18T11:49:39+08:00 2015-09-18T11:49:39+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1115&p=3745#p3745 <![CDATA[Re: No response from Server for GET request]]>
Here is an example of using AT commands to send a GET request http://bbs.espressif.com/viewtopic.php?f=61&t=560.

Please notice that the new line (0x0d 0x0a) is necessary in GET request.

Thanks for your interest in ESP8266 !

Statistics: Posted by ESP_Faye — Fri Sep 18, 2015 11:49 am


]]>
2015-09-16T21:38:12+08:00 2015-09-16T21:38:12+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1115&p=3722#p3722 <![CDATA[No response from Server for GET request]]> AT+RST


OK

ets Jan 8 2013,rst cause:4, boot mode:(3,1)

wdt reset
load 0x40100000, len 816, room 16
tail 0
chksum 0x8d
load 0x3ffe8000, len 788, room 8
tail 12
chksum 0xcf
ho 0 tail 12 room 4
load 0x3ffe8314, len 288, room 12
tail 4
chksum 0xcf
csum 0xcf

2nd boot version : 1.2
SPI Speed : 40MHz
SPI Mode : QIO
SPI Flash Size : 32Mbit
jump to run user1

rlNÿ
ready
AT+CWJAP?

+CWJAP:"me"

OK
AT+CWMODE?

+CWMODE:3

OK
AT+CIPMUX=0


OK
AT+CIPSTART="TCP","192.168.137.227",8080

CONNECT

OK
AT+CIPSEND=28


OK
> GET /recieve.php?a=10&b=10

SEND OK

No response from Server.
If I am trying with Thingspeak I get
> GET /update?key=VCRPQIZXXXTDM3EJ&field1=60

SEND OK

+IPD,3:538CLOSED

Thanks in advance for your help.

Nkb

Statistics: Posted by nkb — Wed Sep 16, 2015 9:38 pm


]]>