ESP8266 Developer Zone The Official ESP8266 Forum 2016-10-13T11:28:00+08:00 https://bbs.espressif.com:443/feed.php?f=16&t=2445 2016-10-13T11:28:00+08:00 2016-10-13T11:28:00+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2445&p=10143#p10143 <![CDATA[Re: Problem with AT+CIPSEND]]> Issues like this can get a little tough to debug! I am still unable to reproduce your problem...

Statistics: Posted by Guest — Thu Oct 13, 2016 11:28 am


]]>
2016-10-02T20:04:19+08:00 2016-10-02T20:04:19+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2445&p=10039#p10039 <![CDATA[Re: Problem with AT+CIPSEND]]>
pratik wrote:
If connection is closed too soon, it is usually the "keep-alive" parameter of an HTTP header (if you are using HTTP over TCP, that is). You should have a proper keep-alive timeout value sent to the server so that it knows it should not close a connection too soon. The default timeout is too short on most modern connected devices.


I have already tried that and it still doesn't works. Trust me i have tried that all the 1.10.2016 day, with different HEADERS and nothing was functional, until reflashing firmware to 1.5.4.

Statistics: Posted by Vasekdvor — Sun Oct 02, 2016 8:04 pm


]]>
2016-10-02T11:58:21+08:00 2016-10-02T11:58:21+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2445&p=10028#p10028 <![CDATA[Re: Problem with AT+CIPSEND]]> Statistics: Posted by Guest — Sun Oct 02, 2016 11:58 am


]]>
2016-10-02T06:15:51+08:00 2016-10-02T06:15:51+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2445&p=10025#p10025 <![CDATA[Re: Problem with AT+CIPSEND]]> I already have had the same problem with sending data over GET to my Webserver and its doing the same thing as to you.

I had esp8266_nonos_sdk_v2.0.0_16_08_10, and there its isn't working. There is a some new problem with sending HTTP commands.

USE esp8266_nonos_sdk_v1.5.4_16_05_20 with boot_v1.5.bin. Just like in the picture in attachment, and it will work.

I am using black ESP-01.
esp8266_nonos_sdk_v1.5.4_16_05_20.png

Statistics: Posted by Vasekdvor — Sun Oct 02, 2016 6:15 am


]]>
2016-07-20T22:02:24+08:00 2016-07-20T22:02:24+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2445&p=8033#p8033 <![CDATA[Re: Problem with AT+CIPSEND]]>
esp_rubin wrote:
could you try our latest SDK & AT, link as: viewtopic.php?f=46&t=2451

Hi, I'm studying about MQTT so may I try this: https://github.com/tuanpmt/esp_mqtt ?
Sorry but I just begin to study esp8266 so how can I flash https://github.com/tuanpmt/esp_mqtt to esp8266 ??? The project doesn't have bin file as usual :|

Statistics: Posted by nhatdq — Wed Jul 20, 2016 10:02 pm


]]>
2016-07-20T20:22:25+08:00 2016-07-20T20:22:25+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2445&p=8032#p8032 <![CDATA[Re: Problem with AT+CIPSEND]]> viewtopic.php?f=46&t=2451

Statistics: Posted by ESP_Rubin — Wed Jul 20, 2016 8:22 pm


]]>
2016-07-19T22:48:05+08:00 2016-07-19T22:48:05+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2445&p=8027#p8027 <![CDATA[Re: Problem with AT+CIPSEND]]>
esp_rubin wrote:
Hi,
Which SDK&AT version used for this test?
I just tried it with 8266 NONOS SDK 1.5.4 + AT 1.1.0.0, seems everything is OK, you can refer to my test result picture[img]H:\nettest.bmp[/img]


Hi, Here is my SDK and AT version
AT+GMR

AT version:0.40.0.0(Aug 8 2015 14:45:58)
SDK version:1.3.0
Ai-Thinker Technology Co.,Ltd.
Build:1.3.0.2 Sep 11 2015 11:48:04
OK

Statistics: Posted by nhatdq — Tue Jul 19, 2016 10:48 pm


]]>
2016-07-19T10:46:58+08:00 2016-07-19T10:46:58+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2445&p=8013#p8013 <![CDATA[Re: Problem with AT+CIPSEND]]> Which SDK&AT version used for this test?
I just tried it with 8266 NONOS SDK 1.5.4 + AT 1.1.0.0, seems everything is OK, you can refer to my test result picture[img]H:\nettest.bmp[/img]

Statistics: Posted by ESP_Rubin — Tue Jul 19, 2016 10:46 am


]]>
2016-07-19T00:46:02+08:00 2016-07-19T00:46:02+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2445&p=8011#p8011 <![CDATA[Problem with AT+CIPSEND]]> I'm having problem with AT+CIPSEND, when I input AT+CIPSEND=61 and enter 61 character, It respondes with following message:
Recv 61 bytes
SEND OK
CLOSED

I don't understand why It closes the TCP Connection?
My settings are AT+CWMODE=3, AT+ CIPMUX=0
I'm testing with server : tcp://iot.eclipse.org:1883
I'm studying about MQTT so I need to hold the connection to send CONNECT packet, then send PUBLISH or SUBSCRIBE packet.

Thank you :)

Statistics: Posted by nhatdq — Tue Jul 19, 2016 12:46 am


]]>