Remote Identification Technology for Civil Drones: Policy, Standards, and Technical Challenges

The rapid proliferation of drone technology has ushered in a new era for the low-altitude economy, with applications spanning logistics, agriculture, urban management, and emergency response. However, the safe and efficient integration of drones into national airspace systems hinges on robust remote identification (RID) capabilities. This article presents a comprehensive first-person perspective on the current status and challenges of civilian drone remote identification, following a logical progression from policy and standards to technical implementations and real-world applications. We systematically analyze regulatory frameworks in the United States and Europe, track the latest progress of international and Chinese standardization bodies, and delve into the technical details of broadcast-based and network-based RID. We also examine cooperative versus non-cooperative identification techniques, and conclude with key challenges including information security, privacy, real-time transmission, and reliability in complex environments. Throughout this discussion, we emphasize the central role of drone technology in enabling safe, scalable low-altitude operations.

1. Policy, Regulation, and Standardization Landscape

The global landscape of drone regulation is diverse, reflecting different national priorities and airspace management philosophies. We begin by examining the approaches taken by the United States, Europe, and China, highlighting the mandatory requirements for remote identification that have shaped the development of drone technology.

1.1 United States

The Federal Aviation Administration (FAA) has been a pioneer in mandating remote identification for drones. In December 2020, the FAA introduced 14 CFR Part 89, requiring all drones that require registration (except those under 0.55 lbs used solely for recreational purposes) to be equipped with RID capabilities. Three compliance methods are allowed: (1) Standard Remote ID drones that broadcast identity and location via Wi-Fi or Bluetooth; (2) Drones equipped with a Remote ID broadcast module; (3) Operations within FAA-recognized identification areas (FRIA) for drones without RID. The regulations explicitly prohibit the use of ADS-B transmitters, ATC transponders, or network/internet-based methods for RID compliance, with exceptions for authorized issues or flights under a flight plan with ATC communication.

The ASTM standards F3411-22a and F3586-22 provide technical specifications for RID message formats, transmission protocols, and performance requirements. These standards ensure interoperability and define minimum performance criteria for drone technology used in remote identification.

1.2 Europe

The European Union Aviation Safety Agency (EASA) has established a risk-based regulatory framework through Delegated Regulation (EU) 2019/945 and Implementing Regulation (EU) 2019/947. Drones are classified into three categories: Open, Specific, and Certified. For Open category drones (C1, C2, C3), a direct remote identification function is mandatory. The European standard ASD-STAN prEN 4709-002 defines technical implementation for direct RID, specifying broadcast message content, update rates, and transmission frequency. The U-space concept, developed by SESAR Joint Undertaking, outlines a progressive implementation of services from U1 (e-registration and e-identification) through U4 (full automation), supporting the seamless integration of drone technology into European airspace.

1.3 3GPP Standards Progress

The 3rd Generation Partnership Project (3GPP) has been continuously enhancing its specifications to support drone technology. From Release 15 focusing on LTE support for aerial vehicles, through Release 17 defining requirements for UAS remote identification via 3GPP systems, to Release 18 introducing NR support for broadcast-based RID via PC5 (A2X) and MBS interfaces. Release 19 further analyzes potential enhancements for low-altitude drone operations. These standards ensure that cellular networks can provide reliable, wide-area connectivity for drone identification and tracking, forming the backbone of network-based RID solutions.

1.4 China’s Domestic Standards

China has rapidly developed a comprehensive set of mandatory national standards to regulate drone technology. Key standards include:

  • GB 42590-2023: Safety requirements for civil UAS, mandating remote identification, electronic fencing, and emergency response.
  • GB 46750-2025: Operational identification specifications for civil UAS, defining both broadcast and network-based RID message formats, performance requirements, and transmission intervals (≤1 second for updates).
  • GB 46761-2025: Real-name registration and activation requirements for civil UAS.
  • GB 46860-2025: Unique product identification code for civil UAS, requiring a 20-character code transmitted via both network and broadcast channels.

These standards reflect China’s dual approach to remote identification, requiring drones to simultaneously support both broadcast and network-based RID. The table below summarizes the key regulatory approaches across these major regions.

