I know gyros output voltage is not ratiometric but ı want to detect turn angle around the yaw axis. ı can find roll and pitch angel by accl.+gyro+ kalman but I have not been succesful about yaw angle detection yet. please help and idea!
I have arduino Diecimila board+ADXL330 accl.+ EPSON XV8100CB gyro
NOTE: I do not understand fully how to gyro work? For example ı turn gyro so its output voltage increase and returns its zero bias value immadiately.Is this normal for gyro working or my gyro is damaged!
No, that is correct, as a gyro measures angular velocity. The faster you rotate it, the more the voltage should change from the zero point, and when you stop it will return to the zero point.
For yaw angle (not yaw angular velocity) you need to use magnetometers, which detect your absolute angle like a compass does. The Oceanserver compasses or the HMC1053 would do, as would the MicroMag3.
Thanks for your idea finally the combination like that gyro+magnetometer+kalman filter is useful and effective?And can you give a magnetometer type or brand for better solution?