B1.4 — Helicopter Piston (Mechanical)Module 4 · 20 practice questions

Module 4: Electronic Fundamentals

Includes 1 animated diagrams — view them live in the interactive theory reader.

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:

  • Understand the operating principles of common electronic components
  • Troubleshoot electronic circuits systematically
  • Interpret circuit diagrams and wiring schematics
  • Apply safe and effective testing procedures
  • Recognise failure modes and their symptoms

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:

  • N-type material: Doped with pentavalent atoms (e.g., phosphorus, arsenic) that have five valence electrons. This creates free electrons (negative charge carriers).
  • P-type material: Doped with trivalent atoms (e.g., boron, gallium) that have three valence electrons. This creates "holes" (positive charge carriers).

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:

  • Forward bias: When the anode is positive relative to the cathode, the diode conducts current. For silicon diodes, the forward voltage drop is approximately 0.7 V; for germanium diodes, it is approximately 0.3 V.
  • Reverse bias: When the cathode is positive relative to the anode, the diode blocks current flow (except for a tiny leakage current).
  • Reverse breakdown: If the reverse voltage exceeds the diode's rated breakdown voltage, the diode conducts in the reverse direction, which normally destroys a standard diode.

Diode Testing

Using a digital multimeter in diode test mode:

  • A healthy silicon diode shows a forward voltage drop of approximately 0.6–0.7 V
  • A shorted diode shows approximately 0 V in both directions
  • An open diode shows OL (overload) in both directions

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:

  • Voltage references in regulator circuits
  • Voltage clamping/protection devices
  • Simple voltage regulators

Failure Mode of Zener Diodes

If a Zener diode fails open in a voltage regulator circuit:

  • The control transistor loses its reference bias
  • The regulator may lose regulation capability
  • Output voltage may rise to an unregulated, potentially damaging level

Transistors

A transistor is a three-terminal semiconductor device used for amplification and switching. The two main types are:

  • Bipolar Junction Transistor (BJT): Has three layers (NPN or PNP) with terminals called emitter, base, and collector. A small base current controls a larger collector current.
  • Field Effect Transistor (FET): Uses an electric field to control current flow through a semiconductor channel.

Advantages of Transistors over Mechanical Switches

  • No moving parts – eliminates mechanical wear and contact bounce
  • Much faster switching speeds (microseconds or faster)
  • No arcing or sparking at contacts
  • Smaller size and lower weight
  • Higher reliability in vibration-prone environments

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.


Digital Logic Gates Digital Logic Gates — Symbols, Truth Tables & Combination Example AND Gate Output HIGH only when ALL inputs are HIGH A B 0 0 0 1 1 0 1 1 Y=A·B OR Gate Output HIGH when ANY input is HIGH A B 0 0 0 1 1 0 1 1 Y=A+B NOT Gate (Inverter) Output is the inverse of the input A Y 0 1 1 0 Y=Ā NAND Gate Output LOW only when ALL inputs are HIGH A B Y 0 0 1 0 1 1 1 0 1 1 1 0 Y=A·B NOR Gate Output LOW when ANY input is HIGH A B 0 0 0 1 1 0 1 1 Y=A+B XOR Gate Output HIGH when inputs are different A B 0 0 0 1 1 0 1 1 Y=A⊕B Worked Example: Y = (A·B) + C A B C Y A B C Y 0 0 0 0 0 1 0 0 1 0 0 0 1 1 0 1 0 0 1 1 0 1 1 1 1 0 1 1 1 1 1 1 Key: NAND and NOR are universal gates — any logic function can be implemented using only NAND or only NOR gates. Signal flow animation (3s cycle)

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:

GateSymbolOutput ConditionTruth Table Summary
ANDHIGH only when ALL inputs are HIGH0·0=0, 0·1=0, 1·0=0, 1·1=1
OR+HIGH when ANY input is HIGH0+0=0, 0+1=1, 1+0=1, 1+1=1
NOT¯Inverts the input0→1, 1→0
NAND• (with bubble)LOW only when ALL inputs are HIGHInverse of AND
NOR+ (with bubble)LOW when ANY input is HIGHInverse of OR
XORHIGH when inputs are different0⊕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:

  • TTL (Transistor-Transistor Logic): Operates on 5 V supply, outputs approximately 0–0.4 V for LOW and 2.4–5 V for HIGH
  • CMOS (Complementary Metal-Oxide-Semiconductor): Operates on a wider voltage range (3–18 V), very low power consumption, high noise immunity

