ESP32-BLE-Keyboard icon indicating copy to clipboard operation
ESP32-BLE-Keyboard copied to clipboard

Is it incompatible to use CSR Dongle in Win7 or Win10?

Open LusterWong opened this issue 5 years ago • 5 comments

Thank you very much for this wonderful library.

A BLE KB test on ESP32 DEVKIT found iphones and Android phones working fine, but I tested three dongle chips using CSR dongle in Windows 7 or 10, and Windows couldn't find bluetooth for ESP32.

I tried installed the CSR driver(CSR Harmony) test and it also failed.

What should I do, thank you

LusterWong avatar Aug 17 '20 07:08 LusterWong

I don't know. Probably depends on if it supports BLE or not.

T-vK avatar Aug 17 '20 12:08 T-vK

I don't know. Probably depends on if it supports BLE or not.

The chip I used was CSR8510 and confirmed that it was BLE enabled, but I've tried five PCs and still can't recognize the Bluetooth keyboard for ESP32.

In addition, I also bought dongle of BCM20702, but it still cannot recognize the Bluetooth keyboard.

LusterWong avatar Aug 26 '20 14:08 LusterWong

Same problem for me. Android,Apple,Linux works fine. But windows not, when I use this library: https://github.com/scottlawsonbc/espjoy , Windows finds the esp32.

beastdjw avatar Oct 09 '20 08:10 beastdjw

Same problem for me. Android,Apple,Linux works fine. But windows not, when I use this library: https://github.com/scottlawsonbc/espjoy , Windows finds the esp32. Thank you very much, this can be searched in windows. But i don't know how to modify for the HID keyboard program?

LusterWong avatar Oct 12 '20 02:10 LusterWong

It might be worth it to try #111 and see if that happens to fix the compatibility issues with that dongle.

T-vK avatar Aug 30 '21 11:08 T-vK