Skip to content

PS2 controller emulator designed for the PIC16F18876

License

Notifications You must be signed in to change notification settings

Gmanmodz/Ps2Plus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

PS2 Plus

A PS2 controller emulator for PIC16F microcontroller. Thank you to mcranford13/Matthew for the initial code base as this is a fork of his project with continuation. I've debugged the PS2 protocol and increased the compatibility across PS2 games. More testing will be done to see if there are any remaining bugs.

Build

You will need a pickit3, MPLAB (free), and XC8 compiler to flash this. To build from source, open the firmware project in MPLAB and click 'run'. This will compile the project and then initiate the transfer to the mcu.

Analog Stick Setup

  1. Press Select, L1, and L2 to enter configuration mode. The PS2 should say that there is no controller connected (if you are in a game).
  2. Move the analog sticks slowly in a circle.
  3. Press Select, L1, and R1 to exit. The PS2 should now recognize the controller.
  4. Reboot the controller (rebooting the ps2 works too). Analog sticks should now be working.

To set the analog sticks back to the default values:

  1. Press Select, L1, and L2 to enter configuration mode.
  2. Press L2, R2, Select, Start.
  3. Reboot controller (or ps2).

Hardware

A new pcb with new pin mapping will be uploaded soon.

Acknowledgements

This project has only moved forward due to these individuals and sites (in no particular order):

  1. Curious Inventor - documentation of the PS2 controller Protocol
  2. Scanlime - documentation of the PS2 controller protocol
  3. Aurelio Manara - for answering countless questions and advice.
  4. Gman - for initial interest in this project and countless contributions to it.
  5. PS2Dev Team - for all the hard and amazing work on homebrew for the PS2.

About

PS2 controller emulator designed for the PIC16F18876

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SWIG 97.0%
  • C 1.8%
  • Makefile 1.1%
  • Shell 0.1%