LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to extract data from the sensors of an android device to WIFI network using LabVIEW?

Hello There,

 

I need to take the data from the sensors of my android device to WIFI network using LabVIEW.

And these data should be available for use in LabVIEW processing.

I try to use data dashboard, but I just need the data of a sensor of the device send to my computer, I don't need the datas and my smartphone. 

These data have to be sent in the same network in which lies a sbRIO 9632, sending data to the same computer to process, It's possible.

 

Thanks for help me..

 

Ghost Hunter

0 Kudos
Message 1 of 2
(3,598 Views)

You won't be able to write LabVIEW code that runs on the phone to return the data. What you would need to do is look to see if there is an Android App that can publish the data of the phone's internal sensors over TCP/UDP/bluetooth(?) and you can then write your LabVIEW VI to read that data using an appropriate method (e.g. TCP).

 

I don't know of such an App - maybe you would have to write one which will be non-trivial. I tried a quick search of "sensor data tcp" and "sensor data" and there are some data loggers etc. for the phone sensors so maybe one of those will point you in the right direction.

 

There is a little bit of information here http://stackoverflow.com/questions/18107148/real-time-wireless-sensor-data-transfer-wifi-or-bluetoot... and here http://onlinepresent.org/proceedings/vol4_2012/50.pdf


LabVIEW Champion, CLA, CLED, CTD
(blog)
0 Kudos
Message 2 of 2
(3,561 Views)