SD Card over USB MCS

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
jamonda
Posts: 36
Joined: Thu May 21, 2020 3:48 pm

SD Card over USB MCS

Post by jamonda » Fri Jul 10, 2020 1:43 pm

On the ESP32 port, is it possible to make the SD Card available over USB MSC to a host PC?

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: SD Card over USB MCS

Post by dhylands » Fri Jul 10, 2020 2:03 pm

No. This is because there is no USB on the ESP32. It uses an external USB-to-serial chip and there is no way to get MCS through a USB-to-serial chip.

shaoziyang
Posts: 363
Joined: Sun Apr 17, 2016 1:55 pm

Re: SD Card over USB MCS

Post by shaoziyang » Sat Jul 11, 2020 1:25 am

ESP32-S2 has a USB OTG, it may be use for MSC and SD card.

Post Reply