ESP3D icon indicating copy to clipboard operation
ESP3D copied to clipboard

[FEATURE REQUEST]🦄USB Disk support using CH376S chip

Open luc-github opened this issue 4 years ago • 6 comments

Global FS support Flash and SD, now let's try to add USB Flash disk/key using SPI and CH376s Chip

This library looks very promising https://github.com/djuseeq/Ch376msc e Chip is using 3.3 by default but need 5V to power the USB disk It need to test features , if work as expected then need to implement an abstraction layer for the USB FS and add it to the global FS

luc-github avatar Jan 24 '21 19:01 luc-github

the boards I had were not working - their pinout are different than the one showed in library, not sure what problem was Not working image Always got Attach flash drive first!

I have ordered new boards and now it is working 🥇 Working one: image Working out of the box

image

So now can work on abstraction layer ^_^

luc-github avatar Jan 29 '21 14:01 luc-github

I have been looking for such device for long time! That's very good! By the way, could you tell me how to wire this device to an ESP devkit or module? ^_^

mankid-leung avatar Oct 12 '21 10:10 mankid-leung

I did not finished yet, sorry I am late on this, you can have a look at https://github.com/djuseeq/Ch376msc, I use SPI wiring, esp32 use 3.3v so wiring is simple, but do not forget to add extra 5V to power the USB for the connected device

luc-github avatar Oct 12 '21 10:10 luc-github

I did not finished yet, sorry I am late on this, you can have a look at https://github.com/djuseeq/Ch376msc, I use SPI wiring, esp32 use 3.3v so wiring is simple, but do not forget to add extra 5V to power the USB for the connected device

Got it! Thank you!

mankid-leung avatar Oct 12 '21 11:10 mankid-leung