03-07-2016 11:08 AM
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.
03-10-2016 03:05 AM
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!