Android- Gyro Sensor drift and Correct angle Estimation

AI Thread Summary
To achieve accurate rotation angles from the gyroscope on the LG Optimus 2x, it is essential to address gyro sensor drift. A common method involves averaging gyro samples during static conditions, but this is not ideal for dynamic situations. Using a combination of three orthogonal gyroscopes and accelerometers is recommended for better accuracy. Implementing a Kalman Filter to integrate data from the accelerometers, gyroscope, and GPS can help estimate gyro bias even during motion. Overall, with the right approach and sensor quality, accurate body-to-Earth coordinate transformations are achievable.
ravishah
Messages
5
Reaction score
0
I am using LG Optimus 2x smartphone(Gyroscope and Accelerometer sensor) for positioning. I want to get correct rotation angles from gyroscope that can be used later on for body to Earth coordinate transformation. My question is that 1- How I can measure and remove the drift in gyro sensor. The one way is to take the average of gyro samples (when mobile is in static condition) for some time and subtracting from current sample, which is not good way. When the mobile is in rotation/motion how to get the drift free angles?
regards navigator
 
Engineering news on Phys.org
How many gyro and accelerometer sensors does the phone have? You most likely need 3 (orthogonal) gyros and another 3 accelerometers to do what you want to do. Also, not all sensors are created equal. To detect motion, you can use pretty low-cost sensors. To navigate accurately, the sensors have to be much better.
 
if you combine accelerometers, gyro and GPS data using Kalman Filter, you should be able to estimate gyro bias values "in-motion". LG Optimus 2x have "not bad" sensors http://invensense.com/mems/gyro/mpu3050.html so I think everything is possible. You can use inertial sensors for motion detection, and when you detect "no motion" you can start gyro bias estimation.
 
Last edited by a moderator:
While I was rolling out a shielded cable, a though came to my mind - what happens to the current flow in the cable if there came a short between the wire and the shield in both ends of the cable? For simplicity, lets assume a 1-wire copper wire wrapped in an aluminum shield. The wire and the shield has the same cross section area. There are insulating material between them, and in both ends there is a short between them. My first thought, the total resistance of the cable would be reduced...
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I am not an electrical engineering student, but a lowly apprentice electrician. I learn both on the job and also take classes for my apprenticeship. I recently wired my first transformer and I understand that the neutral and ground are bonded together in the transformer or in the service. What I don't understand is, if the neutral is a current carrying conductor, which is then bonded to the ground conductor, why does current only flow back to its source and not on the ground path...
Back
Top