kriswiner / MPU9250

Arduino sketches for MPU9250 9DoF with AHRS sensor fusion
1.03k stars 471 forks source link

About pitch roll and yaw values #300

Open Imantha123 opened 6 years ago

Imantha123 commented 6 years ago

I want to know in your code can get angles in a absolute position? Because always i need to get three of values from reference point and every time change pitch roll and yaw angle. thank you

kriswiner commented 6 years ago

Yes, you can calculate the Euler angles.

On Sun, Jul 29, 2018 at 6:40 PM Imantha123 notifications@github.com wrote:

I want to know in your code can get angles in a absolute position? Because always i need to get three of values from reference point and every time change pitch roll and yaw angle. thank you

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kriswiner/MPU9250/issues/300, or mute the thread https://github.com/notifications/unsubscribe-auth/AGY1ql7fRzNyiuGT26uohvZy36LbtHmEks5uLmQUgaJpZM4VlqPQ .

Imantha123 commented 6 years ago

Hi..I'm using the Arduino DUE and the MPU 9250. I have made the following connections with pull up using 10k resisters. After that i upload MPU9250BasicAHRS.ino file for get the yaw pitch and roll.

VCC---3.3V GND---GND SCL---SCL21 SDA---SDA20

but in my serial monitor has monitor , MPU9250 I AM FF I should be 71 Could not connect to MPU9250: 0xFF

could you please help me to get the pitch roll and yaw values.

Thank you

kriswiner commented 6 years ago

What devices show on an I2C scan? Looks like you don;t have the I2C bus set up correctly.

On Mon, Jul 30, 2018 at 1:26 AM, Imantha123 notifications@github.com wrote:

Hi..I'm using the Arduino DUE and the MPU 9250. I have made the following connections with pull up using 10k resisters. After that i upload MPU9250BasicAHRS.ino file for get the yaw pitch and roll.

VCC---3.3V GND---GND SCL---SCL21 SDA---SDA20

but in my serial monitor has monitor , MPU9250 I AM FF I should be 71 Could not connect to MPU9250: 0xFF

could you please help me to get the pitch roll and yaw values.

Thank you

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kriswiner/MPU9250/issues/300#issuecomment-408786655, or mute the thread https://github.com/notifications/unsubscribe-auth/AGY1qhhxYIAcHXOQ0tP61SNlSJwzadKCks5uLsNHgaJpZM4VlqPQ .

Imantha123 commented 6 years ago

i2c scan is 0x68. i dont know how to put the i2C bus setup. could you please tell me how do i do?

kriswiner commented 6 years ago

Good, your I2C bus seems to be working. And if you read the WHO_AM_I register you get 0xFF? Maybe something wrong with your wire API?

On Mon, Jul 30, 2018 at 9:40 AM, Imantha123 notifications@github.com wrote:

i2c scan is 0x68. i dont know how to put the i2C bus setup. could you please tell me how do i do?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kriswiner/MPU9250/issues/300#issuecomment-408929598, or mute the thread https://github.com/notifications/unsubscribe-auth/AGY1qukAvM1dt32imRSqeQZI6Uu8Gvhpks5uLzb4gaJpZM4VlqPQ .

Imantha123 commented 6 years ago

Could you please help me. i am new for arduino .How do read the i WHO_AM_I register? and what is the correct wire API.

kriswiner commented 6 years ago

Maybe a Sparkfun tutorial would help.

https://learn.sparkfun.com/tutorials/mpu-9250-hookup-guide

On Mon, Jul 30, 2018 at 10:00 AM, Imantha123 notifications@github.com wrote:

Could you please help me. i am new for arduino .How do read the i WHO_AM_I register? and what is the correct wire API.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kriswiner/MPU9250/issues/300#issuecomment-408936134, or mute the thread https://github.com/notifications/unsubscribe-auth/AGY1qtNzLsz6xF-ziyO3nY7-Bnu63nFxks5uLzvEgaJpZM4VlqPQ .

Imantha123 commented 6 years ago

dear kriswiner,

My reading of the who who am i register is 0XFF. what is the correct wire API?

kriswiner commented 6 years ago

Use the sparkfun tutorial to fix your problem.

On Mon, Jul 30, 2018 at 10:34 AM, Imantha123 notifications@github.com wrote:

dear kriswiner,

My reading of the who who am i register is 0XFF. what is the correct wire API?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kriswiner/MPU9250/issues/300#issuecomment-408946755, or mute the thread https://github.com/notifications/unsubscribe-auth/AGY1qqC53tJgIitgHB9pvtmSgC3p8-rDks5uL0OsgaJpZM4VlqPQ .

Imantha123 commented 6 years ago

hi kriswiner,

I already connect my mpu9250 imu for the arduino due. but roll pitch yaw values not change.these are fixed. i used MPU9250BasicAHRS.ino file for get the yaw pitch roll. This is my serial monitor values. could you please help me to correct this program. thank you

MPU9250 is online... x-axis self test: acceleration trim within : -100.0% of factory value y-axis self test: acceleration trim within : -100.0% of factory value z-axis self test: acceleration trim within : -100.0% of factory value x-axis self test: gyration trim within : -100.0% of factory value y-axis self test: gyration trim within : -100.0% of factory value z-axis self test: gyration trim within : -100.0% of factory value MPU9250 initialized for active data mode.... AK8963 I AM FF I should be 48 AK8963 initialized for active data mode.... X-Axis sensitivity adjustment value 0.50 Y-Axis sensitivity adjustment value 0.50 Z-Axis sensitivity adjustment value 0.50 ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.02 qx = 0.09 qy = -0.81 qz = 0.58 Yaw, Pitch, Roll: -186.50, -7.60, -109.56 rate = 0.14 Hz ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.60 qx = 0.40 qy = -0.59 qz = 0.36 Yaw, Pitch, Roll: -48.17, -86.12, 99.79 rate = 707.09 Hz ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.61 qx = 0.41 qy = -0.58 qz = 0.36 Yaw, Pitch, Roll: -45.30, -85.67, 96.77 rate = 707.12 Hz ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.61 qx = 0.41 qy = -0.58 qz = 0.36 Yaw, Pitch, Roll: -45.31, -85.67, 96.78 rate = 707.64 Hz

On Tue, Jul 31, 2018 at 12:47 AM, Kris Winer notifications@github.com wrote:

Use the sparkfun tutorial to fix your problem.

On Mon, Jul 30, 2018 at 10:34 AM, Imantha123 notifications@github.com wrote:

dear kriswiner,

My reading of the who who am i register is 0XFF. what is the correct wire API?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300#issuecomment-408946755 , or mute the thread https://github.com/notifications/unsubscribe-auth/ AGY1qqC53tJgIitgHB9pvtmSgC3p8-rDks5uL0OsgaJpZM4VlqPQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kriswiner/MPU9250/issues/300#issuecomment-408950727, or mute the thread https://github.com/notifications/unsubscribe-auth/An1OBJSf4DCBUqPruxbxrVb9wupcgsCFks5uL0aagaJpZM4VlqPQ .

kriswiner commented 6 years ago

Your I2C calls are not working.

AK8963 I AM FF I should be 48

wrong...

On Tue, Jul 31, 2018 at 6:43 PM, Imantha123 notifications@github.com wrote:

hi kriswiner,

I already connect my mpu9250 imu for the arduino due. but roll pitch yaw values not change.these are fixed. i used MPU9250BasicAHRS.ino file for get the yaw pitch roll. This is my serial monitor values. could you please help me to correct this program. thank you

MPU9250 is online... x-axis self test: acceleration trim within : -100.0% of factory value y-axis self test: acceleration trim within : -100.0% of factory value z-axis self test: acceleration trim within : -100.0% of factory value x-axis self test: gyration trim within : -100.0% of factory value y-axis self test: gyration trim within : -100.0% of factory value z-axis self test: gyration trim within : -100.0% of factory value MPU9250 initialized for active data mode.... AK8963 I AM FF I should be 48 AK8963 initialized for active data mode.... X-Axis sensitivity adjustment value 0.50 Y-Axis sensitivity adjustment value 0.50 Z-Axis sensitivity adjustment value 0.50 ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.02 qx = 0.09 qy = -0.81 qz = 0.58 Yaw, Pitch, Roll: -186.50, -7.60, -109.56 rate = 0.14 Hz ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.60 qx = 0.40 qy = -0.59 qz = 0.36 Yaw, Pitch, Roll: -48.17, -86.12, 99.79 rate = 707.09 Hz ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.61 qx = 0.41 qy = -0.58 qz = 0.36 Yaw, Pitch, Roll: -45.30, -85.67, 96.77 rate = 707.12 Hz ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.61 qx = 0.41 qy = -0.58 qz = 0.36 Yaw, Pitch, Roll: -45.31, -85.67, 96.78 rate = 707.64 Hz

On Tue, Jul 31, 2018 at 12:47 AM, Kris Winer notifications@github.com wrote:

Use the sparkfun tutorial to fix your problem.

On Mon, Jul 30, 2018 at 10:34 AM, Imantha123 notifications@github.com wrote:

dear kriswiner,

My reading of the who who am i register is 0XFF. what is the correct wire API?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-408946755 , or mute the thread https://github.com/notifications/unsubscribe-auth/ AGY1qqC53tJgIitgHB9pvtmSgC3p8-rDks5uL0OsgaJpZM4VlqPQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300#issuecomment-408950727 , or mute the thread https://github.com/notifications/unsubscribe-auth/ An1OBJSf4DCBUqPruxbxrVb9wupcgsCFks5uL0aagaJpZM4VlqPQ .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kriswiner/MPU9250/issues/300#issuecomment-409421275, or mute the thread https://github.com/notifications/unsubscribe-auth/AGY1qgFE7eS-x8KNltPEKqz2lYg-T1myks5uMQfHgaJpZM4VlqPQ .

Imantha123 commented 6 years ago

dear kriswiner,

i was change in to 0X48 (#define AK8963_WHO_AM_I 0x48 )but its not working. how do i adjust the I2C calls?

On Wed, Aug 1, 2018 at 8:49 AM, Kris Winer notifications@github.com wrote:

Your I2C calls are not working.

AK8963 I AM FF I should be 48

wrong...

On Tue, Jul 31, 2018 at 6:43 PM, Imantha123 notifications@github.com wrote:

hi kriswiner,

I already connect my mpu9250 imu for the arduino due. but roll pitch yaw values not change.these are fixed. i used MPU9250BasicAHRS.ino file for get the yaw pitch roll. This is my serial monitor values. could you please help me to correct this program. thank you

MPU9250 is online... x-axis self test: acceleration trim within : -100.0% of factory value y-axis self test: acceleration trim within : -100.0% of factory value z-axis self test: acceleration trim within : -100.0% of factory value x-axis self test: gyration trim within : -100.0% of factory value y-axis self test: gyration trim within : -100.0% of factory value z-axis self test: gyration trim within : -100.0% of factory value MPU9250 initialized for active data mode.... AK8963 I AM FF I should be 48 AK8963 initialized for active data mode.... X-Axis sensitivity adjustment value 0.50 Y-Axis sensitivity adjustment value 0.50 Z-Axis sensitivity adjustment value 0.50 ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.02 qx = 0.09 qy = -0.81 qz = 0.58 Yaw, Pitch, Roll: -186.50, -7.60, -109.56 rate = 0.14 Hz ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.60 qx = 0.40 qy = -0.59 qz = 0.36 Yaw, Pitch, Roll: -48.17, -86.12, 99.79 rate = 707.09 Hz ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.61 qx = 0.41 qy = -0.58 qz = 0.36 Yaw, Pitch, Roll: -45.30, -85.67, 96.77 rate = 707.12 Hz ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.61 qx = 0.41 qy = -0.58 qz = 0.36 Yaw, Pitch, Roll: -45.31, -85.67, 96.78 rate = 707.64 Hz

On Tue, Jul 31, 2018 at 12:47 AM, Kris Winer notifications@github.com wrote:

Use the sparkfun tutorial to fix your problem.

On Mon, Jul 30, 2018 at 10:34 AM, Imantha123 <notifications@github.com

wrote:

dear kriswiner,

My reading of the who who am i register is 0XFF. what is the correct wire API?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-408946755 , or mute the thread https://github.com/notifications/unsubscribe-auth/ AGY1qqC53tJgIitgHB9pvtmSgC3p8-rDks5uL0OsgaJpZM4VlqPQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-408950727 , or mute the thread https://github.com/notifications/unsubscribe-auth/ An1OBJSf4DCBUqPruxbxrVb9wupcgsCFks5uL0aagaJpZM4VlqPQ .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300#issuecomment-409421275 , or mute the thread https://github.com/notifications/unsubscribe-auth/AGY1qgFE7eS- x8KNltPEKqz2lYg-T1myks5uMQfHgaJpZM4VlqPQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kriswiner/MPU9250/issues/300#issuecomment-409422170, or mute the thread https://github.com/notifications/unsubscribe-auth/An1OBKWNDn4Wj3_yC1D4JyAk3xX4scB5ks5uMQkUgaJpZM4VlqPQ .

kriswiner commented 6 years ago

Please see Sparkfun's MPU9250 tutorial...

On Tue, Jul 31, 2018 at 7:14 PM, Imantha123 notifications@github.com wrote:

dear kriswiner,

i was change in to 0X48 (#define AK8963_WHO_AM_I 0x48 )but its not working. how do i adjust the I2C calls?

On Wed, Aug 1, 2018 at 8:49 AM, Kris Winer notifications@github.com wrote:

Your I2C calls are not working.

AK8963 I AM FF I should be 48

wrong...

On Tue, Jul 31, 2018 at 6:43 PM, Imantha123 notifications@github.com wrote:

hi kriswiner,

I already connect my mpu9250 imu for the arduino due. but roll pitch yaw values not change.these are fixed. i used MPU9250BasicAHRS.ino file for get the yaw pitch roll. This is my serial monitor values. could you please help me to correct this program. thank you

MPU9250 is online... x-axis self test: acceleration trim within : -100.0% of factory value y-axis self test: acceleration trim within : -100.0% of factory value z-axis self test: acceleration trim within : -100.0% of factory value x-axis self test: gyration trim within : -100.0% of factory value y-axis self test: gyration trim within : -100.0% of factory value z-axis self test: gyration trim within : -100.0% of factory value MPU9250 initialized for active data mode.... AK8963 I AM FF I should be 48 AK8963 initialized for active data mode.... X-Axis sensitivity adjustment value 0.50 Y-Axis sensitivity adjustment value 0.50 Z-Axis sensitivity adjustment value 0.50 ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.02 qx = 0.09 qy = -0.81 qz = 0.58 Yaw, Pitch, Roll: -186.50, -7.60, -109.56 rate = 0.14 Hz ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.60 qx = 0.40 qy = -0.59 qz = 0.36 Yaw, Pitch, Roll: -48.17, -86.12, 99.79 rate = 707.09 Hz ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.61 qx = 0.41 qy = -0.58 qz = 0.36 Yaw, Pitch, Roll: -45.30, -85.67, 96.77 rate = 707.12 Hz ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.61 qx = 0.41 qy = -0.58 qz = 0.36 Yaw, Pitch, Roll: -45.31, -85.67, 96.78 rate = 707.64 Hz

On Tue, Jul 31, 2018 at 12:47 AM, Kris Winer <notifications@github.com

wrote:

Use the sparkfun tutorial to fix your problem.

On Mon, Jul 30, 2018 at 10:34 AM, Imantha123 < notifications@github.com

wrote:

dear kriswiner,

My reading of the who who am i register is 0XFF. what is the correct wire API?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-408946755 , or mute the thread https://github.com/notifications/unsubscribe-auth/ AGY1qqC53tJgIitgHB9pvtmSgC3p8-rDks5uL0OsgaJpZM4VlqPQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-408950727 , or mute the thread https://github.com/notifications/unsubscribe-auth/ An1OBJSf4DCBUqPruxbxrVb9wupcgsCFks5uL0aagaJpZM4VlqPQ .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-409421275 , or mute the thread https://github.com/notifications/unsubscribe-auth/AGY1qgFE7eS- x8KNltPEKqz2lYg-T1myks5uMQfHgaJpZM4VlqPQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300#issuecomment-409422170 , or mute the thread https://github.com/notifications/unsubscribe-auth/An1OBKWNDn4Wj3_ yC1D4JyAk3xX4scB5ks5uMQkUgaJpZM4VlqPQ .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kriswiner/MPU9250/issues/300#issuecomment-409426377, or mute the thread https://github.com/notifications/unsubscribe-auth/AGY1qo0L_meX96lqsv43FTMbNhcQalDNks5uMQ77gaJpZM4VlqPQ .

kriswiner commented 6 years ago

What MPU9250 board are you using?

On Tue, Jul 31, 2018 at 7:19 PM, Tlera Corporation tleracorp@gmail.com wrote:

Please see Sparkfun's MPU9250 tutorial...

On Tue, Jul 31, 2018 at 7:14 PM, Imantha123 notifications@github.com wrote:

dear kriswiner,

i was change in to 0X48 (#define AK8963_WHO_AM_I 0x48 )but its not working. how do i adjust the I2C calls?

On Wed, Aug 1, 2018 at 8:49 AM, Kris Winer notifications@github.com wrote:

Your I2C calls are not working.

AK8963 I AM FF I should be 48

wrong...

On Tue, Jul 31, 2018 at 6:43 PM, Imantha123 notifications@github.com wrote:

hi kriswiner,

I already connect my mpu9250 imu for the arduino due. but roll pitch yaw values not change.these are fixed. i used MPU9250BasicAHRS.ino file for get the yaw pitch roll. This is my serial monitor values. could you please help me to correct this program. thank you

MPU9250 is online... x-axis self test: acceleration trim within : -100.0% of factory value y-axis self test: acceleration trim within : -100.0% of factory value z-axis self test: acceleration trim within : -100.0% of factory value x-axis self test: gyration trim within : -100.0% of factory value y-axis self test: gyration trim within : -100.0% of factory value z-axis self test: gyration trim within : -100.0% of factory value MPU9250 initialized for active data mode.... AK8963 I AM FF I should be 48 AK8963 initialized for active data mode.... X-Axis sensitivity adjustment value 0.50 Y-Axis sensitivity adjustment value 0.50 Z-Axis sensitivity adjustment value 0.50 ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.02 qx = 0.09 qy = -0.81 qz = 0.58 Yaw, Pitch, Roll: -186.50, -7.60, -109.56 rate = 0.14 Hz ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.60 qx = 0.40 qy = -0.59 qz = 0.36 Yaw, Pitch, Roll: -48.17, -86.12, 99.79 rate = 707.09 Hz ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.61 qx = 0.41 qy = -0.58 qz = 0.36 Yaw, Pitch, Roll: -45.30, -85.67, 96.77 rate = 707.12 Hz ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.61 qx = 0.41 qy = -0.58 qz = 0.36 Yaw, Pitch, Roll: -45.31, -85.67, 96.78 rate = 707.64 Hz

On Tue, Jul 31, 2018 at 12:47 AM, Kris Winer < notifications@github.com> wrote:

Use the sparkfun tutorial to fix your problem.

On Mon, Jul 30, 2018 at 10:34 AM, Imantha123 < notifications@github.com

wrote:

dear kriswiner,

My reading of the who who am i register is 0XFF. what is the correct wire API?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-408946755 , or mute the thread https://github.com/notifications/unsubscribe-auth/ AGY1qqC53tJgIitgHB9pvtmSgC3p8-rDks5uL0OsgaJpZM4VlqPQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-408950727 , or mute the thread https://github.com/notifications/unsubscribe-auth/ An1OBJSf4DCBUqPruxbxrVb9wupcgsCFks5uL0aagaJpZM4VlqPQ .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300#issuecommen t-409421275 , or mute the thread https://github.com/notifications/unsubscribe-auth/AGY1qgFE7eS- x8KNltPEKqz2lYg-T1myks5uMQfHgaJpZM4VlqPQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300#issuecomment-409422170 , or mute the thread https://github.com/notifications/unsubscribe-auth/ An1OBKWNDn4Wj3_yC1D4JyAk3xX4scB5ks5uMQkUgaJpZM4VlqPQ .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kriswiner/MPU9250/issues/300#issuecomment-409426377, or mute the thread https://github.com/notifications/unsubscribe-auth/AGY1qo0L_meX96lqsv43FTMbNhcQalDNks5uMQ77gaJpZM4VlqPQ .

Imantha123 commented 6 years ago

i used this board.

On Wed, Aug 1, 2018 at 9:24 AM, Kris Winer notifications@github.com wrote:

What MPU9250 board are you using?

On Tue, Jul 31, 2018 at 7:19 PM, Tlera Corporation tleracorp@gmail.com wrote:

Please see Sparkfun's MPU9250 tutorial...

On Tue, Jul 31, 2018 at 7:14 PM, Imantha123 notifications@github.com wrote:

dear kriswiner,

i was change in to 0X48 (#define AK8963_WHO_AM_I 0x48 )but its not working. how do i adjust the I2C calls?

On Wed, Aug 1, 2018 at 8:49 AM, Kris Winer notifications@github.com wrote:

Your I2C calls are not working.

AK8963 I AM FF I should be 48

wrong...

On Tue, Jul 31, 2018 at 6:43 PM, Imantha123 <notifications@github.com

wrote:

hi kriswiner,

I already connect my mpu9250 imu for the arduino due. but roll pitch yaw values not change.these are fixed. i used MPU9250BasicAHRS.ino file for get the yaw pitch roll. This is my serial monitor values. could you please help me to correct this program. thank you

MPU9250 is online... x-axis self test: acceleration trim within : -100.0% of factory value y-axis self test: acceleration trim within : -100.0% of factory value z-axis self test: acceleration trim within : -100.0% of factory value x-axis self test: gyration trim within : -100.0% of factory value y-axis self test: gyration trim within : -100.0% of factory value z-axis self test: gyration trim within : -100.0% of factory value MPU9250 initialized for active data mode.... AK8963 I AM FF I should be 48 AK8963 initialized for active data mode.... X-Axis sensitivity adjustment value 0.50 Y-Axis sensitivity adjustment value 0.50 Z-Axis sensitivity adjustment value 0.50 ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.02 qx = 0.09 qy = -0.81 qz = 0.58 Yaw, Pitch, Roll: -186.50, -7.60, -109.56 rate = 0.14 Hz ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.60 qx = 0.40 qy = -0.59 qz = 0.36 Yaw, Pitch, Roll: -48.17, -86.12, 99.79 rate = 707.09 Hz ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.61 qx = 0.41 qy = -0.58 qz = 0.36 Yaw, Pitch, Roll: -45.30, -85.67, 96.77 rate = 707.12 Hz ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.61 qx = 0.41 qy = -0.58 qz = 0.36 Yaw, Pitch, Roll: -45.31, -85.67, 96.78 rate = 707.64 Hz

On Tue, Jul 31, 2018 at 12:47 AM, Kris Winer < notifications@github.com> wrote:

Use the sparkfun tutorial to fix your problem.

On Mon, Jul 30, 2018 at 10:34 AM, Imantha123 < notifications@github.com

wrote:

dear kriswiner,

My reading of the who who am i register is 0XFF. what is the correct wire API?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-408946755 , or mute the thread https://github.com/notifications/unsubscribe-auth/ AGY1qqC53tJgIitgHB9pvtmSgC3p8-rDks5uL0OsgaJpZM4VlqPQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-408950727 , or mute the thread https://github.com/notifications/unsubscribe-auth/ An1OBJSf4DCBUqPruxbxrVb9wupcgsCFks5uL0aagaJpZM4VlqPQ .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300#issuecommen t-409421275 , or mute the thread https://github.com/notifications/unsubscribe-auth/AGY1qgFE7eS- x8KNltPEKqz2lYg-T1myks5uMQfHgaJpZM4VlqPQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-409422170 , or mute the thread https://github.com/notifications/unsubscribe-auth/ An1OBKWNDn4Wj3_yC1D4JyAk3xX4scB5ks5uMQkUgaJpZM4VlqPQ .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300#issuecomment-409426377 , or mute the thread https://github.com/notifications/unsubscribe-auth/AGY1qo0L_ meX96lqsv43FTMbNhcQalDNks5uMQ77gaJpZM4VlqPQ .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kriswiner/MPU9250/issues/300#issuecomment-409428079, or mute the thread https://github.com/notifications/unsubscribe-auth/An1OBBXkUOtOMSnJQqIgS0Rx-CwbsW9Pks5uMRFugaJpZM4VlqPQ .

kriswiner commented 6 years ago

Which board?

On Tue, Jul 31, 2018 at 7:30 PM, Imantha123 notifications@github.com wrote:

i used this board.

On Wed, Aug 1, 2018 at 9:24 AM, Kris Winer notifications@github.com wrote:

What MPU9250 board are you using?

On Tue, Jul 31, 2018 at 7:19 PM, Tlera Corporation tleracorp@gmail.com wrote:

Please see Sparkfun's MPU9250 tutorial...

On Tue, Jul 31, 2018 at 7:14 PM, Imantha123 notifications@github.com wrote:

dear kriswiner,

i was change in to 0X48 (#define AK8963_WHO_AM_I 0x48 )but its not working. how do i adjust the I2C calls?

On Wed, Aug 1, 2018 at 8:49 AM, Kris Winer notifications@github.com wrote:

Your I2C calls are not working.

AK8963 I AM FF I should be 48

wrong...

On Tue, Jul 31, 2018 at 6:43 PM, Imantha123 < notifications@github.com

wrote:

hi kriswiner,

I already connect my mpu9250 imu for the arduino due. but roll pitch yaw values not change.these are fixed. i used MPU9250BasicAHRS.ino file for get the yaw pitch roll. This is my serial monitor values. could you please help me to correct this program. thank you

MPU9250 is online... x-axis self test: acceleration trim within : -100.0% of factory value y-axis self test: acceleration trim within : -100.0% of factory value z-axis self test: acceleration trim within : -100.0% of factory value x-axis self test: gyration trim within : -100.0% of factory value y-axis self test: gyration trim within : -100.0% of factory value z-axis self test: gyration trim within : -100.0% of factory value MPU9250 initialized for active data mode.... AK8963 I AM FF I should be 48 AK8963 initialized for active data mode.... X-Axis sensitivity adjustment value 0.50 Y-Axis sensitivity adjustment value 0.50 Z-Axis sensitivity adjustment value 0.50 ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.02 qx = 0.09 qy = -0.81 qz = 0.58 Yaw, Pitch, Roll: -186.50, -7.60, -109.56 rate = 0.14 Hz ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.60 qx = 0.40 qy = -0.59 qz = 0.36 Yaw, Pitch, Roll: -48.17, -86.12, 99.79 rate = 707.09 Hz ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.61 qx = 0.41 qy = -0.58 qz = 0.36 Yaw, Pitch, Roll: -45.30, -85.67, 96.77 rate = 707.12 Hz ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.61 qx = 0.41 qy = -0.58 qz = 0.36 Yaw, Pitch, Roll: -45.31, -85.67, 96.78 rate = 707.64 Hz

On Tue, Jul 31, 2018 at 12:47 AM, Kris Winer < notifications@github.com> wrote:

Use the sparkfun tutorial to fix your problem.

On Mon, Jul 30, 2018 at 10:34 AM, Imantha123 < notifications@github.com

wrote:

dear kriswiner,

My reading of the who who am i register is 0XFF. what is the correct wire API?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-408946755 , or mute the thread https://github.com/notifications/unsubscribe-auth/ AGY1qqC53tJgIitgHB9pvtmSgC3p8-rDks5uL0OsgaJpZM4VlqPQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-408950727 , or mute the thread https://github.com/notifications/unsubscribe-auth/ An1OBJSf4DCBUqPruxbxrVb9wupcgsCFks5uL0aagaJpZM4VlqPQ .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300#issuecommen t-409421275 , or mute the thread https://github.com/notifications/unsubscribe-auth/AGY1qgFE7eS- x8KNltPEKqz2lYg-T1myks5uMQfHgaJpZM4VlqPQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-409422170 , or mute the thread https://github.com/notifications/unsubscribe-auth/ An1OBKWNDn4Wj3_yC1D4JyAk3xX4scB5ks5uMQkUgaJpZM4VlqPQ .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-409426377 , or mute the thread https://github.com/notifications/unsubscribe-auth/AGY1qo0L_ meX96lqsv43FTMbNhcQalDNks5uMQ77gaJpZM4VlqPQ .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300#issuecomment-409428079 , or mute the thread https://github.com/notifications/unsubscribe- auth/An1OBBXkUOtOMSnJQqIgS0Rx-CwbsW9Pks5uMRFugaJpZM4VlqPQ .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kriswiner/MPU9250/issues/300#issuecomment-409429094, or mute the thread https://github.com/notifications/unsubscribe-auth/AGY1qiLdnq6FjL-SpkjUHqzn36WrjVX8ks5uMRLjgaJpZM4VlqPQ .

Imantha123 commented 6 years ago

MPU9250

On Wed, Aug 1, 2018 at 9:33 AM, Kris Winer notifications@github.com wrote:

Which board?

On Tue, Jul 31, 2018 at 7:30 PM, Imantha123 notifications@github.com wrote:

i used this board.

On Wed, Aug 1, 2018 at 9:24 AM, Kris Winer notifications@github.com wrote:

What MPU9250 board are you using?

On Tue, Jul 31, 2018 at 7:19 PM, Tlera Corporation < tleracorp@gmail.com> wrote:

Please see Sparkfun's MPU9250 tutorial...

On Tue, Jul 31, 2018 at 7:14 PM, Imantha123 < notifications@github.com> wrote:

dear kriswiner,

i was change in to 0X48 (#define AK8963_WHO_AM_I 0x48 )but its not working. how do i adjust the I2C calls?

On Wed, Aug 1, 2018 at 8:49 AM, Kris Winer < notifications@github.com> wrote:

Your I2C calls are not working.

AK8963 I AM FF I should be 48

wrong...

On Tue, Jul 31, 2018 at 6:43 PM, Imantha123 < notifications@github.com

wrote:

hi kriswiner,

I already connect my mpu9250 imu for the arduino due. but roll pitch yaw values not change.these are fixed. i used MPU9250BasicAHRS.ino file for get the yaw pitch roll. This is my serial monitor values. could you please help me to correct this program. thank you

MPU9250 is online... x-axis self test: acceleration trim within : -100.0% of factory value y-axis self test: acceleration trim within : -100.0% of factory value z-axis self test: acceleration trim within : -100.0% of factory value x-axis self test: gyration trim within : -100.0% of factory value y-axis self test: gyration trim within : -100.0% of factory value z-axis self test: gyration trim within : -100.0% of factory value MPU9250 initialized for active data mode.... AK8963 I AM FF I should be 48 AK8963 initialized for active data mode.... X-Axis sensitivity adjustment value 0.50 Y-Axis sensitivity adjustment value 0.50 Z-Axis sensitivity adjustment value 0.50 ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.02 qx = 0.09 qy = -0.81 qz = 0.58 Yaw, Pitch, Roll: -186.50, -7.60, -109.56 rate = 0.14 Hz ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.60 qx = 0.40 qy = -0.59 qz = 0.36 Yaw, Pitch, Roll: -48.17, -86.12, 99.79 rate = 707.09 Hz ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.61 qx = 0.41 qy = -0.58 qz = 0.36 Yaw, Pitch, Roll: -45.30, -85.67, 96.77 rate = 707.12 Hz ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.61 qx = 0.41 qy = -0.58 qz = 0.36 Yaw, Pitch, Roll: -45.31, -85.67, 96.78 rate = 707.64 Hz

On Tue, Jul 31, 2018 at 12:47 AM, Kris Winer < notifications@github.com> wrote:

Use the sparkfun tutorial to fix your problem.

On Mon, Jul 30, 2018 at 10:34 AM, Imantha123 < notifications@github.com

wrote:

dear kriswiner,

My reading of the who who am i register is 0XFF. what is the correct wire API?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-408946755 , or mute the thread https://github.com/notifications/unsubscribe-auth/ AGY1qqC53tJgIitgHB9pvtmSgC3p8-rDks5uL0OsgaJpZM4VlqPQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-408950727 , or mute the thread https://github.com/notifications/unsubscribe-auth/ An1OBJSf4DCBUqPruxbxrVb9wupcgsCFks5uL0aagaJpZM4VlqPQ .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300#issuecommen t-409421275 , or mute the thread https://github.com/notifications/unsubscribe-auth/AGY1qgFE7eS- x8KNltPEKqz2lYg-T1myks5uMQfHgaJpZM4VlqPQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-409422170 , or mute the thread https://github.com/notifications/unsubscribe-auth/ An1OBKWNDn4Wj3_yC1D4JyAk3xX4scB5ks5uMQkUgaJpZM4VlqPQ .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-409426377 , or mute the thread https://github.com/notifications/unsubscribe-auth/AGY1qo0L_ meX96lqsv43FTMbNhcQalDNks5uMQ77gaJpZM4VlqPQ .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-409428079 , or mute the thread https://github.com/notifications/unsubscribe- auth/An1OBBXkUOtOMSnJQqIgS0Rx-CwbsW9Pks5uMRFugaJpZM4VlqPQ .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300#issuecomment-409429094 , or mute the thread https://github.com/notifications/unsubscribe-auth/AGY1qiLdnq6FjL- SpkjUHqzn36WrjVX8ks5uMRLjgaJpZM4VlqPQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kriswiner/MPU9250/issues/300#issuecomment-409429457, or mute the thread https://github.com/notifications/unsubscribe-auth/An1OBEnVic6cht4i2RXNvfgDrP_EftRPks5uMRNqgaJpZM4VlqPQ .

kriswiner commented 6 years ago

One more time, which breakout board are you using?

On Tue, Jul 31, 2018 at 7:35 PM, Imantha123 notifications@github.com wrote:

MPU9250

On Wed, Aug 1, 2018 at 9:33 AM, Kris Winer notifications@github.com wrote:

Which board?

On Tue, Jul 31, 2018 at 7:30 PM, Imantha123 notifications@github.com wrote:

i used this board.

On Wed, Aug 1, 2018 at 9:24 AM, Kris Winer notifications@github.com wrote:

What MPU9250 board are you using?

On Tue, Jul 31, 2018 at 7:19 PM, Tlera Corporation < tleracorp@gmail.com> wrote:

Please see Sparkfun's MPU9250 tutorial...

On Tue, Jul 31, 2018 at 7:14 PM, Imantha123 < notifications@github.com> wrote:

dear kriswiner,

i was change in to 0X48 (#define AK8963_WHO_AM_I 0x48 )but its not working. how do i adjust the I2C calls?

On Wed, Aug 1, 2018 at 8:49 AM, Kris Winer < notifications@github.com> wrote:

Your I2C calls are not working.

AK8963 I AM FF I should be 48

wrong...

On Tue, Jul 31, 2018 at 6:43 PM, Imantha123 < notifications@github.com

wrote:

hi kriswiner,

I already connect my mpu9250 imu for the arduino due. but roll pitch yaw values not change.these are fixed. i used MPU9250BasicAHRS.ino file for get the yaw pitch roll. This is my serial monitor values. could you please help me to correct this program. thank you

MPU9250 is online... x-axis self test: acceleration trim within : -100.0% of factory value y-axis self test: acceleration trim within : -100.0% of factory value z-axis self test: acceleration trim within : -100.0% of factory value x-axis self test: gyration trim within : -100.0% of factory value y-axis self test: gyration trim within : -100.0% of factory value z-axis self test: gyration trim within : -100.0% of factory value MPU9250 initialized for active data mode.... AK8963 I AM FF I should be 48 AK8963 initialized for active data mode.... X-Axis sensitivity adjustment value 0.50 Y-Axis sensitivity adjustment value 0.50 Z-Axis sensitivity adjustment value 0.50 ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.02 qx = 0.09 qy = -0.81 qz = 0.58 Yaw, Pitch, Roll: -186.50, -7.60, -109.56 rate = 0.14 Hz ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.60 qx = 0.40 qy = -0.59 qz = 0.36 Yaw, Pitch, Roll: -48.17, -86.12, 99.79 rate = 707.09 Hz ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.61 qx = 0.41 qy = -0.58 qz = 0.36 Yaw, Pitch, Roll: -45.30, -85.67, 96.77 rate = 707.12 Hz ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.61 qx = 0.41 qy = -0.58 qz = 0.36 Yaw, Pitch, Roll: -45.31, -85.67, 96.78 rate = 707.64 Hz

On Tue, Jul 31, 2018 at 12:47 AM, Kris Winer < notifications@github.com> wrote:

Use the sparkfun tutorial to fix your problem.

On Mon, Jul 30, 2018 at 10:34 AM, Imantha123 < notifications@github.com

wrote:

dear kriswiner,

My reading of the who who am i register is 0XFF. what is the correct wire API?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-408946755 , or mute the thread https://github.com/notifications/unsubscribe-auth/ AGY1qqC53tJgIitgHB9pvtmSgC3p8-rDks5uL0OsgaJpZM4VlqPQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-408950727 , or mute the thread https://github.com/notifications/unsubscribe-auth/ An1OBJSf4DCBUqPruxbxrVb9wupcgsCFks5uL0aagaJpZM4VlqPQ .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300#issuecommen t-409421275 , or mute the thread https://github.com/notifications/unsubscribe- auth/AGY1qgFE7eS- x8KNltPEKqz2lYg-T1myks5uMQfHgaJpZM4VlqPQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-409422170 , or mute the thread https://github.com/notifications/unsubscribe-auth/ An1OBKWNDn4Wj3_yC1D4JyAk3xX4scB5ks5uMQkUgaJpZM4VlqPQ .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-409426377 , or mute the thread https://github.com/notifications/unsubscribe-auth/AGY1qo0L_ meX96lqsv43FTMbNhcQalDNks5uMQ77gaJpZM4VlqPQ .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-409428079 , or mute the thread https://github.com/notifications/unsubscribe- auth/An1OBBXkUOtOMSnJQqIgS0Rx-CwbsW9Pks5uMRFugaJpZM4VlqPQ .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-409429094 , or mute the thread https://github.com/notifications/unsubscribe-auth/AGY1qiLdnq6FjL- SpkjUHqzn36WrjVX8ks5uMRLjgaJpZM4VlqPQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300#issuecomment-409429457 , or mute the thread https://github.com/notifications/unsubscribe-auth/ An1OBEnVic6cht4i2RXNvfgDrP_EftRPks5uMRNqgaJpZM4VlqPQ .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kriswiner/MPU9250/issues/300#issuecomment-409429789, or mute the thread https://github.com/notifications/unsubscribe-auth/AGY1qiba_NIwNZCkWr6fOZiwRTSPIonHks5uMRPUgaJpZM4VlqPQ .

Imantha123 commented 6 years ago

sorry i don't know about breakout board. i used only arduino DUE board and mpu9250 imu sensor.

On Wed, Aug 1, 2018 at 9:36 AM, Kris Winer notifications@github.com wrote:

One more time, which breakout board are you using?

On Tue, Jul 31, 2018 at 7:35 PM, Imantha123 notifications@github.com wrote:

MPU9250

On Wed, Aug 1, 2018 at 9:33 AM, Kris Winer notifications@github.com wrote:

Which board?

On Tue, Jul 31, 2018 at 7:30 PM, Imantha123 notifications@github.com wrote:

i used this board.

On Wed, Aug 1, 2018 at 9:24 AM, Kris Winer <notifications@github.com

wrote:

What MPU9250 board are you using?

On Tue, Jul 31, 2018 at 7:19 PM, Tlera Corporation < tleracorp@gmail.com> wrote:

Please see Sparkfun's MPU9250 tutorial...

On Tue, Jul 31, 2018 at 7:14 PM, Imantha123 < notifications@github.com> wrote:

dear kriswiner,

i was change in to 0X48 (#define AK8963_WHO_AM_I 0x48 )but its not working. how do i adjust the I2C calls?

On Wed, Aug 1, 2018 at 8:49 AM, Kris Winer < notifications@github.com> wrote:

Your I2C calls are not working.

AK8963 I AM FF I should be 48

wrong...

On Tue, Jul 31, 2018 at 6:43 PM, Imantha123 < notifications@github.com

wrote:

hi kriswiner,

I already connect my mpu9250 imu for the arduino due. but roll pitch yaw values not change.these are fixed. i used MPU9250BasicAHRS.ino file for get the yaw pitch roll. This is my serial monitor values. could you please help me to correct this program. thank you

MPU9250 is online... x-axis self test: acceleration trim within : -100.0% of factory value y-axis self test: acceleration trim within : -100.0% of factory value z-axis self test: acceleration trim within : -100.0% of factory value x-axis self test: gyration trim within : -100.0% of factory value y-axis self test: gyration trim within : -100.0% of factory value z-axis self test: gyration trim within : -100.0% of factory value MPU9250 initialized for active data mode.... AK8963 I AM FF I should be 48 AK8963 initialized for active data mode.... X-Axis sensitivity adjustment value 0.50 Y-Axis sensitivity adjustment value 0.50 Z-Axis sensitivity adjustment value 0.50 ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.02 qx = 0.09 qy = -0.81 qz = 0.58 Yaw, Pitch, Roll: -186.50, -7.60, -109.56 rate = 0.14 Hz ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.60 qx = 0.40 qy = -0.59 qz = 0.36 Yaw, Pitch, Roll: -48.17, -86.12, 99.79 rate = 707.09 Hz ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.61 qx = 0.41 qy = -0.58 qz = 0.36 Yaw, Pitch, Roll: -45.30, -85.67, 96.77 rate = 707.12 Hz ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.61 qx = 0.41 qy = -0.58 qz = 0.36 Yaw, Pitch, Roll: -45.31, -85.67, 96.78 rate = 707.64 Hz

On Tue, Jul 31, 2018 at 12:47 AM, Kris Winer < notifications@github.com> wrote:

Use the sparkfun tutorial to fix your problem.

On Mon, Jul 30, 2018 at 10:34 AM, Imantha123 < notifications@github.com

wrote:

dear kriswiner,

My reading of the who who am i register is 0XFF. what is the correct wire API?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-408946755 , or mute the thread https://github.com/notifications/unsubscribe-auth/ AGY1qqC53tJgIitgHB9pvtmSgC3p8-rDks5uL0OsgaJpZM4VlqPQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-408950727 , or mute the thread https://github.com/notifications/unsubscribe-auth/ An1OBJSf4DCBUqPruxbxrVb9wupcgsCFks5uL0aagaJpZM4VlqPQ .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/ MPU9250/issues/300#issuecommen t-409421275 , or mute the thread https://github.com/notifications/unsubscribe- auth/AGY1qgFE7eS- x8KNltPEKqz2lYg-T1myks5uMQfHgaJpZM4VlqPQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-409422170 , or mute the thread https://github.com/notifications/unsubscribe-auth/ An1OBKWNDn4Wj3_yC1D4JyAk3xX4scB5ks5uMQkUgaJpZM4VlqPQ .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-409426377 , or mute the thread https://github.com/notifications/unsubscribe-auth/AGY1qo0L_ meX96lqsv43FTMbNhcQalDNks5uMQ77gaJpZM4VlqPQ .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-409428079 , or mute the thread https://github.com/notifications/unsubscribe- auth/An1OBBXkUOtOMSnJQqIgS0Rx-CwbsW9Pks5uMRFugaJpZM4VlqPQ .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-409429094 , or mute the thread https://github.com/notifications/unsubscribe-auth/AGY1qiLdnq6FjL- SpkjUHqzn36WrjVX8ks5uMRLjgaJpZM4VlqPQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-409429457 , or mute the thread https://github.com/notifications/unsubscribe-auth/ An1OBEnVic6cht4i2RXNvfgDrP_EftRPks5uMRNqgaJpZM4VlqPQ .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300#issuecomment-409429789 , or mute the thread https://github.com/notifications/unsubscribe-auth/AGY1qiba_ NIwNZCkWr6fOZiwRTSPIonHks5uMRPUgaJpZM4VlqPQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kriswiner/MPU9250/issues/300#issuecomment-409430042, or mute the thread https://github.com/notifications/unsubscribe-auth/An1OBGzJfjRHWZWvw1rvRv2EPDIb2No6ks5uMRQ1gaJpZM4VlqPQ .

Imantha123 commented 6 years ago

Dear kriswiner ,

I used your MPU9250_MS5637_AHRS_t3 code for run my arduino due. Finally i got the yaw pitch roll values. but problem is when the yaw changes its not accurate. for a example if i change yaw its change and after long time goes to settle the values. could you please give me a solution.

On Wed, Aug 1, 2018 at 10:21 AM, Mestiyage Gunathilaka st20001078@ait.asia wrote:

sorry i don't know about breakout board. i used only arduino DUE board and mpu9250 imu sensor.

On Wed, Aug 1, 2018 at 9:36 AM, Kris Winer notifications@github.com wrote:

One more time, which breakout board are you using?

On Tue, Jul 31, 2018 at 7:35 PM, Imantha123 notifications@github.com wrote:

MPU9250

On Wed, Aug 1, 2018 at 9:33 AM, Kris Winer notifications@github.com wrote:

Which board?

On Tue, Jul 31, 2018 at 7:30 PM, Imantha123 <notifications@github.com

wrote:

i used this board.

On Wed, Aug 1, 2018 at 9:24 AM, Kris Winer < notifications@github.com> wrote:

What MPU9250 board are you using?

On Tue, Jul 31, 2018 at 7:19 PM, Tlera Corporation < tleracorp@gmail.com> wrote:

Please see Sparkfun's MPU9250 tutorial...

On Tue, Jul 31, 2018 at 7:14 PM, Imantha123 < notifications@github.com> wrote:

dear kriswiner,

i was change in to 0X48 (#define AK8963_WHO_AM_I 0x48 )but its not working. how do i adjust the I2C calls?

On Wed, Aug 1, 2018 at 8:49 AM, Kris Winer < notifications@github.com> wrote:

Your I2C calls are not working.

AK8963 I AM FF I should be 48

wrong...

On Tue, Jul 31, 2018 at 6:43 PM, Imantha123 < notifications@github.com

wrote:

hi kriswiner,

I already connect my mpu9250 imu for the arduino due. but roll pitch yaw values not change.these are fixed. i used MPU9250BasicAHRS.ino file for get the yaw pitch roll. This is my serial monitor values. could you please help me to correct this program. thank you

MPU9250 is online... x-axis self test: acceleration trim within : -100.0% of factory value y-axis self test: acceleration trim within : -100.0% of factory value z-axis self test: acceleration trim within : -100.0% of factory value x-axis self test: gyration trim within : -100.0% of factory value y-axis self test: gyration trim within : -100.0% of factory value z-axis self test: gyration trim within : -100.0% of factory value MPU9250 initialized for active data mode.... AK8963 I AM FF I should be 48 AK8963 initialized for active data mode.... X-Axis sensitivity adjustment value 0.50 Y-Axis sensitivity adjustment value 0.50 Z-Axis sensitivity adjustment value 0.50 ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.02 qx = 0.09 qy = -0.81 qz = 0.58 Yaw, Pitch, Roll: -186.50, -7.60, -109.56 rate = 0.14 Hz ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.60 qx = 0.40 qy = -0.59 qz = 0.36 Yaw, Pitch, Roll: -48.17, -86.12, 99.79 rate = 707.09 Hz ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.61 qx = 0.41 qy = -0.58 qz = 0.36 Yaw, Pitch, Roll: -45.30, -85.67, 96.77 rate = 707.12 Hz ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.61 qx = 0.41 qy = -0.58 qz = 0.36 Yaw, Pitch, Roll: -45.31, -85.67, 96.78 rate = 707.64 Hz

On Tue, Jul 31, 2018 at 12:47 AM, Kris Winer < notifications@github.com> wrote:

Use the sparkfun tutorial to fix your problem.

On Mon, Jul 30, 2018 at 10:34 AM, Imantha123 < notifications@github.com

wrote:

dear kriswiner,

My reading of the who who am i register is 0XFF. what is the correct wire API?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-408946755 , or mute the thread https://github.com/notifications/unsubscribe-auth/ AGY1qqC53tJgIitgHB9pvtmSgC3p8-rDks5uL0OsgaJpZM4VlqPQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-408950727 , or mute the thread https://github.com/notifications/unsubscribe-auth/ An1OBJSf4DCBUqPruxbxrVb9wupcgsCFks5uL0aagaJpZM4VlqPQ .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/ MPU9250/issues/300#issuecommen t-409421275 , or mute the thread https://github.com/notifications/unsubscribe- auth/AGY1qgFE7eS- x8KNltPEKqz2lYg-T1myks5uMQfHgaJpZM4VlqPQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-409422170 , or mute the thread https://github.com/notifications/unsubscribe-auth/ An1OBKWNDn4Wj3_yC1D4JyAk3xX4scB5ks5uMQkUgaJpZM4VlqPQ .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-409426377 , or mute the thread https://github.com/notifications/unsubscribe-auth/AGY1qo0L_ meX96lqsv43FTMbNhcQalDNks5uMQ77gaJpZM4VlqPQ .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-409428079 , or mute the thread https://github.com/notifications/unsubscribe- auth/An1OBBXkUOtOMSnJQqIgS0Rx-CwbsW9Pks5uMRFugaJpZM4VlqPQ .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-409429094 , or mute the thread https://github.com/notifications/unsubscribe-auth/AGY1qiLdnq6FjL- SpkjUHqzn36WrjVX8ks5uMRLjgaJpZM4VlqPQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300#issuecommen t-409429457 , or mute the thread https://github.com/notifications/unsubscribe-auth/ An1OBEnVic6cht4i2RXNvfgDrP_EftRPks5uMRNqgaJpZM4VlqPQ .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300#issuecomment-409429789 , or mute the thread https://github.com/notifications/unsubscribe-auth/AGY1qiba_ NIwNZCkWr6fOZiwRTSPIonHks5uMRPUgaJpZM4VlqPQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kriswiner/MPU9250/issues/300#issuecomment-409430042, or mute the thread https://github.com/notifications/unsubscribe-auth/An1OBGzJfjRHWZWvw1rvRv2EPDIb2No6ks5uMRQ1gaJpZM4VlqPQ .

kriswiner commented 6 years ago

Faster mcu.

On Sat, Aug 4, 2018 at 9:28 PM Imantha123 notifications@github.com wrote:

Dear kriswiner ,

I used your MPU9250_MS5637_AHRS_t3 code for run my arduino due. Finally i got the yaw pitch roll values. but problem is when the yaw changes its not accurate. for a example if i change yaw its change and after long time goes to settle the values. could you please give me a solution.

On Wed, Aug 1, 2018 at 10:21 AM, Mestiyage Gunathilaka < st20001078@ait.asia> wrote:

sorry i don't know about breakout board. i used only arduino DUE board and mpu9250 imu sensor.

On Wed, Aug 1, 2018 at 9:36 AM, Kris Winer notifications@github.com wrote:

One more time, which breakout board are you using?

On Tue, Jul 31, 2018 at 7:35 PM, Imantha123 notifications@github.com wrote:

MPU9250

On Wed, Aug 1, 2018 at 9:33 AM, Kris Winer notifications@github.com wrote:

Which board?

On Tue, Jul 31, 2018 at 7:30 PM, Imantha123 < notifications@github.com

wrote:

i used this board.

On Wed, Aug 1, 2018 at 9:24 AM, Kris Winer < notifications@github.com> wrote:

What MPU9250 board are you using?

On Tue, Jul 31, 2018 at 7:19 PM, Tlera Corporation < tleracorp@gmail.com> wrote:

Please see Sparkfun's MPU9250 tutorial...

On Tue, Jul 31, 2018 at 7:14 PM, Imantha123 < notifications@github.com> wrote:

dear kriswiner,

i was change in to 0X48 (#define AK8963_WHO_AM_I 0x48 )but its not working. how do i adjust the I2C calls?

On Wed, Aug 1, 2018 at 8:49 AM, Kris Winer < notifications@github.com> wrote:

Your I2C calls are not working.

AK8963 I AM FF I should be 48

wrong...

On Tue, Jul 31, 2018 at 6:43 PM, Imantha123 < notifications@github.com

wrote:

hi kriswiner,

I already connect my mpu9250 imu for the arduino due. but roll pitch yaw values not change.these are fixed. i used MPU9250BasicAHRS.ino file for get the yaw pitch roll. This is my serial monitor values. could you please help me to correct this program. thank you

MPU9250 is online... x-axis self test: acceleration trim within : -100.0% of factory value y-axis self test: acceleration trim within : -100.0% of factory value z-axis self test: acceleration trim within : -100.0% of factory value x-axis self test: gyration trim within : -100.0% of factory value y-axis self test: gyration trim within : -100.0% of factory value z-axis self test: gyration trim within : -100.0% of factory value MPU9250 initialized for active data mode.... AK8963 I AM FF I should be 48 AK8963 initialized for active data mode.... X-Axis sensitivity adjustment value 0.50 Y-Axis sensitivity adjustment value 0.50 Z-Axis sensitivity adjustment value 0.50 ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.02 qx = 0.09 qy = -0.81 qz = 0.58 Yaw, Pitch, Roll: -186.50, -7.60, -109.56 rate = 0.14 Hz ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.60 qx = 0.40 qy = -0.59 qz = 0.36 Yaw, Pitch, Roll: -48.17, -86.12, 99.79 rate = 707.09 Hz ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.61 qx = 0.41 qy = -0.58 qz = 0.36 Yaw, Pitch, Roll: -45.30, -85.67, 96.77 rate = 707.12 Hz ax = 1938.17 ay = 111.33 az = 0.98 mg gx = -85.85 gy = 13.92 gz = 0.00 deg/s mx = -470 my = -120 mz = -125 mG q0 = 0.61 qx = 0.41 qy = -0.58 qz = 0.36 Yaw, Pitch, Roll: -45.31, -85.67, 96.78 rate = 707.64 Hz

On Tue, Jul 31, 2018 at 12:47 AM, Kris Winer < notifications@github.com> wrote:

Use the sparkfun tutorial to fix your problem.

On Mon, Jul 30, 2018 at 10:34 AM, Imantha123 < notifications@github.com

wrote:

dear kriswiner,

My reading of the who who am i register is 0XFF. what is the correct wire API?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-408946755 , or mute the thread https://github.com/notifications/unsubscribe-auth/ AGY1qqC53tJgIitgHB9pvtmSgC3p8-rDks5uL0OsgaJpZM4VlqPQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-408950727 , or mute the thread https://github.com/notifications/unsubscribe-auth/ An1OBJSf4DCBUqPruxbxrVb9wupcgsCFks5uL0aagaJpZM4VlqPQ .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/ MPU9250/issues/300#issuecommen t-409421275 , or mute the thread https://github.com/notifications/unsubscribe- auth/AGY1qgFE7eS- x8KNltPEKqz2lYg-T1myks5uMQfHgaJpZM4VlqPQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-409422170 , or mute the thread https://github.com/notifications/unsubscribe-auth/ An1OBKWNDn4Wj3_yC1D4JyAk3xX4scB5ks5uMQkUgaJpZM4VlqPQ .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-409426377 , or mute the thread https://github.com/notifications/unsubscribe-auth/AGY1qo0L_ meX96lqsv43FTMbNhcQalDNks5uMQ77gaJpZM4VlqPQ .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-409428079 , or mute the thread https://github.com/notifications/unsubscribe- auth/An1OBBXkUOtOMSnJQqIgS0Rx-CwbsW9Pks5uMRFugaJpZM4VlqPQ .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300# issuecomment-409429094 , or mute the thread < https://github.com/notifications/unsubscribe-auth/AGY1qiLdnq6FjL- SpkjUHqzn36WrjVX8ks5uMRLjgaJpZM4VlqPQ>

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300#issuecommen t-409429457 , or mute the thread https://github.com/notifications/unsubscribe-auth/ An1OBEnVic6cht4i2RXNvfgDrP_EftRPks5uMRNqgaJpZM4VlqPQ .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub < https://github.com/kriswiner/MPU9250/issues/300#issuecomment-409429789 , or mute the thread https://github.com/notifications/unsubscribe-auth/AGY1qiba_ NIwNZCkWr6fOZiwRTSPIonHks5uMRPUgaJpZM4VlqPQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <https://github.com/kriswiner/MPU9250/issues/300#issuecomment-409430042 , or mute the thread < https://github.com/notifications/unsubscribe-auth/An1OBGzJfjRHWZWvw1rvRv2EPDIb2No6ks5uMRQ1gaJpZM4VlqPQ

.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/kriswiner/MPU9250/issues/300#issuecomment-410494993, or mute the thread https://github.com/notifications/unsubscribe-auth/AGY1qt1Yvv9PBIOd__Wv25xsn_ICPQedks5uNnR8gaJpZM4VlqPQ .

jay6621 commented 5 years ago

close this