PlayStation 2(PS2) Controller (Serial Shield): Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoPS2ControllerSerial.png == Summary == Serial interface version of PlayStation 2 controller with simplified pin connections. == Description == The PlayStation 2(PS2) Controller (Serial Shield) provides a serial-based interface for PS2 controllers, offering the same functionality as the standard version but with reduced pin requirements through serial communication. Ideal for projects with limited available pins. <b>Diagram:</b> Image:TArduinoPS2Con..." |
(No difference)
|
Latest revision as of 09:41, 25 August 2025
Summary
Serial interface version of PlayStation 2 controller with simplified pin connections.
Description
The PlayStation 2(PS2) Controller (Serial Shield) provides a serial-based interface for PS2 controllers, offering the same functionality as the standard version but with reduced pin requirements through serial communication. Ideal for projects with limited available pins.
Diagram:
Properties
- Enabled - Enables or disables the controller interface.
Pins
Input Pins
- Small Vibrate Motor - Controls the small vibration motor.
- Large Vibrate Motor - Controls the large vibration motor.
- Clock - Clock signal for controller communication.
Output Pins
- Directional Buttons - Digital outputs for D-pad (Up, Down, Left, Right).
- ShapeColorButtons - Digital outputs for shape/color buttons (Green/Triangle, Blue/Cross, Pink/Square, Red/Circle).
- LeftFrontButtons - Digital outputs for left shoulder buttons (L1, L2).
- RightFrontButtons - Digital outputs for right shoulder buttons (R1, R2).
- LeftStick - Analog outputs for left stick (X, Y, Button).
- RightStick - Analog outputs for right stick (X, Y, Button).
- Select Button - Select button state output.
- Start Button - Start button state output.
- Out - Serial data output.
- Error - Error signal input.
Categories
- File:TArduinoDigitalCategory.png Category Digital - Game controller interface components.
- File:TArduinoInputCategory.png Category Input - User input devices.
- File:TArduinoSerialCategory.png Category Serial - Serial communication devices.