-
-
Notifications
You must be signed in to change notification settings - Fork 466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE REQUEST]🦄USB Disk support using CH376S chip #568
Comments
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, |
Got it! Thank you! |
if somehow the reason why the above module doesn't work please tell us. |
it is not yet implemented - I was busy with others tasks - that is why feature request is still open |
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 text was updated successfully, but these errors were encountered: