ILMIOPARRUCCHIERE.IT ≡ Circuitoimpreso Development Board Arduino Ics
  • Arduino

  • Joystick 5 Pin Module For Arduino

Joystick 5 Pin Module For Arduino

$76.5 $131.58
Joystick 5 Pin Module For ArduinoArduino joystick is a device that can be used to measure the X-axis, Y-axis and Z-axis direction. It is also called the game console. It can be considered as a combination of a potentiometer and one button. This ‘Joystick 5 Pin Module For Arduino’ is an analog joystick – more accurate and sensitive than just ‘directional’ joysticks – with a ‘press in to select’ button. Since it is analog (10k potential meters), you’ll need two analog reading pins on your microcontroller to determine X and Y. Having an extra digital input will let you read the switch.Features:Working voltage: 3.3V – 5VOutput: 2 Analog Output Digital OutputPCB Included  How to connect and use Joystick 5 Pin Module For ArduinoAnalog joysticks are basically potentiometers so they return analog values. When the joystick is in the resting position or middle, it should return a value of about 512. The range of values goes from 0 to 1024. It can be used for major real-time projects like using in truck and traffic signal direction, etc..ConnectionConnection to Arduino and Arduinojoystick.Connect Vcc of joystick pin to the 5v of Arduino Uno.Connect Gnd of joystick pin to the Gnd of Arduino Uno.Connect I Rx of joystick pin to the 0 of Arduino Uno.Connect I RY Vcc of joystick pin to the 1 of Arduino Uno.Connect SW of joystick pin to the 2 of Arduino Uno.Sample Code –// Arduino pin numbers const int SW_pin = 2; // digital pin connected to switch output const int X_pin = 0; // analog pin connected to X output const int Y_pin = 1; // analog pin connected to Y output void setup() { pinMode(SW_pin, INPUT); digitalWrite(SW_pin, HIGH); Serial.begin(115200); } void loop() { Serial.print("Switch: "); Serial.print(digitalRead(SW_pin)); Serial.print("\n"); Serial.print("X-axis: "); Serial.print(analogRead(X_pin)); Serial.print("\n"); Serial.print("Y-axis: "); Serial.println(analogRead(Y_pin)); Serial.print("\n\n"); delay(500); } Package List:1 x Analog 2-axis Thumb Joystick with Select Button. Related video: How to connect and use a 5 pin Analog Joystick with an ArduinoFor other types of keypads, click KeypadsArduino জয়স্টিক হল একটি ডিভাইস যা X-অক্ষ, Y-অক্ষ এবং Z-অক্ষের দিক পরিমাপ করতে ব্যবহার করা যেতে পারে। একে গেম কনসোলও বলা হয়। এটি একটি potentiometer এবং একটি বোতামের সমন্বয় হিসাবে বিবেচনা করা যেতে পারে।
Arduino

Arduino

  • Arduino UNO R3 GREEN
    $12.15 $23.81
  • ESP32 CAM WiFi Bluetooth Camera Module Development Board ESP32 with Camera Module OV2640
    $46.52 $92.57
  • Arduino LilyPad ATmega328P
    $57.94 $95.02
  • Arduino Mega 2560 R3 Compatible Board with USB Cable
    $54.95 $95.06
  • Arduino UNO Compatible SMD Board | Sri Lanka
    $43.56 $83.2
  • Arduino Explore IoT Kit | Buy Online in Sri Lanka
    $60.76 $73.52
  • APC220 Bluetooth Voice Recognitation Multifunctional Expansion Board Module
    $35.04 $54.31
  • UNO WiFi R3 ATmega328P ESP8266 Devolopment Board
    $57.58 $99.04
  • Arduino Mega 2560 [Original] with cable
    $52.55 $100.9
  • Mini Router ONU UPS Board Module 40W V2.6 (Original)
    $51.08 $82.75
  • Robo Soccer DIY Kit (Competitive)
    $65.27 $108.35
  • Arduino Nano Controller ATmega328P
    $66.65 $102.64
  • Arduino Pro Mini ATmega328 Microcontroller
    $49.36 $70.58
  • Buy Arduino Due with cable
    $51.61 $102.19
  • Robo Soccer Chassis (SS)
    $60.07 $78.09
  • Arduino Uno ATmega 328P
    $51.9 $65.91

© 2026 - ILMIOPARRUCCHIERE.IT