nandanhere / PiPyPS2

Circuitpython implementation of a PS2 controller adapter for Raspberry pi/ pi pico , with a port of PS2X in micropython
GNU General Public License v3.0
14 stars 3 forks source link

Wiring schematics #1

Closed 3Nplus1 closed 3 years ago

3Nplus1 commented 3 years ago

Hello. Thank you for porting PS2 to python. Can you update your wiring pic. and put pin names for both, PS2 part and PiPy part. Also can you put more comments on what is the protocol used to communicate (UART, SPI, I2C) with the device. Thx!

nandanhere commented 3 years ago

Hello! The wiring is the same for both PiPyPs2 and PS2X. I will update the Wiring diagram to include a bit more information. i can see that would be confusing . as for the Protocol, from what i have seen it appears to be a SPI interface with the Playstation acting as the master and controller acting as the slave. Here is a similar project with arduino. they explain how the controller communicates with the console If you'd like to propose any changes, a pull request is always welcome :)