Table 1: Comparison of Remote Identification Regulations
Region Governing Body Primary Regulation RID Compliance Methods Key Technical Standards
United States FAA 14 CFR Part 89 Broadcast-only (Wi-Fi/Bluetooth); FRIA exceptions ASTM F3411-22a, F3586-22
Europe EASA EU 2019/945, 2019/947 Direct remote identification (broadcast) for Open category drones ASD-STAN prEN 4709-002
China CAAC GB 46750-2025 Simultaneous broadcast and network-based RID GB 46750-2025, GB 46860-2025

2. Technical Fundamentals of Remote Identification

Drone remote identification can be broadly categorized into cooperative and non-cooperative techniques. Cooperative identification relies on the drone voluntarily transmitting its identity and status, while non-cooperative methods detect and identify drones without their active participation. We focus first on cooperative methods, which are mandated by regulations and form the foundation of safe drone technology operations.

2.1 Remote Identification Information Requirements

According to GB 46750-2025, remote identification data packets must include type, version, length, data identifier, and content fields. The data identifier field uses a bitmap to indicate which optional data items are transmitted. The mandatory data items are summarized in Table 2.

Table 2: Mandatory Remote Identification Data Items
Data Item Description
Unique Product ID 20-character alphanumeric code
Real-name Registration Flag Last 8 characters of registration number
Drone Classification Micro, Light, Small, Medium, Large
Control Station Location Type Takeoff point or current control station
Control Station Position Latitude/longitude
Control Station Altitude Based on reference geoid
Drone Position Latitude/longitude
Track Angle Measured clockwise from true north
Ground Speed Relative speed over ground
Geodetic Altitude Height above reference ellipsoid
Operational Status Ground, airborne, emergency, failure states
Coordinate System Type WGS84 or other
Horizontal/Vertical/Speed Accuracy Precision bounds
Timestamp Unix time in milliseconds
Timestamp Accuracy Precision range

The data packet format can be expressed as:

$$ \text{Packet} = \{ \text{Type}, \text{Version}, \text{Length}, \text{DataIdentifier}, \text{Content} \} $$

where the DataIdentifier is an n-byte bitmap. For example, if the first byte is 0xFC (bits 7-2 set to 1), it indicates that data items 1 through 6 are transmitted. The content fields are concatenated in the order specified by the identifier bits.

The update interval for all mandatory data must not exceed 1 second:

$$ t_{\text{update}} \leq 1 \, \text{s} $$

2.2 Broadcast-based Remote Identification

In broadcast-based RID, the drone periodically transmits identification messages over an open wireless protocol (typically Wi-Fi or Bluetooth 5.0+). The message is unidirectional and can be received by any compatible device within range. This method is simple, low-cost, and works without network infrastructure. However, it has limited range (typically up to 2 km for Wi-Fi using NAN or beacon extension, or about 1 km for Bluetooth 5.x long-range mode) and is susceptible to signal interference.

The key performance requirement from GB 46750-2025 is that a single broadcast receiver must be able to simultaneously receive, distinguish, and resolve at least 50 different targets, with a processing delay of no more than 50 ms:

$$ N_{\text{targets}} \geq 50, \quad \tau_{\text{process}} \leq 50 \, \text{ms} $$

The received signal power for a drone at distance d can be modeled using the Friis transmission equation:

$$ P_r = P_t G_t G_r \left( \frac{\lambda}{4 \pi d} \right)^\alpha $$

Where Pt is the transmit power, Gt and Gr are antenna gains, λ is the wavelength, and α is the path loss exponent (typically 2 for line-of-sight, but higher in urban environments).

2.3 Network-based Remote Identification

Network-based RID leverages cellular networks (4G/5G/5G-A) or satellite communications to transmit identification data to a centralized supervision platform. This method provides wide-area coverage, bidirectional communication, and reliable data transmission. It is particularly effective in urban areas with good network coverage. The drone sends its identification, position, and status to the platform at regular intervals (≤1 s). If transmission fails, the drone must cache the data and automatically retransmit once connectivity is restored.

Figure 2 (conceptual) illustrates the network-based supervision architecture. The supervision platform can receive data from thousands of drones simultaneously. The end-to-end latency requirement is:

$$ \tau_{\text{network}} \leq 1 \, \text{s} $$

The cellular network provides several advantages:

  • Wide coverage (up to tens of kilometers)
  • Support for massive connectivity (up to millions of devices per square kilometer)
  • Low latency (5G-A offers sub-10 ms air interface latency)
  • High reliability (99.999% availability in dedicated slices)

