> ## Documentation Index
> Fetch the complete documentation index at: https://docs.waveyhq.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Wavey Technical Deep Dives and Research Posts

> Technical deep dives on WiFi CSI sensing, activity classifiers, baselines, and the RF privacy research series from the Wavey team.

This page collects every technical deep dive published by the Wavey team. Each post covers one angle the pillar pages do not: CSI fundamentals, commodity hardware limits, classifier engineering, and the adversarial mirror of WiFi sensing. For the structured guides, start with how it works, the sensing pipeline, and the detection ladder.

## WiFi CSI Fundamentals and Engineering

<CardGroup cols={2}>
  <Card title="The WiFi Channel as a Distributed Sensor" icon="wifi" href="/posts/introduction-to-wifi-csi">
    What one CSI matrix actually looks like — OFDM structure, multipath superposition as a worked example, and why RSSI discards the degrees of freedom that make WiFi sensing possible.
  </Card>

  <Card title="Commodity CSI: Capture Limits and Calibration" icon="microchip" href="/posts/esp32-csi-explained">
    What ESP32 CSI actually gives you — sampling rate, antenna count, phase noise floor, ESP-CSI API surface, and when cheap hardware is enough for real sensing.
  </Card>

  <Card title="Building an Activity Classifier on CSI" icon="chart-line" href="/posts/wifi-motion-detection-without-camera">
    A practical path from variance thresholds to spectrogram CNNs for WiFi HAR — label collection, training, evaluation, and why transfer learning across rooms fails without adaptation.
  </Card>

  <Card title="Baselines, Drift, and Generalization" icon="arrows-rotate" href="/posts/device-free-occupancy-sensing-explained">
    Empty-room CSI fingerprinting, furniture drift, cross-site domain shift, adaptive baselines, and when to re-baseline — the engineering behind reliable occupancy sensing.
  </Card>
</CardGroup>

## RF Privacy Research Series

Wavey also publishes research on the adversarial mirror of WiFi sensing — detecting and mitigating unauthorized RF surveillance:

<Steps>
  <Step title="[RF Privacy: The Flip Side of WiFi Sensing](/posts/rf-privacy-the-flip-side-of-wifi-sensing)">
    WiFi CSI sensing works both ways — the same physics that detects occupancy without cameras also lets an attacker observe a room without consent. What the research says and why RF privacy is an unserved problem.
  </Step>

  <Step title="[WiFi Sensing Attacks: LeakyBeam, BFId, and the BFI Side Channel](/posts/wifi-sensing-attacks-leakybeam-bfid)">
    NDSS 2025 and CCS 2025 proved passive WiFi surveillance is practical — occupancy detection at 20m through walls, identity inference across 197 subjects, all from plaintext beamforming feedback on commodity hardware.
  </Step>

  <Step title="[Detecting Unauthorized RF Sensing: A Layered Approach](/posts/detecting-unauthorized-rf-sensing)">
    Five detection layers for unauthorized RF sensing — from emitter inventory to behavioral baselines. What works today on ESP32 mesh, what remains open research, and why passive sniffer detection is the hardest problem.
  </Step>

  <Step title="[RF Privacy Defenses: Obfuscation, Metasurfaces, and Their Limits](/posts/rf-privacy-defenses-and-limits)">
    How to prevent unauthorized WiFi sensing — CSI fuzzing, intelligent reflecting surfaces, BFI obfuscation, and anti-sensing shields. What each defense achieves, what it costs, and why detection and mitigation must work together.
  </Step>

  <Step title="[IEEE 802.11bf and the WiFi Sensing Privacy Gap](/posts/ieee-80211bf-privacy-gap)">
    802.11bf standardizes WiFi sensing but leaves privacy protection vendor-dependent. No mandatory secure-LTF for sensing NDPs, no opt-out mechanism, and BFI remains plaintext — what enterprise buyers and researchers need to know.
  </Step>
</Steps>
