Channel Sounding

<\/script>\n
'; }, get iframeSnippet() { const domain = '{ SITE_DOMAIN }'; const type = '{ embed_type }'; const slug = '{ embed_slug }'; return ''; }, get activeSnippet() { return this.method === 'script' ? this.scriptSnippet : this.iframeSnippet; }, copySnippet() { navigator.clipboard.writeText(this.activeSnippet).then(() => { this.copied = true; setTimeout(() => { this.copied = false; }, 2000); }); } }" @keydown.escape.window="open = false" @click.outside="open = false">

Embed This Widget

Theme


      
    

Widget powered by . Free, no account required.

Bluetooth 6.0 feature using phase-based and round-trip time measurements for centimeter-accurate distance estimation between devices.

다른 명칭: CS HADM

Channel Sounding

Channel Sounding (CS) is a Bluetooth 6.0 feature that enables centimeter-accurate distance measurement between two BLE devices. It uses a combination of phase-based ranging and round-trip time (RTT) measurements across multiple frequency channels to achieve precision far beyond what RSSI-based estimation can provide.

How Channel Sounding Works

Channel Sounding operates by having two devices exchange specially structured tone packets and random sequence packets across a range of frequencies. The initiator and reflector take turns transmitting, and each device measures the phase difference and timing of the received signals.

By measuring phase at multiple frequencies, the system can compute the time-of-flight between devices using the Inverse Fourier Transform, effectively creating a channel impulse response. This multi-frequency approach resolves the phase ambiguity inherent in single-frequency measurements and provides robustness against multipath reflections that would confuse a simple RTT measurement.

Accuracy and Range

The Bluetooth SIG targets sub-10 centimeter accuracy for Channel Sounding in typical indoor environments. This represents a dramatic improvement over RSSI-based estimation (accurate to +/-2--5 meters) and a meaningful improvement over Direction Finding position calculations (accurate to roughly 0.5--1 meter).

The maximum range of Channel Sounding is constrained by the BLE link budget -- it requires a reliable bidirectional radio link. In practice, CS works well up to 10--30 meters indoors, which covers the primary use cases of secure access control and asset tracking.

Use Cases

Channel Sounding is positioned to enable several high-value applications. Secure car access uses CS to unlock a vehicle only when the authorized phone is within 1 meter, preventing relay attacks that defeat RSSI-based proximity detection. Asset tracking achieves sub-meter indoor location without dedicated infrastructure. Spatial audio can use precise device positioning for head-tracked rendering. Access control systems can enforce anti-tailgating policies with accurate distance verification.

Relationship to Direction Finding

While Direction Finding (BLE 5.1) determines the angle to a device using antenna arrays, Channel Sounding determines the distance. Combining both provides full 3D positioning -- angle from DF plus distance from CS -- which is the basis for next-generation indoor positioning systems.

Related Terms

자주 묻는 질문

Our glossary covers 90+ BLE technical terms organized by category. Each term includes a definition, related terms, and links to relevant chips and guides.