SlideShare ist ein Scribd-Unternehmen logo
1 von 40
copyright 2011 controltrix corp www. controltrix.com
Hand held motion tracking using
MEMS gyros and accelerometer for
gaming applications
www.controltrix.com
copyright 2011 controltrix corp www. controltrix.com
• Accelerometers (acc) measure acceleration
• Gyroscopes (gyro) measure angular velocity
• Integrated MEMS may have 3 axis gyro + 3 axis acc
• MEMS have low cost compared to other types of gyro /acc
• The MEMS device is Clamped to the object (strap down)
(Unlike gyro stabilized system which give direct values)
• Measurements are with respect to object and not with earth
• Complex/Vector /coordinate computation for absolute values
Intro
copyright 2011 controltrix corp www. controltrix.com
• Objective : Measure angles(orientation) in 3D in real time
• 3D Angle (orientation) is mapped to screen object motion
• Integrating(accumulating) angular velocity gives angular
displacement
• Integration causes drift
• Accumulation errors  diverging results to ∞  loss of sync
Example
MPU 6000 has angular velocity error of 20 degrees/s .
After 9 sec, the object may point opposite !!!
Intro.
copyright 2011 controltrix corp www. controltrix.com
• Essentially an inertial measurement system
• Attitude Heading Reference systems (AHRS) used in aircraft
• Best systems drift ~ 1Km /hr and few degrees/hr
• Cost ~ US$ 100K ,weight ~ few Kg
• Aircraft has auxillary systems like GPS, magnetometer
• Augment inertial measurements (keep drift negligible)
• Objective : emulate AHRS in a few US$ , < 100 gm
Intro..
copyright 2011 controltrix corp www. controltrix.com
• To overcome drift filtering is used
• Filtering removes DC offset in measurement but….
Creates a side effect of homing
• A Stationary object the measured angles
drift towards 0 with time. (still better than drifting to ∞)
• To fix homing some thresholding is done but……
It causes slow movements not accurately tracked…..
Approach and limits
copyright 2011 controltrix corp www. controltrix.com
• Only relative motion tracked ..screen object and handheld.
Example
The directionality of motion is correct, but
A 90 degree counter clockwise followed by 90 degree clockwise
is never initial position.
• Cannot Track pure translation motion
• Slow movements are not properly tracked.
• Below a certain limit the system essentially rejects data as noise
Limits
copyright 2011 controltrix corp www. controltrix.com
• Auxiliary angular position data to periodically recalibrate
(accelerometer and magnetometer)
• Remove unbounded drift
• Even noisy, jumpy, low bandwidth, low sample rate data is good
• Real time data fusion
• Sensor data fusion algorithm to compute best estimate
• Kalman filter or Modified Kalman filter
What is required ?
copyright 2011 controltrix corp www. controltrix.com
• Accelerometer measures gravity ‘g’ (always down) when stationary
• Gravity is absolute reference direction and magnitude
Accelerometer features
Fig: The accelerometer
measures the component of
the acceleration due to
gravity acting on each of the
three axes. These
components are
trigonometrically related to
the angle of inclination
copyright 2011 controltrix corp www. controltrix.com
• 3 components provide crude estimate
for roll and pitch
• Simple vector math required
• Doesn’t help with Yaw
Example
North and east pointing is indistinguishable / give same
readings
Accelerometer features.
copyright 2011 controltrix corp www. controltrix.com
• Magnetometer (mag) measures axial magnetic field strength (B)
• 3 axis magnetometer measures in all 3
dimensions
• Absolute reference is local earth
magnetic field
• 2 Angles (pitch and yaw) can be measured
(assuming 0 magnetic dip/perfectly horizontal)
• Doesn’t help with roll
e.g. any roll about the magnetic line axis will give same readings
Magnetometer features and utility
copyright 2011 controltrix corp www. controltrix.com
• Combining both acc and mag all 3 angles can be found but…
• Earths magnetic field is rarely horizontal dip is non 0
• More computation required to account for dip
• Calibration of magnetometer to get local dip initially
Magnetometer features and utility.
copyright 2011 controltrix corp www. controltrix.com
• One to one mapping of all rotational motion
• Extremely intuitive gaming experience for role playing game
• Perfect synch /small tracking error (ref: simulation)
• Accurate tracking of slowest possible movements (No drift)
• Inspite of noise/ jumpy acc /mag based angle sensing
• Very smooth operation (limited by display frame rate)
Proposed method advantages
copyright 2011 controltrix corp www. controltrix.com
• Future of gaming
• Auto calibration for acc and mag
• Unlike filtering , method acts like a filter but without the lag
• Virtually 0 lag filter
• Performance can be easily tweaked (ref. appendix)
• Minimal tuning/ trial and error
• Tracking Pure translation is still not possible but…..
• Hand movements are seldom pure translation
Proposed method advantages.
copyright 2011 controltrix corp www. controltrix.com
• Acceleration and velocity are measured using noisy sensor
• Direct velocity measurement is noisy ( v m/s)
• Acceleration is measured with
a = 0.1 m/s2
offset = 0.2 m/s2 (DRIFT)
Superposed sine wave drive
Amplitude A = 3 m/s2,
frequency f = 0.05 Hz
Sample time Ts = 0.1 s
Problem specifics
copyright 2011 controltrix corp www. controltrix.com
• Example from a different problem , but math is same
• Replace Velocity with angle (from acc and mag )in deg
• Replace Acceleration with angular velocity (gyro data in deg/s)
• Sample time is 0.01 s  timescale units change to 0.1s
• Total simulated time  20 s (instead of 200 as shown)
Mapping to our system
copyright 2011 controltrix corp www. controltrix.com
Measured velocity noisy data
(True velocity is smooth sine wave of amp 10, period 20 s/ 10 cycles
 (2 s for our handheld system)
copyright 2011 controltrix corp www. controltrix.com
velocity estimation error (v^ - v) vs time
Sim results std Kalman filter
copyright 2011 controltrix corp www. controltrix.com
error = v^ – v vs time
Sim results of proposed solution
copyright 2011 controltrix corp www. controltrix.com
• Velocity estimation techniques using sensor fusion
• MEMS -Accelerometer
• MEMS gyro
Appendix
copyright 2011 controltrix corp www. controltrix.com
Velocity Estimation from noisy
Measurements
Sensor fusion using modified Kalman filter
copyright 2011 controltrix corp www. controltrix.com
Consider a vehicle moving
• Desired to measure the velocity accurately
• Velocity is directly measured but is noisy
• Acceleration also measured using onboard accelerometers
• Integrating acceleration data gives velocity
• Offset errors in acc./random walk cause drift in velocity
Standard solution
• Kalman filter with optimal gain K for sensor data fusion
• Estimate by combining velocity and acc. Measurement
Objective
copyright 2011 controltrix corp www. controltrix.com
• Acceleration and velocity are measured using noisy sensor
• Direct velocity measurement is noisy
( v m/s)
• Acceleration is measured with
a = 0.1 m/s2
offset = 0.2 m/s2 (DRIFT)
Superposed sine wave drive
Amplitude A = 3 m/s2,
frequency f = 0.05 Hz
Sample time Ts = 0.1 s
• Simulated time = 200s - 400s
Problem specifics
copyright 2011 controltrix corp www. controltrix.com
Measured velocity noisy data
(True velocity is smooth sine wave of amp 10, period 20 s)
copyright 2011 controltrix corp www. controltrix.com
• No matrix calculations
• Easier computation, can be easily scaled
• Equivalent to Kalman filter structure (easily proven)
• No drift (the error converges to 0)
• Estimate accelerometer drift in the system by default
• Drift est. for calib. and real time comp. of accelerometers
Advantages
copyright 2011 controltrix corp www. controltrix.com
• Can be modified easily to make tradeoff between drift
performance (convergence) and noise reduction
• Systematic technique for parameter calculations
• No trial and error
Advantages.
copyright 2011 controltrix corp www. controltrix.com
Sl No Metric Kalman Filter Modified Filter
1. Drift •Drift is a major problem
(depends inversely on K)
•Needs considerable
characterization.(Offset,
temperature calibration
etc).
•Guaranteed automatic convergence.
•No prior measurement of offset and
characterization required.
•Not sensitive to temperature induced
variable drift etc.
2. Convergence •Non-Zero measurement
and process noise
covariance required else
leads to singularity
•Always converges
•No assumptions on variances required
•Never leads to a singular solution
3. Method •Two distinct phases:
Predict and update.
•Can be implemented in a few single
difference equation or even in
continuum.
Comparison
copyright 2011 controltrix corp www. controltrix.com
Comparison.
Note: The right column filter is a super set of a standard Kalman filter
Sl No Metric Kalman Filter Modified Filter
4. Computation •Need separate state
variables for position,
velocity, etc which adds more
computation.
•Highly optimized computation.
•Only single state variable required
5. Gain value
/performance
•In one dimension,
•K = process noise /
measurement noise. dt
• ‘termed as optimal’
•Gains based on systematic design
choices.
•The gains are good though
suboptimal (based on tradeoff)
6. Processor req. •Needs 32 Bit floating point
computation for accuracy
and plenty of MIPS/
computation
•Easily implementable in 16 bit
fixed point processor 40
MIPS/computation is sufficient
copyright 2011 controltrix corp www. controltrix.com
velocity estimation error (v^ - v) vs time
Sim results std Kalman filter
copyright 2011 controltrix corp www. controltrix.com
error = v^ – v vs time
Sim results of proposed solution
copyright 2011 controltrix corp www. controltrix.com
• MEMS - Micro electro-mechanical systems
• Simplest MEMS devices possible, consisting of little more than
a cantilever beam with a proof mass (also known as seismic mass).
• Under the influence of external accelerations the proof mass
deflects from its neutral position. This deflection is measured in an
analog or digital manner.
MEMS ACCELEROMETER
copyright 2011 controltrix corp www. controltrix.com
MEMS ACCELEROMETER.
copyright 2011 controltrix corp www. controltrix.com
• Most commonly, the capacitance between a set of fixed beams
and a set of beams attached to the proof mass is measured.
This method is simple, reliable, and inexpensive.
• Integrating piezo-resistors in the springs to detect spring
deformation, and thus deflection, is a good alternative
• For very high sensitivities Quantum tunneling is also used;
this requires a dedicated process making it very expensive.
MEMS ACCELEROMETER..
copyright 2011 controltrix corp www. controltrix.com
• Most micromechanical accelerometers operate in-plane,
i.e. they are designed to be sensitive only to a direction in the
plane of the die.
• By integrating two devices perpendicularly on a single die a 2-axis
accelerometer can be made
• By adding an additional out-of-plane device 3-axes can be
measured. Such a combination may have much lower
misalignment error than 3 discrete models combined after
packaging.
MEMS ACCELEROMETER...
copyright 2011 controltrix corp www. controltrix.com
MEMS GYROSCOPE
• Almost all reported micro machined
gyroscopes use vibrating mechanical
elements (proof-mass) to sense rotation
• They have no rotating parts that require bearings, and hence they
can be easily miniaturized and batch fabricated using
micromachining techniques
• All vibratory gyroscopes are based on the transfer of energy
between two vibration modes of a structure caused by
Coriolis acceleration
copyright 2011 controltrix corp www. controltrix.com
• Coriolis acceleration is an apparent acceleration that arises
in a rotating reference frame and is proportional to the rate of
rotation
MEMS GYROSCOPE.
copyright 2011 controltrix corp www. controltrix.com
MEMS GYROSCOPE..
• In general, gyroscopes can be classified into
three different categories based on their
performance: inertial grade, tactical - grade, and rate-grade
devices.
• Tuning fork gyroscopes contain a pair of masses that are driven
to oscillate with equal amplitude but in opposite directions.
When rotated, the Coriolis force creates an orthogonal vibration
that can be sensed by a variety of mechanisms.
copyright 2011 controltrix corp www. controltrix.com
• The Draper Lab gyro, figure 2, uses comb-type structures to drive
the tuning fork into resonance, and rotation about either in-
plane axis results in the moving masses to lift, a change that can
be detected with capacitive electrodes under the mass.
MEMS GYROSCOPE...
copyright 2011 controltrix corp www. controltrix.com
MEMS GYROSCOPE….
• Vibrating-Wheel Gyroscopes have a wheel that is driven to vibrate
about its axis of symmetry, and rotation about either in-plane axis
results in the wheel’ s tilting, a change that can be detected with
capacitive electrodes under the wheel, Figure 3. It is possible to
sense two axes of rotation with a single vibrating wheel.
copyright 2011 controltrix corp www. controltrix.com
• Wine Glass Resonator Gyroscopes. A third type of gyro is the wine
glass resonator. Fabricated from fused silica, this device is also
known as a hemispherical resonant gyro.
• Researchers at the University of Michigan have fabricated
resonant-ring gyros in planar form.
• In a wine glass gyro, the resonant ring is driven to resonance and
the positions of the nodal points indicate the rotation angle.
• The input and output modes are nominally degenerate, but due to
imperfect machining some tuning is required.
MEMS GYROSCOPE.....
copyright 2011 controltrix corp www. controltrix.com
Thank You
www.controltrix.com

Weitere ähnliche Inhalte

Was ist angesagt?

Tuning of pid controller
Tuning of pid controllerTuning of pid controller
Tuning of pid controllerSubhankar Sau
 
PID Controller Tuning
PID Controller TuningPID Controller Tuning
PID Controller TuningAhmad Taan
 
Screenshot 2021-02-23 at 2.46.02 PM.pdf
Screenshot 2021-02-23 at 2.46.02 PM.pdfScreenshot 2021-02-23 at 2.46.02 PM.pdf
Screenshot 2021-02-23 at 2.46.02 PM.pdfmuhammadsubhan626458
 
P, PI AND PID CONTROLLER
P, PI AND PID CONTROLLERP, PI AND PID CONTROLLER
P, PI AND PID CONTROLLERkaran sati
 
PID controller in control systems
PID controller in control systemsPID controller in control systems
PID controller in control systemskhalaf Gaeid
 
PID Control Basics
PID Control BasicsPID Control Basics
PID Control BasicsYokogawa1
 
ISA Effective Use of PID Controllers 3-7-2013
ISA Effective Use of PID Controllers 3-7-2013ISA Effective Use of PID Controllers 3-7-2013
ISA Effective Use of PID Controllers 3-7-2013Sarod Paichayonrittha
 
Pid controller by Mitesh Kumar
Pid controller by Mitesh KumarPid controller by Mitesh Kumar
Pid controller by Mitesh KumarMitesh Kumar
 
Proportional integral and derivative PID controller
Proportional integral and derivative PID controller Proportional integral and derivative PID controller
Proportional integral and derivative PID controller Mostafa Ragab
 
Control Systems Design- PID Tuning
Control Systems Design- PID TuningControl Systems Design- PID Tuning
Control Systems Design- PID Tuningparulo123
 
Pid control by Adarsh singh
Pid control  by Adarsh singhPid control  by Adarsh singh
Pid control by Adarsh singhAdarsh Singh
 
PID Tuning using Ziegler Nicholas - MATLAB Approach
PID Tuning using Ziegler Nicholas - MATLAB ApproachPID Tuning using Ziegler Nicholas - MATLAB Approach
PID Tuning using Ziegler Nicholas - MATLAB ApproachWaleed El-Badry
 

Was ist angesagt? (20)

Tuning of pid controller
Tuning of pid controllerTuning of pid controller
Tuning of pid controller
 
PID Controller Tuning
PID Controller TuningPID Controller Tuning
PID Controller Tuning
 
Screenshot 2021-02-23 at 2.46.02 PM.pdf
Screenshot 2021-02-23 at 2.46.02 PM.pdfScreenshot 2021-02-23 at 2.46.02 PM.pdf
Screenshot 2021-02-23 at 2.46.02 PM.pdf
 
P, PI AND PID CONTROLLER
P, PI AND PID CONTROLLERP, PI AND PID CONTROLLER
P, PI AND PID CONTROLLER
 
PID Control
PID ControlPID Control
PID Control
 
PID controller in control systems
PID controller in control systemsPID controller in control systems
PID controller in control systems
 
Controller Tuning Method for Non-Linear Conical Tank System
Controller Tuning Method for Non-Linear Conical Tank SystemController Tuning Method for Non-Linear Conical Tank System
Controller Tuning Method for Non-Linear Conical Tank System
 
PID Control Basics
PID Control BasicsPID Control Basics
PID Control Basics
 
PID Control system for Dummies
PID Control system for DummiesPID Control system for Dummies
PID Control system for Dummies
 
ISA Effective Use of PID Controllers 3-7-2013
ISA Effective Use of PID Controllers 3-7-2013ISA Effective Use of PID Controllers 3-7-2013
ISA Effective Use of PID Controllers 3-7-2013
 
Pid controller by Mitesh Kumar
Pid controller by Mitesh KumarPid controller by Mitesh Kumar
Pid controller by Mitesh Kumar
 
Pid controller
Pid controllerPid controller
Pid controller
 
Pid controller bp ganthia
Pid controller bp ganthiaPid controller bp ganthia
Pid controller bp ganthia
 
Pid controller
Pid controllerPid controller
Pid controller
 
Proportional integral and derivative PID controller
Proportional integral and derivative PID controller Proportional integral and derivative PID controller
Proportional integral and derivative PID controller
 
Control Systems Design- PID Tuning
Control Systems Design- PID TuningControl Systems Design- PID Tuning
Control Systems Design- PID Tuning
 
Pi dcontroller
Pi dcontrollerPi dcontroller
Pi dcontroller
 
PID Controllers
PID ControllersPID Controllers
PID Controllers
 
Pid control by Adarsh singh
Pid control  by Adarsh singhPid control  by Adarsh singh
Pid control by Adarsh singh
 
PID Tuning using Ziegler Nicholas - MATLAB Approach
PID Tuning using Ziegler Nicholas - MATLAB ApproachPID Tuning using Ziegler Nicholas - MATLAB Approach
PID Tuning using Ziegler Nicholas - MATLAB Approach
 

Andere mochten auch

Controltrix- We make control solutions easier
Controltrix- We make control solutions easierControltrix- We make control solutions easier
Controltrix- We make control solutions easiercontroltrix
 
Interior Permanent Magnet (IPM) motor drive
Interior Permanent Magnet (IPM) motor driveInterior Permanent Magnet (IPM) motor drive
Interior Permanent Magnet (IPM) motor drivecontroltrix
 
Projects completed and value addition. controltrix.com
Projects completed and value addition. controltrix.comProjects completed and value addition. controltrix.com
Projects completed and value addition. controltrix.comcontroltrix
 
3 Phase Power Factor Correction (PFC)
3 Phase Power Factor Correction (PFC)3 Phase Power Factor Correction (PFC)
3 Phase Power Factor Correction (PFC)controltrix
 
Digitally controlled power supply - a perspective on slope compensation
Digitally controlled power supply - a perspective on slope compensationDigitally controlled power supply - a perspective on slope compensation
Digitally controlled power supply - a perspective on slope compensationcontroltrix
 
Current mode circuits & voltage mode circuits
Current mode circuits & voltage mode circuits Current mode circuits & voltage mode circuits
Current mode circuits & voltage mode circuits Kevin Gajera
 
Bldc motor drive system
Bldc motor drive systemBldc motor drive system
Bldc motor drive systemcontroltrix
 

Andere mochten auch (8)

Controltrix- We make control solutions easier
Controltrix- We make control solutions easierControltrix- We make control solutions easier
Controltrix- We make control solutions easier
 
Interior Permanent Magnet (IPM) motor drive
Interior Permanent Magnet (IPM) motor driveInterior Permanent Magnet (IPM) motor drive
Interior Permanent Magnet (IPM) motor drive
 
Trixboxguide
TrixboxguideTrixboxguide
Trixboxguide
 
Projects completed and value addition. controltrix.com
Projects completed and value addition. controltrix.comProjects completed and value addition. controltrix.com
Projects completed and value addition. controltrix.com
 
3 Phase Power Factor Correction (PFC)
3 Phase Power Factor Correction (PFC)3 Phase Power Factor Correction (PFC)
3 Phase Power Factor Correction (PFC)
 
Digitally controlled power supply - a perspective on slope compensation
Digitally controlled power supply - a perspective on slope compensationDigitally controlled power supply - a perspective on slope compensation
Digitally controlled power supply - a perspective on slope compensation
 
Current mode circuits & voltage mode circuits
Current mode circuits & voltage mode circuits Current mode circuits & voltage mode circuits
Current mode circuits & voltage mode circuits
 
Bldc motor drive system
Bldc motor drive systemBldc motor drive system
Bldc motor drive system
 

Ähnlich wie Handheld device motion tracking using MEMS gyros and accelerometer

Global Positioning System ++_Improved GPS using sensor data fusion
Global Positioning System ++_Improved GPS using sensor data fusionGlobal Positioning System ++_Improved GPS using sensor data fusion
Global Positioning System ++_Improved GPS using sensor data fusionanusheel nahar
 
Global Positioning System ++ : Improved GPS using sensor data fusion
Global Positioning System ++ : Improved GPS using sensor data fusionGlobal Positioning System ++ : Improved GPS using sensor data fusion
Global Positioning System ++ : Improved GPS using sensor data fusioncontroltrix
 
Servo Motor Drive Velocity Tracking-Reducing tracking error
Servo Motor Drive Velocity Tracking-Reducing tracking errorServo Motor Drive Velocity Tracking-Reducing tracking error
Servo Motor Drive Velocity Tracking-Reducing tracking errorcontroltrix
 
Filtering servo motor- Reducing velocity tracking error
Filtering servo motor- Reducing velocity tracking errorFiltering servo motor- Reducing velocity tracking error
Filtering servo motor- Reducing velocity tracking erroranusheel nahar
 
Quadrocopter
QuadrocopterQuadrocopter
Quadrocopterbeak90
 
Trajectory generation for Servo motor drives
Trajectory generation for Servo motor drivesTrajectory generation for Servo motor drives
Trajectory generation for Servo motor drivesanusheel nahar
 
Automatic agriculture assistance
Automatic agriculture assistanceAutomatic agriculture assistance
Automatic agriculture assistanceSurajkumar Lal
 
Track 4 session 3 - st dev con 2016 - pedestrian dead reckoning
Track 4   session 3 - st dev con 2016 - pedestrian dead reckoningTrack 4   session 3 - st dev con 2016 - pedestrian dead reckoning
Track 4 session 3 - st dev con 2016 - pedestrian dead reckoningST_World
 
Interior Permanent Magnet (IPM) motor drive
Interior Permanent Magnet (IPM) motor driveInterior Permanent Magnet (IPM) motor drive
Interior Permanent Magnet (IPM) motor driveanusheel nahar
 
Final Year Project Presentation
Final Year Project PresentationFinal Year Project Presentation
Final Year Project Presentationfarhan_naseer_1
 
3-Robot drive system, functions of drive systems, pneumatic systems, electric...
3-Robot drive system, functions of drive systems, pneumatic systems, electric...3-Robot drive system, functions of drive systems, pneumatic systems, electric...
3-Robot drive system, functions of drive systems, pneumatic systems, electric...BellamMaheshBabu
 
3-Robot drive system, functions of drive systems, pneumatic systems, electric...
3-Robot drive system, functions of drive systems, pneumatic systems, electric...3-Robot drive system, functions of drive systems, pneumatic systems, electric...
3-Robot drive system, functions of drive systems, pneumatic systems, electric...BellamMaheshBabu
 
Symposium Poster Final
Symposium Poster FinalSymposium Poster Final
Symposium Poster FinalWasseem Bel
 
Caged Quadrotor Drone for Inspection of HVAC Ducts
Caged Quadrotor Drone for Inspection of HVAC DuctsCaged Quadrotor Drone for Inspection of HVAC Ducts
Caged Quadrotor Drone for Inspection of HVAC DuctsArwa Abougharib
 
Topic 4 Data Processing.pptx
Topic 4 Data Processing.pptxTopic 4 Data Processing.pptx
Topic 4 Data Processing.pptxDukeCalvin
 
VETOMAC_presentation_template.pptx
VETOMAC_presentation_template.pptxVETOMAC_presentation_template.pptx
VETOMAC_presentation_template.pptxKarimullaShaik81
 

Ähnlich wie Handheld device motion tracking using MEMS gyros and accelerometer (20)

Global Positioning System ++_Improved GPS using sensor data fusion
Global Positioning System ++_Improved GPS using sensor data fusionGlobal Positioning System ++_Improved GPS using sensor data fusion
Global Positioning System ++_Improved GPS using sensor data fusion
 
Global Positioning System ++ : Improved GPS using sensor data fusion
Global Positioning System ++ : Improved GPS using sensor data fusionGlobal Positioning System ++ : Improved GPS using sensor data fusion
Global Positioning System ++ : Improved GPS using sensor data fusion
 
Servo Motor Drive Velocity Tracking-Reducing tracking error
Servo Motor Drive Velocity Tracking-Reducing tracking errorServo Motor Drive Velocity Tracking-Reducing tracking error
Servo Motor Drive Velocity Tracking-Reducing tracking error
 
Filtering servo motor- Reducing velocity tracking error
Filtering servo motor- Reducing velocity tracking errorFiltering servo motor- Reducing velocity tracking error
Filtering servo motor- Reducing velocity tracking error
 
Quadrocopter
QuadrocopterQuadrocopter
Quadrocopter
 
Trajectory generation for Servo motor drives
Trajectory generation for Servo motor drivesTrajectory generation for Servo motor drives
Trajectory generation for Servo motor drives
 
Automatic agriculture assistance
Automatic agriculture assistanceAutomatic agriculture assistance
Automatic agriculture assistance
 
WRAIR
WRAIRWRAIR
WRAIR
 
Track 4 session 3 - st dev con 2016 - pedestrian dead reckoning
Track 4   session 3 - st dev con 2016 - pedestrian dead reckoningTrack 4   session 3 - st dev con 2016 - pedestrian dead reckoning
Track 4 session 3 - st dev con 2016 - pedestrian dead reckoning
 
Interior Permanent Magnet (IPM) motor drive
Interior Permanent Magnet (IPM) motor driveInterior Permanent Magnet (IPM) motor drive
Interior Permanent Magnet (IPM) motor drive
 
Final Year Project Presentation
Final Year Project PresentationFinal Year Project Presentation
Final Year Project Presentation
 
3-Robot drive system, functions of drive systems, pneumatic systems, electric...
3-Robot drive system, functions of drive systems, pneumatic systems, electric...3-Robot drive system, functions of drive systems, pneumatic systems, electric...
3-Robot drive system, functions of drive systems, pneumatic systems, electric...
 
3-Robot drive system, functions of drive systems, pneumatic systems, electric...
3-Robot drive system, functions of drive systems, pneumatic systems, electric...3-Robot drive system, functions of drive systems, pneumatic systems, electric...
3-Robot drive system, functions of drive systems, pneumatic systems, electric...
 
Dc servo motor
Dc servo motorDc servo motor
Dc servo motor
 
Symposium Poster Final
Symposium Poster FinalSymposium Poster Final
Symposium Poster Final
 
Caged Quadrotor Drone for Inspection of HVAC Ducts
Caged Quadrotor Drone for Inspection of HVAC DuctsCaged Quadrotor Drone for Inspection of HVAC Ducts
Caged Quadrotor Drone for Inspection of HVAC Ducts
 
Lecture 2 Wind Energy Course
Lecture 2  Wind Energy Course Lecture 2  Wind Energy Course
Lecture 2 Wind Energy Course
 
Topic 4 Data Processing.pptx
Topic 4 Data Processing.pptxTopic 4 Data Processing.pptx
Topic 4 Data Processing.pptx
 
VETOMAC_presentation_template.pptx
VETOMAC_presentation_template.pptxVETOMAC_presentation_template.pptx
VETOMAC_presentation_template.pptx
 
Stepper motor
Stepper motorStepper motor
Stepper motor
 

Kürzlich hochgeladen

DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 

Kürzlich hochgeladen (20)

DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 

Handheld device motion tracking using MEMS gyros and accelerometer

  • 1. copyright 2011 controltrix corp www. controltrix.com Hand held motion tracking using MEMS gyros and accelerometer for gaming applications www.controltrix.com
  • 2. copyright 2011 controltrix corp www. controltrix.com • Accelerometers (acc) measure acceleration • Gyroscopes (gyro) measure angular velocity • Integrated MEMS may have 3 axis gyro + 3 axis acc • MEMS have low cost compared to other types of gyro /acc • The MEMS device is Clamped to the object (strap down) (Unlike gyro stabilized system which give direct values) • Measurements are with respect to object and not with earth • Complex/Vector /coordinate computation for absolute values Intro
  • 3. copyright 2011 controltrix corp www. controltrix.com • Objective : Measure angles(orientation) in 3D in real time • 3D Angle (orientation) is mapped to screen object motion • Integrating(accumulating) angular velocity gives angular displacement • Integration causes drift • Accumulation errors  diverging results to ∞  loss of sync Example MPU 6000 has angular velocity error of 20 degrees/s . After 9 sec, the object may point opposite !!! Intro.
  • 4. copyright 2011 controltrix corp www. controltrix.com • Essentially an inertial measurement system • Attitude Heading Reference systems (AHRS) used in aircraft • Best systems drift ~ 1Km /hr and few degrees/hr • Cost ~ US$ 100K ,weight ~ few Kg • Aircraft has auxillary systems like GPS, magnetometer • Augment inertial measurements (keep drift negligible) • Objective : emulate AHRS in a few US$ , < 100 gm Intro..
  • 5. copyright 2011 controltrix corp www. controltrix.com • To overcome drift filtering is used • Filtering removes DC offset in measurement but…. Creates a side effect of homing • A Stationary object the measured angles drift towards 0 with time. (still better than drifting to ∞) • To fix homing some thresholding is done but…… It causes slow movements not accurately tracked….. Approach and limits
  • 6. copyright 2011 controltrix corp www. controltrix.com • Only relative motion tracked ..screen object and handheld. Example The directionality of motion is correct, but A 90 degree counter clockwise followed by 90 degree clockwise is never initial position. • Cannot Track pure translation motion • Slow movements are not properly tracked. • Below a certain limit the system essentially rejects data as noise Limits
  • 7. copyright 2011 controltrix corp www. controltrix.com • Auxiliary angular position data to periodically recalibrate (accelerometer and magnetometer) • Remove unbounded drift • Even noisy, jumpy, low bandwidth, low sample rate data is good • Real time data fusion • Sensor data fusion algorithm to compute best estimate • Kalman filter or Modified Kalman filter What is required ?
  • 8. copyright 2011 controltrix corp www. controltrix.com • Accelerometer measures gravity ‘g’ (always down) when stationary • Gravity is absolute reference direction and magnitude Accelerometer features Fig: The accelerometer measures the component of the acceleration due to gravity acting on each of the three axes. These components are trigonometrically related to the angle of inclination
  • 9. copyright 2011 controltrix corp www. controltrix.com • 3 components provide crude estimate for roll and pitch • Simple vector math required • Doesn’t help with Yaw Example North and east pointing is indistinguishable / give same readings Accelerometer features.
  • 10. copyright 2011 controltrix corp www. controltrix.com • Magnetometer (mag) measures axial magnetic field strength (B) • 3 axis magnetometer measures in all 3 dimensions • Absolute reference is local earth magnetic field • 2 Angles (pitch and yaw) can be measured (assuming 0 magnetic dip/perfectly horizontal) • Doesn’t help with roll e.g. any roll about the magnetic line axis will give same readings Magnetometer features and utility
  • 11. copyright 2011 controltrix corp www. controltrix.com • Combining both acc and mag all 3 angles can be found but… • Earths magnetic field is rarely horizontal dip is non 0 • More computation required to account for dip • Calibration of magnetometer to get local dip initially Magnetometer features and utility.
  • 12. copyright 2011 controltrix corp www. controltrix.com • One to one mapping of all rotational motion • Extremely intuitive gaming experience for role playing game • Perfect synch /small tracking error (ref: simulation) • Accurate tracking of slowest possible movements (No drift) • Inspite of noise/ jumpy acc /mag based angle sensing • Very smooth operation (limited by display frame rate) Proposed method advantages
  • 13. copyright 2011 controltrix corp www. controltrix.com • Future of gaming • Auto calibration for acc and mag • Unlike filtering , method acts like a filter but without the lag • Virtually 0 lag filter • Performance can be easily tweaked (ref. appendix) • Minimal tuning/ trial and error • Tracking Pure translation is still not possible but….. • Hand movements are seldom pure translation Proposed method advantages.
  • 14. copyright 2011 controltrix corp www. controltrix.com • Acceleration and velocity are measured using noisy sensor • Direct velocity measurement is noisy ( v m/s) • Acceleration is measured with a = 0.1 m/s2 offset = 0.2 m/s2 (DRIFT) Superposed sine wave drive Amplitude A = 3 m/s2, frequency f = 0.05 Hz Sample time Ts = 0.1 s Problem specifics
  • 15. copyright 2011 controltrix corp www. controltrix.com • Example from a different problem , but math is same • Replace Velocity with angle (from acc and mag )in deg • Replace Acceleration with angular velocity (gyro data in deg/s) • Sample time is 0.01 s  timescale units change to 0.1s • Total simulated time  20 s (instead of 200 as shown) Mapping to our system
  • 16. copyright 2011 controltrix corp www. controltrix.com Measured velocity noisy data (True velocity is smooth sine wave of amp 10, period 20 s/ 10 cycles  (2 s for our handheld system)
  • 17. copyright 2011 controltrix corp www. controltrix.com velocity estimation error (v^ - v) vs time Sim results std Kalman filter
  • 18. copyright 2011 controltrix corp www. controltrix.com error = v^ – v vs time Sim results of proposed solution
  • 19. copyright 2011 controltrix corp www. controltrix.com • Velocity estimation techniques using sensor fusion • MEMS -Accelerometer • MEMS gyro Appendix
  • 20. copyright 2011 controltrix corp www. controltrix.com Velocity Estimation from noisy Measurements Sensor fusion using modified Kalman filter
  • 21. copyright 2011 controltrix corp www. controltrix.com Consider a vehicle moving • Desired to measure the velocity accurately • Velocity is directly measured but is noisy • Acceleration also measured using onboard accelerometers • Integrating acceleration data gives velocity • Offset errors in acc./random walk cause drift in velocity Standard solution • Kalman filter with optimal gain K for sensor data fusion • Estimate by combining velocity and acc. Measurement Objective
  • 22. copyright 2011 controltrix corp www. controltrix.com • Acceleration and velocity are measured using noisy sensor • Direct velocity measurement is noisy ( v m/s) • Acceleration is measured with a = 0.1 m/s2 offset = 0.2 m/s2 (DRIFT) Superposed sine wave drive Amplitude A = 3 m/s2, frequency f = 0.05 Hz Sample time Ts = 0.1 s • Simulated time = 200s - 400s Problem specifics
  • 23. copyright 2011 controltrix corp www. controltrix.com Measured velocity noisy data (True velocity is smooth sine wave of amp 10, period 20 s)
  • 24. copyright 2011 controltrix corp www. controltrix.com • No matrix calculations • Easier computation, can be easily scaled • Equivalent to Kalman filter structure (easily proven) • No drift (the error converges to 0) • Estimate accelerometer drift in the system by default • Drift est. for calib. and real time comp. of accelerometers Advantages
  • 25. copyright 2011 controltrix corp www. controltrix.com • Can be modified easily to make tradeoff between drift performance (convergence) and noise reduction • Systematic technique for parameter calculations • No trial and error Advantages.
  • 26. copyright 2011 controltrix corp www. controltrix.com Sl No Metric Kalman Filter Modified Filter 1. Drift •Drift is a major problem (depends inversely on K) •Needs considerable characterization.(Offset, temperature calibration etc). •Guaranteed automatic convergence. •No prior measurement of offset and characterization required. •Not sensitive to temperature induced variable drift etc. 2. Convergence •Non-Zero measurement and process noise covariance required else leads to singularity •Always converges •No assumptions on variances required •Never leads to a singular solution 3. Method •Two distinct phases: Predict and update. •Can be implemented in a few single difference equation or even in continuum. Comparison
  • 27. copyright 2011 controltrix corp www. controltrix.com Comparison. Note: The right column filter is a super set of a standard Kalman filter Sl No Metric Kalman Filter Modified Filter 4. Computation •Need separate state variables for position, velocity, etc which adds more computation. •Highly optimized computation. •Only single state variable required 5. Gain value /performance •In one dimension, •K = process noise / measurement noise. dt • ‘termed as optimal’ •Gains based on systematic design choices. •The gains are good though suboptimal (based on tradeoff) 6. Processor req. •Needs 32 Bit floating point computation for accuracy and plenty of MIPS/ computation •Easily implementable in 16 bit fixed point processor 40 MIPS/computation is sufficient
  • 28. copyright 2011 controltrix corp www. controltrix.com velocity estimation error (v^ - v) vs time Sim results std Kalman filter
  • 29. copyright 2011 controltrix corp www. controltrix.com error = v^ – v vs time Sim results of proposed solution
  • 30. copyright 2011 controltrix corp www. controltrix.com • MEMS - Micro electro-mechanical systems • Simplest MEMS devices possible, consisting of little more than a cantilever beam with a proof mass (also known as seismic mass). • Under the influence of external accelerations the proof mass deflects from its neutral position. This deflection is measured in an analog or digital manner. MEMS ACCELEROMETER
  • 31. copyright 2011 controltrix corp www. controltrix.com MEMS ACCELEROMETER.
  • 32. copyright 2011 controltrix corp www. controltrix.com • Most commonly, the capacitance between a set of fixed beams and a set of beams attached to the proof mass is measured. This method is simple, reliable, and inexpensive. • Integrating piezo-resistors in the springs to detect spring deformation, and thus deflection, is a good alternative • For very high sensitivities Quantum tunneling is also used; this requires a dedicated process making it very expensive. MEMS ACCELEROMETER..
  • 33. copyright 2011 controltrix corp www. controltrix.com • Most micromechanical accelerometers operate in-plane, i.e. they are designed to be sensitive only to a direction in the plane of the die. • By integrating two devices perpendicularly on a single die a 2-axis accelerometer can be made • By adding an additional out-of-plane device 3-axes can be measured. Such a combination may have much lower misalignment error than 3 discrete models combined after packaging. MEMS ACCELEROMETER...
  • 34. copyright 2011 controltrix corp www. controltrix.com MEMS GYROSCOPE • Almost all reported micro machined gyroscopes use vibrating mechanical elements (proof-mass) to sense rotation • They have no rotating parts that require bearings, and hence they can be easily miniaturized and batch fabricated using micromachining techniques • All vibratory gyroscopes are based on the transfer of energy between two vibration modes of a structure caused by Coriolis acceleration
  • 35. copyright 2011 controltrix corp www. controltrix.com • Coriolis acceleration is an apparent acceleration that arises in a rotating reference frame and is proportional to the rate of rotation MEMS GYROSCOPE.
  • 36. copyright 2011 controltrix corp www. controltrix.com MEMS GYROSCOPE.. • In general, gyroscopes can be classified into three different categories based on their performance: inertial grade, tactical - grade, and rate-grade devices. • Tuning fork gyroscopes contain a pair of masses that are driven to oscillate with equal amplitude but in opposite directions. When rotated, the Coriolis force creates an orthogonal vibration that can be sensed by a variety of mechanisms.
  • 37. copyright 2011 controltrix corp www. controltrix.com • The Draper Lab gyro, figure 2, uses comb-type structures to drive the tuning fork into resonance, and rotation about either in- plane axis results in the moving masses to lift, a change that can be detected with capacitive electrodes under the mass. MEMS GYROSCOPE...
  • 38. copyright 2011 controltrix corp www. controltrix.com MEMS GYROSCOPE…. • Vibrating-Wheel Gyroscopes have a wheel that is driven to vibrate about its axis of symmetry, and rotation about either in-plane axis results in the wheel’ s tilting, a change that can be detected with capacitive electrodes under the wheel, Figure 3. It is possible to sense two axes of rotation with a single vibrating wheel.
  • 39. copyright 2011 controltrix corp www. controltrix.com • Wine Glass Resonator Gyroscopes. A third type of gyro is the wine glass resonator. Fabricated from fused silica, this device is also known as a hemispherical resonant gyro. • Researchers at the University of Michigan have fabricated resonant-ring gyros in planar form. • In a wine glass gyro, the resonant ring is driven to resonance and the positions of the nodal points indicate the rotation angle. • The input and output modes are nominally degenerate, but due to imperfect machining some tuning is required. MEMS GYROSCOPE.....
  • 40. copyright 2011 controltrix corp www. controltrix.com Thank You www.controltrix.com