Cart

Your Shopping Cart is empty.

Continue Shopping

DIYmall PS2 Breakout Module Shield JoyStick Axis Game Controller For Arduino

$3.84  $2.30

Up To 50% Off,30-Day Returns
Add to Wish
  • All returns accepted: Returns Accepted
  • Brand: DIYmall
  • Condition: New
  • Connector: +5Vcc - GND - VRx - VRy - SW
  • Country/Region of Manufacture: China
  • Dimensions: 4 X 2.6 X 3.2CM
  • Item: PS2 Game sensor module
  • Item must be returned within: 30 Days
  • MPN: Does Not Apply
  • Model: FZ0058
  • Refund will be given as: Money Back
  • Restocking Fee: No
  • Return shipping will be paid by: Buyer
  • 1000 Units in Stock
  • Location:shenzhen
  • Ships to:Worldwide
  • Condition:New
  • heart Popularity - 24002 views, 3428.9 views per day, 7 days on eBay. Super high amount of views. 1106 sold.
  • usd Price - Avg: $0.00, Low: $0.00, High: $0.00. Best quality when compared to PicClick similar items.
  • star Seller - + items sold. 0% negative feedback. Great seller with very good positive feedback and over 50 ratings.
Store category<br>Sign Up Now !<br>You may also like<br>DIYmall PS2 Breakout Module Shield JoyStick Axis Game Controller For Arduino<br>Product Description<br>PS2 Joystick Game Controller JoyStick Axis Breakout Module Shield For Arduino<br>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.<br>Description:<br>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.<br>The joystick is a combination of 2 analoog potentiometer and a digital switch.<br>Test:<br>For Arduino controller × 1<br>USB data cable × 1<br>PS2 Game sensor module × 1<br>Connection for Arduino and Joystick module:<br>GND --> Module pin -<br>+5V --> Module pin +5V<br>Analoog 0 --> Module VRx<br>Analoog 1 --> Module VRy<br>Example Code:<br>// Module KY023<br>// For more info<br>int JoyStick_X = A0; // x<br>int JoyStick_Y = A1; // y<br>int JoyStick_Z = 3; // key<br>void setup ()<br>{<br>pinMode (JoyStick_X, INPUT);<br>pinMode (JoyStick_Y, INPUT);<br>pinMode (JoyStick_Z, INPUT);<br>Serial.begin (9600); // 9600 bps<br>}<br>void loop ()<br>{<br>int x, y, z;<br>x = analogRead (JoyStick_X);<br>y = analogRead (JoyStick_Y);<br>z = digitalRead (JoyStick_Z);<br>Serial.print (x, DEC);<br>Serial.print (",");<br>Serial.print (y, DEC);<br>Serial.print (",");<br>Serial.println (z, DEC);<br>delay (100);<br>}<br>Package Included:<br>1 X JoyStick PS2 Game Joystick Axis Sensor Module<br>JoyStick<br>Breakout Module Shield PS2 Joystick Game Controller for Arduino<br>Payment<br>Shipping<br>Delivery time<br>Return Policy<br>Contact us<br>Payment<br>1.We accept Paypal payment only , you can use credit card through PayPal.<br>2.Please make payment asap,then we can arrange shipment for you asap.<br>Shipping<br>If total amount ≥ 7usd ,we provide a tracking number with<br>you.<br>Delivery time<br>Normally it arrive in 10-30 business days when your order amount is more than 7usd.<br>And 30-60 days when amount is less than 7usd.<br>Return Policy<br>1.All products are eligible for 30-days money back guarantee.<br>2.All returns should be guided by us, please contact us for detail before you return anything.<br>Contact us<br>We request that you contact us immediately BEFORE you give us neutral or negative feedback, so that we can satisfactorily address your concerns.<br>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.<br>