Anonymous
Mar 30, 2026
Rating: 5/5
Reliable for robotics projects
I used this for a remote-controlled robot car. The dual-axis control is precise, and the build quality feels sturdy enough for repeated use.
Description
Reviews
| Brand | - |
| Category | Robotics / STEM Teaching Tools / Sensors |
| Origin | - |
| Operating Voltage | 3.3V - 5V DC |
| Output Type | Analog (X and Y axes) |
| Interface | 5-Pin Header |
| Compatibility | Arduino, Raspberry Pi, ESP32 |
| Dimensions | 24mm x 24mm x 20mm |
| Weight | 8 grams |
| Material | Plastic housing with metal contacts |
| Mounting Hole Diameter | 2.5mm |
| Temperature Range | -20°C to +70°C |
| Package Contents | 1x Joystick Module, 1x Pin Header Strip |
Anonymous
Mar 30, 2026
Rating: 5/5
Reliable for robotics projects
I used this for a remote-controlled robot car. The dual-axis control is precise, and the build quality feels sturdy enough for repeated use.
Anonymous
Mar 24, 2026
Rating: 5/5
Beginner friendly
As someone new to electronics, I found this very easy to integrate. Plenty of tutorials online match this specific module perfectly.
Anonymous
Mar 18, 2026
Rating: 4/5
Good value, easy to use
Great little sensor for the price. It took me less than 10 minutes to wire it up and get readings. Only minor issue is the pins were slightly bent upon arrival, but easily fixed.
Anonymous
Mar 12, 2026
Rating: 5/5
Exceeded expectations
Bought three of these for a school project. All three worked perfectly out of the box. Highly recommend for anyone needing reliable input modules.
Anonymous
Mar 10, 2026
Rating: 5/5
Perfect for DIY Controllers
This joystick module works flawlessly with my Arduino project. The analog output is smooth and responsive, making it ideal for building custom game controllers.
Anonymous
Mar 05, 2026
Rating: 4/5
Solid performance
Does exactly what it says on the tin. The range of motion is good, though the spring tension is a bit light for my taste. Still, excellent for prototyping.
Q: What is the resistance value of the potentiometers inside?
A: The internal potentiometers typically have a resistance of 10k ohms, which is standard for this type of module.
Q: How do I calibrate the center position if it drifts?
A: You can handle calibration in your code by reading the values when the stick is neutral and setting those as your zero-point offsets in the software.
Q: Can this be used directly with a 5V Raspberry Pi GPIO?
A: Yes, it operates within the 3.3V to 5V range, so it is compatible with Raspberry Pi GPIO pins without needing a level shifter.
Q: Does this module come with jumper wires?
A: No, the package includes the joystick module and a pin header strip, but jumper wires are sold separately.
Q: Is there a library available for ESP32?
A: While there isn't a dedicated library just for this hardware, it reads as standard analog inputs, so you can use basic analogRead functions in the ESP32 Arduino core.