LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

i want to interface mobile phone to pc can i do it with labview? how?

I am doing a project which requires getting network related infos from CDMA mobile phones, how can i acquire the data from mobile phones using labview.
0 Kudos
Message 1 of 4
(2,997 Views)
> I am doing a project which requires getting network related infos from
> CDMA mobile phones, how can i acquire the data from mobile phones
> using labview.

I'm not sure what it is you are wanting to retrieve, but in the past,
we've use the wireless html to download info to phones. You could use
something like HTML forms to submit data back to a web server, which
could be the LV web server, or it could go into a database that LV then
reads out.

If by network, you mean signal and antenna strength or tower you have a
signal through, you'll have to wait for a more cell phone savvy person
to help you find the protocol you need to tap into.

Greg McKaskle
Message 2 of 4
(2,997 Views)
At one time, I worked for a company that manufactured mobile phones, although these were TDMA, the test process may be similar.... On many phones there is a connector that provides OEM access for connection to a computer or device for initial factory programming, changing setting values, and interface with Faders and simulated Base Stations. This connector transmits information into the phone, and can read binary values from the phone registers, too. In our specific case, this was a set of simple binary values, each one representing one aspect of call performance, or network conditions. Is the phone camping on a channel? Which channel? Is a call incoming, and at what signal strength? Anyway, by sending these signals (from Labview) out the RS-232 port (and into th
e phone using a small interface board), and then reading the responses, we collected measurements and status from the phone. So, does your phone provide a connector for factory interface, or can it otherwise read the status screen on your phone? I hope that helps. If you need more details about this method, just drop me an email at tomj@flash.net.
Message 3 of 4
(2,997 Views)
Look here for some VIs for a Nokia from Andrea. You can also search the forum for "Nokia" or "mobile phone" to find lots of discussions.
0 Kudos
Message 4 of 4
(2,997 Views)