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!
Sensorstream IMU+GPS is an Android Tools app developed by Axel Lorenz and published on the Google play store. It has gained around 10000 installs so far, with an average rating of 4.0 out of 5 in the play store.
Sensorstream IMU+GPS requires Android with an OS version of 2.3.3 and up. In addition, the app has a content rating of Everyone, from which you can decide if it is suitable to install for family, kids, or adult users. Sensorstream IMU+GPS is an Android app and cannot be installed on Windows PC or MAC directly.
Android Emulator is a software application that enables you to run Android apps and games on a PC by emulating Android OS. There are many free Android emulators available on the internet. However, emulators consume many system resources to emulate an OS and run apps on it. So it is advised that you check the minimum and required system requirements of an Android emulator before you download and install it on your PC.
Below you will find how to install and run Sensorstream IMU+GPS on PC:
If you follow the above steps correctly, you should have the Sensorstream IMU+GPS ready to run on your Windows PC or MAC. In addition, you can check the minimum system requirements of the emulator on the official website before installing it. This way, you can avoid any system-related technical issues.
Sensorstream IMU+GPS APK 1.0 | 252.17 KB | 1.0 |