Chat freely about anything...

User avatar
By hiatusesp8266
#3255 Hi all, anyone here help with this ESP8266 problem? I am sending the following commands to retrieve a webpage, but no data is coming back. The ESP8266 module is connected to the wifi, but when I make the GET request no data is returned:

AT+CIPMUX=0
OK

AT+CIPSTART="TCP","173.194.123.5",80
OK
Linked

AT+CIPSEND=16
> GET / HTTP/1.0

SEND OK

....then that's it, I expected to see some source HTML from Google.com, but there is nothing.