How to transmit Android real-time sensor data to computer?

Sibbs Gambling picture Sibbs Gambling · Aug 15, 2013 · Viewed 20.8k times · Source

I wish to transmit real-time sensor data collected by Android smartphone to my computer and do the signal process on my computer. How may I achieve that? Any helpful links to tutorials are very well welcomed.

Either by wireless means or USB cables is acceptable.

When the data are transmitted, how may the computer process them?

I am familiar with Python, and so perferrably use Python to deal with the coming data.

Is it possible for Python to continuously accept newly come data and process them?

Answer

eadmaster picture eadmaster · Mar 1, 2017

Some Android apps allow you to share the sensors via the network:

You can also read the sensors via ADB!