1.0 インストールしても安全
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.
概要
Sensorstream IMU+GPS は、 Axel Lorenzによって開発されたカテゴリ システムユーティリティ の Freeware ソフトウェアです。
Sensorstream IMU+GPS の最新バージョン 1.0 2024/12/23 にリリースです。 それは最初 2024/12/23 のデータベースに追加されました。
Sensorstream IMU+GPS が次のオペレーティング システムで実行されます: Android。
Sensorstream IMU+GPS は私達のユーザーがまだ評価されていません。
最新のレビュー
![]() |
Intel PROSet/Wireless Software
インテル(R) PROSet/Wireless ソフトウェアによる信頼性の高い接続 |
![]() |
AIMP
AIMPで音楽体験を強化しましょう! |
![]() |
FlexiPDF
FlexiPDF:究極のPDF編集ツール |
![]() |
Microsoft Visual Studio 2010 Tools for Office Runtime
Microsoft Visual Studio 2010 Runtime で Office ツールを強化する |
![]() |
XYplorer Free
XYplorer Free:強力なファイルエクスプローラーの代替品 |
![]() |
Freeplane
Freeplane:オープンソースのマインドマッピングツール |
![]() |
UpdateStar Premium Edition
ソフトウェアを最新の状態に保つことは、UpdateStar Premium Edition でかつてないほど簡単になりました。 |
![]() |
Microsoft Visual C++ 2015 Redistributable Package
Microsoft Visual C++ 2015再頒布可能パッケージでシステムパフォーマンスを向上させましょう! |
![]() |
Microsoft Edge
Webブラウジングの新しい標準 |
![]() |
Google Chrome
高速で用途の広いWebブラウザ |
![]() |
Microsoft Visual C++ 2010 Redistributable
Visual C++ アプリケーションの実行に不可欠なコンポーネント |
![]() |
Microsoft Update Health Tools
Microsoft Update Health Tools:システムが常に最新であることを確認してください。 |