Skip to content
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

Open
rvera opened this issue Nov 2, 2022 · 5 comments
Open

enableAnalogSticks not working #21

rvera opened this issue Nov 2, 2022 · 5 comments

Comments

@rvera
Copy link

rvera commented Nov 2, 2022

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?

  • Running on a pro micro
  • Using 3.3v 500ma as power for the controller as I read online that feeding it the full 5v 1a could hurt my controllers
@SukkoPera
Copy link
Owner

Are you using 1k pull-ups on CMD and DAT?

@rvera
Copy link
Author

rvera commented Nov 2, 2022

you mean if those pins are 5v 1A? Yes, only on the power pin I used some resistances to step down to 3.3v

@SukkoPera
Copy link
Owner

SukkoPera commented Nov 3, 2022

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.

@rvera
Copy link
Author

rvera commented Nov 3, 2022

That would be awesome, would love to see some official documentation about this

@SukkoPera
Copy link
Owner

SukkoPera commented Nov 3, 2022

Until I do that, you can follow the schematics of my shield.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants