1.0 Seguro para instalar
This Android application is compatible with versions 2.3.3 and above of the Android operating system. It provides an interface for monitoring various hardware and software sensors commonly found in today's smartphones.
Users can select from a range of sensors to observe current readings, including:
- Accelerometer
- Gyroscope
- Magnetometer
- GPS Position
- And additional sensors
The app allows users to start and stop a data stream of sensor values in CSV format, which can be transmitted via WLAN to a client or saved to an SD card. Users can also adjust the frequency of sensor updates according to their needs.
Additionally, the application features background algorithms that process GPS data, transforming it into various coordinate frames.
The WLAN streaming utilizes the User Datagram Protocol (UDP) interface for efficient data handling.
For more information and to download the source code, visit the project's page here: http://sourceforge.net/projects/smartphone-imu/.
To receive the streamed data, users can utilize the Java file "QuoteClient" available in the Files section of the Source Forge project page, or implement a simple Python script as follows:
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()
This application holds potential for enhancing navigation experiences through its comprehensive sensor monitoring capabilities.
Resumen
Sensorstream IMU+GPS es un software de Freeware en la categoría de Utilidades del sistema desarrollado por Axel Lorenz.
La última versión de Sensorstream IMU+GPS es 1.0, aparecido en 23/12/2024. Inicialmente fue agregado a nuestra base de datos en 23/12/2024.
Sensorstream IMU+GPS se ejecuta en los siguientes sistemas operativos: Android.
Sensorstream IMU+GPS no ha sido calificada por nuestros usuarios aún.
Últimas reseñas
![]() |
Zoom
Mejore su comunicación con las videoconferencias de Zoom |
![]() |
Bitwarden
Mejore su seguridad en línea con Bitwarden Password Manager |
![]() |
Disk Secure Eraser
Proteja su privacidad con Disk Secure Eraser de MORIMOTO Shouji |
![]() |
Zalo
¡Mantente conectado con amigos y familiares usando Zalo! |
![]() |
Dell SupportAssist Remediation
Mantenimiento eficiente del sistema con Dell SupportAssist Remediation. |
![]() |
DaVinci Resolve Control Panels
Paneles de control de nivel profesional para el software de edición de video DaVinci Resolve. |
![]() |
UpdateStar Premium Edition
¡Mantener su software actualizado nunca ha sido tan fácil con UpdateStar Premium Edition! |
![]() |
Microsoft Visual C++ 2015 Redistributable Package
¡Aumente el rendimiento de su sistema con el paquete redistribuible de Microsoft Visual C++ 2015! |
![]() |
Microsoft Edge
Un nuevo estándar en la navegación web |
![]() |
Google Chrome
Navegador web rápido y versátil |
![]() |
Microsoft Visual C++ 2010 Redistributable
Componente esencial para ejecutar aplicaciones de Visual C++ |
![]() |
Microsoft Update Health Tools
Herramientas de estado de Microsoft Update: ¡asegúrese de que su sistema esté siempre actualizado! |