Curriculum/DP Design/A3.4 Introduction to Electronic Systems

Introduction to Electronic Systems | A3.4

Guiding questionHow are electronics present in everyday products?

Electronics are present in nearly every modern product — from the temperature sensor in a kettle to the microcontroller in a pacemaker. Designers who understand how electronic systems work can make informed decisions about component selection, energy efficiency, and responsible product design.

This topic introduces the fundamental model of any electronic system — input, process, output, and feedback — and builds from basic analogue and digital concepts through to components, sensors, control circuits, operational amplifiers, embedded systems, and circuit diagrams. These foundations are applied and extended in B3.4 Electronic Systems Application and Selection.

From the IPO model to op-amps and circuit diagrams, this topic builds the foundational electronic literacy needed before tackling the applied selection and testing content of B3.4. Focus on the vocabulary and core concepts of both analogue and digital domains.

Introduction to Electronic Systems — A3.4

Students must be able toDescribe an electronic system in terms of input, process, output and feedback.

English

Every electronic system can be described using the Input–Process–Output (IPO) model, often extended with a feedback loop:

  • Input — A sensor or transducer converts a physical quantity (light, temperature, sound, force, position) into an electrical signal the system can process. Examples: microphone, thermistor, photodiode, push-button switch.
  • Process — A control unit (microcontroller, logic circuit, or op-amp) receives the input signal and applies programmed logic or circuitry to decide on a response. This may involve amplification, comparison, timing, or computation.
  • Output — An actuator or output transducer converts the processed electrical signal back into a physical effect. Examples: LED (light), loudspeaker (sound), motor (movement), heater (heat).
  • Feedback — A signal from the output is returned to the input or process stage to modify behaviour. Negative feedback reduces the difference between desired and actual output, creating stable, self-regulating systems. Example: a thermostat monitors room temperature (feedback) and turns a heater on or off (output) to maintain a set point (input).

Example — electric kettle: Temperature sensor (input) → microcontroller compares measured temperature to 100 °C target (process) → heating element on or off (output) → temperature reading returned to process (feedback).

中文

每个电子系统都可以用输入–处理–输出(IPO)模型来描述,通常还会加入反馈回路

  • 输入——传感器或换能器将物理量(光、温度、声音、力、位置)转换为系统可处理的电信号。例如:麦克风、热敏电阻、光电二极管、按钮开关。
  • 处理——控制单元(微控制器、逻辑电路或运算放大器)接收输入信号,并应用编程逻辑或电路来决定响应。这可能包括放大、比较、定时或计算。
  • 输出——执行器或输出换能器将处理后的电信号转换回物理效果。例如:LED(光)、扬声器(声音)、电机(运动)、加热器(热量)。
  • 反馈——来自输出的信号被返回到输入或处理阶段以改变行为。负反馈减少期望输出与实际输出之间的差异,创建稳定的自调节系统。例如:恒温器监测室温(反馈)并开关加热器(输出)以维持设定点(输入)。

示例——电热水壶:温度传感器(输入)→ 微控制器将测量温度与100°C目标值比较(处理)→ 加热元件开关(输出)→ 温度读数返回处理阶段(反馈)。

Students must be able toIdentify electronic products that are safe, energy-efficient and utilise minimal energy.

English

Electronics are embedded in almost every product we use — smartphones, medical devices, household appliances, vehicles, infrastructure. This ubiquity creates both opportunity and responsibility for designers.

Responsible electronic design considers:

  • Safety — Devices must not harm users or bystanders. Electrical insulation, thermal protection, overvoltage protection (fuses, circuit breakers), and regulatory compliance (CE marking in Europe, UL in the USA) are all safety measures. Medical devices face the most stringent safety standards.
  • Energy efficiency — Electronic products consume energy throughout their life. Sleep modes, LED lighting, variable-speed drives, and power factor correction all reduce consumption. The EU Ecodesign Directive requires manufacturers to demonstrate energy efficiency before products can be sold.
  • Minimal standby power — Many devices consume power even when not in active use (standby loss, "phantom load"). Efficient designs reduce this to near zero. EU regulations cap standby power at 0.5 W for most devices.
  • End-of-life — Electronic waste (e-waste) is the fastest-growing waste stream globally. Designers should minimise toxic materials (lead, mercury, cadmium — now restricted by RoHS), use recyclable materials, and design for disassembly so components can be recovered.
  • Data and privacy — Connected electronic products collect data. Designers have responsibilities around secure data storage, minimal data collection, and transparency with users.
中文

电子产品几乎嵌入了我们使用的每一件产品中——智能手机、医疗设备、家用电器、车辆、基础设施。这种无处不在的特性为设计师带来了机遇,也带来了责任。

负责任的电子设计考虑以下方面:

  • 安全性——设备不得伤害用户或旁观者。绝缘、热保护、过压保护(保险丝、断路器)和法规符合性(欧洲的CE认证、美国的UL认证)都是安全措施。医疗设备面临最严格的安全标准。
  • 能源效率——电子产品在其整个生命周期内都会消耗能源。睡眠模式、LED照明、变频驱动和功率因数校正都能减少消耗。欧盟生态设计指令要求制造商在产品上市前证明其能源效率。
  • 最小待机功耗——许多设备即使在不活跃使用时也会消耗电力(待机损耗、"幽灵负载")。高效设计将此降低至接近零。欧盟法规规定大多数设备的待机功耗上限为0.5W。
  • 生命末期处理——电子垃圾(e-waste)是全球增长最快的废物流。设计师应尽量减少有毒材料(铅、汞、镉——现已受RoHS限制),使用可回收材料,并为拆卸而设计,以便回收组件。
  • 数据与隐私——联网电子产品收集数据。设计师有责任确保安全的数据存储、最小化数据收集,并对用户保持透明。

Students must be able toDistinguish between analogue and digital systems.

English

Analogue systems use signals that vary continuously over a range of values. An analogue signal can take any value between a minimum and maximum — just like the physical world it represents. A microphone output, a temperature sensor voltage, and the position of a potentiometer are all analogue signals.

Digital systems represent and process information using only two discrete states: HIGH (logic 1, typically 3.3 V or 5 V) and LOW (logic 0, 0 V). All data — numbers, text, images, audio, video — is encoded as sequences of binary digits (bits). The binary system uses base 2 (only digits 0 and 1).

