LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Detect a Bluetooth beacon

Solved!
Go to solution

I have a compact computer with Bluetooth and trying to detect that a unit sends beacons. I don't need to connect, just read the UUID (in a quick way).. 

I am using Labview 2020.

 

Does anyone has a idea of how this can be done?

0 Kudos
Message 1 of 5
(924 Views)
Solution
Accepted by topic author TakeANap

LabVIEW has no native support for BLE. You can try this library: https://github.com/prabubharathi85/LabVIEW-BLE-Driver

If that doesn't work you'll have to create your own library, probably using the Windows API API (https://learn.microsoft.com/en-us/windows/uwp/devices-sensors/bluetooth-low-energy-overview).

0 Kudos
Message 2 of 5
(892 Views)

I've never used them but there are several Bluetooth functions in the Data Communications/Protocols/Bluetooth palette.

 

-AK2DM

 

~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 3 of 5
(861 Views)

Yes. I have tested them all but no one seens to detect BLE beacons. I need the beacon and the UUID.

0 Kudos
Message 4 of 5
(821 Views)

Thanx! I made some quick tests and I can see the beacons. I will test the package of vi:s more.

Thanx again.

0 Kudos
Message 5 of 5
(818 Views)