Introduction to Electronic Systems
Have you ever wondered how a nightlight knows to turn on when the room gets dark, or how a microwave knows when to beep? These are all examples of electronic systems. Think of an electronic system like a team: every part has a specific job to do to make the whole thing work. In this chapter, we will look at the three main parts of any system: Inputs (Sensors), Processors (Control Devices), and Outputs.
The basic flow of any electronic system is always the same:
Input → Process → Output
1. Sensors (The Inputs)
Sensors are the "eyes and ears" of a system. Their role is to detect changes in the environment (like light or temperature) and turn that information into an electrical signal.
Light-Dependent Resistor (LDR)
An LDR is a special type of resistor that changes its resistance depending on how much light is shining on it.
- How it works: In bright light, the resistance is low. In the dark, the resistance is high.
- Memory Trick: Use the phrase "LURD" — Light Up, Resistance Down!
- Real-world example: Street lights that turn on automatically when it gets dark.
Thermistor
A thermistor is a sensor that changes its resistance based on temperature.
- How it works: As it gets hotter, its resistance decreases. As it gets colder, its resistance increases.
- Real-world example: A digital thermometer or a central heating system that monitors the warmth of a room.
Quick Summary: Sensors take a physical change (light/heat) and change the flow of electricity in the circuit.
2. Control Devices and Components (The Process)
Control devices are the "brains" or "decision-makers." They take the signal from the sensor and decide what to do with it.
Switches
The simplest control device. A switch is used to "make" or "break" a circuit. When the switch is closed (on), electricity flows; when it is open (off), the flow stops.
Resistors
The role of a resistor is to limit the flow of current in a circuit. This is very important for protecting sensitive components, like LEDs, from getting too much electricity and "blowing up."
Transistors
A transistor acts like an electronic switch. It has three legs, and it uses a tiny electrical signal at one leg to "turn on" a much larger flow of electricity through the other two legs.
- Analogy: Think of a transistor like a water tap. A small turn of the handle (the small signal) allows a huge rush of water (the main current) to flow out.
Key Takeaway: Control devices manage the electricity to ensure the system does exactly what we want it to do safely.
3. Outputs (The Action)
Outputs are the parts of the system that actually do something that we can see or hear. They turn electrical energy back into light, sound, or movement.
Light-Emitting Diodes (LEDs)
An LED is an output that gives off light.
- Advantage: They are very efficient, use very little power, and last a long time compared to old-fashioned light bulbs.
- Important Note: LEDs only allow electricity to flow in one direction. They have a long leg (positive) and a short leg (negative).
Buzzers
A buzzer is an output device that converts electrical energy into sound. They are often used for alarms or notifications, like the "ping" on a washing machine when it finishes.
Note: For more complex "brains" like microcontrollers or how to plan these systems using flowcharts, see the chapter on Programmable Components.
4. Essential Calculations (Ohm’s Law)
In the exam, you will need to calculate how electricity moves through these components. The most important formula is Ohm's Law.
Ohm's Law Formula
\(V = I \times R\)
- \(V\) = Voltage (measured in Volts)
- \(I\) = Current (measured in Amps)
- \(R\) = Resistance (measured in Ohms \(\Omega\))
Example Question: If a circuit has a resistance of \(10\Omega\) and a current of \(2\text{ Amps}\), what is the voltage?
Answer: \(V = 2 \times 10 = 20\text{ Volts}\).
Resistors in Series
When resistors are placed one after another in a single line, you simply add them together to find the total resistance.
\(R_{total} = R_1 + R_2 + R_3\)
Resistors in Parallel
When resistors are placed on separate branches of a circuit, the total resistance is calculated differently:
\(\frac{1}{R_{total}} = \frac{1}{R_1} + \frac{1}{R_2} + \frac{1}{R_3}\)
Common Mistakes to Avoid
- Mixing up LDRs and Thermistors: Remember L is for Light (LDR) and T is for Temperature (Thermistor).
- Forgetting Resistors for LEDs: In a design question, always remember that an LED needs a resistor in series to protect it from high current.
- Wrong Units: Always check if the question uses milliAmps (mA). Remember that \(1000\text{mA} = 1\text{ Amp}\).
Quick Review: The Big Three
1. Inputs (Sensors): Detect changes (LDR, Thermistor).
2. Process (Control): Make decisions and protect (Transistor, Resistor, Switch).
3. Outputs: Create a result (LED, Buzzer).