6 years, 5 months ago.

Is there a library to host a gamepad on mbed?

Is there a library to host a gamepad on mbed?

Question relating to:

1 Answer

6 years, 5 months ago.

Abdelhak,

There is a good discussion (with example code and guides) on how to connect a mbed device to a USB gamepad located on this forum

In addition, we have XBOX 360 (wireless) example code and libraries on our components page

If you want to build your own controller out of joysticks and buttons, you can also find that on our components page. An example would be the Grove thumb joystick

Accepted Answer

Thank you Michael, I found it very helpful

posted by Abdelhak Bougouffa 26 Nov 2017

It was pretty simple, I wrote a simple library using USBHost, I published it here https://os.mbed.com/users/abougouffa/code/USBHostGamepad/ And this is a usage example, https://os.mbed.com/users/abougouffa/code/mbed_gamepad_example/

posted by Abdelhak Bougouffa 20 Dec 2017