Page 1 of 1

New Bluetooth (BLE) HID Keyboard and Mouse Libraries for ESP32 Arduino

Posted: Fri Mar 27, 2026 5:31 pm
by HijelHub
I have released two new open source libraries on my github for building or emulating Bluetooth Low Energy HID Keyboard and Mouse devices.
Keyboard: https://github.com/HijelHub/HijelHID_BLEKeyboard
Mouse: https://github.com/HijelHub/HijelHID_BLEMouse

Install with the zip files from github OR just search "HijelHID" in the Arduino IDE library manager.

Re: New Bluetooth (BLE) HID Keyboard and Mouse Libraries for ESP32 Arduino

Posted: Thu Jul 02, 2026 1:18 pm
by Bill Bradbury
I have included your keyboard library into my ESP32C6 project and it works fine, thank you.
Also I tried to include your mouse library into the same project, since I need to send both keystrokes and mouse activity via BLE; and there is where I ran into trouble.
Is there any way of running both of your libraries simultaneously on the same platform?
Bill Bradbury