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

SOLDERING AND FIELD REPAIR
MAINTAINING DRONES UNDER FIRE

KEY TAKEAWAY
Field repair gets crashed drones flying again in 10-30 minutes. Essential kit: soldering iron (TS101, €60), solder (SAC305 lead-free), spare motors (€15 each), spare ESCs (€30), propellers (€5/set), zip ties, heat shrink. Most common field repairs: broken motor wire (5 min solder job), cracked arm (zip tie splint), dead ESC (swap, 15 min), bent motor shaft (replace motor, 10 min).

FIELD REPAIR KIT

Soldering iron
Miniware TS101 (USB-C powered, portable) — €60
Solder
SAC305 lead-free, 0.8mm diameter — €8/100g
Flux
Amtech NC-559-V2 or equivalent — €10
Spare motors ×2
Same model as installed — €30 (2×€15)
Spare ESC ×1
Same model — €30
Propellers ×3 sets
€15 (3×€5/set)
Consumables
Zip ties, heat shrink, electrical tape, CA glue — €10
Total kit cost
~€165

Top 5 Field Repairs

ProblemTimeToolsDifficulty
Broken motor wire5 minSoldering iron, solder, heat shrinkEasy
Cracked frame arm3 minZip ties, CA glueEasy
Dead ESC15 minSoldering iron, spare ESC, solderMedium
Bent motor shaft10 minScrewdriver, spare motorEasy
Antenna ripped off5 minSoldering iron, spare antenna, solderMedium

The TS101 soldering iron (€60) is USB-C powered — charge it from the same power bank you use for your phone. It reaches soldering temperature (350°C) in 8 seconds. Small enough to fit in a cargo pocket. This single tool handles 80% of all field repairs. Carry it, two spare motors, a spare set of propellers, solder wire, and zip ties. That covers the most common failure modes.

Soldering Technique (Essential)

Three steps to a good solder joint: 1) Clean the pads (isopropyl alcohol, cotton swab, €2). 2) Apply flux to both the pad and the wire (Amtech NC-559-V2, €10). 3) Heat the pad for 2 seconds, then feed solder wire into the joint — NOT onto the iron tip. The solder should flow onto the pad and around the wire, forming a shiny concave fillet. A dull, blobby joint is cold and will fail under vibration. If it looks bad, add flux and reheat.

Common field repair mistake: soldering with a dirty tip. The tip must be shiny and tinned (coated with a thin layer of solder). If the tip is black/oxidized, it cannot transfer heat. Fix: wipe on brass wire sponge (€5), apply fresh solder to the tip. If badly oxidized: apply tip tinner paste (€8) and wipe. A clean tip makes the difference between a 5-minute repair and a 30-minute frustration.

Related Chapters

External source: Lödning – Wikipedia

Temperature and Technique for Field Conditions

The TS101 soldering iron reaches 350°C in 8 seconds from cold — critical when repair time is measured in minutes, not hours. Operating temperature for lead solder (Sn63/Pb37): 350°C. For lead-free (Sn96/Ag4): 380°C. In arctic conditions below -20°C, the tip loses heat faster to the cold air and cold component. Compensation: increase temperature to 380°C for lead solder and apply heat for 1 second longer per joint. The neoprene finger guard (€3) prevents frostbite burns from the metal body of the iron in sub-zero conditions.

Three soldering faults cause 90 percent of field failures: cold joints (insufficient heat, joint appears grainy and dull — the solder did not flow properly and will crack under vibration), solder bridges (excess solder connecting adjacent pads — causes short circuits that blow ESCs or corrupt signals), and dry joints (solder balled up on the pad without wetting the wire — no electrical connection despite appearing attached). Each fault is visible under magnification. A 10× loupe (€5, weighs 20g) catches all three before the drone leaves the repair station.

Repair 4 and 5 — Quick Fixes

Repair 4 — Broken propeller (1 minute): impact or fatigue crack. Unscrew the damaged propeller (M5 nut), mount replacement from Case 1 spares. No tools beyond fingers needed — propeller nuts are designed for hand-tightening. Verify correct rotation direction (CW/CCW marked on propeller hub). Repair 5 — Loose XT60 battery connector (2 minutes): vibration loosens the friction fit between battery and drone power lead. Symptoms: intermittent power cuts causing momentary motor stuttering. Fix: resolder the XT60 connector with fresh solder and flux, ensuring the pin is fully wetted. Apply hot glue around the connector base as strain relief. This repair requires the TS101 iron and 30 seconds of heat application — the fastest powered repair in the field kit.

Implementation

# Field Repair Decision Matrix
REPAIR_MATRIX = {
    "broken_motor_wire": {
        "time_min": 5,
        "tool": "TS101 soldering iron",
        "parts": "Sn63/Pb37 solder 0.8mm",
        "temp_c": 350,
        "procedure": [
            "Strip 5mm insulation from both ends",
            "Tin both ends with solder",
            "Join with 2-second heat application",
            "Insulate with heat shrink or kapton tape"
        ]
    },
    "cracked_arm": {
        "time_min": 3,
        "tool": "Cable ties + cyanoacrylate",
        "parts": "2× cable ties, CA glue",
        "procedure": [
            "Align broken carbon fiber",
            "Apply CA glue to fracture",
            "Wrap 2 cable ties as splint",
            "Wait 60s for cure — structural, not cosmetic"
        ]
    },
    "dead_esc": {
        "time_min": 15,
        "tool": "TS101 + spare ESC",
        "parts": "SpeedyBee BLS 55A replacement",
        "procedure": [
            "Desolder 4 motor wires + battery leads",
            "Remove dead ESC from stack",
            "Mount replacement, solder connections",
            "Calibrate: param set MOT_PWM_TYPE 6"
        ]
    }
}

Swedish Supply Chain

SUPPLY CHAIN & SECURITY RISK

Solder Sn63Pb37
✓ Elfa Distrelec (nationwide), Kjell & Company
Brushless Motor
⚠ RISK — None — no Swedish manufacturing av drönarmotorer. 100% Chinese manufacturing. No EU alternatives för FPV-klass motorer.
NATIONAL SECURITY RISK
Brushless Motor: 100% Chinese manufacturing. No EU alternatives för FPV-klass motorer. Recommendation: Swedish Armed Forces should establish strategic stockpiles and evaluate European alternatives.

Sources

See the categorized source sections earlier on this page for specific citations supporting each claim. Cross-referenced technical baselines: ArduPilot developer documentation; ExpressLRS hardware documentation; NATO STANAG 4609 Ed. 4 (motion imagery metadata), 4671 (UAV airworthiness), 2022 (intelligence evaluation); Watling & Reynolds, "Meatgrinder: Russian Tactics in the Second Year of Its Invasion of Ukraine", RUSI (2023); ISW daily campaign assessments at understandingwar.org (archive). FSG-A has no own operational experience.