08-10-2013 03:03 AM
Does anyone know if Labview 2013 bluetooth VIs will support bluetooth LTE?
08-12-2013
01:32 PM
- last edited on
05-08-2025
11:30 AM
by
Content Cleaner
HI Barddya,
LabVIEW uses RFCOMM, a protocol in the Winsock interface: https://www.ni.com/docs/en-US/bundle/labview/page/using-labview-with-wireless-devices.html#d43266e13...
In short if windows has a driver for the bluetooth version you want, LabVIEW can use it. Are you interested in Bluetooth 4.0?
08-12-2013 02:58 PM
Thank you for the info, and yes I am very interested in Bluetooth LE
04-01-2014 02:07 PM
Hi, I'm also interested in connect labview with a Bluetooth 4.0 device.
I can create a functional connection between my laptop and the 4.0 device (TI sensortag).
However, if I try to make the connection through labview I'm not able to discover the 4.0 device, only the old bluetooth devices.
How is it possible? If my computer can do the connection, why labview cannot find the device?
01-07-2016 04:04 AM
I too looking for similar solution. please help
01-08-2016
01:58 PM
- last edited on
05-08-2025
11:30 AM
by
Content Cleaner
Currently, LabVIEW Bluetooth VIs do not support Bluetooth 4.0. Please feel free to reinforce the suggestions already made on our LabVIEW Idea exchange:
https://forums.ni.com/t5/LabVIEW-Idea-Exchange/Bluetooth-Low-Energy-BLE-support/idi-p/3080038
As an alternative, you can find Bluetooth 4.0 DLLs through microsoft and you can subsequently wrap those DLLs in LabVIEW code:
BluetoothFindFirstDevice function
https://msdn.microsoft.com/en-us/library/windows/desktop/aa362784
How Do I Call a Dynamic Link Library (DLL) from LabVIEW?
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000YGggCAG&l=en-US
Tutorial: Creating Wrapper VIs for C/C++ DLL functions using the Import Shared Library Wizard