Sensorstream IMU+GPS

Sensorstream IMU+GPS

Axel Lorenz
Oct 28, 2015
  • 252.2 KB

    File Size

  • 0/65
    Security
  • Everyone

  • Android 2.3.4+

    Android OS

About Sensorstream IMU+GPS

Acquire the Sensor data of Your Smartphone and stream it to SD-Card or a Client.

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!

Show More

What's new in the latest 1.0

Last updated on Oct 28, 2015
Minor bug fixes and improvements. Install or update to the newest version to check it out!
Show More

Videos and Screenshots

  • Sensorstream IMU+GPS poster
  • Sensorstream IMU+GPS screenshot 1
  • Sensorstream IMU+GPS screenshot 2
  • Sensorstream IMU+GPS screenshot 3
  • Sensorstream IMU+GPS screenshot 4
  • Sensorstream IMU+GPS screenshot 5

Sensorstream IMU+GPS APK Information

Latest Version
1.0
Category
Tools
Android OS
Android 2.3.4+
File Size
252.2 KB
Developer
Axel Lorenz
Available on
Content Rating
Everyone
Security Report
0/65
Scan Result: Secure
No security vendors flagged this file as malicious
No Virus
No Spyware
No Malware
No Virus
No Spyware
No Malware
Scan Date:May 8, 2025
Package Name:de.lorenz_fenster.sensorstreamgps
SHA-256:a75a4175d9de76e33158a965489b34dad1b836df93b706703bd9f55675d13824
SHA-1:37d8f4a5d193b6e390b17eb58c071abfeb8d6941
Show More

Old Versions of Sensorstream IMU+GPS

APKPure icon

Super Fast and Safe Downloading via APKPure App

One-click to install XAPK/APK files on Android!

Download APKPure
thank icon
We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.
Learn More about Policies