Skip to content

mcranford13/Ps2ControllerEmulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Ps2ControllerEmulator

Ps2 Controller Emulator for Arduino

NOTE: This code is very outdated and I will be releasing a fully-functioning ps2 controller emulator for PIC architecture soon.

What is this?

This code turns an arduino into a ps2 controller, created with building a portable Ps2 in mind.

Status

No support for Analog Sticks or Rumble (for now), but everything else works great. No support for Guitar Hero Guitar, but that would be very simple to add.

External Circuitry / GPIO

Because of the arduino's lack of a Open-Drain configuration on gpio, you will need to add it externally on the MISO and ACK lines.

What I have set up is: MISO <---4.7K resistor ---> (Base) Transistor, (Emitter) Tranistor <--> GND, (Collector) Transistor <-- 10K Resistor --> 3.3v .

NOTE: Due to the transistor not being able to switch instantaneously, some glitching on the MISO line may occur.

Also due to the Arduino Uno's lack of GPIO, an Arduino Mega is recommended to handle all the buttons and analog. 28 GPIOs are required for full controller functionality.

Credit

This would not have been possible for the following, and I highly recommend looking at their stuff for more information:

  1. Scanlime - For documenting the ps2 controller protocol, https://gist.github.com/scanlime/5042071
  2. CuriousInventor - Creating a very easy to follow reference, http://store.curiousinventor.com/guides/PS2/
  3. Aurelio Mannara - Guidance and mentoring.

About

Ps2 Controller Emulator for Arduino

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages