SKIP TO CONTENT
Fjärrstridsgrupp Alfa
SV UK EDITION 2026-Q2 ACTIVE
UNCLASSIFIED
FSG-A // CLUSTER 1 — CONSTRUCTION // 1.5

FIBER-OPTIC
FPV

Author: Tiny — TCCC CLS, FPV/UAV Certified
COMPLETE AIR EW 10 MIN READ
KEY TAKEAWAY
Instead of sending video and control signals through the air via radio, this drone sends everything through a thin glass fiber cable that trails behind it like a thread from a spool. The enemy cannot jam a glass cable — their radio jammers are useless. The cable is thinner than a human hair, weighs almost nothing, and unspools from a reel as the drone flies. When the drone reaches the target, the cable breaks and the drone is expended.

Fiber-optic FPV eliminates the radio link entirely. No radio emission means no jamming, no detection, no direction-finding. The drone is electromagnetically invisible. This is the ultimate counter to enemy EW.

Why Fiber — Plain Language

A normal FPV drone shouts into the air with radio waves: "HERE I AM! Here's my video! Here are my commands!" The enemy hears this shout with radio receivers, finds the direction it's coming from, and either jams it with noise or sends a missile toward the signal source.

A fiber-optic FPV drone whispers through a glass cable. The light travels INSIDE the fiber. Nothing radiates into the air. The enemy's radio receivers hear nothing. Their jammers jam nothing. They cannot detect, jam, or locate the drone by its communications because there are no radio communications to detect.

The trade-off: range is limited by cable length (typically 5-10 km on a spool), and the cable breaks when the drone impacts the target. This is a one-way trip. But for strike missions against high-value targets in heavily jammed environments, the certainty of maintaining control all the way to impact is worth the cost of one disposable drone.

How It Works

01
THE SPOOL
A reel of single-mode optical fiber (0.25mm diameter, thinner than a human hair) is mounted on the drone. Spool weight: ~200g for 5 km of fiber. The fiber is pre-wound under light tension. As the drone flies, fiber unspools from the reel. No motor needed — the drone's forward movement pulls fiber off the spool.
02
VIDEO DOWNLINK
The drone's camera feed is converted from electrical signal to light using a media converter (SFP module, €15). Light pulses travel through the fiber at 70% the speed of light. At the ground station, another media converter turns the light back into video. Latency: under 1ms for any cable length up to 100 km. Zero compression artifacts.
03
CONTROL UPLINK
The pilot's control inputs (stick positions) are sent from the ground station through the same fiber, in the opposite direction. The fiber carries bidirectional data — video down and control up — simultaneously using different wavelengths of light (wavelength-division multiplexing). The pilot sees the same low-latency video as radio FPV.
04
FLIGHT AND STRIKE
The drone flies normally. The pilot sees through the camera and controls the drone exactly like radio FPV. The trailing fiber is so thin it creates negligible drag. On impact, the fiber snaps. The ground station records all video locally for debriefing. The spool can be reused with new fiber.

What This Costs

FIBER-OPTIC FPV BILL OF MATERIALS

Fiber spool (5 km)
€40 — single-mode G.657A2, 0.25mm, pre-wound
SFP media converter ×2
€30 — one on drone, one at ground station
Spool housing (3D printed)
€5 — PLA or PETG, mounts under drone frame
Fiber connectors
€10 — LC/APC connectors, pre-polished
Total (fiber system only)
€85 — add to any existing FPV drone frame
Total (complete drone)
€350-450 — frame + motors + FC + fiber system
LIMITATION
Fiber-optic FPV is a ONE-WAY weapon. The cable breaks on impact. The drone is expended. Do NOT use this for reconnaissance missions where you need the drone back. For reusable ISR, use ELRS with Fischer 26 relay (see §7.8). Fiber-FPV is specifically for strike missions in heavily jammed environments where radio FPV cannot maintain a link.

External source: Optisk fiber – Wikipedia

Implementation

# Fiber-Optic FPV Link Budget
def fiber_fpv_link(spool_length_km=5):
    """Calculate fiber FPV link performance."""
    # Single-mode fiber: 0.35 dB/km attenuation at 850nm
    attenuation_db_km = 0.35
    total_loss_db = attenuation_db_km * spool_length_km
    
    # Transmitter: VCSEL 850nm, -3 dBm output
    tx_power_dbm = -3
    
    # Receiver sensitivity: -25 dBm (typical SFP)
    rx_sensitivity_dbm = -25
    
    # Connector losses: 2x 0.5 dB (drone + ground)
    connector_loss_db = 1.0
    
    rx_power = tx_power_dbm - total_loss_db - connector_loss_db
    margin = rx_power - rx_sensitivity_dbm
    
    # Latency: speed of light in glass = ~200,000 km/s
    c_fiber = 200000  # km/s
    latency_ms = spool_length_km / c_fiber * 1000
    
    return {
        "spool_km": spool_length_km,
        "total_loss_db": total_loss_db + connector_loss_db,
        "rx_power_dbm": rx_power,
        "margin_db": margin,
        "link_ok": margin > 3,  # Need 3 dB margin minimum
        "latency_ms": latency_ms,
        "rf_emission": "ZERO",
        "jammable": False,
        "detectable_by_sdr": False,
        "cost_eur": 85
    }

for dist in [1, 3, 5, 10]:
    r = fiber_fpv_link(dist)
    status = "OK" if r["link_ok"] else "FAIL"
    print(f"{dist:2d} km: loss={r['total_loss_db']:.1f}dB margin={r['margin_db']:.1f}dB "
          f"latency={r['latency_ms']:.3f}ms [{status}]")

Sources

Ukrainian fiber-optic FPV deployment reports (Militarnyi, 2024). G.657A2 fiber specification (ITU-T, 2016). SFP module specifications (Fiberstore, 2024). ArduPilot fiber-optic companion computer integration guide (ardupilot.org, 2024).

Tactical Implications of Unjammable Control

Fiber-optic FPV represents the ultimate electronic warfare-resistant control link. No jammer at any power level can disrupt the control signal because the signal never enters the electromagnetic spectrum — it travels as light pulses through glass fiber. The operator maintains full control authority regardless of the enemy's EW capability. This makes fiber-optic FPV the weapon of last resort against targets defended by powerful jamming systems — positions that have defeated radio-controlled FPV attacks with barrage jammers.

The operational tradeoff: each fiber-optic mission consumes a spool of fiber cable (€15-25 per 5 km spool). The cable remains on the ground after the mission — it cannot be retrieved. Over time, hundreds of spent fiber cables accumulate on the battlefield, creating a forensic trail that reveals the approximate launch positions (proposed for use by — not actually deployed). Counter-forensic measure: vary launch positions by at least 500 meters between consecutive missions, and never launch from the same position more than twice. The enemy can analyze cable trajectories to identify frequently used corridors — randomize these corridors just as Lisa 26 randomizes logistics convoy routes.

PLAIN LANGUAGE: FIBER-OPTIC FPV
Normal FPV drones use radio waves. Radio waves can be detected, jammed, and direction-found by the enemy. A fiber-optic FPV drone uses a thin glass cable instead — like the internet cables in your house, but much thinner (0.25mm). Video travels through the glass cable as light, not radio. The enemy's jammers are useless because there is nothing in the air to jam. The enemy's direction-finders cannot find you because you emit zero radio signal. The cable unspools from a spool on the drone as it flies. Downside: the cable is one-way — when the drone strikes, the cable breaks and you lose the drone. It is a single-use weapon. But in a heavy electronic warfare zone where radio cannot survive, fiber is the only link that works.

Related Chapters