Skip to content

A PS2 controller to USB adaptor using the PJRC Teensy.

License

Notifications You must be signed in to change notification settings

genhack/PS2_USB-Teensy2PP

 
 

Repository files navigation

Ps2_USB Teensy 2.0++ Mod.

Requirements

- A PJRC Teensy 2.0++ with 3.3v Regulator
- Arduino Ide and Teensy repo. Follow:(https://www.pjrc.com/teensy/td_download.html)

Wiring

Pinout Controller Ps2:

Pinout1

Pinout Teensy2.0++

Pinout2

Controller -------> Teensy
- Pin 1 ----------> Pin B3  23 DAT
- Pin 2 ----------> Pin B2  22 CMD
- Pin 3                        NC
- Pin 4 ----------> Pin  ⏚    GND
- Pin 5 ----------> Pin 3,3    VCC
- Pin 6 ----------> Pin B1 21  CLK
- Pin 7 ----------> Pin B0 20  ATT
- Pin 8                        NC
- Pin 9                        NC

Software

  • Cp Ps2x_lib in library folder

  • Tools ->

         Board -> Teensy 2++
    
         Port -> Hid: xxx
    
         Cpu Speed -> 8 to 16
    
         Usb type -> Keyboard + mouse + joystick
    
  • Run the PS2_USB.ino

Note

  • No Res need.
  • Led Flashing means no controller found.

Pict1

About

A PS2 controller to USB adaptor using the PJRC Teensy.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%