Download Gyroscope Software For Android

Just Download the app. Open it and you will find all the information about your device from hardware to software. From all the listed options select 'Sensors' and you will see a list of all the sensors on your device with their function. Check if Gyro and Accelerometer is present, If it is you are ready to perform the hack. Lets get started. Edit2: So I guess unless you can get code to run in that android.hardware package, you'd have to do something like that link above and make like a fake driver for fake hardware. I suppose if you could modify android.hardware.sensor to just make a gyroscope sensor and take the values from the accelerometer and modify those on the fly.

NOTE: All documentation and software downloads including libraries for various programming languages are on our support page.

LPMS-Control

Overview

The LPMS-Control application allows users to control various aspects of an LPMS device. In particular the application has the following core functionality:

  • Lists all LPMS devices connected to the system.
  • Connects to up to 256 sensors simultaneously. Multiple connection interfaces (Bluetooth, CAN bus etc.) can be used at the same time.
  • Adjusts all sensor parameters (sensor range etc.).
  • Sets orientation offsets.
  • Initiates accelerometer, gyroscope and magnetometer calibration.
  • Displays the acquired data in real-time either as line graphs or a 3D image.
  • Records data from the sensors to a CSV data file.
  • Plays back data from a previously recorded CSV file.
  • Uploads new firmware and in-application-programming software to the sensor.

Data Visualization

The screenshots below illustrate some of the functionality of the LPMS-Control software.

Figure 1 – Raw measurement data (gyroscope, accelerometer, magnetometer, temperature sensor, barometric pressure sensor) and processed data (orientation, linear acceleration, altitude) can be visualized as line graphs. Data can be logged and saved to a CSV file.

Figure 2 – Orientation data can be 3D visualized in real-time, either as a simple cube or a more complex custom shape. The motion of several sensors can be displayed simultaneously, if multiple sensors are connected to LPMS-Control.

Sensor Calibration

Besides data acquisition, visualization and logging, LPMS-Control allows calibration of the LP motion sensor’s MEMS components. The application offers offset and misalignment calibration for the unit’s gyroscope and acclerometer, as well as magnetometer calibration functionality.

While accelerometer and gyroscope calibration is usually done at our factory before delivery to the customer, the calibration parameters of the magnetometer can vary strongly depending on the usage of the sensor.

Therefore the so-called hard-and soft iron calibration is an essential tool to adjust the sensor to work well in a specific environment. LPMS-Control offers a comfortable method to calibrate the magnetometer. Additionally to the pure calibration, the application also visualizes the shape of the environment magnetic field and shows the impact of magnetic noise on the sensor performance.

Download gyroscope software for android developers

Figure 3 – The shape of the magnetic field surrounding the LPMS is visualized as a 3D sphere. A bar graph indicates the current magnetic noise level in real-time.

LpSensor Library

The LpSensor library contains classes that allow a user to integrate LPMS devices into their own applications. We provide the library pre-compiled for different operating systems. The standard library is written in C++, but we also offer wrappers for Python, C# and C. MATLAB and LabView ports are under development. Should your application require a specific software integration please contact us.

The code snippet below shows the most simple method of connecting to the sensor and reading data. For deeper insight in the programming library and the full source code of LPMS-Control please have a look at our code repository.