Patrick Anderson

Results 9 comments of Patrick Anderson

I think that the PS1 controller will give a different ID when the program checks what type controller it is. You may still get data out if you remove the...

So the controller is working but you will have to get the raw data from it to find out which data bits are for each button. PS2 controllers have analog...

I also found this link https://theteamasterix.wordpress.com/robo-sprint-2/robo-sprint/ It's made by someone who got the PS1 controller working with this library but they say it came up as a guitar hero controller

I think the circuit looks fine. It may be that the power supply isn't good enough but I doubt it. To initialise it multiple times you can just call the...

The dualshock 1 does not support pressures so that error is correct. Are you able to get the joystick values out when it thinks it's a guitar hero Contoller. Also,...

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...

Just checking that you are holding R1 or L1 to print the values as is in the example?

In this bit of code it shows which values are printed whilst R1 or L1 are pressed. In this case LY, LX, RY, RX. you could add labels in the...