LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview 2014 communication with a Windows 7 app.

Because I cannot get Labview to communicate with my BLE device, I am sending the data to an Android app (BLE scanner Version 3.3), then up to Cloud and back down to my pc(Windows 7)  via a custom built app. Is it possible for Labview to communicate with this app so that I can carry out signal analysis on the data? If so, any advice or direction would be appreciated.

0 Kudos
Message 1 of 2
(2,753 Views)

Hi,

 

Currently, LabVIEW Bluetooth VIs do not support Bluetooth 4.0. If your Operating System does support BLE 4.0, it would be possible to use the Bluetooth DLL's provided by Microsoft and call those DLLs from LabVIEW. Please see the helpful links below.

 

BluetoothFindFirstDevice function

https://msdn.microsoft.com/en-us/library/windows/desktop/aa362784

 

How Do I Call a Dynamic Link Library (DLL) from LabVIEW?

http://digital.ni.com/public.nsf/allkb/DCB90714981A1F148625731E00797C33

 

Tutorial: Creating Wrapper VIs for C/C++ DLL functions using the Import Shared Library Wizard

https://decibel.ni.com/content/docs/DOC-9078

 

Hope this helps, have a great day!

Amy K
Applications Engineer
National Instruments UK & Ireland
0 Kudos
Message 2 of 2
(2,680 Views)