Unit 1: The Electronics Expedition

ECE120 — Basic Electronics Engineering Workshop 12 min read

I. Orientation: Electronic Systems and Signal Flow

Basic electronics engineering studies the controlled movement of electrical charge through components and circuits to process information, deliver power, or produce a visible or measurable response. An electronic circuit normally follows the path input → processing or control → output. The unit therefore begins with physical components, proceeds to the digital trainer used to interconnect them, and ends with input sources and display devices used to observe circuit behavior.

  • Voltage: Electrical potential difference between two points, measured in volts (V). It provides the energy that can drive current.
  • Current: Rate of flow of electric charge, measured in amperes (A). Conventional current is considered to flow from positive to negative potential through an external circuit.
  • Resistance: Opposition to current flow, measured in ohms (Ω). For a resistive element:
    TEXT
      V = I R

    V is voltage, I is current, and R is resistance.
  • Direct current (DC): Voltage or current with constant polarity, such as the output of a battery or regulated power supply.
  • Digital signal: A signal represented by discrete logic states, commonly logic 0 and logic 1, rather than a continuous range.
  • Ground or common: The reference point against which circuit voltages are measured. It is often marked GND, 0 V, or COM.
  • Polarity and orientation: Components such as diodes, LEDs, electrolytic capacitors, transistors, and integrated circuits must be connected according to their marked terminals.
  • Safe measurement convention: A voltmeter is connected in parallel, an ammeter in series, and a resistance measurement is made only after power is removed.

II. Familiarization of Electronic Components — Circuit Building Blocks

Electronic components perform specific electrical functions. Familiarization involves identifying their physical appearance, circuit symbol, terminal arrangement, ratings, and behavior before connecting them to a powered circuit.

A. Familiarization of electronic components

This subsection identifies the passive, active, electromechanical, and integrated components commonly encountered in an electronics workshop.

  • Resistor: A resistor limits current, divides voltage, and establishes bias conditions. Its value is measured in ohms (Ω), with common units and .
    • Color code: A four-band resistor uses the first two bands as significant digits, the third as a multiplier, and the fourth as tolerance. A brown-black-red-gold resistor is 10 × 100 = 1 kΩ with ±5% tolerance.
    • Power rating: Rated in watts (W), it indicates the heat the resistor can dissipate safely. The power is:
      TEXT
          P = V I = I²R = V²/R

      P is power, V is voltage, I is current, and R is resistance.
  • Potentiometer: A three-terminal variable resistor with a movable wiper. Connecting the wiper and one end terminal provides an adjustable voltage divider, useful for volume, brightness, or threshold control.
  • Capacitor: A capacitor stores energy in an electric field and opposes sudden changes in voltage. Capacitance is measured in farads (F), commonly µF, nF, or pF.
    • Behavior: It is initially charged by current and approaches an open circuit for steady DC after charging. It is used for coupling, filtering, timing, and decoupling.
    • Polarity: Ceramic capacitors are generally non-polarized; electrolytic capacitors are polarized and may be damaged by reverse voltage.
  • Inductor: An inductor stores energy in a magnetic field and opposes sudden changes in current. Its inductance is measured in henries (H), commonly mH or µH. It is used in filters, oscillators, and power circuits.
  • Diode: A diode conducts primarily in one direction, from anode to cathode under forward bias. The stripe on a conventional diode normally marks the cathode.
    • Forward bias: Current flows when the anode is sufficiently positive relative to the cathode. A silicon diode commonly has a forward drop near 0.7 V, depending on current and temperature.
    • Reverse bias: Ideally, current is blocked until the reverse breakdown rating is exceeded.
  • Light-emitting diode (LED): An LED emits light when forward current passes through its semiconductor junction. It requires a series resistor to limit current.
    TEXT
      R = (V_S - V_F)/I_F

    R is the series resistance, V_S the supply voltage, V_F the LED forward voltage, and I_F the desired forward current.
  • Transistor: A transistor controls current or voltage and can operate as an amplifier or electronic switch. A bipolar junction transistor has collector, base, and emitter terminals; an appropriate base current controls a larger collector current.
  • Integrated circuit (IC): An IC contains interconnected semiconductor devices in one package. Examples include logic gates, timers, operational amplifiers, counters, and voltage regulators.
    • Identification: A notch or dot usually indicates pin 1. Pin numbers then proceed around the package, and the correct orientation must be checked before insertion.
  • Switch and relay: A switch mechanically opens or closes a circuit. A relay uses an energized coil to operate electrically isolated contacts, allowing a low-power control circuit to switch a separate load.
  • Breadboard and connecting leads: A solderless breadboard provides temporary connections through internally connected contact strips. Power rails and terminal rows must be verified because some rails are split or interrupted.