FeatureAnalogueDigital
Signal typeContinuously variableTwo discrete states (0 or 1)
Noise sensitivityHigh — noise degrades the signalLow — noise rejected as long as threshold is not crossed
ProcessingOp-amps, filters, oscillatorsLogic gates, microcontrollers, processors
ExampleVinyl record, analogue thermometer, AM radioCD audio, digital thermometer, Wi-Fi

Most modern systems are mixed signal — an analogue front-end (sensor, amplifier) converts real-world signals, then an Analogue-to-Digital Converter (ADC) converts them to digital form for processing. Digital-to-Analogue Converters (DAC) convert digital results back to analogue for output (e.g., speakers, actuators).

中文

模拟系统使用在一定范围内连续变化的信号。模拟信号可以取最小值和最大值之间的任意值——就像它所代表的物理世界一样。麦克风输出、温度传感器电压和电位器位置都是模拟信号。

数字系统仅使用两种离散状态来表示和处理信息:HIGH(逻辑1,通常为3.3V或5V)和LOW(逻辑0,0V)。所有数据——数字、文本、图像、音频、视频——都被编码为二进制数字(位)序列。二进制系统使用以2为基数(仅有数字0和1)。

特征模拟数字
信号类型连续可变两种离散状态(0或1)
噪声敏感性高——噪声会降低信号质量低——只要不超过阈值,噪声就会被抑制
处理方式运算放大器、滤波器、振荡器逻辑门、微控制器、处理器
示例黑胶唱片、模拟温度计、AM收音机CD音频、数字温度计、Wi-Fi

大多数现代系统是混合信号系统——模拟前端(传感器、放大器)转换现实世界的信号,然后模数转换器(ADC)将其转换为数字形式进行处理。数模转换器(DAC)将数字结果转换回模拟信号输出(如扬声器、执行器)。

Students must be able toDescribe analogue systems in terms of voltage, current, resistance, frequency and power using SI units: ampere (A), second (s), hertz (Hz), watt (W), volt (V), ohm (Ω). Use SI multipliers: p, n, μ, m, k, M, G, T.

English

Analogue signals are characterised by quantities that vary continuously. The most common waveform is the sine wave — it models the output of AC generators, audio signals, and many natural phenomena. Key analogue quantities and their SI units:

QuantitySymbolSI UnitDefinition
Voltage (potential difference)VVolt (V)Energy transferred per unit charge; drives current through a circuit
CurrentIAmpere (A)Rate of flow of charge; 1 A = 1 coulomb per second
ResistanceROhm (Ω)Opposition to current flow; Ohm's Law: V = IR
FrequencyfHertz (Hz)Number of complete cycles per second; 1 Hz = 1 cycle/s
PowerPWatt (W)Rate of energy transfer; P = IV = V²/R = I²R
TimetSecond (s)Period T = 1/f (time for one complete cycle)

SI multipliers: Engineers routinely use prefixes to avoid writing many zeros.

PrefixSymbolFactorExample
picop10⁻¹²100 pF capacitor (picofarads)
nanon10⁻⁹10 nF capacitor (nanofarads)
microμ10⁻⁶47 μF capacitor (microfarads)
millim10⁻³20 mA LED current (milliamps)
kilok10³10 kΩ resistor (kilohms)
MegaM10⁶1 MHz clock frequency (megahertz)
GigaG10⁹2.4 GHz Wi-Fi (gigahertz)
TeraT10¹²1 TB storage (terabytes)

AC mains electricity in Australia is 230 V RMS at 50 Hz. A sine wave at 50 Hz completes one full cycle every 20 ms (period T = 1/50 = 0.02 s).

中文

模拟信号的特点是连续变化的量。最常见的波形是正弦波——它模拟交流发电机的输出、音频信号和许多自然现象。关键模拟量及其SI单位:

符号SI单位定义
电压(电位差)V伏特(V)单位电荷传递的能量;驱动电流流过电路
电流I安培(A)电荷流动速率;1A = 每秒1库仑
电阻R欧姆(Ω)对电流流动的阻抗;欧姆定律:V = IR
频率f赫兹(Hz)每秒完整周期数;1Hz = 1周期/秒
功率P瓦特(W)能量传递速率;P = IV = V²/R = I²R
时间t秒(s)周期T = 1/f(一个完整周期的时间)

SI前缀:工程师通常使用前缀来避免书写多个零。

前缀符号倍数示例
p10⁻¹²100 pF电容(皮法)
n10⁻⁹10 nF电容(纳法)
μ10⁻⁶47 μF电容(微法)
m10⁻³20 mA LED电流(毫安)
k10³10 kΩ电阻(千欧)
M10⁶1 MHz时钟频率(兆赫)
G10⁹2.4 GHz Wi-Fi(吉赫)
T10¹²1 TB存储(太字节)

澳大利亚的交流电源为50Hz下的230V有效值。50Hz的正弦波每20ms完成一个完整周期(周期T = 1/50 = 0.02秒)。

Students must be able toDescribe digital systems in terms of using discrete values such as binary digits and on and off signals. Define logic gates.

English

Digital systems store, process, and transmit all information as binary (base-2) numbers — sequences of 0s and 1s. Each binary digit is a bit; 8 bits = 1 byte. Advantages of digital over analogue: noise immunity, perfect copying, easy storage, encryption, and compression.

Logic gates are the fundamental building blocks of digital circuits. They take one or more binary inputs and produce a single binary output according to a defined Boolean function:

GateSymbol labelFunctionOutput rule
AND&Output HIGH only when ALL inputs are HIGHA AND B → 1 only if A=1 and B=1
OR≥1Output HIGH when ANY input is HIGHA OR B → 1 if A=1 or B=1 (or both)
NOT1Inverts the single inputNOT A → 1 if A=0; 0 if A=1
NAND& with bubbleNOT AND — inverse of ANDOutput LOW only when ALL inputs HIGH
NOR≥1 with bubbleNOT OR — inverse of OROutput HIGH only when ALL inputs LOW
XOR=1Exclusive OR — output HIGH when inputs differA XOR B → 1 only if A ≠ B

