T-vK / ESP32-BLE-Mouse

Bluetooth LE Mouse library for the ESP32 (Arduino IDE compatible)
753 stars 145 forks source link

Doesn't appear to work on windows 7 #6

Open AlessandroAU opened 4 years ago

AlessandroAU commented 4 years ago

I've uploaded an example, I can pair using two different windows 10 laptops and my android phone. However, I tested on two other windows 7 machines and they cannot see the Bluetooth device at all.

T-vK commented 4 years ago

Maybe your Windows 7 machines don't support Bluetooth LE?

AlessandroAU commented 4 years ago

Hmm interesting, I am using a CSR 4.0 dongle (CSR8510) which should support LE

T-vK commented 4 years ago

Maybe your driver doesn't (fully) support BLE. If you're using a driver provided automatically by Windows, you might wanna install the driver the manufacturer provides if they do.

T-vK commented 4 years ago

Can you try again with the latest release? I don't have high hopes, but maybe it resolves your issue.