-
Notifications
You must be signed in to change notification settings - Fork 787
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues sending data to XBox 360 controller #824
Comments
to fix your trouble try download this fix, i see it in another issue, |
1 similar comment
to fix your trouble try download this fix, i see it in another issue, |
0x0D is hrJERR. |
I was able to figure that out. However, I can't find any insights into what that error actually means, what is actually wrong, or how to fix it. |
It's a communications error. How are you powering the mega adk? |
The mega ADK is being powered via USB to my MacBook Pro when I get the error. |
Might not be enough current. The controller may be attempting to charge. |
I have purchased this XBox 360 controller: https://www.amazon.com/dp/B0CC59Z93Q and am using it with an Arduino Mega ADK. I'm currently working on getting it to work with this library. So far I have updated XBOXREC.cpp so that the buttons are recognized correctly (as tested with the XBOXREC.ino example). However, I'm having issues sending data to the controller (changing LED status or rumble). I'm not looking for you to tell me how to do this (since you don't have the controller, I don't expect that), however I'm struggling to understand what's going wrong. I've debugged that on line 366, the rcode results in a 13 (0xD). I can't find any insights into what that actually means or how to fix it. Any help you can provide is appreciated. Thanks in advance!
If this helps, here is the output from USB_desc.ino
The text was updated successfully, but these errors were encountered: