WarDragon Documentation Hub

June 14, 2026 · View on GitHub

Work in Progress: This documentation is actively being developed. Some information may be incomplete, outdated, or contain errors. If you find mistakes, please open an issue or submit a pull request. We appreciate your patience as we continue to improve these docs.

The official documentation and user manual for WarDragon drone detection systems.

What is WarDragon?

WarDragon is a compact, headless, SDR-driven RF sensing and data integration appliance designed for comprehensive drone detection and situational awareness. It combines dedicated radios, software-defined radio capabilities, GPS, and purpose-built software workflows to detect drones via multiple protocols and integrate seamlessly with TAK ecosystems.

Products

The current lineup is built around two kit lines — WarDragon Pro (ARM64) and WarDragon Elite (x86_64 NUC + BladeRF) — each available as a Mobile Kit (Pelican-style transport case) or a Drop-In Kit (DIN-rail / integrator enclosure). Pricing and store availability change periodically; check the cemaxecuter.com store for current numbers.

Product LineComputeDetection StackUse For
WarDragon ProARM64DragonSDR (DJI DroneID) + TI-based BT5 LR board + Alfa dual-band WiFi card + GPSRemote ID + DJI DroneID detection in a power-efficient ARM64 platform
WarDragon Elitex86_64 NUCSame as Pro plus a BladeRF running DragonSigPro detection coverage plus analog FPV, RFD900 + MAVLink decode, and (coming soon) ELRS detection
WarDragon Pro v3 (legacy)Intel NUCSingle-SDR (Sonoff BT, Panda WiFi, ESP32)Still supported. New deployments should use the current Pro or Elite.

Current SKUs

SKUForm FactorStore Link
WarDragon Pro Mobile KitPelican case, built-in maintenance screenPurchase
WarDragon Pro Drop-In KitDIN-rail metal enclosurePurchase
WarDragon Elite Mobile KitPelican case, built-in maintenance screenPurchase
WarDragon Elite Drop-In KitDIN-rail metal enclosurePurchase

Optional Add-ons

Add-onCompatible WithDescription
DragonScope Drone ID ServicePro, Elite (Mobile + Drop-In Kits)Annual subscription. Extends DJI DroneID coverage to detect and decode current OcuSync generations including OcuSync 4+. Requires data connectivity. Store listing
4G Cellular UpgradeMobile KitsCellular WAN backhaul
Upgraded Antenna PackagesPro, EliteMission-specific antennas — including 5 GHz FPV and 900 MHz RFD900 packages for Elite's BladeRF
Rapid Deployment KitDrop-In KitsConverts the Drop-In into a standalone field system with weatherproof housing, tripod, travel case

Visit the cemaxecuter.com store for current pricing and availability.

Quick Navigation

Getting Started

Hardware

Software & Architecture

Integration

Tutorials & Guides

Detection Capabilities

ProtocolHardwareFrequencyProElite
DJI DroneID — OcuSync 2 / 3DragonSDR2.4 / 5.8 GHzDetect + decodeDetect + decode
DJI DroneID — OcuSync 4DragonSDR2.4 / 5.8 GHzDetect only (decode with DragonScope)Detect only (decode with DragonScope)
WiFi Remote ID (ASTM F3411)Alfa dual-band card2.4 / 5 GHzYesYes
Bluetooth 5 LR Remote IDTI-based BT board2.4 GHzYesYes
Analog FPV videoBladeRF + DragonSig5 GHz race bandsYes
RFD900 + MAVLink decodeBladeRF + DragonSig900 MHzYes
ELRS (coming soon)BladeRF + DragonSigMulti-bandYes

Core Software

RepositoryDescription
DragonSyncMain application — merges detection streams, outputs CoT to TAK, MQTT, and Lattice
droneid-goUnified Open Drone ID receiver (WiFi + BLE + UART) with ZMQ output
dragonsdr_dji_droneidDragonSDR receiver for DJI DroneID detection

Extended Capabilities (provided with add-on purchase or Elite kit)

ComponentDescription
DragonScope Drone ID ServiceOptional annual subscription. Extends DJI DroneID coverage to detect + decode current OcuSync generations including OcuSync 4+. Requires data connectivity. Docs · Store
DragonSig (Elite-only, proprietary)Signal-detection service that drives the BladeRF on the Elite kit. Today: analog FPV (5 GHz) and RFD900 + MAVLink decode (900 MHz). Coming soon: ELRS detection. Binary ships pre-installed on Elite kits. Docs

Mobile & Companion Apps

RepositoryDescription
WarDragon-ATAK-PluginNative ATAK plugin for WarDragon integration
DragonSync-iOSiOS companion app (third-party)
DragonSync-AndroidAndroid companion app (third-party)

Note: The iOS and Android companion apps are developed by third-party contributors. Features and compatibility may vary.

Analytics & Visualization

RepositoryDescription
WarDragonAnalyticsAnalytics dashboard and data visualization stack

Additional Capabilities

RepositoryDescription
wardragon-fpv-detectLegacy single-SDR FPV analog drone detection (Pro v3). Elite kits use DragonSig on the BladeRF instead.

Data Flow Overview

┌─────────────────────────────────────────────────────────────────────────┐
│                       WarDragon Pro / Elite                             │
├─────────────────────────────────────────────────────────────────────────┤
│                                                                         │
│  ┌─────────────┐  ┌─────────────┐  ┌─────────────┐  ┌─────────────┐   │
│  │ DragonSDR   │  │  Alfa WiFi  │  │ TI BT5 LR   │  │  BladeRF    │   │
│  │             │  │  Dual-band  │  │   Board     │  │ (Elite only)│   │
│  │             │  │             │  │             │  │             │   │
│  │ DJI DroneID │  │ WiFi RID    │  │ BT5 LR RID  │  │ DragonSig   │   │
│  └──────┬──────┘  └──────┬──────┘  └──────┬──────┘  └──────┬──────┘   │
│         │                │                │                │          │
│  + DragonScope (opt)     │                │                │          │
│  decodes O3+/O4          │                                            │
│         │                                                              │
│         └────────────────┴────────────────┴────────────────┘          │
│                                   │                                    │
│                                   ▼                                    │
│                          ┌───────────────┐                            │
│                          │   ZMQ Bus     │                            │
│                          └───────┬───────┘                            │
│                                  │                                     │
│                                  ▼                                     │
│                          ┌───────────────┐                            │
│                          │  DragonSync   │                            │
│                          │               │                            │
│                          │ • Merge       │                            │
│                          │ • Rate Limit  │                            │
│                          │ • Transform   │                            │
│                          └───────┬───────┘                            │
│                                  │                                     │
└──────────────────────────────────┼─────────────────────────────────────┘

          ┌────────────────────────┼────────────────────────┐
          │                        │                        │
          ▼                        ▼                        ▼
   ┌─────────────┐         ┌─────────────┐         ┌─────────────┐
   │  TAK/ATAK   │         │    MQTT     │         │   Lattice   │
   │             │         │             │         │             │
   │ CoT via     │         │ Home        │         │ Anduril     │
   │ Multicast   │         │ Assistant   │         │ Integration │
   │ or Server   │         │ Dashboards  │         │             │
   └─────────────┘         └─────────────┘         └─────────────┘

Support & Resources

  • Store: cemaxecuter.com — current pricing, availability, and store listings
  • DragonOS: DragonOS Official
  • Community: Join the DragonOS Discord for support and discussion

License

This documentation is provided for WarDragon customers and the drone detection community.