Page 1 of 1

Can ESP32-S3 copy the files from one USB flash drive to another USB flash drive?

Posted: Fri Jun 09, 2023 5:18 pm
by Martin Maze
Hi, i'm new to the world of microprocessors and i have a question.

Is possible to connect two USB flash drives to an ESP32-S3 and program a button that when pressed copy the files from one USB flash drive to another USB flash drive?

Thanks for your kindness

Re: Can ESP32-S3 copy the files from one USB flash drive to another USB flash drive?

Posted: Sun Jun 11, 2023 3:10 am
by ESP_Sprite
An ESP32 would be the wrong tool for the job. At this point, ESP32-S3 host mode only supports one peripheral, so you'd need some hack to be access both drives. Additionally, the chip only is full speed, so the copying would run at a terribly slow speed.