Microcontroller for game controller

Guest #4416349
Rate this post
useful
not useful
Hello everyone,

I am interested in creating my own game controller.

I know that there are some Arduinos which support the game controller 
creation (like the Arduino Esplora, the Leonardo or the pro micro), but 
I think it would be interesting to find a new microcontroller (since I 
know the Arduino series quite good, I think).

I read that I need USB HID support and thus native USB (so no V-USB or 
stuff like that). I know that the Atmega32U4 supports native USB, but 
are there others who support native USB and are well documented?

And if you have general advice on this topic, feel free to contribute!

Kind regards from Germany
Max Frank
Guest #4416553
Rate this post
useful
not useful
Max Frank wrote:
> Atmega32U4 supports native USB

These are much cheaper and much faster and HID demo is included:

http://www.silabs.com/products/mcu/8-bit/efm8-universal-bee/Pages/efm8-universal-bee.aspx

Even these ARM are cheaper and even have built-in ROM drivers for HID:

http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/lpc-arm-cortex-m-mcus/lpc-cortex-m3/lpc1300-series:MC_1403790687302

Reply

Please log in before posting.

or

Log in with Google account

Registration is free and takes only a minute.

Register now