Logic gates combine to form adders, comparators, flip-flops (memory cells), counters, and all the complex functions of a microprocessor. NAND and NOR are universal gates — any logic function can be built using only one type.

中文

数字系统以二进制(以2为底)数字——0和1的序列——来存储、处理和传输所有信息。每个二进制数字是一个位(bit);8位 = 1字节。数字相较于模拟的优点:抗噪性强、完美复制、易于存储、可加密和压缩。

逻辑门是数字电路的基本构建模块。它们接受一个或多个二进制输入,并根据定义的布尔函数产生单个二进制输出:

符号标签功能输出规则
与门(AND)&仅当所有输入为高时输出高A AND B → 仅当A=1且B=1时为1
或门(OR)≥1任意输入为高时输出高A OR B → A=1或B=1时为1(或两者)
非门(NOT)1对单个输入取反NOT A → A=0时为1;A=1时为0
与非门(NAND)带圆圈的&AND取反仅当所有输入高时输出低
或非门(NOR)带圆圈的≥1OR取反仅当所有输入低时输出高
异或门(XOR)=1输入不同时输出高A XOR B → 仅当A≠B时为1

逻辑门组合构成加法器、比较器、触发器(存储单元)、计数器以及微处理器的所有复杂功能。与非门和或非门是通用门——任何逻辑功能都可以只用一种门来实现。

Students must be able toExplain the purpose of passive electronic components, including fixed and variable resistors, capacitors, switches, relays; and active components such as diodes and transistors.

English

Passive components do not require an external power supply to function and cannot amplify signals — they can only attenuate, store, or redirect energy:

  • Fixed resistors — Limit current flow according to Ohm's Law (V = IR). Used for biasing, current limiting (protecting LEDs), and voltage division. Measured in ohms (Ω). Colour codes indicate value.
  • Variable resistors (potentiometers / rheostats) — Resistance adjustable by turning a dial or sliding a wiper. Used for volume controls, dimmer switches, position sensors.
  • Capacitors — Store electrical charge (energy) in an electric field. Used for filtering, smoothing power supplies, timing circuits, and coupling/decoupling. Measured in farads (F), typically μF or pF. Electrolytic capacitors are polarised (must be connected the right way round).
  • Switches — Mechanically open or close a circuit. Types: SPST (single-pole single-throw — on/off), SPDT (changeover), DPDT, push-to-make, push-to-break, reed switches (activated by a magnet).
  • Relays — Electrically operated switches. A small current through an electromagnet coil controls a separate, larger-current switching contact. Used to allow a low-voltage microcontroller to switch mains-voltage circuits safely.

Active components require an external energy source and can amplify or switch signals:

  • Diodes — Allow current to flow in one direction only (anode to cathode). Used for rectification (AC to DC), voltage clamping, and protection. LED (Light Emitting Diode) emits light when forward biased.
  • Transistors (BJT and MOSFET) — Three-terminal devices that act as electronically controlled switches or amplifiers. A small base/gate signal controls a much larger collector/drain current. Fundamental to all digital and analogue circuits — a modern processor contains billions of MOSFET transistors.
中文

无源元件不需要外部电源即可工作,不能放大信号——只能衰减、存储或重定向能量:

  • 固定电阻——根据欧姆定律(V = IR)限制电流。用于偏置、限流(保护LED)和分压。以欧姆(Ω)为单位。色码指示阻值。
  • 可变电阻(电位器/变阻器)——通过旋转旋钮或滑动触点来调节电阻。用于音量控制、调光开关和位置传感器。
  • 电容器——在电场中存储电荷(能量)。用于滤波、平滑电源、定时电路和耦合/去耦。以法拉(F)为单位,通常为μF或pF。电解电容器有极性(必须正确连接)。
  • 开关——机械地断开或闭合电路。类型:SPST(单刀单掷——开/关)、SPDT(换向)、DPDT、按下接通、按下断开、干簧管开关(由磁铁激活)。
  • 继电器——电控开关。通过线圈中的小电流控制独立的较大电流开关触点。用于允许低电压微控制器安全控制市电电压电路。

有源元件需要外部能源,可以放大或切换信号:

  • 二极管——允许电流只沿一个方向流动(从阳极到阴极)。用于整流(交流转直流)、电压钳位和保护。LED(发光二极管)在正向偏置时发光。
  • 晶体管(BJT和MOSFET)——三端器件,作为电子控制的开关或放大器。小的基极/栅极信号控制更大的集电极/漏极电流。是所有数字和模拟电路的基础——现代处理器包含数十亿个MOSFET晶体管。

Students must be able toIdentify appropriate input devices for a given electronic system, including light, sound, temperature, motion, and touch sensors.

English

Input devices (sensors and transducers) convert a physical change in the environment into an electrical signal. Choosing the right sensor is a key design decision. Common sensor types:

SensorDetectsTypeApplication
LDR (Light Dependent Resistor)Light intensityAnalogue — resistance decreases with lightAutomatic street lights, camera exposure
Thermistor (NTC)TemperatureAnalogue — resistance decreases as temp risesThermostats, fire alarms, engine management
MicrophoneSound (pressure waves)Analogue — converts acoustic to electrical signalVoice assistants, recording, alarms
PIR (Passive Infrared)Body heat / motionDigital — detects IR changes from moving warm objectsSecurity lights, intruder alarms
Ultrasonic sensorDistanceDigital/analogue — measures echo timeParking sensors, robotics, level sensing
Push switchTouch / physical pressDigital — open or closedKeyboards, machine safety interlocks
PotentiometerPosition / rotationAnalogue — voltage dividerJoysticks, rotary encoders, throttle control

When selecting a sensor, designers consider: measurand (what physical property is detected), range, sensitivity, response time, linearity, power requirements, size, and cost.

中文

输入设备(传感器和换能器)将环境中的物理变化转换为电信号。选择正确的传感器是关键设计决策。常见传感器类型:

传感器检测类型应用
光敏电阻(LDR)光照强度模拟——电阻随光线增强而减小自动路灯、相机曝光
热敏电阻(NTC)温度模拟——电阻随温度升高而减小恒温器、火灾报警、发动机管理
麦克风声音(压力波)模拟——将声学信号转换为电信号语音助手、录音、报警
被动红外传感器(PIR)体热/运动数字——检测移动热物体的红外变化安防灯、入侵报警
超声波传感器距离数字/模拟——测量回声时间倒车雷达、机器人、液位传感
按钮开关触摸/物理按压数字——断开或闭合键盘、机器安全联锁
电位器位置/旋转模拟——分压器操纵杆、旋转编码器、油门控制

在选择传感器时,设计师需考虑:被测量(检测什么物理属性)、量程、灵敏度、响应时间、线性度、功耗、尺寸和成本。

Students must be able toDescribe the role of processing devices in an electronic system, including logic ICs, microcontrollers, and single-board computers.

English

The process stage in an electronic system receives input signals, applies logic or computation, and generates output signals. Processing devices range in complexity:

  • Logic ICs — Integrated circuits containing fixed logic gates (AND, OR, NOT, etc.) in a single chip package. Examples: 74HC series (CMOS logic). Used for simple combinational logic — no programming required, but no flexibility.
  • Microcontrollers (MCUs) — A complete computer on a single chip: CPU, RAM, flash memory (for program storage), and programmable input/output pins. Program written in C, MicroPython, or a block-based language. Examples: Arduino (ATmega328), Raspberry Pi Pico (RP2040), PIC, STM32. Widely used in consumer electronics, automotive systems, and industrial control.
  • Single-board computers (SBCs) — Full Linux computers on one board. Examples: Raspberry Pi 4, BeagleBone. Have operating systems, USB, HDMI, ethernet — more powerful than MCUs but consume more power and require more time to boot.
  • FPGAs (Field-Programmable Gate Arrays) — Chips that can be configured to implement any digital circuit. Used in high-speed signal processing, prototyping, and aerospace/defence applications.

For most embedded product designs, a microcontroller is the most common choice: it is purpose-built, inexpensive, energy-efficient, and available in a huge range of sizes and capabilities.

中文

电子系统中的处理阶段接收输入信号,应用逻辑或计算,并生成输出信号。处理设备的复杂程度不同:

  • 逻辑IC——包含固定逻辑门(AND、OR、NOT等)的集成电路封装。示例:74HC系列(CMOS逻辑)。用于简单的组合逻辑——不需要编程,但没有灵活性。
  • 微控制器(MCU)——单芯片上的完整计算机:CPU、RAM、闪存(用于程序存储)和可编程输入/输出引脚。程序用C、MicroPython或块式语言编写。示例:Arduino(ATmega328)、树莓派Pico(RP2040)、PIC、STM32。广泛用于消费电子、汽车系统和工业控制。
  • 单板计算机(SBC)——一块板上的完整Linux计算机。示例:树莓派4、BeagleBone。有操作系统、USB、HDMI、以太网——比MCU更强大,但消耗更多电力,需要更长时间启动。
  • FPGA(现场可编程门阵列)——可配置为实现任何数字电路的芯片。用于高速信号处理、原型制作和航空航天/国防应用。

对于大多数嵌入式产品设计,微控制器是最常见的选择:它专为特定目的而设计,价格低廉,能效高,并有大量不同尺寸和功能可供选择。

Students must be able toDescribe the function of control circuits in everyday products, and explain how they monitor and respond to changing conditions.

English

A control circuit continuously monitors one or more inputs, applies logic, and switches outputs on or off to maintain a desired condition. Control circuits underpin all automated systems.

Examples of control circuits in everyday products:

  • Thermostat (home heating) — Temperature sensor monitors room temperature. When temperature falls below the set point, the control circuit closes a relay to activate the boiler. When temperature reaches the set point, the relay opens, turning the boiler off. This is an example of on–off control (bang-bang control).
  • Automatic street lights — LDR monitors light level. When ambient light falls below a threshold (dusk), the control circuit switches the lamp on. At dawn, the lamp switches off. The time delay prevents flickering in brief cloud shadow.
  • Washing machine — Multiple control circuits manage water temperature, water level (pressure sensor), drum motor speed (tachometer feedback), door lock, and timer. The main microcontroller coordinates all these through a programmed wash cycle.
  • Battery management system (BMS) — Monitors cell voltage, current, and temperature in a lithium battery pack. Controls charging rate, prevents overcharging or over-discharging, and balances cells. Critical for safety in electric vehicles and portable electronics.

Control circuits may be implemented as hardwired analogue circuits (comparators with hysteresis) or as software running on a microcontroller. Software-based control is more flexible — parameters can be changed by reprogramming rather than replacing components.

中文

控制电路持续监控一个或多个输入,应用逻辑,并开关输出以维持所需条件。控制电路是所有自动化系统的基础。

日常产品中控制电路示例:

  • 恒温器(家庭供暖)——温度传感器监控室温。当温度低于设定点时,控制电路闭合继电器以启动锅炉。当温度达到设定点时,继电器断开,关闭锅炉。这是开关控制(乒乓控制)的示例。
  • 自动路灯——光敏电阻监控光照水平。当环境光低于阈值(黄昏)时,控制电路开启路灯。黎明时,路灯关闭。时间延迟可防止短暂云影引起的闪烁。
  • 洗衣机——多个控制电路管理水温、水位(压力传感器)、滚筒电机速度(转速反馈)、门锁和计时器。主微控制器通过编程洗涤程序协调所有这些。
  • 电池管理系统(BMS)——监控锂电池组中的单元电压、电流和温度。控制充电速率,防止过充或过放,并平衡单元。对于电动汽车和便携式电子产品的安全至关重要。

控制电路可以实现为硬接线模拟电路(带迟滞的比较器)或在微控制器上运行的软件。基于软件的控制更灵活——参数可以通过重新编程而非更换组件来更改。

Students must be able toIdentify appropriate output devices for a given electronic system, including lights, displays, motors, speakers, and solenoids.

English

Output devices convert an electrical signal into a physical effect — light, sound, motion, or heat. The output device chosen must match the application's requirements for power, speed, precision, and size.