2.3 Printed Circuit Boards (PCBs)

Purpose and Construction

A printed circuit board provides:

  • Mechanical support for electronic components
  • Electrical interconnection between components using conductive pathways

The typical construction consists of:

  • Substrate: A non-conductive base material, typically fibreglass-reinforced epoxy (FR-4)
  • Copper layers: Thin sheets of copper laminated onto the substrate
  • Etched tracks: Conductive pathways formed by selectively removing copper
  • Pads: Exposed copper areas where component leads are soldered
  • Plated through-holes (vias): Holes plated with copper to connect different layers

PCB Types

  • Single-sided: One copper layer
  • Double-sided: Two copper layers
  • Multilayer: Multiple copper layers (typically 4–12 layers) for complex circuits

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:

  1. The tooth changes the reluctance (magnetic resistance) of the magnetic circuit
  2. This changes the magnetic flux through the coil
  3. According to Faraday's law of electromagnetic induction, a voltage is induced in the coil
  4. The output is a sinusoidal AC voltage whose frequency is proportional to rotational speed

Effect of Air Gap: If the air gap between the sensor tip and gear tooth increases:

  • Magnetic coupling is reduced
  • The rate of change of flux decreases
  • The induced voltage amplitude decreases
  • The frequency remains proportional to RPM (unchanged)

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:

  • Empty tank: Air dielectric (low capacitance)
  • Full tank: Fuel dielectric (higher capacitance, as fuel has a higher dielectric constant than air)

Failure Modes:

FaultSymptom
Open circuit in wiringIndicator drives to empty (or full) stop
Short across platesHigh capacitance – full reading
Water in fuelErratic readings (water changes dielectric constant)
Calibration errorConsistent offset, not erratic

2.5 Operational Amplifiers

Basic Principles

An operational amplifier (op-amp) is a high-gain DC amplifier with:

  • Two inputs: Inverting (−) and Non-inverting (+)
  • One output
  • Very high input impedance
  • Very low output impedance

Summing Amplifier Configuration

A summing amplifier uses the inverting input configuration:

  • Each input signal connects through its own resistor to the summing junction (inverting input)
  • A feedback resistor connects the output to the summing junction
  • The output is the inverted sum of the inputs

This configuration is commonly used in:

  • Audio mixing circuits
  • Signal conditioning
  • Fuel quantity indication systems

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:

  • 40 = 20 × log₁₀(V_out / V_in)
  • log₁₀(V_out / V_in) = 2
  • V_out / V_in = 100
  • With an input of 50 mV, output = 50 mV × 100 = 5 V

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: The smallest change in analogue input that produces a change in digital output
  • Reference voltage (V_ref): The maximum input voltage that produces the maximum digital output
  • Number of bits (n): Determines the number of discrete output levels (2ⁿ)

Resolution Calculation

Resolution = V_ref / (2ⁿ − 1)

For an 8-bit ADC with a 5 V reference:

  • Resolution = 5 V / (2⁸ − 1) = 5 V / 255 ≈ 19.6 mV

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

  1. Error detector: Compares the commanded position with the actual position
  2. Amplifier: Amplifies the error signal
  3. Actuator: Converts the electrical command into mechanical displacement
  4. Feedback transducer: Measures the actual output position

Applications in Aircraft

  • Flight control surface actuation
  • Engine fuel control levers
  • Autopilot systems
  • Throttle positioning

2.8 Wiring, Shielding, and Testing

Shielded Wiring

Shielded cables consist of:

  • A central conductor (or conductors)
  • An insulating layer
  • A metallic shield (braid or foil)
  • An outer insulating jacket

The shield serves to:

  • Prevent electromagnetic interference (EMI) from entering the conductor
  • Prevent EMI from radiating from the conductor
  • Provide a low-impedance path to ground

Continuity Testing

A continuity test verifies the integrity of a conductor. Using a multimeter:

  • Healthy wire: Near-zero resistance between the ends of the conductor; infinite resistance (open) between the conductor and shield
  • Insulation breakdown: Low resistance (e.g., 0.5 Ω) between the conductor and shield indicates a short to the shield

