Thursday, June 4, 2026

A minimal optical fiber communication system

A minimal optical fiber communication system can be built with just four essential blocks:

  1. Transmitter – converts an electrical signal into light.

  2. Optical fiber – carries the light.

  3. Receiver – converts the light back into an electrical signal.

  4. Signal source and destination – the information you want to send and receive.

Basic Architecture

Signal Source
     │
     ▼
LED / Laser Driver
     │
     ▼
LED or Laser
     │
     ▼
Optical Fiber
     │
     ▼
Photodiode
     │
     ▼
Amplifier / Comparator
     │
     ▼
Signal Output

Components

1. Signal Source

For a simple demonstration, use:

  • A push button transmitting digital pulses

  • A microcontroller UART signal (e.g., 9600 bps)

  • An audio source

2. Optical Transmitter

The simplest transmitter uses:

  • An LED (often 650 nm red LED for visible demonstration)

  • A current-limiting resistor

  • A transistor driver if more power is needed

For digital communication:

MCU TX ──> NPN transistor ──> LED ──> Resistor ──> Vcc

The LED turns on and off according to the data stream.

3. Optical Fiber

For educational projects:

  • Plastic optical fiber (POF) is easiest.

  • Typical diameter: 1 mm.

  • Length: a few meters to tens of meters.

For higher performance:

  • Glass multimode fiber

  • Single-mode fiber (more complex alignment)

4. Receiver

Use a photodiode or phototransistor:

Fiber
  │
Photodiode
  │
Transimpedance Amplifier
  │
Comparator / MCU RX

The photodiode generates a small current proportional to received light.

5. Amplification

Because photodiode currents are tiny (ยตA range), a transimpedance amplifier is usually required.

A common circuit uses an op-amp:

Photodiode → Op-amp TIA → Comparator → Digital Output

For low-speed demonstrations, a phototransistor may work without a dedicated TIA.


Example: Simple Digital Link

Transmit the text "Hello" between two microcontrollers.

Transmitter

  • Microcontroller UART TX

  • NPN transistor

  • Red LED

  • Plastic optical fiber

Receiver

  • Phototransistor

  • Pull-up resistor

  • Microcontroller UART RX

Data rate:

  • 1200–9600 bps is usually achievable with very simple circuitry.


Example: Analog Audio Link

You can transmit audio through fiber:

  1. Feed audio into an LED driver.

  2. LED brightness varies with audio amplitude.

  3. Fiber carries the modulated light.

  4. Photodiode receives the varying light.

  5. Amplifier reconstructs the audio signal.

This demonstrates analog intensity modulation.


Practical Challenges

Coupling Light into Fiber

The hardest part mechanically is aligning the LED/laser with the fiber core.

Tips:

  • Use fiber connectors if available.

  • Keep the LED close to the fiber end.

  • Polish fiber ends for better efficiency.

Attenuation

Light power decreases along the fiber due to:

  • Absorption

  • Scattering

  • Connector losses

For a tabletop experiment, attenuation is usually negligible.

Dispersion

At higher data rates, pulses spread out in time, limiting bandwidth.

For short links and low speeds, this is not a concern.


Safety

If using a laser:

  • Prefer low-power Class 1 or Class 2 devices.

  • Never look directly into the fiber end.

  • Infrared lasers are especially hazardous because the beam is invisible.


Minimal Parts List

  • 1 × LED (or low-power laser diode)

  • 1 × Plastic optical fiber (1–10 m)

  • 1 × Phototransistor or photodiode

  • 1 × Op-amp (optional but recommended)

  • A few resistors

  • Power supply (5 V)

  • Optional: two microcontrollers for digital data

With those components, you can build a working point-to-point optical fiber communication link capable of transmitting digital data or audio over several meters of fiber.

No comments:

Post a Comment

How to Build a Satellite Communication System: Architecture, Design Choices, and Implementation

  How to Build a Satellite Communication System: Architecture, Design Choices, and Implementation Introduction Satellite communication syste...