Output DevicePhysical EffectApplication
LED / LED arrayLight (visual indication)Status indicators, backlights, traffic lights, displays
LCD / OLED displayText and graphicsInstrument panels, smartwatches, control interfaces
DC motorContinuous rotationElectric vehicles, fans, conveyor belts, toys
Servo motorPrecise angular positionRobot joints, RC vehicles, camera gimbals
Stepper motorStepped rotation (precise increments)3D printers, CNC machines, disk drives
Loudspeaker / buzzerSound (audio output)Alarms, audio playback, voice output
SolenoidLinear push or pull motionDoor locks, valves, printers, pinball machines
Heating elementHeatKettles, ovens, 3D printer hot-ends

Power management is critical at the output stage: most microcontrollers can only supply ~40 mA per GPIO pin. A transistor or MOSFET driver, or a relay, is needed to switch higher-current outputs such as motors and solenoids.

中文

输出设备将电信号转换为物理效果——光、声音、运动或热量。所选输出设备必须满足应用对功率、速度、精度和尺寸的要求。

输出设备物理效果应用
LED / LED阵列光(视觉指示)状态指示灯、背光、交通灯、显示屏
LCD / OLED显示屏文本和图形仪表盘、智能手表、控制界面
直流电机连续旋转电动汽车、风扇、传送带、玩具
伺服电机精确角位置机器人关节、遥控车辆、相机云台
步进电机步进旋转(精确增量)3D打印机、数控机床、磁盘驱动器
扬声器/蜂鸣器声音(音频输出)报警、音频播放、语音输出
电磁铁/螺线管线性推拉运动门锁、阀门、打印机、弹球机
加热元件热量水壶、烤箱、3D打印机热端

功率管理在输出阶段至关重要:大多数微控制器每个GPIO引脚只能提供约40mA电流。需要晶体管或MOSFET驱动器,或继电器,来切换电机和螺线管等大电流输出。

Students must be able toExplain the role of negative and positive feedback in electronic systems, and identify how feedback creates self-regulating systems.

English

Feedback is the process of routing part of the output signal back to the input, where it influences the system's behaviour. Feedback is fundamental to creating stable, accurate, self-correcting systems.

Negative feedback — The feedback signal opposes the change in output, reducing the difference between the desired (set point) and actual output. Negative feedback makes systems stable and predictable.

  • Example: A cruise control system measures actual vehicle speed (output), compares it to the set speed (set point), and adjusts the throttle (process) to reduce the error. If the car slows going uphill, the throttle opens; if it accelerates downhill, the throttle closes.
  • Example: An op-amp with negative feedback has its output fed back to its inverting input, dramatically improving linearity, bandwidth, and output stability compared to open-loop operation.

Positive feedback — The feedback signal reinforces the change, amplifying the output further in the same direction. Positive feedback leads to instability or latching behaviour — often used deliberately in oscillators and Schmitt triggers.

  • Example: Microphone held too close to a speaker — sound is picked up, amplified, played back, and picked up again — producing a loud squeal (runaway positive feedback).
  • Example: Schmitt trigger — uses positive feedback to create sharp, clean transitions between HIGH and LOW, eliminating noise-induced jitter on the edges of slowly changing input signals.
中文

反馈是将部分输出信号引回输入端的过程,在那里它影响系统的行为。反馈是创建稳定、准确、自校正系统的基础。

负反馈——反馈信号对抗输出变化,减少期望(设定点)与实际输出之间的差异。负反馈使系统稳定且可预测。

  • 示例:巡航控制系统测量实际车速(输出),将其与设定速度(设定点)比较,并调整油门(处理)以减少误差。如果汽车上坡减速,油门开大;如果下坡加速,油门关小。
  • 示例:具有负反馈的运算放大器将其输出反馈至反相输入端,与开环操作相比,大大提高了线性度、带宽和输出稳定性。

正反馈——反馈信号强化变化,进一步沿同一方向放大输出。正反馈导致不稳定或锁存行为——常被有意用于振荡器和施密特触发器中。

  • 示例:麦克风靠近扬声器——声音被拾取、放大、播放,再次被拾取——产生响亮的啸叫(失控的正反馈)。
  • 示例:施密特触发器——使用正反馈在HIGH和LOW之间创建清晰、干净的转换,消除缓慢变化输入信号边缘的噪声抖动。

Students must be able toDescribe the characteristics of an ideal op-amp and explain the operation of inverting and non-inverting amplifier configurations.

English

An operational amplifier (op-amp) is a high-gain, DC-coupled voltage amplifier with two inputs — a non-inverting input (+) and an inverting input (−) — and a single output. Op-amps are integrated circuits (the μA741 is the classic example; the LM358 and TL071 are widely used modern variants).

Ideal op-amp characteristics: infinite open-loop gain, infinite input impedance (draws no current), zero output impedance, zero offset voltage, infinite bandwidth. Real op-amps approach these ideals.

Common configurations:

  • Comparator (open loop) — No feedback. Output swings to positive or negative rail depending on which input is higher. V+ > V− → output HIGH; V− > V+ → output LOW. Used to compare a sensor voltage to a reference (e.g., trigger an alarm when temperature exceeds a threshold).
  • Inverting amplifier (negative feedback) — Input resistor R₁ at the inverting input; feedback resistor R₂ from output to inverting input. Voltage gain A = −R₂/R₁ (negative = inverted). Example: R₁ = 1 kΩ, R₂ = 10 kΩ → gain = −10.
  • Non-inverting amplifier (negative feedback) — Input at non-inverting (+) terminal; feedback resistors R₁ and R₂ set gain. Voltage gain A = 1 + R₂/R₁ (always positive, output in phase with input). Example: R₁ = 1 kΩ, R₂ = 9 kΩ → gain = +10.
  • Voltage follower (unity gain buffer) — Output connected directly to inverting input. Gain = 1; used to buffer a high-impedance source without drawing current from it.
中文

运算放大器(op-amp)是一种高增益、直流耦合的电压放大器,具有两个输入端——同相输入(+)和反相输入(-)——以及单个输出端。运算放大器是集成电路(μA741是经典例子;LM358和TL071是广泛使用的现代变体)。

理想运算放大器特性:无限开环增益、无限输入阻抗(不吸取电流)、零输出阻抗、零偏移电压、无限带宽。真实的运算放大器接近这些理想值。

