Introduction to Electronic Systems Application and Selection
Welcome to the world of practical electronics! In the theory section (A3.4), you learned how electrons flow and what basic components do. Now, in B3.4, we shift our focus to the "Design in Practice" side of things. This chapter is all about the decisions a designer makes when building a real product.
Whether you are designing a smart water bottle that tracks hydration or a drone that avoids obstacles, you need to know how to select the right parts and justify those choices. Don't worry if electronics feels like "magic" right now—we are going to break it down into logical steps that any designer can follow.
The Core Framework: Input, Process, Output (IPO)
Every electronic system, no matter how complex, follows the same basic loop. When selecting components, you must consider each part of this chain:
1. Inputs (Sensors): These "feel" the environment. They convert physical signals (like heat or light) into electrical signals.
Example: A Light Dependent Resistor (LDR) in a streetlamp.
2. Process (The Brain): This part decides what to do with the input information. In modern design, this is usually a microcontroller or a logic circuit.
Example: A chip that says, "If light level is less than \(10\%\), turn on the lamp."
3. Outputs (Actuators): These do the actual work. They convert electrical signals back into physical action.
Example: An LED bulb or a motor.
Key Takeaway: When selecting a system, always ask: What does it need to sense? How complex is the decision? What does it need to physically do?
Criteria for Component Selection
In your IB exam or your IA (Internal Assessment), you must be able to justify why you chose one electronic system over another. Designers use these four main "filters":
1. Physical and Technical Requirements
Does the component fit? Is it powerful enough?
- Size: A smartphone needs tiny surface-mount components, whereas a washing machine can use larger, more robust parts.
- Power Consumption: If your product is battery-powered, you must select "low-power" components to ensure the battery lasts.
- Environment: Will the electronics get hot? Are they exposed to water? (This connects back to B3.1 Material Selection for the casing!).
2. Functionality and Accuracy
How precise does the system need to be?
Example: A cheap digital thermometer for a room is fine with an accuracy of \(\pm 1^{\circ}C\), but a medical incubator for a baby needs to be much more accurate (perhaps \(\pm 0.1^{\circ}C\)).
3. Cost and Availability
Can we afford it, and can we buy 10,000 of them?
- Unit Cost: Higher performance usually means a higher price.
- Standardization: Using "off-the-shelf" parts is usually cheaper than custom-designed circuits.
4. Ease of Integration
How easily do the parts "talk" to each other? If you pick a sensor that outputs a high voltage and a processor that only accepts low voltage, you have a compatibility problem.
Logic and Control Systems
As an HL student, you need to understand how "decisions" are made within a system using Mathematical Logic. This is often represented through Logic Gates and Flowcharts.
Common Logic Gates
Think of these as the "rules" of the system:
- AND Gate: Output is "High" (On) ONLY if all inputs are On. (e.g., A microwave only starts if the timer is set AND the door is closed).
- OR Gate: Output is On if any input is On. (e.g., A car alarm goes off if the front door OR the back door is opened).
- NOT Gate: Flips the signal. If input is On, output is Off.
Flowcharts
Designers use flowcharts to plan the "Process" part of the IPO model. You should be familiar with these symbols:
- Oval: Start/Stop.
- Rectangle: Process/Action (e.g., "Turn on LED").
- Diamond: Decision (e.g., "Is temperature \(> 25^{\circ}C\)?").
Mathematical Requirements in Practice
You don't need to be a mathematician, but you do need to apply simple formulas to select the right components. The most common is Ohm’s Law and the Power Equation.
Ohm's Law: \(V = I \times R\)
Where:
- \(V\) = Voltage (Volts)
- \(I\) = Current (Amps)
- \(R\) = Resistance (Ohms \(\Omega\))
The Power Equation: \(P = I \times V\)
Why does this matter for selection? If you select a motor that requires \(10W\) of power but your battery can only provide \(5W\), your design will fail! You must calculate your power needs before buying components.
Prototyping and Implementation (The Link to B2.2)
Before committing to a final production run, designers must test their electronic selections. This links directly to B2.2 Modelling and Prototyping.
1. Virtual Modelling (CAD): Using software to simulate a circuit. This is great because no components get burned out if you make a mistake!
2. Breadboarding: A temporary way to plug in components and test the physical circuit without soldering.
3. PCB (Printed Circuit Board): The final, permanent version of the circuit. This is used in the manufacturing stage.
Common Mistakes to Avoid
- Over-specifying: Choosing a super-powerful processor for a simple task (like a flashing bike light). This wastes money and battery life.
- Ignoring "User Error": Forgetting to include protection components (like fuses or diodes) in case the user puts the battery in backward.
- Scaling issues: A circuit that works perfectly as a one-off prototype might be impossible to manufacture cheaply in large quantities (see B4.1 Production Systems).
Quick Review: Key Terms for the Exam
- Microcontroller: A small computer on a single chip used to control the system.
- Sensor: An input device that responds to a physical property.
- Actuator: An output device that creates physical movement or light.
- Logic Gate: A building block of digital circuits that performs a logical function.
- Justification: Giving valid reasons for your component choices based on research or data.
Summary Tip: When answering Paper 2 questions about a product, always look for the "Electronic System." Identify the sensor, the processor, and the output, then explain why the designer chose them for that specific user and environment.