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.
Visão geral
Sensorstream IMU+GPS é um software Freeware na categoria Utilitários de Sistema desenvolvido pela Axel Lorenz.
É a versão mais recente de Sensorstream IMU+GPS 1.0, lançado em 23/12/2024. Inicialmente foi adicionado ao nosso banco de dados em 23/12/2024.
Sensorstream IMU+GPS é executado nos seguintes sistemas operacionais: Android.
Sensorstream IMU+GPS não tem sido avaliado pelos nossos utilizadores ainda.
com o UpdateStar gratuito.
Últimas revisões
![]() |
Google Earth Pro
Explore o mundo em detalhes impressionantes com o Google Earth Pro. |
![]() |
Total Commander PowerPack
Aumente seu gerenciamento de arquivos com o Total Commander PowerPack! |
![]() |
GOM Media Player
GOM Media Player: um reprodutor multimídia versátil para todas as suas necessidades |
![]() |
Canon G2000 series MP Drivers
Drivers de impressora eficientes para a série Canon G2000 |
smadav85
Melhore a proteção do seu PC com o Smadav85! |
|
![]() |
HiSuite by Huawei
Gerencie seu dispositivo Huawei de forma eficaz com o HiSuite |
![]() |
UpdateStar Premium Edition
Manter seu software atualizado nunca foi tão fácil com o UpdateStar Premium Edition! |
![]() |
Microsoft Edge
Um novo padrão na navegação na Web |
![]() |
Microsoft Visual C++ 2015 Redistributable Package
Aumente o desempenho do seu sistema com o Microsoft Visual C++ 2015 Redistributable Package! |
![]() |
Google Chrome
Navegador da Web rápido e versátil |
![]() |
Microsoft Visual C++ 2010 Redistributable
Componente essencial para executar aplicativos do Visual C++ |
![]() |
Microsoft OneDrive
Simplifique o gerenciamento de arquivos com o Microsoft OneDrive |