• Home
  • Games
    Action-adventure Simulation Business Role Playing Sports Competition Casual Intelligence Card Strategy Music Rhythm Text Puzzle Flying Shooting Love Development
  • Apps
    Business Office Newsletter Social Life Entertainment Online Shopping Practical Tools Travel Financial Management Educational Learning Information Reading Sports and Health
  • Articles

English 中文(简体) 中文(繁体) 한국어 日本語 Português Español Русский العربية Indonesia Deutsch Français ภาษาไทย
Home Apps Practical Tools Wireless IMU
Wireless IMU

Wireless IMU

1
2
3
4
5
Download
  • Version 1.2
  • Category Practical Tools
  • Package Name org.zwiener.wimu
  • Update Time July 26, 2025
  • Size 28.72KB
About this app

Turn your smartphone into a wireless inertial measurement unit (IMU).

This app sends the measurements from your phone inertial sensors via UDP as CSV (Comma-Separated Values) to a computer in your network.

This turns your phone into a wireless inertial measurement unit (IMU).

The following sensors are supported:

- Accelerometer

- Gyroscope

- Magnetometer

If your phone has not all these sensors, only the available sensor data is transmitted.

Example 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)

You can run this app in the background.

A warning dialog appears, if you are not connected to a WiFi network.

In the example video, the stream is directly processed by a MATLAB script for Kalman Filtering. But it's up to you, what you do with the data.

With the following Python script you can capture 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 message

except (KeyboardInterrupt, SystemExit):

raise

except:

traceback.print_exc()

# -------------------------------------------------------

What's New in the Latest Version 1.2

Last updated on Oct 17, 2015 - Screen rotation problem fixed
- Bug fix (app was not sending data)
Download(28.72KB)
Users also viewed
  • Rain alert2

    Rain alert2

    1.0.6 April 24, 2026
  • Vel'Koz

    Vel'Koz

    1.06 April 23, 2026
  • testing BBK billing v3

    testing BBK billing v3

    version6tank April 23, 2026
  • Network Log

    Network Log

    2.25.1 April 23, 2026
  • LG TV Remote 2011

    LG TV Remote 2011

    2.3(2013.01.07) April 23, 2026
  • Love Caller Screen Theme

    Love Caller Screen Theme

    1.4 April 22, 2026
  • Eagle

    Eagle

    1.2 April 22, 2026
  • Arabic Gold GO Keyboard Theme

    Arabic Gold GO Keyboard Theme

    3.87 April 22, 2026
  • APE Optics Calculator

    APE Optics Calculator

    2.0.4 April 21, 2026
  • Glossy Lips Clock Weather

    Glossy Lips Clock Weather

    1.2 April 21, 2026
  • Feminim Girl Keyboard

    Feminim Girl Keyboard

    1.0 April 20, 2026
  • Deer Hunting : Hunt Clash Game

    Deer Hunting : Hunt Clash Game

    1.1 April 20, 2026
  • Bearabbit GO Launcher Theme

    Bearabbit GO Launcher Theme

    v1.1 April 20, 2026
  • MI-HOME

    MI-HOME

    1.0 April 20, 2026
  • Zen Garden -Fall- LW

    Zen Garden -Fall- LW

    2.4 April 19, 2026
About Privacy Policy Terms of Service Cooking Policy

© Copyright 2017-2026 downzr.com