hi all,
I recently took on building a quadcopter from scratch using an arduino as a controller. I am attempting to use the GY-521 as the accelerometer/gyro for stability. It uses the MPU6050 from ivansense but i am struggling with all the information available.
I have used the code offered on the arduino playground to get it outputting the accelerometer angle, however, this is not accurate once you start laterally moving the sensor. I was going to attempt to implement the code offered on this page (A Guide To using IMU (Accelerometer and Gyroscope Devices) in Embedded Applications. – Starlino Electronics), would this correct for the lateral motion? The MPU6050 also claims to have MotionFusion MPU, but what does this actually mean, and how do you access the data from it?
I want to measure the inclination of the device, without interference from lateral motion, any additonal ideas would be greatly appreciated.
andrew