-->
Page 1 of 1

sending data to cloudmqtt server from ESP8266

PostPosted: Thu May 26, 2016 11:18 am
by MS_Wayne
i am giving following commands...

AT+CIPSTART=1,"TCP","mXX.cloudmqtt.com",XXXXX

1,CONNECT

OK
AT+CIPSEND=1,36


OK
>

busy s...

Recv 36 bytes

SEND OK
1,CLOSED


1) i am not getting response from mqtt server....
2) I have to send AT+CIPSTART=1,"TCP","mXX.cloudmqtt.com",XXXXX.. everytime i want to send data... else i get following response for CIPSEND..

AT+CIPSEND=1,28

link is not valid

ERROR

any suggestions what can be the problem..???

Re: sending data to cloudmqtt server from ESP8266

PostPosted: Sun May 29, 2016 4:09 am
by Sprite_tm
MS_Wayne wrote:i am giving following commands...

AT+CIPSTART=1,"TCP","mXX.cloudmqtt.com",XXXXX


This has nothing to do with esphttpd. I suggest you go and look for the correct place to put questions about the AT command set.