1.2 Safe to install
Innovative Wireless IMU: Revolutionary Motion Tracking

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.
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:
- 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 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
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
Latest Reviews
![]() |
WinSnap
WinSnap: The Ultimate Screenshot Tool for Windows Users |
![]() |
Jharkhand RD Service Wrapper
Secure and Seamless Biometric Authentication with Jharkhand RD Service Wrapper |
Speciální aplikace Autodesk
Revolutionizing Design with Autodesk's Special Application |
|
Driver San Francisco Version
Revving Up Nostalgia in Driver San Francisco |
|
![]() |
Free File Recovery
Effortless Data Retrieval with Free File Recovery |
WAEC WASSCE For School Candidates Offline Registration System
Seamless Offline Registration for WAEC WASSCE Made Easy |
![]() |
UpdateStar Premium Edition
Keeping Your Software Updated Has Never Been Easier with UpdateStar Premium Edition! |
![]() |
Microsoft Visual C++ 2015 Redistributable Package
Boost your system performance with Microsoft Visual C++ 2015 Redistributable Package! |
![]() |
Microsoft Edge
A New Standard in Web Browsing |
![]() |
Google Chrome
Fast and Versatile Web Browser |
![]() |
Microsoft Visual C++ 2010 Redistributable
Essential Component for Running Visual C++ Applications |
![]() |
Microsoft Update Health Tools
Microsoft Update Health Tools: Ensure Your System is Always Up-to-Date! |