Use Xinput Library to make a controller for the first Xbox

Hi everyone, I'm trying to make a controller for the original xbox (the first xbox) using an Arduino leonardo. The Xinput library is compatible? How can I interface arduino with the xbox?

Your question is answered in the README.

Please be aware that none of the currently available board packages support connecting to the console itself. Genuine controllers use a dedicated hardware security chip that handshakes with the console. Arduinos do not have this chip, and its security method has not been (openly) broken.

OK, thank you

are there some other libraries that i can use?
I'm trying to make a PS2 to XBOX controller adapter

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.