Replies: 2 comments 3 replies
-
Are you using CircuitPython or MicroPython? What you're asking about is called USB Host Mode (compare to Device Mode that is commonly used in CPy/MPy). We don't currently supported this on any ports, although it is something we would like to add. I think CircuitPython are investigating support for host mode too. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Thanks jimmo and peterhinch! I consider reading files from a flash drive an essential requirement. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
it would be possible to read files (such as MP3) from a pendrive connected to the usb port.
I'm thinking of a circuitpython library/function, but I guess it's the same in micropython
Beta Was this translation helpful? Give feedback.
All reactions