Hi Bill,
Thanks for your awsome work on the PS2X library!
I’ve connected a original PS1 dual shock controller as suggested, to an arduino UNO, power the controller successfully with (3.3 and) 5 V. CLK is set to 15. Runs with the error handler commented from the setup function.
The issues are: – The controller refuses to go into pressure mode
– Is recognized as a guitar when error handler is run in setup function
– Prints to serial out “R3 pressed” upon every event from the controller
– Do not read pressure values
– Prints “R3 pressed” when L3 is pressed. Does not react to R3 beeing pressed.
I applied the suggested fixes from your troubleshooting guide, but I couldn’t solve my issues.
Any suggestions are welcome 😀