A MEMS accelerometer is a tiny motion sensor built into a silicon chip, and it is widely used in robotics to sense movement, tilt, vibration, and impacts. MEMS stands for microelectromechanical systems, which means mechanical parts are made at microscopic scale using chip manufacturing methods. In a robot, this sensor helps estimate orientation, detect falls, stabilize motion, and support navigation.
Its main idea is simple: acceleration causes a small internal mass to shift, and the chip converts that shift into an electrical signal.
Inside the sensor, a suspended proof mass is held by very small springs and surrounded by fixed capacitive plates. When the robot accelerates, the proof mass lags behind because of inertia, stretching or compressing the springs by a tiny distance. This deflection changes the capacitance between the moving mass and the fixed plates, and electronics convert that change into acceleration.
Because gravity also acts like an acceleration of about 9.8 m/s^2, the sensor can detect which way is down when the robot is still or moving slowly.
Key Facts
- Newton's second law connects force and acceleration: F = ma.
- A spring-like MEMS suspension follows Hooke's law for small deflections: F = kx.
- Combining force and spring motion gives acceleration from deflection: a = kx/m.
- Capacitance for parallel plates is approximately C = epsilon A/d, so changing plate spacing changes the signal.
- At rest on Earth, an accelerometer measures proper acceleration due to support against gravity, about 1 g = 9.8 m/s^2.
- A 3-axis accelerometer measures acceleration components ax, ay, and az, with total magnitude a = sqrt(ax^2 + ay^2 + az^2).
Vocabulary
- MEMS
- MEMS are microelectromechanical systems that combine tiny mechanical structures with electronic circuits on a chip.
- Proof mass
- A proof mass is the small suspended mass inside an accelerometer that moves slightly when acceleration occurs.
- Capacitive sensing
- Capacitive sensing measures changes in electric capacitance caused by changes in distance or overlap between conductive plates.
- Inertia
- Inertia is the tendency of an object with mass to resist changes in its motion.
- g-force
- A g-force is acceleration expressed as a multiple of standard gravity, where 1 g is about 9.8 m/s^2.
Common Mistakes to Avoid
- Treating the proof mass as if it moves a large visible distance is wrong because MEMS deflections are usually microscopic and detected electronically.
- Confusing velocity with acceleration is wrong because an accelerometer measures changes in motion, not speed itself.
- Ignoring gravity in accelerometer readings is wrong because gravity appears as a 1 g signal when the sensor is supported at rest.
- Assuming one axis tells the full motion is wrong because robotic motion usually requires combining x, y, and z axis readings.
Practice Questions
- 1 A MEMS proof mass is 2.0 x 10^-8 kg and its spring constant is 0.40 N/m. If the mass deflects 4.9 x 10^-7 m, what acceleration does the sensor measure using a = kx/m?
- 2 A robot accelerometer reads ax = 0 m/s^2, ay = 0 m/s^2, and az = 9.8 m/s^2 while standing still. What is the magnitude of the acceleration vector, and how many g is this?
- 3 A stationary robot is tilted so that the accelerometer readings shift from mostly the z-axis to partly the x-axis. Explain how the MEMS accelerometer can use this change to estimate the direction of gravity.