Visit Wishiot store

new Wishiot Thumb Joystick Module Dual Axis Sensor Game Controller Sensor Joystick Breakout Module Compatible with Arduino PS2 Raspberry Pi (10)

01301BAUXXB089VXPHDH
product-image
product-image
product-image
product-image
product-image
Shoptheworld
Shop the word
Shoptheworld
    1
    2
    3
    4
    5
    6
  • visa
  • mastercard
  • discover
  • Maestrocard
  • paypal
  • americanexpress
  • paytm
  • upi
flagProduct From USA  
new | Wishiot Thumb Joystick Module Dual Axis Sensor Game Controller Sensor Joystick Breakout Module Compatible with Arduino PS2 Raspberry Pi (10)
01301BAUXXB089VXPHDH
Wishiot
Free Delivery
Free Delivery
days Replacement
7 days Replacement
Manufacturers Warranty
Manufacturers Warranty
Top Brand
Top Brand
Blue Dart Delivered
Blue Dart Delivered
Secure Transaction
Secure Transaction
Product Details
【Regarding the voltage】:You will get 10 joystick sensor modules. The module uses 5V power supply, and the original state reading voltage of X and Y is 2.5V. In the direction of the arrow, the voltage increases, the maximum value is 5V, and in the opposite direction of the arrow, the voltage value decreases, and the minimum value is 0V
【Composition】:The joystick is a combination of 2 analog potentiometers and a digital switch, just connect to the two analog inputs and the robot can listen to your commands with X,Y control. Bidirectional 10 k resistor, the resistance varies with the joystick in different directions
【Applicable】:Game stick module for Arduino PS2, electronic building block standard connector with 2.54mm pins, can be easily connected to Arduino by normal IO Expansion Shield with cables
【Output】:The DO port is used for digital output, and the AO port is used for analog output
Please feel free to ask any questions you may have and will respond within 24 hours. We will give you a satisfactory solution
Product Ranking
#4365 in Single Board Computers (Computers & Accessories)
Product Description 3
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:
10 X JoyStick PS2 Game Joystick Axis Sensor Module


Product Specifications
Conditionnew
AsinB089VXPHDH
CategoryVideo Games
SubcategoryAccessories
LeafcategoryBISS Basic
MPNLS0058X10
ColorBlack
OriginUSA
BrandnameWishiot
Height1
Length1
Width1
Weight1