3

Hello I have an Arduino Uno and I salvaged a USB port from an old computer. The USB port has 4 pins on it and it accepts USB sticks. I was wondering if it is possible to connect it to my Arduino so my Arduino can load data from files on the USB. I don't want to go out and buy a shield but I don't mind using libraries. Is it possible to read and write data from a USB stick with Arduino?

VE7JRO
2,51519 gold badges27 silver badges29 bronze badges
asked Jul 17, 2016 at 12:52
2
  • 1
    Usb OTG mass storage library. Good luck Commented Jul 17, 2016 at 13:37
  • 1
    Requires an USB Host Shield. The UNO can only work as device otherwise. Talking to a stick requires host role. Commented Jul 17, 2016 at 14:58

1 Answer 1

2

The Uno does not have any USB host or OTG capabilities on its own, and bit banging it is not easy. A USB Host shield, or a better microcontroller is needed.

answered Jul 17, 2016 at 18:02

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.