Wireless IMU 1.2



Publisher Description



Wireless IMU - 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()
# -------------------------------------------------------


About Wireless IMU

Wireless IMU is a free app for Android published in the System Maintenance list of apps, part of System Utilities.

The company that develops Wireless IMU is Jan Zwiener. The latest version released by its developer is 1.2. This app was rated by 8 users of our site and has an average rating of 3.8.

To install Wireless IMU on your Android device, just click the green Continue To App button above to start the installation process. The app is listed on our website since 2012-09-12 and was downloaded 3,659 times. We have already checked if the download link is safe, however for your own protection we recommend that you scan the downloaded app with your antivirus. Your antivirus may detect the Wireless IMU as malware as malware if the download link to org.zwiener.wimu is broken.

How to install Wireless IMU on your Android device:

  • Click on the Continue To App button on our website. This will redirect you to Google Play.
  • Once the Wireless IMU is shown in the Google Play listing of your Android device, you can start its download and installation. Tap on the Install button located below the search bar and to the right of the app icon.
  • A pop-up window with the permissions required by Wireless IMU will be shown. Click on Accept to continue the process.
  • Wireless IMU will be downloaded onto your device, displaying a progress. Once the download completes, the installation will start and you'll get a notification after the installation is finished.



RELATED PROGRAMS
Our Recommendations






BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  3.8/5     8
Downloads: 3,659
Updated At: 2024-04-22
Publisher: Jan Zwiener
Operating System: Android
License Type: Free