Discover

Topics

Sensor UDP

Sensor UDP APK

Sensor UDP APK

3.0 FreePasan Weerasinghe ⇣ Download APK (824.29 KB)

Send sensor data wirelessly via UDP

What's Sensor UDP APK?

Sensor UDP is a app for Android, It's developed by Pasan Weerasinghe author.
First released on google play in 10 years ago and latest version released in 54 years ago.
This app has 17.1K download times on Google play and rated as 3.83 stars with 6 rated times.
This product is an app in Tools category. More infomartion of Sensor UDP on google play
Sensor UDP allows the user to send sensor data wirelessly via UDP on their Android device. Users can use this sensor data for a wide variety of motion tracking applications, or simply read-out the sensor data from their phone.

• Includes support for Linear Acceleration, Gravity, Rotation, Orientation, Ambient Light and Proximity sensors
• Displays sensor values on screen during wireless transmission
• Checks device for sensor availability. It is important to note that not all devices support all sensors.
• Includes a keyboard to 'create notes' for performance
• Values are stored in a float array, with ordering consistent to the user interface.


USAGE INSTRUCTIONS:
The data is stored within the app as a float array. See the format below.

Format: [ X Acceleration, Y Acceleration, Z Acceleration, X Gravity, Y Gravity, Z Gravity, X Rotation Rate, Y Rotation Rate, Z Rotation Rate, X Orientation (Azimuth), Y Orientation (Pitch), Z Orientation (Roll), deprecated, deprecated, Ambient Light, Proximity, Keyboard Buttons 1 - 8]

Here is an example python script written by a colleague that receives the data and displays it. This should give you an idea how to utilize the data.

https://www.dropbox.com/s/4fc3ccuam03n99a/UDPR24.py?dl=0

Sensor UDP was developed for UBC SUBCLASS/Laptop Orchestra.