WMYCONGCONG WGCD 10pcs PS2 Joystick Breakout Module Game Controller for Arduino
Thumbnail 1Thumbnail 2Thumbnail 3Thumbnail 4Thumbnail 5

WMYCONGCONG WGCD 10pcs PS2 Joystick Breakout Module Game Controller for Arduino

Product ID: 312059942
Secure Transaction
5V power
🎮10 pcs
🔌2.54mm pin

Description

🎮 Level Up Your Projects with Precision Control!

  • PLUG AND PLAY - Standard 2.54mm connector for effortless integration.
  • IDEAL FOR MAKERS - Perfect for hobbyists and professionals looking to elevate their game!
  • PRECISION CONTROL - Experience bi-directional resistance for accurate gameplay.
  • UNLEASH YOUR CREATIVITY - Transform your Arduino projects with 10 versatile joystick modules!
  • DYNAMIC VOLTAGE RESPONSE - Enjoy real-time feedback with voltage ranging from 0V to 5V.

The WMYCONGCONG WGCD 10pcs PS2 Joystick Breakout Module is a set of 10 high-quality joystick modules designed for Arduino enthusiasts. Each module features a standard 2.54mm pin connector, operates on a 5V power supply, and provides precise control with a bi-directional 10k resistor. The voltage output varies dynamically from 0V to 5V based on joystick movement, making it an ideal choice for interactive projects and gaming applications.

Are the adc readings on these consistet? meaning full throtle 1024, center 512, and fully pulled 0.
Does this have the button press that traditional console joysticks have?
Is there a way to remove the centering mechanism without destroying it?
Will the joysticks fit a ps2 controller?

Reviews

J**T

Not bad at all

These are somewhat bigger than I was expecting, but that's a good thing, because they have plenty of useful travel range. I've tried a number of different ways of controlling projects, including touchscreens, 5-button navigation switches, spin and push encoders, and up/down/push buttons in several styles, but this is the best when it comes to having fine control.

A**Y

Smooth gradation of values - see code...

I'm not sure why some folks are having issues getting a smooth sample of values across the stroke of the joystick's axis. It is important to note these are not intended to be maxed out to extent position anyway. You can only move about half way or a little more to the edge before it is overwhelmed. So perhaps people are just not moving slowly. Got me. But here is some code I used to test mine with. No issues. I hope this helps someone.../* micro joystick test sketch / atomkey 2019 doesn't test for the push button feature - that's simple ~does test for the analog read on the x and y axis I coded this for folks that have said there are only three gradations of measure they can get. This runs fine on my Arduino and generates a smooth gradation from 1024 max to 512 center and then to 0 minimum. Keep in mind the joystick isn't intended to be moved to its extreme extents. The boundry is not at the outer edge. 4 wires from the joystick to the arduino 2 for the axis 1 for the ground and 1 for the +5v */int sensorPinX = A0; // input pin joystick x axisint sensorPinY = A1; // input pin joystick y axisint sensorValueX = 0; // variable x axisint sensorValueY = 0; // variable y axisvoid setup() { Serial.begin(9600);}void loop() { // read the x,y values from the sensor: sensorValueX = analogRead(sensorPinX); sensorValueY = analogRead(sensorPinY); Serial.print(sensorValueX); // show results Serial.print(" "); // on serial monitor as Serial.println(sensorValueY); // two columns of data delay(150); // for even smoother (stable) results you can perform a // mean sample run. That's where you sample the signal // n times over t seconds and take the average of the reads.}

B**N

Don't expect to get the plastic box

Joysticks are fine and work well. They come individually bagged in a cardboard box. Ignore the picture of them in a plastic container, you ain't getting it.

A**3

The price is right, but the resoultion sucks.

These are definitely what they say they are, but you shouldn't buy these expecting to use them with any projects that require fine control; the resolution of the potentiometers really sucks.

E**5

Not terrible for the price.

For $1.20 each, these aren't bad. They support analog X and Y, and have a built-in switch, perfect for making your own homebrew controllers with an analog input. A couple of the other reviews are saying they're not analog, and I can see why one would think that. They hit max value about halfway through the physical actuation range, and the recentering bump in the middle means if you sweep from maximum to minimum there's a small "bump" on the meter, but they do actually have an analog range in the middle of that. I just kind of wish it was larger.I might experiment with modifying the x/y potentiometers to expand the range/sensitivity.

Common Questions

Trustpilot

TrustScore 4.5 | 7,300+ reviews

Yusuf A.

Fantastic experience overall. Will recommend to friends and family.

1 month ago

Pooja R.

The customer service exceeded my expectations. Perfect for buying products you can't find elsewhere.

1 week ago

Shop Global, Save with Desertcart
Value for Money
Competitive prices on a vast range of products
Shop Globally
Serving over 300 million shoppers across more than 200 countries
Enhanced Protection
Trusted payment options loved by worldwide shoppers
Customer Assurance
Trusted payment options loved by worldwide shoppers.
Desertcart App
Shop on the go, anytime, anywhere.
200 Lei
Romaniastore
1
Free Returns

30 daysfor PRO membership users

15 dayswithout membership

Secure Transaction

Trustpilot

TrustScore 4.5 | 7,300+ reviews

Ayesha M.

The product exactly matches the description. Very satisfied with my purchase.

5 days ago

Sneha T.

Received my product in pristine condition. Great service overall.

1 month ago

Wmycongcong Wgcd 10pcs Ps2 Joystick Breakout Module Game Controller Arduino | Desertcart Romania