Downloading files via HTTP using TCPClient

Hey guys,

Is there anyway to increase the speed of receiving data via TCPClient?

I am trying to download a file say 20-200KB in size to a SD card, however after about 7KB the download grinds to a halt and is unusable.

Is there anyway I can flush the buffers once I have saved the data to increase the speed?

I switched to MANUAL mode with a WiFi.connect() and now I am downloading at an acceptable speed with no slowing to a crawl/halt issue

The file is 240381 bytes which is quite nice :smile:

4 Likes