Sale!

DIYmall PS2 Breakout Module Shield JoyStick Axis Game Controller For Arduino

$2.30

1156

  • Dimensions: 4 X 2.6 X 3.2CM
  • Country/Region of Manufacture: China
  • Item: PS2 Game sensor module
  • Return shipping will be paid by: Buyer
  • Restocking Fee: No
  • All returns accepted: Returns Accepted
  • Refund will be given as: Money Back
  • Item must be returned within: 30 Days
  • Condition: New
  • Model: FZ0058
  • Connector: +5Vcc - GND - VRx - VRy - SW
  • Brand: DIYmall
  • MPN: Does Not Apply

Description

Store category
Sign Up Now !
You may also like
DIYmall PS2 Breakout Module Shield JoyStick Axis Game Controller For Arduino
Product Description
PS2 Joystick Game Controller JoyStick Axis Breakout Module Shield For Arduino
Lots of robot projects need joystick. This module provides
a affordable solution to that. Simply connect to two analog inputs, the robot is
at your commands with X,Y control. It also has a switch that is connected to a
digital pin. This joystick module can be easily connect to (for) Arduino by normal IO
Expansion Shield with supplied cables.
Description:
The company produces PS2 game joystick axis sensor module consists of using original quality metal PS2 joystick potentiometer system For the (X, Y) a 2-axis analog output and for (Z) 1 digital output channel button.
The joystick is a combination of 2 analoog potentiometer and a digital switch.
Test:
For Arduino controller × 1
USB data cable × 1
PS2 Game sensor module × 1
Connection for Arduino and Joystick module:
GND –> Module pin –
+5V –> Module pin +5V
Analoog 0 –> Module VRx
Analoog 1 –> Module VRy
Example Code:
// Module KY023
// For more info
int JoyStick_X = A0; // x
int JoyStick_Y = A1; // y
int JoyStick_Z = 3; // key
void setup ()
{
pinMode (JoyStick_X, INPUT);
pinMode (JoyStick_Y, INPUT);
pinMode (JoyStick_Z, INPUT);
Serial.begin (9600); // 9600 bps
}
void loop ()
{
int x, y, z;
x = analogRead (JoyStick_X);
y = analogRead (JoyStick_Y);
z = digitalRead (JoyStick_Z);
Serial.print (x, DEC);
Serial.print (“,”);
Serial.print (y, DEC);
Serial.print (“,”);
Serial.println (z, DEC);
delay (100);
}
Package Included:
1 X JoyStick PS2 Game Joystick Axis Sensor Module
JoyStick
Breakout Module Shield PS2 Joystick Game Controller for Arduino
Payment
Shipping
Delivery time
Return Policy
Contact us
Payment
1.We accept Paypal payment only , you can use credit card through PayPal.
2.Please make payment asap,then we can arrange shipment for you asap.
Shipping
If total amount ≥ 7usd ,we provide a tracking number with
you.
Delivery time
Normally it arrive in 10-30 business days when your order amount is more than 7usd.
And 30-60 days when amount is less than 7usd.
Return Policy
1.All products are eligible for 30-days money back guarantee.
2.All returns should be guided by us, please contact us for detail before you return anything.
Contact us
We request that you
contact us immediately BEFORE you give us neutral or negative feedback,
so that we can satisfactorily address your concerns.
PS2 Joystick Game Controller JoyStick Axis Breakout Module Shield For Arduino

Lots of robot projects need joystick. This module provides a affordable solution to that. Simply connect to two analog inputs, the robot is at your commands with X,Y control. It also has a switch that is connected to a digital pin. This joystick module can be easily connect to (for) Arduino by normal IO Expansion Shield with supplied cables.

Description:

The company produces PS2 game joystick axis sensor module consists of using original quality metal PS2 joystick potentiometer system For the (X, Y) a 2-axis analog output and for (Z) 1 digital output channel button.

The joystick is a combination of 2 analoog potentiometer and a digital switch.