ESP8266 icon indicating copy to clipboard operation
ESP8266 copied to clipboard

ESP8266 Large Files

Open mue-barakat opened this issue 7 years ago • 5 comments

Hello again,

i'm using your driver, it's working perfectly, thanks for that. But i was wondering how to make the Wifi_RxCallBack read response that is much bigger than _WIFI_RX_FOR_DATA_SIZE In another words, i'm trying to get a large JSON object (~30KB), so the server sends that data as chunks Transfer-Encoding →chunked but the ESP never send an interrupt to the STM32

mue-barakat avatar Dec 03 '18 12:12 mue-barakat

Hello. You must split that file.

nimaltd avatar Dec 03 '18 13:12 nimaltd

Hello , thanks for that library ! but I cant set up esp8266 with stm32f103c8t6 ! it dosenot have an example?! thanks for your help...

KavehMbeygi avatar Apr 15 '20 14:04 KavehMbeygi

No. I have not . This library is too old. I use atc_v2 library.

nimaltd avatar Apr 15 '20 15:04 nimaltd

hello . in Multiple Connections as TCP Server with ESP8266 , is a timeout mechanism when ESP8266 working as a TCP server. If a TCP client has connected to the ESP8266 TCP server, but there is no data transmission for a period of time, then the server will stop the connection when timeout! how can i solve this problem with using this library?!

KavehMbeygi avatar Apr 19 '20 16:04 KavehMbeygi

Ohh. I am sorry . I can not help. I use arduino to create new firmware.

nimaltd avatar Apr 19 '20 17:04 nimaltd