ESP32-BLE-Gamepad
ESP32-BLE-Gamepad copied to clipboard
Bluetooth LE Gamepad library for the ESP32
Just got an ESP32-C3 (RISC-V), more looking for some feedback, not critical. Maybe I can assist by testing. Tested some of the examples in the lib, just to make sure...
hi, it's possible to view 2 battery level info like a couple of ear buds?
Library 5.4 IDE 2.3.2 board ESP32 Wroom breakout board using the flight controller example straight from the example code will never compile keeps giving a ping time-out error or /Users/dwayne/Documents/Arduino/libraries/ESP32-BLE-Gamepad/BleGamepadConfiguration.cpp:...
More a place holder for info to get motion support into the library. Extend the library to support motion feedback, much like PS5 Dual sense controller, basically reporting something like...
Ladies and gentlemen, this is my first time writing here. I created a simple gamepad to send a few buttons and three axis via BLE to the PC. Works like...
Awesome project. Thanks a lot. For debug purposes it would be great to obtain information about the bluetooth device to which the ESP is connected, e.g. the mac address. Is...
Has anyone attempted to measure the input latency of this implementation?
Firstly, thanks for posting this library! Been trying to get bi-directional BLE communication functioning with an ESP32 and an Oculus Quest through a Unity app. Tried "Bluetooth LE for iOS,...
Possible covers #142 @lemmingDev how does this look as a PR for you? I think there are three places would be nice to make cleaner, setBatteryLevel section, ```BLECharacteristic``` read section...
Maybe more a suggestion that a feature request, possible to keep both ```NimBLE``` and ```Bluedroid``` branches on github? I see that NimBLE is in place, but using zip archives files...