Create a usb reader, via usb 2.0 with arduino nano 33 iot wifi / BLE

Hi, I'm taking my first steps in the world of arduino, and I wanted to ask one thing, is it possible in your opinion, to create a USB 2.0 pendrive reader via arduino nano 33 iot, which transmits data and receives them via wifi to windows?
In other words, I would like to connect a female receiver for usb pendrive to arduino nano, and by connecting the pendrive to it, I would like that through arduino, the pendrive becomes readable and writable via wifi or ble.
So as to make the pendrive wireless, it is a pre-project, in view of something bigger that I want to create, but I must first understand if it works via normal usb.

Thanks to anyone who wants to help me!

I suppose it can be done but being Your "first steps into Arduino" I would suggest You took on smaller project to gain experience.

Be aware of this: some circuits use 5 volt logic, others use 3.3 volt logic. They can't be connected "just like that". A 3.3 volt device output can be connected to a 5 volt device input but not the opposite.

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.