---
product_id: 40760572
title: "2-Axis Joystick Joy Stick"
brand: "cutedigi"
price: "AED 27"
currency: AED
in_stock: false
category: "Electronics"
url: https://www.desertcart.ae/products/40760572-2-axis-joystick-joy-stick
store_origin: AE
region: United Arab Emirates
---

# 2-Axis Joystick Joy Stick

**Brand:** cutedigi
**Price:** AED 27
**Availability:** ❌ Out of Stock

## Quick Answers

- **What is this?** 2-Axis Joystick Joy Stick by cutedigi
- **How much does it cost?** AED 27 with free shipping
- **Is it available?** Currently out of stock
- **Where can I buy it?** [www.desertcart.ae](https://www.desertcart.ae/products/40760572-2-axis-joystick-joy-stick)

## Best For

- cutedigi enthusiasts

## Why This Product

- Trusted cutedigi brand quality
- Free international shipping included
- Worldwide delivery with tracking
- 15-day hassle-free returns

## Description

This is a 2-axis joystick module is styled after a PS2 analog stick. It has an X/Y 2-axis analog output and Z-axis single digital output channel button. The joystick is a combination of 2 analog potentiometers and a digital switch.  Test Code // Module KY023 // For more info see http://tkkrlab.nl/wiki/Arduino_KY-023_XY-axis_joystick_module 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_PULLUP);  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);  }

## Images

![2-Axis Joystick Joy Stick - Image 1](https://images-na.ssl-images-amazon.com/images/I/418H1Aw8qbL.jpg)

---

## Why Shop on Desertcart?

- 🛒 **Trusted by 1.3+ Million Shoppers** — Serving international shoppers since 2016
- 🌍 **Shop Globally** — Access 737+ million products across 21 categories
- 💰 **No Hidden Fees** — All customs, duties, and taxes included in the price
- 🔄 **15-Day Free Returns** — Hassle-free returns (30 days for PRO members)
- 🔒 **Secure Payments** — Trusted payment options with buyer protection
- ⭐ **TrustPilot Rated 4.5/5** — Based on 8,000+ happy customer reviews

**Shop now:** [https://www.desertcart.ae/products/40760572-2-axis-joystick-joy-stick](https://www.desertcart.ae/products/40760572-2-axis-joystick-joy-stick)

---

*Product available on Desertcart United Arab Emirates*
*Store origin: AE*
*Last updated: 2026-04-25*