T-vK / ESP32-BLE-Keyboard

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

Windows 10 not recieving keystrokes #265

Closed blacknirvana closed 7 months ago

blacknirvana commented 7 months ago

I have tried both the stable 3.0 release and the newest release.

I can connect to the ESP32 Bluetooth no problem and it is detected as a keyboard, I can see from the serial monitor the connection is good and its running the loop in the example. But no keystrokes shows up on windows (using notepad to check).

I tried connecting to my Android phone and it works as intended and sends the expected keystrokes?

Not sure what I can try to test it any further.

blacknirvana commented 7 months ago

Got it working by enabling nimble mode in 0.3.2!