50pcs for Arduino Dual-axis XY Joystick Module Higher Quality PS2 Joystick Control Lever Sensor KY-023 Rated 4.9/5, Price For Sale
$40.17
Description
Two-axis key joystick sensor module by the use of PS2 rocker potentiometer, with (X, Y) 2-axis analog output, (Z) 1 button digital output. With the Arduino sensor expansion board can produce remote control and other interactive works. In addition, this product in order to allow customers to more easily with the arduino expansion board and other standard interfaces, in the design of the X, Y, Z axis of the circuit are separate leads, the user can use 3-pin ARDUINO special line really plug into the expansion board .
Product performance:
1. Input voltage range: DC 3.3V to 5V
2. Output signal: the module special two-way analog output and a digital output interface, the output value corresponding to (X, Y) biaxial offset, the type of analog; keys that the user press the Z axis, Its type is digital switch.
3. Arduino controller can be programmed, the sensor expansion board plug, complete with creative remote interactive works.
4. Cross joystick is a bi-directional 10K resistor, with the rocker in different directions, the tap resistance with the change. This module uses 5V power supply, the original state of X, Y read voltage of 2.5V or so, when pressed with the arrow direction, the read voltage value increases with the maximum to 5V; arrows in the opposite direction to press, read the voltage decreases , The minimum is 0V.
test program:
Int JoyStick_X = 0; // x
Int JoyStick_Y = 1; // 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}
Y = analogRead (JoyStick_Y); z = digitalRead (JoyStick_Z); void loop () {int x, y, z;
Serial.print (x, DEC); Serial.print ( “,”);
Serial.print (y, DEC); Serial.print ( “,”);
Serial.println (z, DEC);
Date First Available : October 14, 2019
Manufacturer : IndustrialField
ASIN : B07Z453Y4H
Related products
-
Rugby 08 (PS2), Price For Sale
0 out of 5$42.39 Add to cart -
Sale!
Formula 1 98 COMPLETE Sony Playstation 1 PS1 Game (Renewed), Price For Sale
0 out of 5$194.74Original price was: $194.74.$156.75Current price is: $156.75. Add to cart -
Sale!
Sensor PS2-A7K PS2-L7A PS2-W7A, Price For Sale
0 out of 5$410.27Original price was: $410.27.$410.23Current price is: $410.23. Add to cart
Reviews
There are no reviews yet.