HID_Buttons
Arduino library making it easier to use HID buttons (by dmadison)
ArduinoXInput
XInput library for USB capable Arduino boards (by dmadison)
HID_Buttons | ArduinoXInput | |
---|---|---|
4 | 14 | |
22 | 396 | |
- | 2.5% | |
3.2 | 4.2 | |
over 4 years ago | over 1 year ago | |
C++ | C++ | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
HID_Buttons
Posts with mentions or reviews of HID_Buttons.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-11.
-
Hello all I’m attempting to code a car shifter to a sparkfun pro micro 2040 in arduino ide.
Make sure you have the Arduino Joystick library installed as well as, say, the HID_Buttons library.
-
PC controller, pot isssue
You need status checks on all of your keyboard outputs, just like the nPressed values for the analog axes. You can create values for each input, but there are libraries that make it easier.
-
Potentiometer & teensy
You can simplify the press/release logic by sticking that into a function, or better yet build a class to manage the output state. You could also use a library.
-
I'm trying to make this BBC Micro keyboard work with a normal usb connection. I connected one key to the Arduino Leonardo, the software has no delay, yet when it's held in it momentarily stops, any idea? Is the Arduino code too slow? I want to use this keyboard for general use so it's important
This (obviously) gets tedious. You can use various libraries to make your life easier:
ArduinoXInput
Posts with mentions or reviews of ArduinoXInput.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-08-20.
-
Help with coding arduino joystick
I am currently trying to create a controller for windows that shows up as an Xbox 360 controller or some other game compliant HID controller. I initially tried following this tutorial, however, the code provided does not work for my purpose because it includes all the buttons of a normal controller whereas I just need a joystick input, and one button. Can someone help me write code using the ArduinoXinput that programs 1 joystick and 1 button input on the Arduino Pro micro?
-
Trouble with using the xinput API
There are arduino libraries that’ll work with boards like the teensy and pro nano - https://github.com/dmadison/ArduinoXInput
- Sending custom commands with teensy to act as a game controller.
-
my diy steamdeck
I would of thought xinput would work on Steam? Pretty sure my 8bit duo uses xinput
-
USB Encoder that defaults to XInput mode
I ended up purchasing some Arduini clones on Amazon and losing this: https://github.com/dmadison/ArduinoXInput
-
Custom controller with onboard mapping
define "profile" a set of associations from digital/analog pins to logical joystick button, joystick axis (both traditional and xinput, I saw there's a library to support that https://github.com/dmadison/ArduinoXInput), keyboard button, mouse button, mouse movement identifiers.
- Any way to process joystick inputs and make them into the same input as moving a joystick on a Xbox controller?
-
time working slower before reset
Did you follow all the instructions to use this library, found here?
-
Ok so I'm new and trying to make a flight yoke using an Arduino Uno
Well a simple option would to use a library that makes a arduino act like xbox 360 controller. Like This One and use the map function in the coding to spread out the pots signals accordingly
- Is this possible? What PCB(s)?
What are some alternatives?
When comparing HID_Buttons and ArduinoXInput you can also consider the following projects:
Karabiner-DriverKit-VirtualHIDDevice
ESP32-BLE-Mouse - Bluetooth LE Mouse library for the ESP32 (Arduino IDE compatible)
DualShock4-emulator - DualShock4 emulation for Xbox controllers or keyboard and mouse / Эмуляция DualShock4 для Xbox контроллеров или клавиатуры и мыши
ArduinoJoystickWithFFBLibrary - An Arduino Joystick Library With Force Feedback Feature
Ch376msc - Arduino library for CH376 mass storage contoller