MSC-Device on a ESP32-S3 #241
Unanswered
ClaudioFoscan
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Did you manage to get your project going? This guy, @frankcohen, has an example for a project with ESP32S3 here His HOOBER project was inspired on the Adafruit example. I wasn't able to get both his code or the one from tinyUSB to work with my board. I am using a TTGO T3S3. They compile and upload without a hitch, but the card doesn't mount. I keep getting a "INSERT DISK" message. My guess is that I have to tinker with sdfat lib, since the board has a non-stardard SPI for the sd card. Still, I have no idea where to start. If you, by any chance, got yours working...any help is appreciated. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
i was wonderingif anyone has a functioning msc-device made with a esp32-s3-wroomer?
I tryed to use the tinyUsb-Example msc-sdfat. so far i got the sd-Card working (Output the directory in the Serialmonitor) but windows device manager wil see a unknown device with errors ...(Error on retriving the device descrition)
what needs to b e done to get it working?
Any special configuration of the Board? or am i missing some configuration stuff in the Source?
im using VS-Code with arduino plugin 0.4.12, the latest board-Libs from Espressif in verison 2.0.6, Adafruit TinyUSB Lib 1.17.1 and sdfat adafruit fork 2.2.1
Beta Was this translation helpful? Give feedback.
All reactions