nimaltd / ESP8266

Esp8266 Atcommand driver for Stm32
151 stars 47 forks source link

ESP8266 Large Files #5

Open mue-barakat opened 5 years ago

mue-barakat commented 5 years ago

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

nimaltd commented 5 years ago

Hello. You must split that file.

KavehMbeygi commented 4 years ago

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

nimaltd commented 4 years ago

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

KavehMbeygi commented 4 years ago

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?!

nimaltd commented 4 years ago

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