2015-01-28 09:18:17 +01:00
|
|
|
# About
|
2019-08-23 13:06:13 +02:00
|
|
|
This is a test application for the MPU-9X50 (MPU9150 and MPU9250) Nine-Axis Driver.
|
2015-01-28 09:18:17 +01:00
|
|
|
|
|
|
|
# Usage
|
2019-08-23 13:06:13 +02:00
|
|
|
The application will initialize the MPU-9X50 (MPU9150 and MPU9250) motion sensor with the following parameters:
|
2015-01-28 09:18:17 +01:00
|
|
|
- Accelerometer: ON
|
|
|
|
- Gyroscope: ON
|
|
|
|
- Magnetometer: ON
|
|
|
|
- Sampling Rate: 200Hz
|
|
|
|
- Compass Sampling Rate: 100Hz
|
|
|
|
|
|
|
|
After initialization, the application reads accel, gyro, compass and temperature values
|
|
|
|
every second and prints them to the STDOUT.
|