常见配置:

  • 比较器(开环)——无反馈。输出摆动至正或负电源轨,取决于哪个输入更高。V+ > V- → 输出HIGH;V- > V+ → 输出LOW。用于将传感器电压与参考值进行比较(如温度超过阈值时触发报警)。
  • 反相放大器(负反馈)——输入电阻R₁在反相输入端;反馈电阻R₂从输出到反相输入。电压增益A = -R₂/R₁(负号 = 反相)。示例:R₁ = 1kΩ,R₂ = 10kΩ → 增益 = -10。
  • 同相放大器(负反馈)——输入在同相(+)端;反馈电阻R₁和R₂设置增益。电压增益A = 1 + R₂/R₁(始终为正,输出与输入同相)。示例:R₁ = 1kΩ,R₂ = 9kΩ → 增益 = +10。
  • 电压跟随器(单位增益缓冲器)——输出直接连接到反相输入。增益 = 1;用于缓冲高阻抗源而不从中吸取电流。

Students must be able toDescribe what an embedded system is and explain how embedded systems communicate with each other using standard protocols.

English

An embedded system is a dedicated computer system designed to perform a specific function within a larger product or system. Unlike a general-purpose computer, an embedded system runs a fixed program and is not intended to be reprogrammed by the end user.

Key characteristics: dedicated function, real-time response, constrained resources (limited RAM and flash memory), low power consumption, high reliability, long service life.

Examples: Engine control unit (ECU) in a car, anti-lock brake system, insulin pump controller, smart thermostat, industrial PLC (Programmable Logic Controller), washing machine control board.

Communication between embedded systems — Multiple embedded systems within a product or across products use standard serial communication protocols:

  • I²C (Inter-Integrated Circuit) — Two-wire bus (SDA data, SCL clock). Supports multiple devices on one bus using addresses. Typical speed: 100 kHz or 400 kHz. Used for sensors, displays, EEPROMs in short-range connections.
  • SPI (Serial Peripheral Interface) — Four-wire bus (MOSI, MISO, SCK, CS). Higher speed than I²C, full-duplex. Used for SD cards, ADCs, and fast displays.
  • UART (Universal Asynchronous Receiver/Transmitter) — Two-wire (TX, RX). Simple, no clock line — devices must agree on baud rate. Used for GPS modules, Bluetooth serial links, debugging.
  • CAN bus (Controller Area Network) — Robust two-wire differential bus used in automotive and industrial applications. Supports up to 1 Mbit/s; resistant to electrical noise; each node can communicate with all others.
中文

嵌入式系统是专用计算机系统,设计用于在更大产品或系统中执行特定功能。与通用计算机不同,嵌入式系统运行固定程序,不打算由最终用户重新编程。

关键特性:专用功能、实时响应、资源受限(RAM和闪存有限)、低功耗、高可靠性、长使用寿命。

示例:汽车发动机控制单元(ECU)、防抱死制动系统、胰岛素泵控制器、智能恒温器、工业PLC(可编程逻辑控制器)、洗衣机控制板。

嵌入式系统间通信——产品内或产品间的多个嵌入式系统使用标准串行通信协议:

  • I²C(集成电路总线)——双线总线(SDA数据、SCL时钟)。使用地址支持总线上的多个设备。典型速度:100kHz或400kHz。用于短距离连接的传感器、显示屏、EEPROM。
  • SPI(串行外围接口)——四线总线(MOSI、MISO、SCK、CS)。比I²C速度更高,全双工。用于SD卡、ADC和快速显示屏。
  • UART(通用异步收发器)——双线(TX、RX)。简单,无时钟线——设备必须就波特率达成一致。用于GPS模块、蓝牙串行链路、调试。
  • CAN总线(控制器局域网)——汽车和工业应用中使用的健壮双线差分总线。支持高达1Mbit/s;抗电气噪声;每个节点可与所有其他节点通信。

Students must be able toDraw and interpret simple electronic circuit diagrams using standard IEC symbols, and distinguish between series and parallel circuits.

English

A circuit diagram (schematic) is a standardised graphical representation of an electronic circuit, using universally recognised symbols defined by IEC 60617. Circuit diagrams allow engineers worldwide to communicate circuit designs unambiguously.

Key IEC schematic symbols (know these for examination):

  • Battery / DC supply — long and short parallel lines; + terminal at long line
  • Resistor — rectangle (IEC) or zigzag (ANSI)
  • Capacitor — two parallel lines (electrolytic adds a + sign)
  • Switch (SPST) — line with a gap and pivoting arm
  • LED — diode triangle pointing to bar, with arrows indicating emitted light
  • Transistor (NPN BJT) — three-terminal symbol with arrow on emitter pointing outward
  • Op-amp — triangle with two inputs on left (+ and −) and output on right
  • Ground — downward-pointing lines (horizontal bars decreasing in size)

Series circuits: Components connected end-to-end in a single path. Same current flows through all components. Total resistance = R₁ + R₂ + R₃. If one component fails (open), the entire circuit stops working. Example: Old-style Christmas lights in series — one blown bulb stops all.

Parallel circuits: Components connected across the same two nodes, providing multiple current paths. Same voltage across all branches. Total resistance is less than any individual resistor (1/R_total = 1/R₁ + 1/R₂ + ...). If one branch fails (open), others continue. Example: Household mains wiring — all appliances share the same 230 V, and switching one off does not affect others.

中文

电路图(原理图)是使用IEC 60617定义的普遍认可符号的电子电路标准化图形表示。电路图允许全世界的工程师无歧义地交流电路设计。

关键IEC原理图符号(考试需了解):

  • 电池/直流电源——长短平行线;+极在长线处
  • 电阻——矩形(IEC)或锯齿形(ANSI)
  • 电容器——两条平行线(电解电容加+号)
  • 开关(SPST)——带缺口和转动臂的线
  • LED——指向横杆的二极管三角形,带箭头表示发出光
  • 晶体管(NPN BJT)——三端符号,发射极上箭头向外
  • 运算放大器——三角形,左侧两个输入(+和-),右侧输出
  • 地——向下指的线(水平线递减)

串联电路:元件首尾相连在单条路径中。相同的电流流过所有元件。总电阻 = R₁ + R₂ + R₃。如果一个元件失效(断路),整个电路停止工作。示例:旧式串联圣诞灯——一个灯泡烧断,所有灯熄灭。