However, network-based RID depends entirely on network availability. In remote areas, underground tunnels, or during network congestion, the method may fail. The combination of broadcast and network RID, as mandated by Chinese standards, provides a complementary solution that ensures identification even in coverage gaps.

2.4 Non-Cooperative Identification Techniques

Non-cooperative identification is essential for detecting “black-flying” drones that do not comply with RID regulations. These techniques rely on passive sensing and do not require the target drone to transmit any signals. The main modalities are:

2.4.1 Electro-Optical (EO) Identification

Uses visible-light cameras or infrared thermal imagers to capture visual features such as shape, color, and thermal signature. Deep learning models like YOLO (single-stage) or CNN-based two-stage detectors are used for real-time detection. The accuracy depends on lighting, weather, and distance. The detection probability can be expressed as:

$$ P_{\text{detect}} = f(\text{contrast}, \text{resolution}, \text{occlusion}) $$

2.4.2 Acoustic Identification

Employs microphone arrays to capture the unique sound signatures of drone propellers and motors. Mel-frequency cepstral coefficients (MFCC) are extracted and classified using SVM or k-NN algorithms. The effective range is typically a few hundred meters, and performance degrades in noisy environments.

2.4.3 Radar Identification

Detects drones using micro-Doppler signatures from rotating blades and body motion. The radar cross-section (RCS) varies with drone type and orientation. The received signal for a rotating propeller can be modeled as:

$$ s(t) = A \exp\left( j \left( 2\pi f_c t + \beta \sin(2\pi f_r t) \right) \right) $$

where fc is the carrier frequency, β is the modulation index, and fr is the rotation frequency. Multi-static radar configurations can enhance detection in urban canyons.

2.4.4 Radio Frequency (RF) Identification

Passively captures the communication signals between drone and controller (e.g., video link, control link). RF fingerprints such as modulation type, spectral features, and power spectral density are used for identification. Deep learning models can extract high-level features from raw I/Q samples.

2.4.5 Multi-Sensor Fusion

Combines data from multiple modalities (EO, acoustic, radar, RF) to achieve higher detection accuracy and robustness. Data-level, feature-level, or decision-level fusion techniques are employed. The fusion probability can be expressed using Bayes’ theorem:

$$ P(\text{drone} | \mathbf{z}_1, \mathbf{z}_2, \dots, \mathbf{z}_K) = \frac{ \prod_{i=1}^K P(\mathbf{z}_i | \text{drone}) P(\text{drone}) }{ \sum_{j \in \{\text{drone}, \text{noise}\}} \prod_{i=1}^K P(\mathbf{z}_i | j) P(j) } $$

Table 3: Comparison of Cooperative and Non-Cooperative Identification Techniques
Technique Type Principle Range Advantages Disadvantages
Broadcast RID Cooperative Wi-Fi/Bluetooth broadcast <2 km Low cost, simple deployment Short range, requires active transmission
Network RID Cooperative Cellular/satellite network Wide area Long range, bidirectional, traceable Requires network coverage
EO Identification Non-cooperative Visible/thermal imaging 0.1–2 km Intuitive, high spatial resolution Sensitive to weather and lighting
Acoustic Non-cooperative Sound signature analysis 0.1–0.5 km Covert, works in dark Sensitive to background noise
Radar Non-cooperative Micro-Doppler, RCS 1–10 km Long range, all-weather Limited for small slow targets, multipath
RF Non-cooperative Communication signal analysis 0.5–5 km Covert, can identify drone type Requires active drone transmission
Multi-sensor Fusion Both Data fusion from multiple sensors Variable Higher accuracy, robustness Complex algorithms, high computation

3. Typical Application Scenarios for Drone Remote Identification

The integration of remote identification into drone technology has enabled safe and efficient operations across diverse application domains. We highlight several key scenarios where RID is critical for scalability and safety.

3.1 Logistics and Package Delivery

Commercial drone delivery services (e.g., by SF Express in China, Meituan in Dubai) rely on RID for real-time traffic management. Each drone broadcasts its unique ID and position, allowing the traffic management system to coordinate multiple drones in the same airspace, avoid collisions, and ensure compliance with no-fly zones. The RID data also enables package tracking and proof of delivery. In high-density delivery corridors, the system must handle hundreds of drones simultaneously, requiring robust broadcast reception capabilities as specified by standards.

3.2 Urban Management and Public Safety

