Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP8266 Large Files #5

Open
mue-barakat opened this issue Dec 3, 2018 · 5 comments
Open

ESP8266 Large Files #5

mue-barakat opened this issue Dec 3, 2018 · 5 comments

Comments

@mue-barakat
Copy link

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
Copy link
Owner

nimaltd commented Dec 3, 2018

Hello. You must split that file.

@KavehMbeygi
Copy link

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

@nimaltd
Copy link
Owner

nimaltd commented Apr 15, 2020

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

@KavehMbeygi
Copy link

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
Copy link
Owner

nimaltd commented Apr 19, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants