LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to get GATT with BLE Toolkit

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.

0 Kudos
Message 1 of 6
(2,204 Views)

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...

0 Kudos
Message 2 of 6
(2,129 Views)

Thanks for the tips!

My question is now posted on the BLE Toolkit Community page.

0 Kudos
Message 3 of 6
(2,121 Views)

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:

 

https://forums.ni.com/t5/Example-Code/LabVIEW-Bluetooth-Low-Energy-Driver-development-using-Universa... 

Message 4 of 6
(2,116 Views)

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?

0 Kudos
Message 5 of 6
(2,058 Views)

Developed the driver by referring the example code at below location:

https://docs.microsoft.com/en-us/samples/microsoft/windows-universal-samples/bluetoothle/

 

0 Kudos
Message 6 of 6
(2,021 Views)