Hi,
I´m Denis Genero from Argentina.
I´m very new in usb communication, so I decided to make a project consisting on interface a PS3 controller via USB to a TM4C123g microcontroller to get some experience in this subjet. I´ve been watching the keyboard and mouse examples and figured out that a library is needed to interact with both devices. There is a library for PS3 controllers, but is for Arduino+USB host shield (a shield is like a BoosterPack).So this is what came to my mind: I configured the Tiva board as a host, receive data packages from the HID controller, and translate those packages in simple data (i.e: if the X botton of the controller is pressed, UART console show the word 'cross', and so on). So my questions are:
Can this project be done?
Do I need to make a library for the PS3 controller?
Can I "treat" the PS3 controller as a generic HID?
Any help, advice or example would be very usefull for me.
Thank you very much!!