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

Bluetooth LE Keyboard library for the ESP32 (Arduino IDE compatible)

Results 258 ESP32-BLE-Keyboard issues
Sort by recently updated
recently updated
newest added

Hi There, I've been trying to figure this out for a couple of days now, but is it possible to have two BleKeyboard instances in the same Arduino IDE sketch?...

help wanted

I just received the newer ESP32-C3. (M5Stack) And in non of the documentations I could find if it will support HID over BLE. I can confirm that it worked with...

Unfortunately I cannot provide any stacktrace or similiar. I remember it working fine half a year ago. - Example sketch - PlatformIO/ Arduino IDE does not matter - ESP gets...

I want to get a sign if BT is connected and thought a shortcut is a good way. But how to get the information that BT is connected? Sending directly...

Hi T-vK! Is it an idea to add version information to BleKeyboard.h? Something like this: ``` #define BLE_KEYBOARD_VERSION "0.0.3" #define BLE_KEYBOARD_VERSION_MAJOR 0 #define BLE_KEYBOARD_VERSION_MINOR 0 #define BLE_KEYBOARD_VERSION_REVISION 3 ``` This...

Would you be willing to add a license to your project? I wanted to incorporate your implementation of media keys in the standard Arduino keyboard library, to use with a...

help wanted

Sorry if this is a simple fix but I'm quite new to C++ coding and using microcontrollers. so im using this library for fix my keychron PCB and the diode...

im on arch linux trying to do the example but when i connect it disconnects right away but it still tries to send the keys im using blueman for bluetooth

help wanted

Hi, thanks for the wonderful BLE keyboard library. I am trying to put my Android device to sleep using your BLE library. Is there any keycode implementation that can sleep...

@T-vK First of all, thank you very much for developing such a useful library! 🙇 At this moment, users have to install the "Add .ZIP Library..." command, and users have...