UAV Telemetry Multipathing Across Networks for Low-Latency Reliability

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Unmanned Aerial Vehicles (UAVs) face challenges in transmitting telemetry information reliably and with low latency due to the unreliability and high latency of single communication networks, necessitating a method to ensure consistent and timely data transmission.

Innovation Solution

Implementing a system where UAVs transmit the same telemetry information simultaneously over multiple networks using UDP, with duplicate messages marked by identifiers, allowing the ground system to process only the first received message and discard duplicates, thereby ensuring reliability and low latency even if one network experiences issues.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If telemetry information is transmitted over a single communication network, then device complexity is reduced, but reliability and latency performance deteriorate

Engineering Contradiction:
Improvetelemetry transmission reliabilityVSAvoidcommunication system complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The communication system is segmented into multiple independent network paths (e.g., cellular network and satellite network). The UAV transmits telemetry information simultaneously over these separate networks, dividing the communication task into parallel segments to improve reliability without requiring a single complex redundant system

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The telemetry transmission system is designed to operate universally across multiple types of communication networks. The same telemetry data can be transmitted over different network infrastructures (cellular, satellite, hybrid) simultaneously, making the system multi-functional and adaptable to various network conditions while maintaining consistent reliability

Inventive Principle:
Principle #6Universality (Multi-functionality)

2Reliability

If duplicate messages are transmitted over multiple networks, then reliability improves, but processing complexity increases

Engineering Contradiction:
Improvedata reception reliabilityVSAvoidmessage processing complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

Duplicate messages are transmitted in advance over multiple networks before any potential reception failure occurs. By proactively sending redundant copies through different communication paths, the system ensures that at least one message arrives reliably, eliminating the need for complex retransmission protocols or error checking mechanisms

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system creates and transmits identical copies of telemetry messages over multiple independent networks. Instead of transmitting the original message through a single complex error-correcting channel, simple copies are sent through multiple simpler channels, reducing processing complexity at the source while improving reception reliability

Inventive Principle:
Principle #26Copying

3Loss of time

If messages are transmitted over multiple networks simultaneously, then latency is reduced, but energy consumption increases

Engineering Contradiction:
Improvetelemetry transmission latencyVSAvoidUAV communication energy consumption
Core Design Contradiction:
Loss of timeVSUse of energy by moving object

Solution Approach 1:

The system transmits telemetry messages partially redundantly by sending copies over multiple networks simultaneously. This excessive action of sending more messages than strictly necessary ensures that at least one arrives with minimal latency, while the energy cost is distributed across multiple simpler transmission paths rather than requiring a single high-power optimized channel

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS11875687B2Multipathing for unmanned aerial vehicle traffic
Publication Date: 2024.01.16 VERIZON PATENT & LICENSING INC
  • US11875687B2 patent drawing
  • US11875687B2 patent drawing
  • US11875687B2 patent drawing

AI summary

A method may include receiving, from an unmanned aerial vehicle (UAV), a first message via a first network using User Datagram Protocol (UDP). The method may further include determining whether a second message that is identical to the first message has been received from the UAV via a second network that is different than the first network. The method may additionally include processing the first message when the second message has not been received and discarding the first message when the second message has been received.