10-12-2020 03:16 AM
How do I get GATT from a device using LabVIEW BLE Toolkit?
I've managed to communicate with the device using a Handle, but it turns out that the Handle isn't persistent and the UUID should be used. By reading the GATT, I could find which Handle is connected to a specific UUID.
10-14-2020 05:23 AM
Hi FrasseKatt,
This toolkit isn't maintained by NI. It would be better to get support through the BLE Toolkit Community Page: https://forums.ni.com/t5/Community-Documents/LabVIEW-BLE-Bluetooth-Low-Energy-toolkit/ta-p/3538612?p...
10-14-2020 06:08 AM
Thanks for the tips!
My question is now posted on the BLE Toolkit Community page.
10-14-2020 07:26 AM
Hi,
I have developed the BLE LabVIEW driver based in windows 10 UWP platform. Here, we no need to have any Bluetooth dongle. It uses the PC / Laptop windows Bluetooth driver. You can find the library at below location:
10-29-2020 07:57 AM
At the first look at your BLE driver, it looks quite similar to BLE Toolkit.
Can tell me how you get the GATT table with your driver?
11-01-2020 10:02 PM
Developed the driver by referring the example code at below location:
https://docs.microsoft.com/en-us/samples/microsoft/windows-universal-samples/bluetoothle/