1.0 Sejf do zainstalowania
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.
Przegląd
Sensorstream IMU+GPS to Freeware oprogramowanie w kategorii Narzędzia Systemowe opracowane przez Axel Lorenz.
Najnowsza wersja Sensorstream IMU+GPS jest 1.0, wydany na 23.12.2024. Początkowo był to dodane do naszej bazy na 23.12.2024.
Sensorstream IMU+GPS jest uruchamiany w następujących systemach operacyjnych: Android.
Sensorstream IMU+GPS nie ma zostały ocenione przez naszych użytkowników jeszcze.
z UpdateStar freeware.
Najnowsze recenzje
![]() |
KMPlayer
Potężny odtwarzacz multimedialny dla systemów Windows i Mac |
![]() |
Realtek High Definition Audio Driver
Niezbędny sterownik audio dla lepszej jakości dźwięku |
![]() |
Windows PC Health Check
Zadbaj o płynne działanie komputera dzięki funkcji Windows PC Health Check! |
![]() |
Canon MF6500 Series
Wydajne i niezawodne drukowanie dzięki serii Canon MF6500 |
![]() |
MyKeyFinder
Bez wysiłku odzyskaj utracone klucze licencyjne oprogramowania za pomocą MyKeyFinder |
![]() |
Mobile Broadband HL Service
Pozostań w kontakcie w podróży dzięki usłudze Mobile Broadband HL |
![]() |
UpdateStar Premium Edition
Aktualizowanie oprogramowania nigdy nie było łatwiejsze dzięki UpdateStar Premium Edition! |
![]() |
Microsoft Visual C++ 2015 Redistributable Package
Zwiększ wydajność swojego systemu dzięki pakietowi redystrybucyjnemu Microsoft Visual C++ 2015! |
![]() |
Microsoft Edge
Nowy standard przeglądania stron internetowych |
![]() |
Google Chrome
Szybka i wszechstronna przeglądarka internetowa |
![]() |
Microsoft Visual C++ 2010 Redistributable
Niezbędny składnik do uruchamiania aplikacji Visual C++ |
![]() |
Microsoft Update Health Tools
Microsoft Update Health Tools: Upewnij się, że Twój system jest zawsze aktualny! |