Wireless IMU
- Downloads:
- Views:
- Rating:

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()
# -------------------------------------------------------
Free download from Shareware Connection - 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 ...
Version: 1.2 | Size: 29 KB | Platform: Android 2.x,Android 3.x,Android 4.4,Android 4.x
Released Date: 06-01-2015 | Rating: 0 | Title: Wireless IMU
Author Url: http://www.zwiener.org
Program Info Url: http://www.zwiener.org
Download Url: http://www.zwiener.org
anSolver
Opera Max - Data manager
Wireless Mouse Keyboard
Sam TV Remote
Engine Pro
UniMag Utility
iCamViewer IP Camera Viewer
Apn Settings FREE
Poland Phone Data Settings
Canada Phone Data Settings
BotPanda Cleaner
AVS Taschenlampe
Mobile Backup & Restore
Carrier IQ Scanner
Books
Business
Comics
Communication Apps
Education
Entertainment
Finance
Games
Health
Libraries
Lifestyle
Medical
News & Magazines
Personalization
Comma Separated Values Excel
Comma Separated Values Windows
Excel Comma Separated Values File
Windows Comma Separated Values File
Inertial Navigation System
LucidLink Wireless Client - LucidLink Wireless Client is easy to use & solves Wi-Fi connection issues. Automatically detects network security settings, alerts for incompatible settings and suspected security threats. Supports open, WEP, WPA-PSK and LucidLink secured networks.
Abidia Wireless - Abidia Wireless enhances the eBay auction platform with effortless anytime anywhere access from wireless handheld devices and mobile phones; featuring customizable real-time synchronization with eBay accounts, wireless searching, browsing, and bids!
Abidia Wireless [SP] - Abidia Wireless enhances the eBay auction platform with effortless anytime anywhere access from wireless handheld devices and mobile phones; featuring customizable real-time synchronization with eBay accounts, wireless searching, browsing, and bids!
Abidia Wireless eBay for Palm - Abidia Wireless enhances the eBay auction platform with effortless anytime anywhere access from wireless handheld devices and mobile phones; featuring customizable real-time synchronization with eBay accounts, wireless searching, browsing, and bids!
The Wireless Toolkit - The Wireless Toolkit is a state-of-the-art toolbox for developing wireless applications. The toolkit includes the emulation environments, performance optimization and tuning features, documentation, and examples that developers need to bring.
Shareware Connection periodically updates pricing and software information of 'Wireless IMU' from company source 'Jan Zwiener' , so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using 'Wireless IMU' crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Wireless IMU.
SlimCleaner - Nearly all PC users need to use various utilities to enhance performance of their laptop or desktop from time to time. Windows inbuilt utilities can serve the purpose but when you can find more capable third party apps at low or zero cost, why ...
PCFerret - For average PC users learning about the details of each hardware component used in the laptop or desktop may not be an easy task. It is something the geeks can find out easily. However, less tech savvy PC users can surely resort to specialized ...
Baidu PC Faster - To keep your laptop or desktop computer running at peak speed and extract optimal performance out of it, using third party apps may be necessary. While some users still rely on Windows inbuilt PC cleanup and maintenance tools, some third party ...
Cyotek WebCopy - It will be hard to find a computer user nowadays who does not need to access the web. Using web has become near mandatory for various personal and professional reasons. However, not everyone who owns a computer and accesses the web is blessed ...
CherryPlayer - When you want to watch movies, online videos or listen to music tracks, using a suitable application is required. There is no hard and fast rule that you have to stick to Windows default media player software for such needs. There are plenty of ...
Internet Explorer 10 - Up to the late 1990s, the web browser used by the bulk of Windows users was invariably Internet Explorer while Netscape played the second fiddle. The scene was relatively identical post 2000 but emergence of Firefox and later Google Chrome ...
SoftAmbulance Free Eraser - Windows comes with a set of integrated utilities to let users maintain and cleanup their computers. While you can always delete files and folders from partitions, that is not a fail proof method. The data remains on hard disk in reality and any ...
CamMask - There are several types of webcam software available in market and so you need not stick with the default webcam software of your laptop any longer. However, not all webcam apps can offer you a plethora of fun and dazzling effects as CamMask. ...
HWiNFO32 - While Windows ships with its inbuilt utilities and there are command prompts to diagnose hardware and software components, these may not be feasible for all users. To learn about exact hardware and software configuration in a computer, either ...
Emsisoft Emergency Kit - The way malware creators and hackers are adapting to newer measures to sneak past PC security, it is no longer enough to stay complacent after installing a standalone antivirus. You never know when a stealthy malware sneaks past its scan and ...

