Arduino-PS2X icon indicating copy to clipboard operation
Arduino-PS2X copied to clipboard

Ps2 Clone Controller Giving The Error Unknown Controller Type

Open computer-zombie opened this issue 2 years ago • 1 comments

I made the connection just as in the description of the library and uploaded the Example code onto an Arduino Uno, but i keep Error 1 which says

No controller found, check wiring Unknown Controller type

I tried 5v and 3.3v, still nothing.

computer-zombie avatar Apr 19 '23 08:04 computer-zombie

Assuming you have the controller connected correctly, try and run this line twice with a small delay added.

error = ps2x.config_gamepad(PS2_CLK, PS2_CMD, PS2_SEL, PS2_DAT, pressures, rumble);

This has helped me in the past but there are a lot of issues you could be running into.

SerEpicPanda avatar Apr 19 '23 09:04 SerEpicPanda