ESP8266 Developer ZoneThe Official ESP8266 Forum2017-09-14T10:04:15+08:00https://bbs.espressif.com:443/feed.php?f=7&t=24472017-09-14T10:04:15+08:002017-09-14T10:04:15+08:00https://bbs.espressif.com:443/viewtopic.php?t=2447&p=15754#p15754Statistics: Posted by Her Mary — Thu Sep 14, 2017 10:04 am
]]>2017-09-13T19:01:40+08:002017-09-13T19:01:40+08:00https://bbs.espressif.com:443/viewtopic.php?t=2447&p=15743#p15743 Suppose I can break the data into multiple packet of 2048 or less bytes, I send the first one: AT+CIPSEND=chn id, 2048, check OK and then 2048 bytes data and wait for SEND OK, and then repeat the process until all packet is gone and then send (AT+CIPCLOSE) to close the channel?
How about 20ms interval in between, it can be reasily over 20ms if I have to wait for the response.
]]>2016-07-21T12:39:12+08:002016-07-21T12:39:12+08:00https://bbs.espressif.com:443/viewtopic.php?t=2447&p=8043#p8043 Which send command are you using? Did you try AT+CIPSENDBUF command to send multiple blocks one after the other?
]]>2016-07-19T14:42:16+08:002016-07-19T14:42:16+08:00https://bbs.espressif.com:443/viewtopic.php?t=2447&p=8020#p8020 As the esp8266's SEND command can only send 2048 bytes each time. When receive a http request, how can I send a picture bigger than 2048 bytes? I try send it via 2 SEND commands, but failed.