City authorities deploy drones for traffic monitoring, crime surveillance, and emergency response. RID ensures that only authorized drones operate in the airspace, and that their flight paths can be audited. For example, the Shenzhen Public Security Bureau operates 149 drone patrol routes, logging over 20,000 flight hours per year. RID data stream is integrated into the city’s command center for real-time situational awareness.

3.3 Emergency Response and Disaster Relief

During natural disasters, drones are used for search and rescue, damage assessment, and temporary communication relay. Tethered drones can provide 5G coverage over tens of square kilometers. RID enables multiple agencies to share airspace without conflict. For instance, during the floods in Beijing’s Mentougou district, ZTE deployed tethered drones that provided sustained 5G signal coverage for 6 hours over 80 km², supporting rescue coordination. RID data from all participating drones were shared via a unified platform to deconflict flight paths.

3.4 Precision Agriculture

Large-scale agricultural operations rely on swarms of drones for crop spraying, monitoring, and mapping. RID allows farm management systems to track each drone’s location, status, and spray history. In Tianjin’s Ninghe District, 40+ drones cover 40,000–50,000 mu (≈2,600–3,300 hectares) per day. Without RID, coordinating such large swarms would be impossible. The RID data also supports precision agriculture analytics by linking treatment data to specific drone flights.

3.5 Tourism and Entertainment

Drone light shows and aerial tourism require precise coordination of hundreds of drones. Each drone in a formation must be uniquely identified to ensure safe operation and compliance with aviation regulations. RID data is used by the show controller to monitor each drone’s position and battery status, enabling graceful degradation if any drone fails. The broadcast RID also allows spectators with smartphones to identify nearby drones, enhancing transparency and public trust in drone technology.

4. Key Challenges and Future Directions

Despite significant progress, the widespread deployment of drone remote identification faces several critical challenges that we must address to realize the full potential of drone technology in the low-altitude economy.

4.1 Information Security and Cyber Threats

RID data, especially broadcast messages, are susceptible to spoofing, tampering, and replay attacks. An attacker can use a software-defined radio to broadcast fake RID messages, impersonating a legitimate drone, or inject false position data to disrupt airspace management. To mitigate these threats, strong cryptographic signatures and timestamp authentication are required. However, the limited computational resources on many drones constrain the complexity of encryption. A typical approach is to use elliptic-curve digital signatures (ECDSA) with public-key infrastructure:

$$ \sigma = \text{Sign}(H(m), sk) $$
$$ \text{Verify}(m, \sigma, pk) \in \{\text{True}, \text{False}\} $$

where H(m) is the hash of the message, sk is the secret key, and pk is the public key. The overhead in terms of signature size and computation time must be balanced against the need for rapid transmission (≤1 s intervals).

Another significant threat is jamming. An attacker can transmit high-power noise on the RID broadcast frequency, effectively blocking all RID messages within a certain radius. Standards require that drones cache failed network-based RID transmissions and resend them when connectivity is restored, but this does not protect against broadcast jamming. Anti-jamming techniques such as frequency hopping spread spectrum (FHSS) or direct sequence spread spectrum (DSSS) can be employed, but they increase hardware complexity and power consumption.

4.2 Privacy Concerns

The continuous broadcast of a drone’s unique ID and control station location raises serious privacy issues. A malicious observer can track the control station’s movements, infer the operator’s daily routines, or deduce sensitive locations. For example, if a drone is used for surveillance, the RID data combined with public map information can reveal the exact area being monitored. This creates a “reverse surveillance” risk where the observer becomes the observed.

Privacy-preserving techniques are being researched, such as:

  • Obfuscated location reporting: Add random noise to reported position within acceptable tolerance.
  • Session-based temporary IDs: Use pseudonym identifiers that change periodically (e.g., every 5 minutes).
  • Selective disclosure: Allow only authorized entities (e.g., law enforcement, ATC) to access the full identifier, while the public receives only a generic identifier.

The challenge is to balance accountability (the need to trace illegal flights) with privacy protection. Standards must define clear rules on data retention, access control, and anonymization.

4.3 Real-time Performance and Environmental Reliability

The 1-second update interval mandated by GB 46750-2025 is sufficient for most drone operations, but high-speed drones or dense traffic scenarios may require higher update rates (e.g., 100 ms). The latency budget includes sensor acquisition, processing, protocol overhead, and transmission. For network-based RID, end-to-end delay includes air interface, backhaul, and processing at the supervision platform. 5G-A offers ultra-reliable low-latency communication (URLLC) with 1 ms air interface latency, but this requires network slicing and edge computing resources.

Environmental factors such as rain, fog, and electromagnetic interference degrade both broadcast and network RID performance. For broadcast RID, Wi-Fi and Bluetooth signals attenuate significantly in high humidity or through obstacles. The path loss exponent α can increase to 3.5–4 in urban canyons. To maintain reliable reception at range, drones may need to increase transmit power, which impacts battery life and may violate regulatory limits.

4.4 Non-Cooperative Target Identification Gaps

Cooperative RID only works for drones that comply with regulations. Malicious operators will disable or avoid RID, rendering cooperative methods useless. Non-cooperative techniques can fill the gap, but each has limitations. EO systems fail at night or in fog; acoustic systems are confused by traffic noise; radar has difficulty with small, slow targets; RF requires the drone to be transmitting. Multi-sensor fusion improves detection probability but increases cost and complexity. A fundamental mathematical model for the detection probability of a non-cooperative drone using fusion is:

$$ P_D = 1 – \prod_{i=1}^{K} (1 – P_{Di}) $$

where PDi is the probability of detection for sensor i. Achieving high PD (e.g., >0.99) requires either high individual sensor performance or a large number of sensors, which is economically challenging for wide-area deployment.

4.5 Standardization Fragmentation

The lack of globally harmonized RID standards creates barriers for drone manufacturers. A drone compliant with ASTM F3411-22a for the US market may not meet the broadcast and network requirement of China’s GB 46750-2025, or the specific frequency allocation of Europe’s ASD-STAN standard. This fragmentation increases development costs and delays time-to-market. International bodies like 3GPP provide a common platform for network-based RID, but broadcast standards remain region-specific. Harmonization efforts, such as the development of a universal RID message format or the adoption of 3GPP-based solutions across regions, could mitigate this challenge.

Table 4: Summary of Key Challenges and Mitigation Strategies
Challenge Risk Mitigation Strategies
Information Security Spoofing, jamming, replay Cryptographic signatures, frequency hopping, session IDs
Privacy Tracking of operators Obfuscated location, temporary IDs, selective disclosure
Real-time Performance Latency exceeding 1 s 5G-A URLLC, edge computing, optimized protocols
Environmental Reliability Signal attenuation, interference Adaptive power control, diversity, error correction
Non-Cooperative Detection Gaps “Black” drones undetectable Multi-sensor fusion, deploy more sensors in high-risk areas
Standardization Fragmentation Incompatibility across regions Harmonize message formats; promote 3GPP-based solutions

5. Conclusion

In this comprehensive review, we have traced the evolution of civilian drone remote identification from policy and standards through technical implementation to real-world applications and challenges. We have shown that remote identification is not merely a regulatory requirement but a foundational enabler for the safe and efficient integration of drone technology into the low-altitude economy. The dual approach of broadcast and network-based RID, as mandated in China, provides redundancy and resilience, while non-cooperative techniques close the gap against malicious actors.

Key technical parameters such as update intervals (≤1 s), processing latency (≤50 ms for broadcast, ≤1 s for network), and multi-target capacity (≥50 targets) have been formalized in standards, guiding the design of next-generation drone technology. However, significant challenges remain, particularly in information security, privacy, environmental reliability, and international standardization. Addressing these challenges requires interdisciplinary research spanning cryptography, signal processing, artificial intelligence, and policy design.

As 5G-A and future 6G networks mature, the fusion of communication and sensing capabilities will further enhance remote identification. Integrated sensing and communication (ISAC) can enable systems to simultaneously perform cooperative RID and detect non-cooperative targets using the same infrastructure, reducing cost and complexity. Artificial intelligence will play a crucial role in fusing heterogeneous data sources for robust identification and predicting anomalous behavior. Ultimately, the evolution of drone remote identification will be a cornerstone of the intelligent low-altitude traffic management systems that will shape the skies of tomorrow.

We believe that continued collaboration between regulators, standard organizations, industry, and academia is essential to overcome these challenges and unlock the full potential of drone technology for economic growth and social benefit. The path forward is clear: build secure, private, and globally interoperable remote identification systems that can scale from a single drone to millions, ensuring that the low-altitude economy flies safely and efficiently.

Scroll to Top