Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE REQUEST]馃USB Disk support using CH376S chip #568

Open
luc-github opened this issue Jan 24, 2021 · 4 comments
Open

[FEATURE REQUEST]馃USB Disk support using CH376S chip #568

luc-github opened this issue Jan 24, 2021 · 4 comments

Comments

@luc-github
Copy link
Owner

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
Copy link
Owner Author

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 ^_^

@mankid-leung
Copy link

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? ^_^

@luc-github
Copy link
Owner Author

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

@mankid-leung
Copy link

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!

@luc-github luc-github changed the title [FEATURE REQUEST]USB Disk support using CH376S chip [FEATURE REQUEST]馃USB Disk support using CH376S chip Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

2 participants