1.0 Güvenli yüklemek için
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.
Genel bakış
Sensorstream IMU+GPS, Axel Lorenz tarafından geliştirilen Sistem Yardımcı Programları kategorisinde Ücretsiz Yazılım bir yazılımdır.
Sensorstream IMU+GPS 1.0 23.12.2024 Tarihinde yayımlanan, be. O başlangıçta bizim veritabanı üzerinde 23.12.2024 eklendi.
Sensorstream IMU+GPS aşağıdaki işletim sistemlerinde çalışır: Android.
Sensorstream IMU+GPS bizim kullanıcıların henüz derecelendirilmiş değildir.
Son İncelemeler
![]() |
Windows PC Health Check
Windows PC Sağlık Kontrolü ile Bilgisayarınızın Sorunsuz Çalışmasını Sağlayın! |
![]() |
Canon MF6500 Series
Canon MF6500 Serisi ile Verimli ve Güvenilir Baskı |
![]() |
Software Update Pro
Software Update Pro ile Sisteminizi Güncel Tutun! |
![]() |
Sweet Home 3D
Sweet Home 3D kullanarak Hayalinizdeki Mekanı Kolaylıkla Tasarlayın! |
AnyMP4 Screen Recorder for Mac
Mac için AnyMP4 Ekran Kaydediciyi Kullanarak Ekranınızı Kolaylıkla Yakalayın |
|
Aiseesoft Free AVI Player
Tüm Medya İhtiyaçlarınız için Çok Yönlü AVI Oynatıcı |
![]() |
UpdateStar Premium Edition
UpdateStar Premium Edition ile Yazılımınızı Güncel Tutmak Hiç Bu Kadar Kolay Olmamıştı! |
![]() |
Microsoft Visual C++ 2015 Redistributable Package
Microsoft Visual C++ 2015 Yeniden Dağıtılabilir Paketi ile sistem performansınızı artırın! |
![]() |
Microsoft Edge
Web'de Gezinmede Yeni Bir Standart |
![]() |
Google Chrome
Hızlı ve Çok Yönlü Web Tarayıcısı |
![]() |
Microsoft Visual C++ 2010 Redistributable
Visual C++ Uygulamalarını Çalıştırmak için Temel Bileşen |
![]() |
Microsoft Update Health Tools
Microsoft Update Sağlık Araçları: Sisteminizin Her Zaman Güncel Olduğundan Emin Olun! |