MPU6050

MPU6050 Self test preparation

Now I am reading the register map document to learn how to do self testing.  I will do gyro first and only X direction first.

After reading the following pages, I know the procedure to start self test for X axis is to put the value 0x98 into the gygo config register 0x1b.

Summary of registers

gyro config = 0x1b

factory trim values = 0x13, 0x14, 0x15

gyro output X, Y, Z = 0x43, 0x44, 0x45, 0x46, 0x47, 0x48

sample rate = 0x19 (oxff = /256 = 8k/2^8 = 8 * 2^10 / 2^8 = 32cps)

external sync/low pass filter = 0x1a (0x05 = no ext sync, low pass freq = 10Hz)

temperature = 0x41, 0x42

pwr_mgmt1 = 0x6b

pwr_mgmt2 = 0x6c

mpu6050_self_test_2019mar1701

mpu6050_self_test_2019mar1702

gyro_output_reg_2019mar1702

gyro_output_reg_2019mar1803

sample_rate_2019mar1801

ext_sync_lowpass_filter_2019mar1801

ext_sync_lowpass_filter_2019mar1802a

temperature_2019mar1801

pwr_mgmt1_2019mar1801

pwr_mgmt1_2019mar1802

pwr_mgmt2_2019mar1801a

pwr_mgmt2_2019mar1802

.END

Categories: MPU6050

Tagged as: ,

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.