@kylen12 said in Connecting Playstation 2 Controller via GPIO Pins:
Do you think it is feasible to have a Python script that would do so?
Probably yes, but I'm not famiiar with the SPI ecosystem on the PI. There's https://github.com/mholgatem/GPIOnext which is a simpler input simulation library (i.e. 1 GPIO line = 1 input/button) and can provide a starting point for the 'virtual' input device creation, but for the SPI part I'm afraid I have no idea.