ESP8266 Developer Zone The Official ESP8266 Forum 2017-02-06T11:28:21+08:00 https://bbs.espressif.com:443/feed.php?f=16&t=3298 2017-02-06T11:28:21+08:00 2017-02-06T11:28:21+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3298&p=11246#p11246 <![CDATA[Re: Sending big files using AT commands]]>
The proper way to do this sort of large transfer is to use the AT+CIPSENDBUF command, where you can keep sending stuff into the buffer and ESP8266 will keep transmitting. You can check back on buffer status using command AT+CIPBUFSTATUS.
NOTE: These may not be used for SSL connections

Statistics: Posted by Guest — Mon Feb 06, 2017 11:28 am


]]>
2017-01-27T19:20:14+08:00 2017-01-27T19:20:14+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3298&p=11194#p11194 <![CDATA[Sending big files using AT commands]]> I need to send relatively big files (50-100kB) using AT+CIPSEND command. Unfortunately, ESP8266 can take only 2kB at once. Is there a way to send such big amount of data? Will a serie of CIPSENDs work? The data is a web application written in HTML and JavaScript.

Statistics: Posted by yellowbit — Fri Jan 27, 2017 7:20 pm


]]>