Sensorstream IMU+GPS cover image
Sensorstream IMU+GPS icon

Sensorstream IMU+GPS

Axel Lorenz · de.lorenz_fenster.sensorstreamgps

0.0 10,000 10,000 v1.0 252.2 KB SDK 10+ PEGI-3 · Everyone

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 screenshot 6
UpdatedJun 17, 2020
PublishedJun 17, 2020
Packagede.lorenz_fenster.sensorstreamgps
MD5071c751b7128d7f5a5fe4087d41e209c
SHA1 (signer)A5:A8:6F:5D:49:D7:1D:62:2E:C3:F3:90:14:6F:D6:91:64:0F:B8:51
Signed byCN=Hector Kay
Malware scanTRUSTED
Websitehttp://sourceforge.net/projects/smartphone-imu/?source=directory
Contact[email protected]

Description

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!

Required features

Permissions (5)

Sensorstream IMU+GPS requests the following Android permissions:

Tags

Related apps