Sensors & Actuators
The car's senses and muscles — the dozens of sensors that measure its state and the actuators that turn control decisions into motion, all feeding and driven by the ECUs.
A modern car knows its own speed, wheel speeds, air flow, throttle position, oxygen, yaw, and a hundred other things, every few milliseconds. Sensors gather that; actuators act on it. Between them sits the control software.
The sense-decide-actuate loop
Every electronic control system on a car runs the same loop: sense the vehicle's state, decide what to do (in an ECU), and actuate a change. The sensors are the inputs. Engine-side: a mass-air-flow (MAF) or manifold-pressure (MAP) sensor measures air inducted, a throttle-position sensor reports pedal demand, an oxygen (lambda) sensor measures exhaust oxygen for mixture feedback, and cam/crank position sensors time the injection and spark. Chassis-side: wheel-speed sensors feed ABS/ESC, accelerometers and yaw-rate sensors feed stability control, and suspension height sensors feed adaptive damping. The actuators close the loop: fuel injectors meter fuel, an electronic throttle sets air, variable-valve-timing solenoids alter cam timing, and brake-pressure modulators pulse the ABS valves. Between sensors and actuators sit the ECUs running the control laws.
A canonical example of the loop is the oxygen (lambda) sensor in the exhaust. It measures whether the engine ran rich or lean, and the ECU trims the next injection pulse to hold the mixture at stoichiometric — the feedback loop that lets the three-way catalyst (Module 5) do all three jobs at once. This closed-loop correction runs continuously, hundreds of times a second, holding the mixture in the narrow window the catalyst needs. Without that sensor-ECU-injector loop, modern emissions control would be impossible; it's the archetype of every other automotive control loop, from idle-speed control to boost pressure to ESC.
Sensor trade-offs
Sensors trade accuracy, bandwidth (how fast they update), cost, and reliability. A lambda sensor is slow but cheap and sufficient for mixture trim; a wheel-speed sensor must be fast (ABS needs ~10–15 Hz updates) but only moderately accurate; a yaw-rate sensor for ESC must be both fast and accurate and is more expensive. Safety-critical measurements (wheel speed for ABS, yaw for ESC) are often redundant — two sensors cross-checked — because a single failure could disable a safety system. Sensor count has grown relentlessly: a modern car carries over a hundred, and the wiring, connectors, and ECU inputs to serve them are a major part of vehicle electrical complexity.
- Readings = 12 Hz × 4 s = 48 per wheel
- (Four wheels ⇒ ~192 readings processed in the stop.)
- Lean = too much air (or too little fuel), so the ECU INCREASES fuel to reach stoichiometric (answer 0).
- This is the closed-loop mixture trim that keeps the three-way catalyst in its working window.
Check your understanding
- Sensors measure vehicle state (air, throttle, O2, wheel speed, yaw...); actuators act (injectors, throttle, valves, motors)
- The sense-decide-actuate loop closes on the measured output — the lambda sensor's mixture trim is the archetype
- Sensors trade accuracy, bandwidth, cost, reliability; safety-critical ones are often redundant
- Modern cars carry 100+ sensors — a major driver of electrical complexity