Wireless IMU 1.2

Wireless IMU 1.2

Jan Zwiener – Freeware – Android
out of 552 votes
Latest Version
1.2
Safe to install

Innovative Wireless IMU: Revolutionary Motion Tracking

Peter Salakani

The Wireless IMU by Jan Zwiener offers unparalleled precision and flexibility for motion tracking applications, making it a game-changer for developers and researchers alike.
2025 Editor's Rating
VERY GOOD User Rating

This application allows for the transmission of measurements from the inertial sensors on your phone to a computer within your network via UDP in CSV format (Comma-Separated Values).

Effectively transforming your phone into a wireless inertial measurement unit (IMU). The supported sensors include:

  • Accelerometer
  • Gyroscope
  • Magnetometer

If your phone lacks any of these sensors, only data from the available sensors will be transmitted.

Example of a UDP packet:

890.71558, 3, 0.076, 9.809, 0.565, 4, -0.559, 0.032, -0.134, 5, -21.660,-36.960,-28.140

Timestamp [sec], sensorid, x, y, z, sensorid, x, y, z, sensorid, x, y, z

Sensor id:

  • 3 - Accelerometer (m/s^2)
  • 4 - Gyroscope (rad/s)
  • 5 - Magnetometer (micro-Tesla uT)

The app can operate in the background and issues a warning dialog if not connected to a WiFi network.

An illustrative video showcases direct processing of the stream by a MATLAB script for Kalman Filtering. However, the usage and manipulation of the data are at the discretion of the user.

Below is a Python script that enables capturing the UDP data stream from your phone:

  1. import socket, traceback
  2. host = ''
  3. port = 5555
  4. s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
  5. s.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1)
  6. s.setsockopt(socket.SOL_SOCKET, socket.SO_BROADCAST, 1)
  7. s.bind((host, port))
  8. while 1:
  9. try: message, address = s.recvfrom(8192) print messageexcept (KeyboardInterrupt, SystemExit):raiseexcept:traceback.print_exc()

Overview

Wireless IMU is a Freeware software in the category System Utilities developed by Jan Zwiener.

The latest version of Wireless IMU is 1.2, released on 04/25/2024. It was initially added to our database on 04/25/2024.

Wireless IMU runs on the following operating systems: Android.

Users of Wireless IMU gave it a rating of 4 out of 5 stars.


Peter Salakani

Peter Salakani

I'm Peter, a software reviews author at UpdateStar and content specialist with a keen focus on usability and performance. With a background in both software development and content creation, I bring a unique perspective to evaluating and discussing general software topics. When I'm not reviewing software, I enjoy staying updated on the latest tech trends, experimenting with new applications, and finding innovative solutions to everyday tech challenges.

Latest Reviews by Peter Salakani

Screenshots (Click to view larger)

Secure and free downloads checked by UpdateStar

Stay up-to-date
with UpdateStar freeware.

Latest Reviews

O Onyx Pro Client Setup
Effortless Client Management with Onyx Pro
G GRip
GRip by RipTrails: Your Ultimate Trail Navigation Companion
ePub Reader for Windows versión ePub Reader for Windows versión
Effortless eBook Reading with ePub Reader for Windows
MiteNews MiteNews
MiteNews: Revolutionizing News Consumption
N Namirial Sign
Effortless Digital Signing with Namirial Sign
Recordify Recordify
Effortlessly convert streaming music to MP3 with Recordify by Abelssoft
UpdateStar Premium Edition UpdateStar Premium Edition
Keeping Your Software Updated Has Never Been Easier with UpdateStar Premium Edition!
Microsoft Visual C++ 2015 Redistributable Package Microsoft Visual C++ 2015 Redistributable Package
Boost your system performance with Microsoft Visual C++ 2015 Redistributable Package!
Microsoft Edge Microsoft Edge
A New Standard in Web Browsing
Google Chrome Google Chrome
Fast and Versatile Web Browser
Microsoft Visual C++ 2010 Redistributable Microsoft Visual C++ 2010 Redistributable
Essential Component for Running Visual C++ Applications
Microsoft Update Health Tools Microsoft Update Health Tools
Microsoft Update Health Tools: Ensure Your System is Always Up-to-Date!