B. Applications and limitations

Component knowledge is useful only when electrical ratings and circuit purpose are considered together.

  • Rating limits: Maximum voltage, current, power, frequency, and temperature must not be exceeded; a resistor with insufficient wattage can overheat even when its resistance value is correct.
  • Practical tolerance: A nominal 1 kΩ resistor with ±5% tolerance may measure between 950 Ω and 1050 Ω, so measured values may differ slightly from labels.
  • Connection discipline: An LED connected directly across a supply may draw excessive current; a diode or electrolytic capacitor connected backward may fail.
  • Testing method: A multimeter can check resistance, continuity, diode forward drop, and DC voltage, but powered resistance tests produce unreliable readings and may damage the meter or circuit.

III. Familiarization of the Digital Trainer Module — A Controlled Logic Workspace

A digital trainer module is a laboratory platform that supplies regulated power, logic inputs, clock signals, interconnection points, and indicators. Its purpose is to let students assemble and observe digital circuits without designing every support circuit separately.

A. Familiarization of the digital trainer module

This subsection explains the functional blocks normally found on a digital trainer and the conventions used while operating it.

  • Power supply section: The trainer commonly provides regulated DC rails such as +5 V, and sometimes +12 V, -12 V, or variable DC. +5 V is widely associated with traditional TTL logic.
    • Common terminal: GND or COM is the reference and return path. A circuit must have a complete connection between its supply and common terminals.
    • Power indication: An LED or meter shows that the supply is active, but it does not prove that every circuit connection is correct.
  • Logic input switches: Toggle switches, push buttons, or logic-level controls generate binary states. A switch may be labeled 0/1, LOW/HIGH, or OFF/ON.
    • Logic levels: A LOW is interpreted near 0 V; a HIGH is interpreted near the specified supply voltage. Exact accepted limits depend on the IC family.
    • Floating input warning: An unconnected digital input can change unpredictably because it is electrically undefined. It should be tied to a valid HIGH or LOW through a direct connection or suitable pull-up/pull-down resistor.
  • Clock or pulse generator: The module may generate periodic square waves for counters, registers, and sequential circuits. Frequency is measured in hertz (Hz).
    TEXT
      T = 1/f

    T is the period in seconds and f is frequency in hertz. A 1 kHz clock has a period of 1 ms.
  • Logic indicators: LED indicators or seven-segment displays show the logic state at selected points. An illuminated LED may represent HIGH or LOW depending on the trainer's wiring, so the label must be checked.
  • Patch terminals and buses: Banana sockets, spring terminals, or jumper points connect trainer resources to the circuit under test. Color coding commonly distinguishes positive supply, ground, input, output, and clock connections.
  • IC mounting area: A socket or breadboard area holds digital ICs. Power pins must be connected according to the device data sheet; many logic ICs require supply bypassing near the package.
  • Debounced push button: A mechanical switch can produce several rapid transitions, called bounce. A trainer may include debouncing so one press produces one reliable clock event.
  • Control conventions: Power should be switched off before changing IC wiring. Inputs are set to known states before power is applied, and the output is checked against the circuit's truth table.

B. Applications and limitations

The trainer makes digital experimentation convenient, but it does not remove the need for circuit analysis.

  • Rapid prototyping: A two-input AND gate can be tested by connecting two switches to the gate inputs and its output to an LED. The output is HIGH only when both inputs are HIGH:
    TEXT
      Y = A · B

    Y is the output and A, B are the two input logic states.
  • Measurement limitation: Trainer LEDs show logical states but usually cannot measure exact voltage, current, rise time, or propagation delay. A multimeter or oscilloscope is needed for those quantities.
  • Loading limitation: Connecting too many inputs or indicators to one output can exceed the IC's output-current capability and produce unreliable logic levels.
  • Noise and wiring errors: Long jumpers, loose contacts, incorrect ground connections, and adjacent breadboard rows can cause intermittent operation. Circuit tracing should follow the schematic and the physical connection layout.
  • Compatibility: Logic families may use different supply voltages and input thresholds. A 5 V TTL circuit should not automatically be connected to a 3.3 V device without checking compatibility.

