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
48 stars 12 forks source link

Does not work, while other solutions do #10

Closed unleashed7 closed 4 months ago

unleashed7 commented 4 months ago

While it can see the device, it throws the Failed to connect to device error. The logs show nothing why this could be happening.

The odd part is that I can connect to the device easily with something like this: https://flux-dev.vercel.app/

eriklins commented 4 months ago

If you're using Windows 11 it might be related to issue #8. I couldn't get it working on Win11 with Lazarus and SimpleBLE DLL. I finally rewrote it in C, see https://github.com/eriklins/BLE-Scout. This works on Win11.

unleashed7 commented 4 months ago

That makes sense, I do use Win 11. I've tried a couple others, the apps on MS Store work on Win11, like this one (github version) or python with bleak, etc.

unleashed7 commented 4 months ago

BLE-Scout seems to work, thanks!