T-vK / ESP32-BLE-Keyboard

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

Windows11 cannot work fine, but only ESP32-Pico works.... #319

Open uecken opened 3 months ago

uecken commented 3 months ago

BLE Keyboard cannot works in case of windows 11(Letsnote CF-SV) or Android14(Pixel6a) I tried below MCU, only M5StickC works fine.

MCU : ESP32S3 ESP32C3 ESP32C6 ESP32-WROOM-32 M5StickC(ESP32-Pico)

I will attach the serial logs.

logs: sending Enter key... Waiting 5 seconds... Waiting 5 seconds... Waiting 5 seconds... Waiting 5 seconds... Waiting 5 seconds... Waiting 5 seconds... Waiting 5 seconds... Sending 'Hello world'... Sending Enter key... Waiting 5 seconds... Waiting 5 seconds... Waiting 5 seconds... Waiting 5 seconds... Sending 'Hello world'... Sending Enter key... Waiting 5 seconds... Waiting 5 seconds... Sending 'Hello world'... Sending Enter key... Waiting 5 seconds...

In case of windows10, all hardware can work fine.

In case S3 and C3, I used this https://github.com/T-vK/ESP32-BLE-Keyboard/pull/318/files . In case C6, I used https://github.com/siroitori0413/ESP32-BLE-Keyboard