T-vK / ESP32-BLE-Keyboard

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

XIAO ESP32-S3 BLE Reconnection Problems on Windows 11 #304

Open Dooominickk opened 1 month ago

Dooominickk commented 1 month ago

Every time my ESP32 device is power cycled, it appears as "connected" on my Windows 11 PC, but no messages are transmitted. To restore functionality, I must manually remove and re-add the device in Windows Bluetooth Manager. The device reconnects seamlessly with iOS devices.

I have attempted modifications to the .cpp file as suggested in previous issues, but the problem persists. How can I resolve the BLE connection issue specifically with Windows 11?

Any guidance would be greatly appreciated.