Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By Abdallah Said
#65705 i am trying to write on Thingspeak cloud "5"
and i am using AT+Commands on arduino serial

so after i have written the necessary at commands as router and pass also server 80 and so on

i wrote on serial monitor

AT+CIPSTART=0,"TCP","184.106.153.149",80
AT+CIPSEND=0,42
GET /update?key=AV74DYHH2SUZHG59&field1=5\r\n\r\n

it replys on me by

busy s...

Recv 42 bytes

SEND OK
0,CLOSED


any solutions ??
User avatar
By Vinoth
#65816 Hi Abdallah,

If you are using GET command you must deal with HTTP

Here you have to try like that,

GET /update?key=AV74DYHH2SUZHG59&field1=5 HTTP/1.1\r\n\r\n

after that you have to mention port number of host.

Host : 184.106.153.149 : 80\r\n
If you have the code send to my mail id:vinothkumar.s1994@gmail.com

Always gives proper delay for every AT COMMAND and checking the hardware connections.

And Always give some extra memory to AT CIPSEND COMMAND means the length.