IV. Familiarization of Input Sources and Display Devices Related to Electronic Circuits — From Stimulus to Observation

An input source supplies a signal to a circuit, while a display device converts the circuit response into light, sound, movement, or a readable numerical value. Understanding both ends makes it possible to relate an electrical waveform to the resulting system behavior.

A. Familiarization of input sources and display devices related to electronic circuits

This subsection distinguishes common signal sources from the devices that present their outputs to an observer.

  • DC supply or battery: A battery provides approximately steady DC voltage, while a laboratory supply provides adjustable and regulated DC. A 5 V supply can power a logic IC, provided its current and polarity are suitable.
  • Switch and push button: These provide manual binary inputs. Open and closed states correspond to different circuit conditions, but switch bounce may create multiple transitions during one operation.
  • Potentiometer: As an input source, it provides a continuously adjustable voltage. With a 10 kΩ potentiometer across 0 V and 5 V, the wiper can ideally vary from nearly 0 V to nearly 5 V.
  • Function generator: This instrument produces periodic waveforms such as sine, square, and triangular waves. Important settings are amplitude, frequency, DC offset, duty cycle, and output termination.
    • Square-wave input: A square wave alternates between two voltage levels and is useful for testing digital transitions, counters, and timing circuits.
    • Offset definition: If a waveform has a 2 V peak-to-peak amplitude and a 1 V DC offset, its ideal voltage range depends on how the generator defines amplitude and offset; the displayed settings must therefore be interpreted using the instrument's convention.
  • Microphone and sensor: A microphone converts sound pressure into an electrical signal. Sensors convert physical quantities such as light, temperature, or pressure into voltage, current, resistance, or digital data.
  • Logic switch source: A trainer switch supplies a controlled logic HIGH or LOW and is appropriate for testing truth tables and combinational circuits.
  • LED indicator: An LED provides a binary or approximate analog brightness indication. A current-limiting resistor is required, and brightness is not a precision measurement of current.
  • Seven-segment display: Seven independently controlled LED segments, usually labeled a through g, form numerals. A common-cathode display uses a common connection to ground; a common-anode display uses a common connection to the positive supply.
  • Liquid-crystal display (LCD): An LCD uses controlled segments or pixels and consumes relatively little power. It normally requires an appropriate driver rather than direct high-current switching.
  • Buzzer or speaker: These convert an electrical signal into sound. A periodic signal in the audible range, approximately 20 Hz to 20 kHz, can produce a tone, although the actual range depends on the device.
  • Relay, motor, or lamp: These are output actuators rather than precision displays. A transistor or driver stage may be required because a logic IC cannot usually supply the necessary load current directly.
  • Multimeter and oscilloscope: A multimeter displays numerical voltage, current, resistance, or continuity. An oscilloscope displays voltage as a function of time and reveals amplitude, frequency, noise, delay, and waveform distortion.

B. Applications and limitations

The choice of input and display must match the signal type, required accuracy, and loading conditions.

  • Signal compatibility: A function-generator output must remain within the input voltage limits of the circuit. A negative signal applied to a single-supply logic input can cause incorrect operation or damage.
  • Display loading: An LED indicator requires current; a seven-segment display may require several current-limiting resistors, one for each segment. A driver IC is often used to supply controlled segment current.
  • Analog versus digital observation: A potentiometer produces a continuous voltage, whereas a switch produces a discrete state. An analog voltage should not be interpreted as a digital input unless it lies clearly within the specified LOW or HIGH range.
  • Oscilloscope grounding: A conventional bench oscilloscope commonly connects its probe ground to protective earth. The ground clip must therefore be attached only to the circuit's intended common point.
  • Worked example: For a 5 V supply, a red LED with V_F = 2 V, and desired current I_F = 10 mA:
    TEXT
      R = (5 - 2)/0.01 = 300 Ω

    V_F is the LED forward voltage and I_F is LED current. A standard 330 Ω resistor gives approximately (5 - 2)/330 = 9.1 mA, a suitable practical value.