1

I want to control my Arduino with USB gamepad. I know that exists library for USB keyboard for Arduino but I don't know any library for usb gamepad. I have PS3 styled gamepad. I dont want to use shield.

Any solution or help?

4
  • Does the controller act as a HID device? Commented Aug 16, 2018 at 18:32
  • Yes, Windows Device Managers says its HID-compliant game controller Commented Aug 16, 2018 at 19:06
  • If you've got a 32u4-based Arduino, I would start looking at the HID library, then. Commented Aug 16, 2018 at 19:12
  • and what model is your Arduino? Commented Aug 17, 2018 at 5:16

1 Answer 1

1

A USB host shield or mini board depending on your Arduino board should work.

https://github.com/felis/USB_Host_Shield_2.0

https://www.circuitsathome.com/usb-host-shield-hardware-manual/

Your Answer

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.