ESP32-Bluetooth-BLE-Remote-Control icon indicating copy to clipboard operation
ESP32-Bluetooth-BLE-Remote-Control copied to clipboard

An Example of using a BLE Remote Controller with an ESP32

Results 7 ESP32-Bluetooth-BLE-Remote-Control issues
Sort by recently updated
recently updated
newest added

I want to use this code in another opensource project under MIT license. Do you think it is possible to put a license file in so I do not have...

Hi there! First of all, thank you for offering us this great contribution to connect an external controller! I am facing an issue where my esp32 (Air mouse gyro) hangs...

Hi, thanks for this great work. I want to test it with a different joystick, but when I upload the code BLE-VRBOX.ino, I get a compilation error: ```Arduino : 1.8.12...

Hello, I would like to thank you so much for your awesome work. It is very clear and well documented. Thanks to your code, I managed to create a connection...

Hi there, I am trying to run your code (very useful by the way) with another gamepad, which of course uses the same HID service and similar layout (one joystick...

Greetings and thank you - it's a tremendous amount of work. I'm experiencing a constant reboot after successfully connecting to the server, in my case VR-PARK. The ESP32 reboots with...

`connectToServer()` and `setupCharacteristics()` are defined as `bool` but did not have a return value assigned in all paths. This lead to the firmware crashing at connection, similar to issue #7.