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의 최신 버전은 2024-12-23에 발표 된 1.0. 처음 2024-12-23에 데이터베이스에 추가 되었습니다.
다음 운영 체제에서 실행 되는 Sensorstream IMU+GPS: Android.
Sensorstream IMU+GPS 하지 평가 하고있다 우리의 사용자가 아직.
최신 리뷰
![]() |
Intel Driver & Support Assistant
인텔 시스템을 쉽게 최신 상태로 유지 |
![]() |
IObit Uninstaller
IObit Uninstaller: 효율적인 소프트웨어 제거를 위한 솔루션! |
![]() |
Audacity
Audacity 소프트웨어를 사용하여 쉽게 오디오를 편집하고 녹음하십시오. |
![]() |
Java SE Development Kit
Oracle의 강력한 Java 개발 도구 |
![]() |
Microsoft Visual Studio 2010 Tools for Office Runtime Language Pack
Language Pack을 사용하여 Microsoft Visual Studio의 기능 향상 |
![]() |
Microsoft Visual Studio 2010 Tools for Office Runtime
Microsoft Visual Studio 2010 Runtime으로 Office 도구 향상 |
![]() |
UpdateStar Premium Edition
UpdateStar Premium Edition으로 소프트웨어를 최신 상태로 유지하는 것이 그 어느 때보다 쉬워졌습니다! |
![]() |
Microsoft Visual C++ 2015 Redistributable Package
Microsoft Visual C++ 2015 재배포 가능 패키지로 시스템 성능을 향상시키십시오! |
![]() |
Microsoft Edge
웹 브라우징의 새로운 표준 |
![]() |
Google Chrome
빠르고 다재다능한 웹 브라우저 |
![]() |
Microsoft Visual C++ 2010 Redistributable
Visual C++ 응용 프로그램 실행을 위한 필수 구성 요소 |
![]() |
Microsoft Update Health Tools
Microsoft Update Health Tools: 시스템을 항상 최신 상태로 유지하세요! |