LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Does LabView display the Bluetooth signal strength when running on Windows XP?

I am interested in getting the Bluetooth signal strength in a Windows XP application. I would like to use the Microsoft bluetooth drivers for my application. First, Does LabView display the Bluetooth signal strength when running Windows XP? Secondly, If it does what Windows API(s) does it use to get access to this information?
0 Kudos
Message 1 of 2
(3,993 Views)
Hi,

It does not seem like the Bluetooth VIs allow you to display the signal strength and I can definitly enter that as a product suggestion for the Bluetooth functionality in LabVIEW. For now, I would suggest going through the Windows API and searchingn for RSSI - Received Signal Strength Indication. I did not have a lot of luck in my searches through Microsoft, but you can give that a shot and post back with any more headway you make.

Also, you can try going to SourceForge.net. Just doing a search for Bluetooth and RSSI popped up several hits of code that has been developed for Bluetooth applications. Then, you can see about creating a DLL call to a particular function that will return RSSI information to you, to which
you can then use in LabVIEW with the Call Library Node.vi.

Hope this helps and best of luck!

Kileen C.
NI
0 Kudos
Message 2 of 2
(3,994 Views)