并联电路:元件连接在相同的两个节点上,提供多条电流路径。所有支路上电压相同。总电阻小于任何单个电阻(1/R总 = 1/R₁ + 1/R₂ + ...)。如果一条支路失效(断路),其他支路继续工作。示例:家用电源布线——所有电器共享相同的230V,关闭一个不影响其他。

Test your understanding of A3.4 Introduction to Electronic Systems. Select one answer per question, then submit to see your score.

1. In the IPO model of an electronic system, which stage receives signals from sensors and decides on an appropriate response?

2. Which type of signal varies continuously over a range of values, such as the voltage from a microphone?

3. Australian mains electricity runs at 230 V and 50 Hz. What is the period (time for one complete cycle) of this AC signal?

4. A capacitor's main function in a circuit is to:

5. A diode in a circuit allows current to flow:

6. A thermistor (NTC type) used as a temperature sensor has the following characteristic:

7. A NOT logic gate with a HIGH (logic 1) input produces:

8. Negative feedback in an electronic control system (such as a thermostat) acts to:

9. An inverting amplifier uses an op-amp with R₁ = 2 kΩ and R₂ = 20 kΩ. What is the voltage gain?

10. An embedded system differs from a general-purpose computer in that it:

Paper 2 structured questions require extended written responses. Use the sample answers and mark scheme notes to practise and self-assess.
Question 14 marksUsing the Input–Process–Output–Feedback (IPOF) model, describe how a home thermostat controls room temperature. Identify the input device, the processing stage, the output device, and the role of feedback.

Input: A thermistor (NTC temperature sensor) continuously measures the actual room temperature. The resistance of the thermistor decreases as temperature rises, producing a proportional voltage at the input of the microcontroller or comparator circuit.

Process: The control circuit (microcontroller or comparator) compares the actual temperature (from the thermistor) to the user-set target temperature (set point). If the actual temperature is below the set point, the processor generates a signal to activate the heating output. If actual temperature equals or exceeds the set point, the output signal is removed.

Output: A relay (electrically controlled switch) is activated by the processor. The relay closes to switch on the boiler or heating element (mains voltage circuit). When the target temperature is reached, the relay opens, turning the boiler off.

Feedback: The thermistor continuously reports the room temperature back to the process stage. This is negative feedback — when the heater is on and the room warms up, the thermistor voltage changes in a direction that reduces the error between actual and set temperature, eventually switching the heater off. This creates a self-regulating system.

Mark scheme: 1 mark for correct input device with explanation (thermistor, measures temperature); 1 mark for process stage (comparison to set point, decision logic); 1 mark for output device (relay switching heater/boiler); 1 mark for correct description of negative feedback as self-correcting (not just "feedback sends signal back").

Question 26 marksCompare analogue and digital electronic systems. In your answer, discuss signal characteristics, noise immunity, processing methods, and give one example application of each that demonstrates why that signal type is appropriate.

Analogue systems use signals that vary continuously over a range of values — like a smoothly changing voltage that mirrors a physical quantity exactly. An analogue microphone output rises and falls in direct proportion to air pressure changes from sound. Analogue signals can represent an infinite range of values between minimum and maximum.

Digital systems represent all information as sequences of binary digits (0 and 1). A digital signal switches sharply between LOW (0 V) and HIGH (3.3 V or 5 V). All data — numbers, text, images, audio — is encoded as patterns of bits.

FeatureAnalogueDigital
Signal valuesInfinite continuous rangeOnly two states: 0 or 1
Noise immunityLow — any electrical noise corrupts the signal permanentlyHigh — noise rejected as long as it does not cross the threshold; signal can be regenerated perfectly
ProcessingOp-amps, filters, oscillators — hardware-definedLogic gates, microcontrollers — software-programmable
Copying accuracyDegrades with each copy (noise accumulates)Perfect — digital copies are bit-for-bit identical

Example — analogue: A vinyl record stores audio as a continuous groove in a disc. The groove's width and depth vary continuously, just as the original sound pressure varied. A stylus reads the groove as a continuous analogue signal. Digital conversion would be unnecessary overhead for this type of storage — the analogue medium directly captures all detail.

Example — digital: Wi-Fi transmits data as digital packets over radio waves. Because radio signals are subject to significant noise and interference, using a digital format means the receiver can reconstruct the original data perfectly using error-correction codes. The same data would be destroyed by noise if transmitted as an analogue signal without any error-correction.

Mark scheme: 1 mark for correct signal characteristic of each (continuous vs. discrete/binary); 1 mark for noise immunity comparison with explanation; 1 mark for processing methods contrast; 1 mark for correct analogue example with justification; 1 mark for correct digital example with justification; 1 mark for any additional developed comparison point (copying accuracy, storage density, programmability).

Question 35 marksA security light uses a PIR (passive infrared) sensor, a microcontroller, and an LED floodlight. A relay is used between the microcontroller and the floodlight. Draw the block diagram of this system and explain why a relay is necessary in this circuit.

Block diagram (describe in text):

PIR sensor → [INPUT] → Microcontroller → [PROCESS] → Relay driver (transistor) → Relay → [OUTPUT] → LED floodlight

Optionally: a timer within the microcontroller's software delays the off signal so the light stays on for a set period (e.g., 30 seconds) after motion ceases. The thermistor on the PCB may also provide temperature feedback to prevent the relay from operating in conditions that could damage the circuit.

Why a relay is necessary:

A microcontroller's GPIO (general-purpose input/output) pin can supply only approximately 20–40 mA at 3.3 V or 5 V. An LED floodlight may require 500 mA to several amps at 12 V or 240 V mains. Connecting the floodlight directly to a GPIO pin would damage or destroy the microcontroller.

A relay provides electrical isolation between the low-voltage microcontroller circuit and the high-power floodlight circuit. The microcontroller energises a small electromagnetic coil in the relay (typically 5–12 V, ~50–100 mA, within safe GPIO limits using a transistor driver). This coil magnetically closes the relay's switching contacts, which can safely carry the high current and voltage needed by the floodlight. The two circuits are electrically separate — mains voltage never reaches the microcontroller.

