Architecture & EW ResilienceSeptember 20265 min read

Why the Stack Drops GNSS Entirely: IR Tracking & UWB Ranging in Contested Airspace

In modern high-intensity electronic warfare, relying on satellite positioning to hold drone swarm formations is a fatal architectural flaw. Here is how and why our stack decouples bearing from distance using zero satellites.

The Reality of Modern Electronic Warfare

Across active conflict zones in Ukraine, Russian electronic warfare systems such as Pole-21, Zhitel, and Borisoglebsk-2 saturate both GPS (L1/L2) and GLONASS frequency bands across hundreds of square kilometers. For unmanned systems, this failure mode manifests in two lethal ways:

  • Symmetric Denial: Signal-to-noise ratio drops below tracking lock threshold. Standard flight controllers trigger emergency return-to-home (RTH) routines, which fail and cause drift or fly-aways.
  • False-Position Spoofing: Synthesized pseudo-satellite signals inject false ephemeris data, reporting the drone miles away from its actual coordinates. Formations commanded in global space instantly diverge or collide.

Compounding this, standard multirotor airframes rely on magnetometers (digital compasses) for heading. On a 10-inch FPV quadcopter drawing 120A to 180A through motor ESCs, electromagnetic flux from high-current battery leads introduces up to 35° of bearing error, rendering magnetometer heading estimates useless in dynamic maneuvers.

Core Principle

Swarms Require Relative Geometry, Not Global Coordinates

To execute coordinated swarm tactics, interception barriers, or synchronized kinetic strikes, follower aircraft do not need to know their latitude and longitude to four decimal places. They need to know their exact relative offset vector[Δx, Δy, Δz]relative to the formation anchor at 5 Hz or higher.

The Two-Channel Decoupling: UWB Distance + Optical Bearing

Rather than attempting to filter noisy, jammed satellite fixes, the Luftschar architecture splits relative localization into two physical phenomena that operate on orthogonal axes:

Channel 1: Radial Distance (UWB)

Dual-tag Ultra-Wideband transceivers using Luftschar's UWB unit emit picosecond pulses across a 500 MHz channel. Two-way time-of-flight (ToF) provides centimeter-accurate distance measurements unaffected by weather, dust, or smoke.

Bench measured: mean 0.722 m, SD 3.3 cm (N=205 frames)

Channel 2: Line-of-Sight Bearing (Optical IR)

The leader carries a modulated 850 nm / 940 nm infrared beacon array. Each follower carries a wide-angle camera fitted with an optical bandpass filter, yielding precise angular bearing without magnetic susceptibility.

Angular resolution: < 1.0° · Immune to RF jamming & motor EMF

In dual-anchor radio systems, range measurements alone produce a two-fold reflection ambiguity (the "mirror flip") across the antenna axis. By integrating the optical line-of-sight vector, the follower unambiguously latches the true formation branch with zero mathematical degeneracy.

Altitude De-projection via Pressure Differential

Multi-agent 3D flight requires converting slant ranges into horizontal coordinate planes. Luftschar utilizes barometric pressure telemetry broadcast from the leader inside the UWB data packet payload:

r_horizontal = sqrt( max(0, r_slant² - (altitude_follower - altitude_leader)²) )

When altitude divergence |dz| exceeds 95% of slant range, the edge is flagged as near-vertical and temporarily de-weighted to prevent geometric dilution of precision.

Operational Payoff

By eliminating the GNSS receiver and compass requirement from our companion autonomy stack:

  • Swarm units can fly directly through heavy jamming curtains with zero loss of formation spacing.
  • Operators require only one human pilot on the leader drone; followers execute formation keeping autonomously.
  • Retrofit takes under 15 minutes per standard FPV airframe using an off-the-shelf 4-pin UART cable.