T-vK / ESP32-BLE-Keyboard

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

Unable to press or execute any task #295

Open mohitarora1701 opened 2 months ago

mohitarora1701 commented 2 months ago

I am using Xiao seeed studio esp32s3 and that device is connecting and disconnecting sometimes when it connected to device it won't execute any task like its not printing, key pressing but loop is working inside bleKeyboard.isConnected(). Few weeks ago its working fine but now its not working. I tried BleMouse library is completely working fine.

pookzilla commented 2 months ago

I've been having similar issues and found that enabling NimBLE (as outlined in the readme) produces much better results.