ESP32-BLE-Gamepad icon indicating copy to clipboard operation
ESP32-BLE-Gamepad copied to clipboard

Bluetooth LE Gamepad library for the ESP32

Results 43 ESP32-BLE-Gamepad issues
Sort by recently updated
recently updated
newest added

Update the example code (the most important reference material for beginners) comments to reflect the correct parameter order of `setAxes()`.

Is there a way to name the device in game controllers menu? At the moment it's called based on how many inputs you have. I would like to change it....

The HID events for android are different then the ones on other systems. Most of them seem to be compatible, though analog triggers do not work with the standard right...

Getting this message when trying to verify a very basic sketch that just initializes a BleGamepad: ``` In file included from C:\Users\---\AppData\Local\Temp\.arduinoIDE-unsaved2024327-23876-1d2cf2o.t5zo\sketch_apr27a\sketch_apr27a.ino:2: c:\Users\---\Documents\Arduino\libraries\ESP32-BLE-Gamepad/BleGamepad.h:41:5: error: 'NimBLEHIDDevice' does not name a type;...

When I use the joystick sometimes have some float, you can add some filtering algorithms, before I did a low-pass filter, but did not have a good effect, it is...

when doing something like `BleGamepad bleGamepad("aaa", "aaa", 100); ` or even trying to use the default I see Unknown gamepad on this hardware test site https://hardwaretester.com/gamepad and in unity I...

I tried to use the BLE gamepad example from Arduino to make 2 gamepads and play cooperative games. The only difference in code is the name of the gamepad `BleGamepad...

Hi there, I'm currently using an Intel Mac with Arduino IDE 2.3.3. The libraries I'm using are NimBLE-Arduino 1.4.1 by h2zero and ESP32-BLE-Gamepad 5.4. The hardware I'm working with is...

I try to use alt+tab to open multitasking and it doesn't work, and when I use tab+shift it only does tab, I want to know if anyone has been able...

Upstream NimBLE version 1.4.2 allows us to set the PID, VID and GUID normally without needing to flip high/low bytes. Using PNPVersionField to preserve backwards compatibility since it was added...