ESP3D
ESP3D copied to clipboard
[FEATURE REQUEST]🦄USB Disk support using CH376S chip
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
the boards I had were not working - their pinout are different than the one showed in library, not sure what problem was
Not working
Always got Attach flash drive first!
I have ordered new boards and now it is working 🥇
Working one:
Working out of the box

So now can work on abstraction layer ^_^
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? ^_^
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
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!