Herunterladen Diese Seite drucken

Maker Factory MF-6402153 Kurzanleitung

Joystick modul

Werbung

Verfügbare Sprachen

Verfügbare Sprachen

BN 2134051
XY Joystick Modul
DE
Kurzanleitung
Version: 1
Lieferumfang
Produkt
l
Beschreibung
Das Produkt ist ein Joystick. x- und y-Achsen sind analoge Eingänge.
Die z-Achse ist ein digitaler Eingang (0 oder 1).
Entwickler Ressourcen
Entwickler-Ressourcen und zusätzliche Produktinformationen sind
verfügbar über:
https://www.conrad.de/
Pinout / Pin Map
Pin
Beschreibung
GND
Masse
+5V
Stromversorgung
VRX
x-Achse (analoger Signaleingang)
VRY
y-Achse (analoger Signaleingang)
SW
Taste (1 oder 0)
Anwendungsbeispiel
In diesem Beispiel werden Sie die Joystick-Eingabe am Serial Monitor
in der Arduino® IDE ausgeben.
Die Anweisungen basieren auf der Arduino®-Plattform. Sie kön-
nen auch ein Arduino Derivat oder eine andere Plattform ver-
wenden, die das Produkt unterstützt.
https://docs.makerfactory.io/
1

Werbung

loading

Inhaltszusammenfassung für Maker Factory MF-6402153

  • Seite 1 BN 2134051 XY Joystick Modul Kurzanleitung Version: 1 Lieferumfang Produkt Beschreibung Das Produkt ist ein Joystick. x- und y-Achsen sind analoge Eingänge. Die z-Achse ist ein digitaler Eingang (0 oder 1). Entwickler Ressourcen Entwickler-Ressourcen und zusätzliche Produktinformationen sind verfügbar über: https://www.conrad.de/ https://docs.makerfactory.io/ Pinout / Pin Map...
  • Seite 2: Technische Daten

    Anschluss Modul Arduino® Code value = 0; setup() { void pinMode OUTPUT (9600); Serial.begin void loop() { value = analogRead(0); Serial.print ("X:"); Serial.print (value, DEC); value = analogRead(1); Serial.print (" | Y:"); Serial.print (value, DEC); value = (7); digitalRead (" | Z: "); Serial.print (value, DEC);...
  • Seite 3 Entsorgung Elektronische Geräte sind Wertstoffe und gehören nicht in den Hausmüll. Entsorgen Sie das Produkt am Ende seiner Lebensdauer gemäß den geltenden gesetzlichen Bestimmungen. Sie erfüllen damit die gesetzlichen Verpflichtungen und leisten Ihren Beitrag zum Umweltschutz. Impressum Dies ist eine Publikation der Conrad Electronic SE, Klaus-Conrad-Str. 1, D-92240 Hirschau (www.conrad.com).
  • Seite 4: Delivery Content

    BN 2134051 XY Joystick Module Quick Instructions Version: 1 Delivery Content Product Description The product is a joystick. x- and y-axis are analog inputs. The z-axis is a digital input (0 or 1). Development Resources Development resources and additional product information are avail- able from: https://www.conrad.de/ https://docs.makerfactory.io/...
  • Seite 5: Specifications

    Connection Module Arduino® Code value = 0; setup() { void pinMode OUTPUT (9600); Serial.begin void loop() { value = analogRead(0); Serial.print ("X:"); Serial.print (value, DEC); value = analogRead(1); Serial.print (" | Y:"); Serial.print (value, DEC); value = (7); digitalRead (" | Z: "); Serial.print (value, DEC);...
  • Seite 6: Legal Notice

    Disposal Electronic devices are recyclable waste and must not be dis- posed of in the household waste. At the end of its service life, dispose of the product in accordance with applicable regulatory guidelines. You thus fulfill your statutory obligations and contribute to the pro- tection of the environment.

Diese Anleitung auch für:

2134051