2. The Basic Building Blocks
Think of an embedded system as a simple reflex arc. It senses something in the outside world (like heat), its brain makes a split-second decision (‘that’s hot!’), and it triggers an action in the physical world (like turning on a sprinkler). This process is handled by five core components.
- Sensor Measures a physical quantity (like smoke or speed) and converts it into an electrical signal.
- A-D Converter (Analog-to-Digital) Translates the analog signal from the sensor into a digital signal the processor can understand.
- Processor Acts as the “brain,” processing the data to make a decision.
- D-A Converter (Digital-to-Analog) Translates the processor’s digital decision back into an analog signal.
- Actuator Takes the signal and performs a physical action (like sounding an alarm or adjusting the car’s speed).
In that chain of command, the processor is the undisputed general. But not all “brains” are created equal; the type of processor chosen depends entirely on the mission it’s designed for.