Home Page

Sensorstream IMU+GPS 1.0 - Google Play




About Sensorstream IMU+GPS

This is an Android App for 2.3.3 Android OS and above. It deals with Hard- and Software Sensors which are integrated in Nowadays Smartphones. The User can select the Sensors and observe the current values of -...

This is an Android App for 2.3.3 Android OS and above.
It deals with Hard- and Software Sensors which are integrated in Nowadays Smartphones.

The User can select the Sensors and observe the current values of

- Accelerometer
- Gyroscope
- Magnetometer
- GPS Position
- .... and other Sensors

A Stream containing the Sensor-Values in CSV- Format by WLAN To a Client and/or a Stream To a SD-Card can be started and stopped. The Sensor-Update frequency can be adjusted.

There are some GPS-Algorithms running in the Background which transform the GPS data in different coordinate frames.

The Stream via WLAN uses the User Datagram Protocol (UDP) Interface.

The Project Page of this app can be found here:
http://sourceforge.net/projects/smartphone-imu/
Here you will be able to download the Source Code.

In order to receive the data you can use something like the Java File "QuoteClient"in the Files-Section of the Source Forge Project Page. Or use Python and compile:
------------------------------------------------------------
import socket, traceback

host = ''
port = 5555

s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
s.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1)
s.setsockopt(socket.SOL_SOCKET, socket.SO_BROADCAST, 1)
s.bind((host, port))

while 1:
try:
message, address = s.recvfrom(8192)
print (message)
except (KeyboardInterrupt, SystemExit):
raise
except:
traceback.print_exc()
------------------------------------------------------------

Enjoy Navigation!



Previous Versions

Here you can find the changelog of Sensorstream IMU+GPS since it was posted on our website on 2016-10-17 17:27:38. The latest version is 1.0 and it was updated on 2024-04-22 13:09:50. See below the changes in each version.

Sensorstream IMU+GPS version 1.0
Updated At: 2013-02-08


Related Apps

Here you can find apps that are similar with Sensorstream IMU+GPS.



Disclaimer

Official Google Play Link


We do not host Sensorstream IMU+GPS on our servers. We did not scan it for viruses, adware, spyware or other type of malware. This app is hosted by Google and passed their terms and conditions to be listed there. We recommend caution when installing it.

The Google Play link for Sensorstream IMU+GPS is provided to you by apps112.com without any warranties, representations or guarantees of any kind, so access it at your own risk.

If you have questions regarding this particular app contact the publisher directly. For questions about the functionalities of apps112.com contact us.

BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  0.0/5     0
Downloads: 30
Updated At: 2024-04-22 13:09:50
Publisher: Axel Lorenz
Operating System: Android
License Type: Free