I am now doing a project which requires sending data to thinkspeak server via esp8266. I am trying to test my esp8266 by using AT command on Realterm. However, I found my esp8266 cannot send data to thinkspeak server. +IPD message does not pop up after I sending data. Also, I cannot found my data on thinkspeak server. Can anyone help me? thanks.
AT+CWJAP="ssid1234","password"
AT+CWMODE=1
AT+CIPMUX=0
AT+CIPSTART="TCP","184.106.153.149",80
AT+CIPSEND=46
GET /update?api_key=0Z2Z3030QI43OP1K&field1=55
AT+CIPCLOSE
The message from Realterm
WIFI CONNECTED
WIFI GOT IP
AT+CWMODE=1
OK
AT+CIPMUX=0
OK
AT+CIPSTART="TCP","184.106.153.149",80
CONNECT
OK
AT+CIPSEND=46
OK
busy s...
Recv 46 bytes
SEND OK
AT+CIPCLOSE
CLOSED
OK