You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok, I tried it on Linux, which has a different ACK behavior than Windows, and the upload speed was much better, at 30KBps. Still not really great, but that's about 0.24mbps.
Is there anything that can be done to improve this further?
I am having trouble uploading data from an SD card. The upload speed is about 6.6KBps, about 1 meter away from the router.
This is the code:
unsigned long start_time = millis();
unsigned long wifi_start_time = millis();
unsigned long wifi_time=0;
The buffer size is 1460
Is this the max upload speed? Is there something I can do to improve it? Almost all of the time is spent in dclient.write()
The text was updated successfully, but these errors were encountered: