Download Tokopedia App
Tentang TokopediaMulai Berjualan PromoTokopedia Care
tokopedia-logo
Kategori
Atur jumlah dan catatan

Stok Total: 86

Subtotal

Rp5.800

Control Lever Joystick Module Dual Axis XY KY-023 Compatible Arduino

Rp5.800
  • Kondisi: Baru
  • Min. Pemesanan: 1 Buah
  • Etalase: Micro Controller
Deskripsi Singkat: Rocker Module (Double Axis Button Rocker) Product size: 34.0mm * 26.0mm* 32.0mm (length x width x height) Product performance: - Input voltage range: DC 3.3V to 5V - Output signal: The module te sets two analog outputs and one digital output interface. The output values correspond to (X, Y) biaxial offsets respectively, and the type is analog; the button indicates whether the user presses on the Z axis. Its type is digital switching. - It can be programmed by Arduino controller, and the sensor expansion board can be plugged in to complete the creative remote interactive work. - The cross rocker is a bidirectional 10K resistor, and the resistance of the tap changes with the direction of the rocker. This module uses 5V power supply. In the original state, the X and Y read voltages are about 2.5V. When pressed in the direction of the arrow, the read voltage value increases with the value of 5V. When the arrow is pressed in the opposite direction, the voltage value is read. Reduced. Small 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 } void loop() { int x,y,z; x=analogRead(JoyStick_X); y=analogRead(JoyStick_Y); z=digitalRead(JoyStick_Z); Serial.print(x ,DEC); Serial.print( #34;, #34;); Serial.print(y ,DEC); Serial.print( #34;, #34;); Serial.println(z ,DEC); Dijual per 1pc Stok Ready, Langsung Dari Toko Kami!!!

Ada masalah dengan produk ini?

ULASAN PEMBELI

4.7/ 5.0

90% pembeli merasa puas

11 rating • 3 ulasan

5(10)90.91%
4(0)0%
3(0)0%
2(1)9.09%
1(0)0%