T-vK / ESP32-BLE-Keyboard

Bluetooth LE Keyboard library for the ESP32 (Arduino IDE compatible)
2.4k stars 399 forks source link

ESP-32S on windows10 #240

Open AmericanIntsrument opened 1 year ago

AmericanIntsrument commented 1 year ago

I am not able to get the BLE.keyboard to work. On my initial test with the example provided, the BLE.keyboard did seem to work and pressed the CTL+ALT+DEL keys a couple of times but stopped working after that.

AmericanIntsrument commented 1 year ago

Disregard this issue. I realized that I must forget and reconnect BLEkeyboard after each upload onto the ESP32.

Altarax commented 7 months ago

Hi ! Same here. On an ESP32S i can't make the library to work. I can connect, my laptop understands that it's an HID device but neither press or write methods are working... Did you solve your problem ?