Mark scheme: 1 mark for a correct block diagram with all four components in correct sequence (PIR → MCU → relay → floodlight); 1 mark for correctly stating the GPIO current/voltage limitation (~40 mA, low voltage); 1 mark for explaining that the relay coil is controlled by a safe low current; 1 mark for explaining electrical isolation (mains voltage separated from microcontroller); 1 mark for any additional developed point (transistor driver, timer in software, protection diode across relay coil).

Question 44 marksExplain the difference between series and parallel circuits. For each, state how total resistance is calculated and describe what happens to the rest of the circuit if one component fails (open circuit).

Series circuits connect components end-to-end in a single, unbroken loop. The same current flows through every component. Total resistance is the sum of all individual resistances:

R_total = R₁ + R₂ + R₃ + …

If one component fails open circuit (breaks), the current path is interrupted and the entire circuit stops working. The failed component causes a complete loss of function. Example: Old-style series Christmas lights — one blown bulb stops the whole string.

Parallel circuits connect components across the same two nodes, providing multiple independent current paths. The same voltage appears across every branch. Total resistance is calculated using the reciprocal formula:

1/R_total = 1/R₁ + 1/R₂ + 1/R₃ + …

The total parallel resistance is always less than the smallest individual resistor. If one branch fails open circuit, current continues to flow through the remaining parallel branches — the rest of the circuit is unaffected. Example: House wiring — each room's lighting circuit is a separate parallel branch; one blown fuse does not affect other rooms.

Mark scheme: 1 mark for series definition (same current, single path) with correct total resistance formula; 1 mark for explanation of series open-circuit failure (complete loss of function); 1 mark for parallel definition (same voltage, multiple paths) with correct reciprocal resistance formula; 1 mark for explanation of parallel open-circuit failure (remaining branches unaffected).

Question 56 marksEvaluate the claim that "all modern electronic products should be redesigned to minimise their environmental impact." Refer to energy efficiency requirements, e-waste regulations, and the responsibilities of designers in your answer.

The case for redesign: Electronic products are the fastest-growing waste stream globally (54 million tonnes of e-waste generated in 2019, according to the UN Global E-waste Monitor). Many older products contain hazardous materials — lead solder, mercury backlights, hexavalent chromium — now restricted under the EU RoHS Directive (2011). These substances leach into soil and groundwater if products are landfilled rather than properly recycled.

Energy consumption is also significant. A poorly designed device with 5 W standby power left plugged in for 10 years consumes 5 × 87,600 hours = 438 kWh — equivalent to a long-haul flight's CO₂ equivalent per device. The EU Ecodesign Directive and the Australian Minimum Energy Performance Standards (MEPS) both require manufacturers to meet energy efficiency targets before products can be sold.

Designer responsibilities: Designers must now consider environmental impact across the full product life cycle — from material selection (avoiding restricted substances, using recycled content) through energy consumption in use, to end-of-life recyclability. Designing for disassembly (fasteners rather than adhesives, labelled materials, modularity) allows components to be separated and recovered. The EU's Right to Repair legislation (2021) extends this further — designers must make spare parts and repair documentation available for a minimum period.

Limitations of the claim: "All products" is too broad — the trade-off between environmental redesign cost and benefit varies widely. A device sold in millions of units (smartphone charger) benefits hugely from even a small efficiency improvement; a specialised industrial instrument sold in tens of units may not justify a complete redesign. Additionally, manufacturing a new product has its own environmental cost (embedded carbon, rare earth extraction) — if a redesign requires discarding functional existing devices, the net environmental benefit may be negative.

Conclusion: The claim is broadly valid as a design principle, but "all modern products should be redesigned" overstates the case. Priority should go to high-volume, high-energy-use, or high-hazard products. Regulations provide a minimum standard; responsible designers should aim beyond compliance — designing for longevity, repairability, and efficient end-of-life processing.

Mark scheme: 1 mark for relevant e-waste statistic or reference to e-waste problem; 1 mark for correct reference to a regulation (RoHS, Ecodesign, MEPS, Right to Repair) with explanation of its scope; 1 mark for designer responsibility in material selection or design for disassembly; 1 mark for energy efficiency point with a quantified example; 1 mark for a valid counter-argument or qualification of the claim (embedded carbon, cost-benefit analysis, high vs. low volume); 1 mark for a supported conclusion that evaluates the claim rather than simply restating it.

  1. The Engineering Mindset — "How Electronics Work" (YouTube) Animated introductions to electronic circuits, components, and the IPO model. Search "The Engineering Mindset electronics basics" on YouTube.
  2. PhET Interactive Simulations — Circuit Construction Kit (University of Colorado Boulder) Free browser-based simulator for building and testing series and parallel circuits with resistors, capacitors, LEDs, and voltage sources. Available at phet.colorado.edu.
  3. Wikipedia — Operational Amplifier Comprehensive reference covering op-amp theory, ideal characteristics, and common configurations (inverting, non-inverting, comparator, Schmitt trigger). Available at en.wikipedia.org/wiki/Operational_amplifier.
  4. EU RoHS Directive — European Commission Environment Restriction of Hazardous Substances in electrical and electronic equipment — restricted substances list and compliance requirements. Search "EU RoHS Directive 2011/65/EU" for official text.
  5. UN Global E-waste Monitor 2020 — International Telecommunication Union Annual global e-waste statistics, trends, and policy recommendations. Search "Global E-waste Monitor 2020 ITU" for the full report.
  6. 百度百科 — 运算放大器 (Operational Amplifier) 中文参考资料,涵盖运算放大器的工作原理、理想特性和常见电路配置。在百度百科搜索"运算放大器"。

Linking Questions

  • How do the IPO model and feedback concepts from A3.4 apply to the selection of test equipment and advanced circuit analysis in application contexts? (B3.4)
  • In what ways do the passive and active components introduced in A3.4 relate to the material properties discussed in A3.1? (A3.1)
  • How can a designer's understanding of electronic systems inform responsible and ethical product design decisions? (C1.1)
  • To what extent does knowledge of embedded systems and microcontrollers influence the manufacturing and assembly considerations in A4.1? (A4.1)
  • How does the lifecycle of electronic components (RoHS, e-waste) connect to circular economy principles? (C2.2)