Module 4: Electronic Fundamentals
SkyLicence study guide with diagrams.
Module 4: Electronic Fundamentals – B1/B2 Category Study Material
1. Module Overview
Module 4 of the EASA Part-66 syllabus provides the foundational knowledge of electronics required for aircraft maintenance certifying staff. This module bridges the gap between basic electrical theory and the complex electronic systems found on modern aeroplanes and helicopters. It covers semiconductor devices, digital logic, printed circuit boards, sensors and transducers, and the principles of electronic signal processing.
The module is structured to progress from atomic-level semiconductor theory through to complete electronic systems, ensuring that certifying staff can:
2. Key Concepts Explained in Detail
2.1 Semiconductor Fundamentals
Atomic Structure and Doping
Semiconductor materials, primarily silicon (Si) and germanium (Ge), have four valence electrons. Through a process called doping, impurities are introduced to create two types of semiconductor material:
The junction formed where P-type and N-type materials meet is called a PN junction, which forms the basis of all semiconductor devices.
The Diode
A diode is a two-terminal device formed from a single PN junction. Its key characteristics include:
Diode Testing
Using a digital multimeter in diode test mode:
Zener Diodes
Zener diodes are specifically designed to operate in the reverse breakdown region. When the reverse voltage reaches the Zener voltage (e.g., 15 V), the diode conducts while maintaining an essentially constant voltage across its terminals over a range of currents. This makes Zener diodes ideal as:
Failure Mode of Zener Diodes
If a Zener diode fails open in a voltage regulator circuit:
Transistors
A transistor is a three-terminal semiconductor device used for amplification and switching. The two main types are:
Advantages of Transistors over Mechanical Switches
Flywheel (Freewheeling) Diodes
When an inductive load (such as an ignition coil, relay, or solenoid) is switched off, the collapsing magnetic field induces a high-voltage spike in the reverse direction. A flywheel diode connected across the inductive load provides a safe path for this induced current, protecting semiconductor switching devices from damage.
2.2 Digital Logic Fundamentals
Basic Logic Gates
Digital circuits operate with two voltage levels: HIGH (typically representing logic 1) and LOW (typically representing logic 0). The fundamental logic gates are:
| Gate | Symbol | Output Condition | Truth Table Summary |
|---|---|---|---|
| **AND** | • | HIGH only when ALL inputs are HIGH | 0·0=0, 0·1=0, 1·0=0, 1·1=1 |
| **OR** | + | HIGH when ANY input is HIGH | 0+0=0, 0+1=1, 1+0=1, 1+1=1 |
| **NOT** | ¯ | Inverts the input | 0→1, 1→0 |
| **NAND** | • (with bubble) | LOW only when ALL inputs are HIGH | Inverse of AND |
| **NOR** | + (with bubble) | LOW when ANY input is HIGH | Inverse of OR |
| **XOR** | ⊕ | HIGH when inputs are different | 0⊕0=0, 0⊕1=1, 1⊕0=1, 1⊕1=0 |
Key Point for Maintenance Staff
The NAND gate produces a LOW output only when all its inputs are HIGH. This is the inverse of the AND gate. NAND and NOR gates are called "universal gates" because any logic function can be implemented using only NAND or only NOR gates.
Logic Families
Common logic families used in aircraft systems include:
2.3 Printed Circuit Boards (PCBs)
Purpose and Construction
A printed circuit board provides:
The typical construction consists of:
PCB Types
Important Note: A PCB does not inherently convert AC to DC or act as a primary heat sink. Its primary functions are mechanical support and electrical interconnection.
2.4 Sensors and Transducers
Variable Reluctance Sensors (Magnetic Pick-ups)
These sensors are widely used for engine speed (N1, N2) measurement and wheel speed sensing.
Operating Principle: A permanent magnet with a coil wound around it is mounted near a ferromagnetic gear wheel. As a gear tooth passes the sensor tip:
Effect of Air Gap: If the air gap between the sensor tip and gear tooth increases:
This is a common failure mode leading to intermittent or lost tachometer readings.
Capacitive Fuel Quantity Sensors
Capacitive fuel probes measure fuel quantity by detecting changes in capacitance. The probe consists of two concentric tubes (or parallel plates) that form a capacitor. The dielectric constant of the space between the plates changes with fuel level:
Failure Modes:
| Fault | Symptom |
|---|---|
| Open circuit in wiring | Indicator drives to empty (or full) stop |
| Short across plates | High capacitance – full reading |
| Water in fuel | Erratic readings (water changes dielectric constant) |
| Calibration error | Consistent offset, not erratic |
2.5 Operational Amplifiers
Basic Principles
An operational amplifier (op-amp) is a high-gain DC amplifier with:
Summing Amplifier Configuration
A summing amplifier uses the inverting input configuration:
This configuration is commonly used in:
Gain Calculations
Voltage gain in decibels (dB) is calculated as:
Gain (dB) = 20 × log₁₀(V_out / V_in)
For example, an amplifier with a gain of 40 dB:
2.6 Analogue-to-Digital Conversion
ADC Fundamentals
An analogue-to-digital converter (ADC) converts continuous analogue signals into discrete digital values. Key parameters include:
Resolution Calculation
Resolution = V_ref / (2ⁿ − 1)
For an 8-bit ADC with a 5 V reference:
This means each digital step (LSB – Least Significant Bit) represents approximately 19.6 mV.
2.7 Servomechanisms
Definition and Purpose
A servomechanism (servo) is an automatic device that uses error-sensing negative feedback to correct the performance of a mechanism.
Components of a Servo System
Applications in Aircraft
2.8 Wiring, Shielding, and Testing
Shielded Wiring
Shielded cables consist of:
The shield serves to:
Continuity Testing
A continuity test verifies the integrity of a conductor. Using a multimeter:
Critical Safety Note: An insulation breakdown between a power conductor and its shield can cause:
3. Important Formulas and Calculations
3.1 Voltage Divider Rule
For a series circuit with two resistors (R₁ and R₂) across a supply voltage (V_s):
V_out = V_s × R₂ / (R₁ + R₂)
Where V_out is the voltage across R₂.
Application – Chip Detector Circuit:
A magnetic chip detector in a gearbox is connected as the lower leg of a voltage divider:
With a clean detector (open circuit): V_out = 5 V (no current flows, no voltage drop across the fixed resistor)
When a metallic particle bridges the detector gap: The detector resistance drops to near zero, pulling the measurement point to ground. V_out = 0 V
3.2 Decibel Calculations
Voltage Gain (dB) = 20 × log₁₀(V_out / V_in)
Power Gain (dB) = 10 × log₁₀(P_out / P_in)
Common reference values:
| Gain Ratio | Voltage Gain (dB) | Power Gain (dB) |
|---|---|---|
| 1 | 0 | 0 |
| 2 | 6.02 | 3.01 |
| 10 | 20 | 10 |
| 100 | 40 | 20 |
| 1000 | 60 | 30 |
3.3 ADC Resolution
Resolution = V_ref / (2ⁿ − 1)
Where:
4. Common Relationships Between Concepts
4.1 Diode Characteristics and Circuit Behaviour
| Condition | Forward Voltage | Circuit Effect |
|---|---|---|
| Healthy silicon diode | 0.6–0.7 V | Normal conduction |
| Shorted diode | ~0 V | Excessive current, circuit malfunction |
| Open diode | OL on multimeter | No current flow, circuit inoperative |
4.2 Sensor Failure Modes and Symptoms
| Sensor Type | Open Circuit | Short Circuit | Parameter Change |
|---|---|---|---|
| Variable reluctance | No output | No output | Reduced amplitude (air gap) |
| Capacitive fuel probe | Full-scale (empty) reading | Full-scale (full) reading | Erratic (water contamination) |
| Thermocouple | No output | Reduced output | Drift (calibration) |
4.3 Voltage Regulator Behaviour
| Zener Condition | Regulator Output | System Effect |
|---|---|---|
| Normal (conducting) | Regulated (e.g., 14.2 V) | Normal operation |
| Shorted | Low/zero output | System under-voltage |
| Open | Unregulated (excessive voltage) | Component damage |
4.4 Logic Gate Relationships
5. Typical Exam Focus Points
Level 1 (Overview) – Knowledge Requirements
Level 2 (General Knowledge) – Knowledge Requirements
Level 3 (Detailed Theory) – Knowledge Requirements
Common Exam Traps
6. Regulatory References
This module aligns with:
The knowledge levels (1, 2, or 3) assigned to each topic within Module 4 determine the depth of understanding required for the examination. Certifying staff should refer to the current EASA syllabus for the specific knowledge level requirements applicable to their licence category.
7. Practical Troubleshooting Summary
When faced with an electronic system fault, apply this systematic approach:
Remember: A component receiving full supply voltage but not operating is most likely an open circuit within the component itself. A component receiving reduced voltage is most likely suffering from a series resistance in the supply path.
Ready to test this chapter?
Practice with exam-aligned questions and timed simulations.
Start Practicing Free