Multi-bit Feedback Protocol for Wireless Error Correction

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current wireless communication systems, such as Bluetooth, rely on single-bit feedback protocols, which are inefficient in correcting errors in data packets with only a few errors, as they require retransmitting the entire packet, and can introduce additional errors during correction phases and divergences in correction algorithms.

Innovation Solution

Implementing a multi-bit feedback protocol that corrects errors by transmitting error positions and reverting to an automatic repeat request protocol when the multi-bit feedback protocol fails, allowing for efficient error correction and preventing infinite loops by differentiating between base and correction packets.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Device complexity

If a single-bit feedback protocol is used to correct errors in data packets, then the protocol is simple to implement, but it requires retransmitting the entire packet even when only a few errors occur, reducing communication efficiency

Engineering Contradiction:
Improveprotocol complexityVSAvoidcommunication efficiency
Core Design Contradiction:
Device complexityVSProductivity

Solution Approach 1:

The feedback is segmented into multiple bits, where each bit provides specific information about error positions in the data packet. Instead of a single bit indicating only whether an error exists, multiple bits identify the exact locations of errors, enabling selective correction rather than complete retransmission.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

An intermediary correction mechanism is introduced between the transmitter and receiver. The multi-bit feedback acts as an intermediary that provides detailed error information, allowing the receiver to correct errors locally without requiring full packet retransmission, thus improving efficiency while maintaining simplicity.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Productivity

If a multi-bit feedback protocol is used to correct errors by transmitting error positions, then communication efficiency is improved, but the risk of introducing additional errors and protocol failure increases

Engineering Contradiction:
Improvecommunication efficiencyVSAvoidprotocol reliability
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The system dynamically switches between multi-bit feedback protocol and automatic repeat request protocol based on operational conditions. When the multi-bit feedback protocol succeeds, it maintains high efficiency; when it fails or introduces additional errors, the system transitions to the more reliable ARQ protocol, thus adapting to maintain overall system reliability.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system prepares a fallback mechanism (ARQ protocol) in advance to cushion against potential failures of the multi-bit feedback protocol. This prior preparation ensures that if the multi-bit protocol introduces additional errors or fails, the system can revert to a more reliable method, preventing complete communication failure.

Inventive Principle:
Principle #11Beforehand cushioning (Prior cushioning)

3Productivity

If the multi-bit feedback protocol is used without a fallback mechanism, then error correction efficiency is maximized, but the system may enter infinite loops when correction algorithms diverge

Engineering Contradiction:
Improveerror correction efficiencyVSAvoidsystem stability
Core Design Contradiction:
ProductivityVSStability of the object's composition

Solution Approach 1:

The system implements dynamic protocol switching with a timeout mechanism. If the multi-bit feedback protocol does not resolve errors within a specified time or attempts exceed a threshold, the system automatically transitions to the ARQ protocol, preventing infinite loops while maintaining efficiency during successful corrections.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system incorporates feedback monitoring to detect when the correction algorithm is diverging or entering an infinite loop. By monitoring the correction process and providing feedback on its success or failure, the system can trigger a switch to the fallback ARQ protocol, ensuring stability while maintaining correction efficiency when possible.

Inventive Principle:
Principle #23Feedback

Data Source

PatentUS11575469B2Multi-bit feedback protocol systems and methods
Publication Date: 2023.02.07 AIRA TECHNOLOGIES INC
  • US11575469B2 patent drawing
  • US11575469B2 patent drawing
  • US11575469B2 patent drawing

AI summary

Multi-bit feedback protocol systems and methods are described herein. A method can include correcting, by a sink, an error in a data packet using a multi-bit feedback protocol, the data packet being transmitted over a wireless link to a sink by a source; determining that the multi-bit feedback protocol has failed; and reverting back to an automatic repeat request protocol when the multi-bit feedback protocol has failed.