eriklins / InsideBlue-BLE-Tool

InsideBlue BLE Tool is a cross-platform Bluetooth LE utility. It can scan for BLE devices showing device information and advert payload as well as connect to devices and access GATT services/characteristics.
MIT License
41 stars 10 forks source link

InsideBlue can no longer connect to BLE devices on Windows 11 #8

Open eriklins opened 1 year ago

eriklins commented 1 year ago

After switching to Windows 11, InsideBlue still does proper scanning for BLE devices, but connecting hangs for a while and finally fails. Not sure if related to SimpleBLE issue 31, which was related to Python bindings.

LoBoLd commented 11 months ago

HI eriklins, got the same issue. I was running InsideBlue on win10, after updating on win11 only the scan worked. Connecting always failed... Tryed to install py 3.12 but didn't worked... Did you have some news meanwhile? BR

eriklins commented 9 months ago

@LoBoLd I do not have any updates unfortunately. I tried rebuilding with latest version of SimpleBLE as well as Lazarus/Freepascal but still not able to connect to any device with Windows 11. Some did report that it would work when a device has been paired in Windows BT settings before attempting to connect, but that didn't work for me. It has nothing to do with Python version, since InsideBlue does not use Python at all.