Creating a game controller #256
Unanswered
KnoblauchSuppe
asked this question in
Q&A
Replies: 1 comment 3 replies
-
I dont know the other library, but why not? You could also use the Gamepad of this library. Gamepad, Joystick is just the same. But if you are using the 16u2 of the Uno, you need to create a serial communication between the two MCUs. This can be tricky. I recommend using a 32u4 here. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@NicoHood Hello, thanks for the awesome project, to allow non 32u4 chips to be used as HID devices. I am trying to create a flight simulator controller, or more accurately a flight stick. I would need 6 axis and some buttons (about 10,not much). Is it possible to use the arduino joystick library? (this library: https://github.com/MHeironimus/ArduinoJoystickLibrary ) Id like to know if its possible to do it before modifying my arduino. I am using an arduino UNO, which has 6 analog inputs. I would create something like the attached file
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions