Welcome to the World of Systems!
In this chapter, we are going to explore the "brain" and "nervous system" of the products we use every day. From your smartphone to a simple toaster, systems are what make things work automatically. We will look at how they receive information, decide what to do, and then create an action.
Don’t worry if some of the electronic parts seem a bit mysterious at first—we will break them down into simple parts using things you already know from everyday life!
1. What is a System?
Every system follows a simple three-step journey: Input → Process → Output.
Analogy: Making Toast
1. Input: You push the lever down (physical input).
2. Process: A timer or sensor decides how long to cook the bread (processing).
3. Output: The toast pops up and the heating elements turn off (the result).
Quick Review: The System Block
Input: Sensors that detect changes in the environment (light, heat, movement).
Process: The "brain" (microcontroller or switch) that makes decisions.
Output: The part that does something (makes a sound, lights up, or moves).
2. Inputs: The Sensors
Sensors are like the "senses" of a system. They tell the system what is happening in the real world.
Light-Dependent Resistor (LDR): These detect light levels.
Example: Street lights that turn on automatically when it gets dark.
Memory Trick: LURD — Light Up, Resistance Down. When it's bright, the electricity flows easily!
Thermistor: These detect changes in temperature.
Example: A digital thermometer or a central heating system.
Moisture Sensor: These detect how much water is present.
Example: Automatic plant watering systems.
Piezoelectric Sensor: These detect pressure or vibration.
Example: An alarm that triggers if a window is tapped or broken.
3. Process & Control Devices
This is where the system "thinks" and decides what to do based on the input it received.
Switches: The simplest control. A Rocker Switch (on/off) or a Push to Make (PTM) switch (like a doorbell).
Micro Switch: A very small switch often used as a safety limit (like the switch that tells a microwave the door is closed).
Reed Switch: These are activated by a magnet. They are often used on door and window alarms.
The "Brains":
Microcontroller / PIC: A small computer on a single chip. It can be programmed to perform many different tasks.
Transistor: Think of this as an electronic "tap." It uses a small amount of electricity to turn on a much larger flow. It's often used as a switch in systems.
4. Outputs: Making Things Happen
The output is the action the system takes.
Buzzers: Create a warning sound. (In topic 1)
Light-Emitting Diodes (LEDs): Small, efficient lights used for indicators. (In topic 1)
Loudspeakers: Convert signals into complex sounds or music.
Motors: Create movement. They turn electrical energy into rotary (spinning) movement.
Key Takeaway: A system is just a loop of sensors (Inputs) telling a brain (Process) to do an action (Output).
5. The Mathematics of Systems
To design systems, we need to know how electricity behaves. Don't let the math scare you—it's just like using a recipe!
Ohm’s Law
This shows the relationship between Voltage (V), Current (I), and Resistance (R).
Formula: \(V = I \times R\)
V = Potential Difference (Volts): The "push" of the electricity.
I = Current (Amps): The flow of the electricity.
R = Resistance (Ohms): The "friction" that slows electricity down.
Resistors in Series and Parallel
Series: Components are in one single line. The resistance adds up.
\(R_{total} = R_1 + R_2 + R_3\)
Parallel: Components are on different "branches." This actually lowers the total resistance!
\(1/R_{total} = 1/R_1 + 1/R_2 + 1/R_3\)
Resistor Color Codes
Resistors are too small to print numbers on, so we use colored bands to tell their value.
Tolerances: This is the "accuracy" of the resistor. No resistor is perfect, so the tolerance (usually a gold or silver band) tells you how close it is to the stated value.
6. Environmental and Social Impact
Designing systems isn't just about wires; it's about the planet too.
Did you know? Your phone contains Rare Earth Elements (REEs) and metals like Lithium (for batteries) and Gold (for connections). These are hard to mine and can cause pollution.
RoHS (Restriction of Hazardous Substances): A rule that stops manufacturers from using dangerous materials like lead or mercury in electronics.
WEEE Directive: This law ensures that old electronic equipment is recycled properly and not just thrown in a landfill.
Built-in Obsolescence: Some companies design products to break or become outdated after a few years. This is bad for the environment but helps the company sell more products.
Common Mistake to Avoid: Don't confuse "Social Footprint" with "Ecological Footprint." Social is about people (like workers mining lithium), while Ecological is about nature (pollution and waste).
7. Manufacturing Systems
How do we actually make these electronic "brains"?
1. PCB (Printed Circuit Board): The green board inside electronics.
2. Photo Etching: A chemical process used to "print" the copper tracks onto the board.
3. SMT (Surface-Mount Technology): Tiny components are glued directly onto the surface of the board by machines. This allows for very small products like smartphones.
4. Through-Hole: Components have "legs" that go through holes in the board. This is stronger and easier to fix by hand but takes up more space.
Scales of Production
One-off: Making a single prototype (using a breadboard to test ideas).
Batch: Making a specific number (e.g., 500 game controllers).
Mass Production: Making thousands of the same item using Pick and Place machines.
Continuous: The machines never stop (e.g., producing basic electronic components like resistors).
8. Finishing and Protecting Systems
Systems need to be protected from the environment to keep working.
Insulating Coatings: Plastic coverings on wires to prevent electric shocks.
Anodising: A process for metal cases to make them hard and colorful.
Resistor Color Bands: A functional "finish" that identifies the part's value.
Metal Plating: Coating connections in gold or silver to prevent rust and improve the flow of electricity.
Final Encouragement: Systems might look like a "black box" of mystery, but they are just logical steps. Master the Input-Process-Output loop, and you’ve mastered the core of this chapter!