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 — это Freeware программное обеспечение в категории Системные утилиты, разработанное Axel Lorenz.
Последняя версия Sensorstream IMU+GPS-1.0, выпущенный на 23.12.2024. Первоначально он был добавлен в нашу базу данных на 23.12.2024.
Sensorstream IMU+GPS работает на следующих операционных системах: Android.
Sensorstream IMU+GPS не был оценен нашими пользователями еще.
Последние обзоры
![]() |
Zalo
Оставайтесь на связи с друзьями и семьей с помощью Zalo! |
![]() |
TLauncher
TLauncher: Лучший лаунчер для Minecraft |
![]() |
DaVinci Resolve Control Panels
Профессиональные панели управления для программного обеспечения для редактирования видео DaVinci Resolve. |
![]() |
Dell SupportAssist Remediation
Эффективное обслуживание системы с помощью Dell SupportAssist Repuration. |
![]() |
ELAN Touchpad
Легкая навигация с сенсорной панелью ELAN |
![]() |
MEM48U
Увеличьте объем памяти с помощью MEM48U |
![]() |
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
Средства обновления работоспособности Майкрософт: убедитесь, что ваша система всегда обновлена! |