-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
enableAnalogSticks not working #21
Comments
Are you using 1k pull-ups on CMD and DAT? |
you mean if those pins are 5v 1A? Yes, only on the power pin I used some resistances to step down to 3.3v |
No, this reminds me again I need to add proper instructions for connecting the controller to the Arduino. You need to put a 1k resistor between each of DAT, CMD (and ACK) and +3.3V. |
That would be awesome, would love to see some official documentation about this |
Until I do that, you can follow the schematics of my shield. |
Hi, I'm running this example
https://github.com/SukkoPera/PsxNewLib/blob/9b88bdda232b83a1b736be81c6973c0629072ede/examples/PSX2USB/PSX2USB.ino
and enableAnalogSticks fails for me on an official ps2 controller. Any idea of what could be going on?
The text was updated successfully, but these errors were encountered: