Component: Accel / Gyro / Mag 9-Axis (MPU9250) (Movement Orientation)
Appearance
(Redirected from Component: ID 5d2c6406 e3aa 46bd 8144 57f60194a1e9)
| Author | Matrix TSL |
| Version | 1.1 |
| Category | Movement Orientation |
Accel / Gyro / Mag 9-Axis (MPU9250) component
MPU9250 Combined 9-Axis Accelerometer, Gyroscope and Magnetometer sensors Useful for working out orientation data such as Pitch, Yaw and Roll.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_AccelMagGyro_MPU9250.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_AccelMagGyro_MPU9250.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
CollectXYZData
Initialise
| Initialise | |
| Sets up up the communication bus and initialises the accelerometer module. Returns 0 for success and > 0 for fail. | |
| Return | |
ReadCompassCalibration
ReadTemperature
| ReadTemperature | |
| Reads the temperature from the sensor and returns the value as an integer. | |
| Return | |
Read_Bearing
Read_Register
| Read_Register | |
| Reads a value from a register on the accelerometer. | |
| Reg | |
| Return | |
SimReset1G
| SimReset1G | |
| Return | |
SimSetAccelerometer
| SimSetAccelerometer | |
| Allows the XYZ slider values to be set via the simulation | |
| X | |
| Y | |
| Z | |
| Return | |
SimSetCompass
| SimSetCompass | |
| Allows the XYZ slider values to be set via the simulation | |
| X | |
| Y | |
| Z | |
| Return | |
SimSetGyro
| SimSetGyro | |
| Allows the XYZ slider values to be set via the simulation | |
| X | |
| Y | |
| Z | |
| Return | |
SimSetTemperature
| SimSetTemperature | |
| Allows the XYZ slider values to be set via the simulation | |
| Temp | |
| Return | |
UpdateAccelerometerData
| UpdateAccelerometerData | |
| Reads from the accelerometer and updates the local XYZ variables. Returns 1 for new data and 0 for no new data | |
| Return | |
UpdateCompassData
| UpdateCompassData | |
| Reads from the compass and updates the local XYZ variables. Returns 1 for new data and 0 for no new data | |
| Return | |
UpdateGyroData
| UpdateGyroData | |
| Reads from the gyroscope and updates the local XYZ variables. Returns 1 for new data and 0 for no new data | |
| Return | |
Write_Register
| Write_Register | |
| Writes a data value to a specific register on the accelerometer | |
| Reg | |
| Data | |
| Return | |