LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using the Bluetooth of a Mobile Phone with LabVIEW

Hello,

Using Labview, is it possible to use the bluetooth present in a mobile phone to transmit data while the phone is attached with the PC. 

Thanks

0 Kudos
Message 1 of 21
(6,498 Views)

Hi,

first step : discovering bluetooth devices : HERE

 

I hope this will help you..

Regards,

V-F
0 Kudos
Message 2 of 21
(6,466 Views)

Thanks for reply

Both of these files dont work for mobile phone bluetooth detection.

0 Kudos
Message 3 of 21
(6,450 Views)

Here I want to clear that I want to receive and send information using the Bluetooth facility present in a mobile phone and don't want to connect the dongle.

Thanks

0 Kudos
Message 4 of 21
(6,447 Views)

Sorry, I don't understand what you mean by "don't want to connect the dongle".

this exemple has been made for communication between two Bluetooth devices, what ever the bluetooth device (integrated or usb key...)

V-F
0 Kudos
Message 5 of 21
(6,439 Views)

Hello,

I mean that on my PC side I don't want to connect any dongle but want to utilize the integrated Bluetooth of a mobile phone. 

But on the other hand their would definitely be a Bluetooth device.

So I am asking that how could one utilize the integrated Bluetooth of a mobile phone that is connected to PC through USB Cable into the LabVIEW.

0 Kudos
Message 6 of 21
(6,418 Views)

Hi,

I think you're dreaming... I hope beeing wrong !

Good luck for your researches...

Regards,

V-F
0 Kudos
Message 7 of 21
(6,412 Views)

So you think that Labview cannt utilize the bluetooth of a mobile phone.

0 Kudos
Message 8 of 21
(6,394 Views)

I think that Labview is not a problem : the real problem is the phone manufacturer and capabilities of datas between phone and computer.

 

It's as if you think that you can use the calculator of your phone on your computer ! You won't have access to all features of your phone, because the phone doesn't share features with computer.

 

The only way I see is to implement a soft on your phone which make the bluetooth transfer, and then make a copy//paste with labview.

 

V-F
0 Kudos
Message 9 of 21
(6,390 Views)

ramses64 ha scritto:

 

The only way I see is to implement a soft on your phone which make the bluetooth transfer, and then make a copy//paste with labview.

 



I think the same thing that ramses64 has written. The only way to do what you want to do for me is: write a software like a server side that has to run on your mobile and that has to control the traffic of the data from bluetooth to the PC and from the PC to the bluetooth. But I think you have to write this software in C++ language, I'm not sure if you can use labview mobile to develop a mobile-server software.

Ricky
Italian Developer engineer
www.www.selt-sistemi.com
0 Kudos
Message 10 of 21
(6,384 Views)