Critical Safety Note: An insulation breakdown between a power conductor and its shield can cause:

  • System malfunction
  • Excessive current flow
  • Fire hazard

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:

  • Fixed resistor: 1 kΩ (upper leg)
  • Chip detector: Lower leg (normally open circuit)
  • Bias voltage: +5 V DC

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 RatioVoltage Gain (dB)Power Gain (dB)
100
26.023.01
102010
1004020
10006030

3.3 ADC Resolution

Resolution = V_ref / (2ⁿ − 1)

Where:

  • V_ref = reference voltage (V)
  • n = number of bits

4. Common Relationships Between Concepts

4.1 Diode Characteristics and Circuit Behaviour

ConditionForward VoltageCircuit Effect
Healthy silicon diode0.6–0.7 VNormal conduction
Shorted diode~0 VExcessive current, circuit malfunction
Open diodeOL on multimeterNo current flow, circuit inoperative

4.2 Sensor Failure Modes and Symptoms

Sensor TypeOpen CircuitShort CircuitParameter Change
Variable reluctanceNo outputNo outputReduced amplitude (air gap)
Capacitive fuel probeFull-scale (empty) readingFull-scale (full) readingErratic (water contamination)
ThermocoupleNo outputReduced outputDrift (calibration)

4.3 Voltage Regulator Behaviour

Zener ConditionRegulator OutputSystem Effect
Normal (conducting)Regulated (e.g., 14.2 V)Normal operation
ShortedLow/zero outputSystem under-voltage
OpenUnregulated (excessive voltage)Component damage

4.4 Logic Gate Relationships

  • NAND = AND + NOT (output inverted)
  • NOR = OR + NOT (output inverted)
  • XOR = Output HIGH when inputs differ
  • De Morgan's theorems:
  • NOT(A AND B) = (NOT A) OR (NOT B)
  • NOT(A OR B) = (NOT A) AND (NOT B)

5. Typical Exam Focus Points

Level 1 (Overview) – Knowledge Requirements

  • Identify the basic function of semiconductor devices (diodes, transistors, Zener diodes)
  • Recognise the purpose of a PCB in electronic equipment
  • State the fundamental advantage of solid-state switching over mechanical switching

Level 2 (General Knowledge) – Knowledge Requirements

  • Explain the operating principle of variable reluctance sensors
  • Describe the forward and reverse bias characteristics of diodes
  • Calculate voltage gain in decibels
  • Determine ADC resolution
  • Identify logic gate output conditions
  • Explain the function of a flywheel diode in inductive load circuits
  • Describe the failure modes of Zener diodes in regulator circuits

Level 3 (Detailed Theory) – Knowledge Requirements

  • Troubleshoot voltage divider circuits (e.g., chip detector circuits)
  • Analyse the effect of sensor air gap changes on output signals
  • Diagnose capacitive fuel quantity system faults
  • Evaluate wiring insulation breakdown using continuity testing
  • Predict system behaviour when reference components fail

Common Exam Traps

  1. Confusing NAND and AND gates: Remember – NAND outputs LOW only when ALL inputs are HIGH
  2. Voltage drop vs. open circuit: Full voltage at a load with no operation indicates an open load, not a supply fault
  3. Halved voltage: A voltage drop to approximately half the supply voltage at a load indicates a series resistance (e.g., corroded connector), not an open or short
  4. ADC resolution formula: Use (2ⁿ − 1), not 2ⁿ, in the denominator
  5. dB calculation: Remember the factor of 20 for voltage gain, not 10 (which is for power gain)
  6. Zener failure modes: An open Zener causes loss of regulation (over-voltage), while a shorted Zener causes under-voltage

6. Regulatory References

This module aligns with:

  • Regulation (EU) No 1321/2014, Annex III (Part-66)
  • Appendix I – Basic Knowledge Syllabus, Module 4: Electronic Fundamentals
  • AMC/GM to Part-66 – Acceptable Means of Compliance and Guidance Material

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:

  1. Verify the power supply: Measure voltage at the load with the switch ON
  2. Check for voltage drops: Compare supply voltage with voltage at the load – a significant difference indicates series resistance
  3. Test components: Use diode test mode on multimeters for semiconductor junctions
  4. Check continuity: Verify conductor integrity and insulation resistance
  5. Consider environmental factors: Moisture, temperature, and contamination affect electronic systems
  6. Apply failure mode analysis: Match symptoms to known failure modes of the specific component type

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.

Practice this module

Reinforce Module 4: Electronic Fundamentals with 20 EASA-style practice questions, matched to your weak areas.