-
Notifications
You must be signed in to change notification settings - Fork 42
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
Slow file upload #57
Comments
IIRC I achieve around 300 Kb/s with my test setup. I'll retest when I am back home next week. Which versions (grblHAL and WebUI) are you running and with which board? |
Board: modded version of ESP32Controller R2 WebUI version: 3.0.0-a19.GH2 You mean 300-350KB/s ( ESP3D #576 ) ? |
I have retested a bit and found this: 2GB (Team brand) and 4GB (SanDisk HC) cards: upload ~140 Kb/s Could it be that your SD card is the limiting factor? |
Signal strength is also a possible limitation |
With 16 GB Transcend Premium, UHS Speed Class - Class 1 (U1), I had file transfer rates between 137-170.10 kB/s. I have tried 47K and 10K pullups. Had issues with large file upload. When tried to upload a 14.9 MB file, the upload failed few time, showing the file size - 0 B. I will try to test higher speed class SD cards later. |
Tested few more microSD cards:
|
The size info is wrong due to a bug (the Here is the upload speed to my Verbatim 16GB card: This is with WebDAV (using WinSCP) - can you try that too?
FatFs do not supports cards > 32 GB? Due to different file system? FYI for some reason FTP transfers makes the SD card go belly up on the ESP32 - I do not know why... Flaky ESP32 code somewhere? No such issue with the iMXRT1062 driver which uses the same grblHAL code for the protocol layers. |
I am experiencing slow file upload via the web interface – around 64 kB/s. Any way to increase the speed ?
The text was updated successfully, but these errors were encountered: