Hello Friends,
I am working on designing a drone . i am using gyroscope present in mpu 6050. i configured gyro with 500dps (register 0x1B is loaded with value 0x08 ) and power management register 0x6B is loaded with 0x00(for bringing gyro to on state).
I measured the values of gyro x, y and z (16bit values) . How can i convert these values into yaw,pitch ,roll angles ??
My gyro values(after subtracting the gyro offset values)
New Gyro Values Xnew=1472 Ynew=-19 Znew=299 values
New Gyro Values Xnew=1466 Ynew=-2 Znew=480 values