Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 528b394

Browse files
committed
docs: Add CSI hardware requirement notice to README
Consumer WiFi does not expose Channel State Information — clarify that pose estimation, vital signs, and through-wall sensing require ESP32-S3 or a research NIC. Added Full CSI column to hardware options table. Co-Authored-By: claude-flow <[email protected]>
1 parent 99ec980 commit 528b394

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,18 @@ docker run -p 3000:3000 ruvnet/wifi-densepose:latest
2626
# Open http://localhost:3000
2727
```
2828

29+
> [!NOTE]
30+
> **CSI-capable hardware required.** Pose estimation, vital signs, and through-wall sensing rely on Channel State Information (CSI) — per-subcarrier amplitude and phase data that standard consumer WiFi does not expose. You need CSI-capable hardware (ESP32-S3 or a research NIC) for full functionality. Consumer WiFi laptops can only provide RSSI-based presence detection, which is significantly less capable.
31+
2932
> **Hardware options** for live CSI capture:
3033
>
31-
> | Option | Hardware | Cost | Capabilities |
32-
> |--------|----------|------|-------------|
33-
> | **ESP32 Mesh** (recommended) | 3-6x ESP32-S3 + WiFi router | ~$54 | Presence, motion, breathing, heartbeat |
34-
> | **Research NIC** | Intel 5300 / Atheros AR9580 | ~$50-100 | Full CSI with 3x3 MIMO |
35-
> | **Any WiFi** | Windows/Linux laptop | $0 | RSSI-based presence and motion |
34+
> | Option | Hardware | Cost | Full CSI | Capabilities |
35+
> |--------|----------|------|----------|-------------|
36+
> | **ESP32 Mesh** (recommended) | 3-6x ESP32-S3 + WiFi router | ~$54 | Yes | Pose, breathing, heartbeat, motion, presence |
37+
> | **Research NIC** | Intel 5300 / Atheros AR9580 | ~$50-100 | Yes | Full CSI with 3x3 MIMO |
38+
> | **Any WiFi** | Windows/Linux laptop | $0 | No | RSSI-only: coarse presence and motion |
3639
>
37-
> No hardware? Verify the pipeline with the deterministic reference signal: `python v1/data/proof/verify.py`
40+
> No hardware? Verify the signal processing pipeline with the deterministic reference signal: `python v1/data/proof/verify.py`
3841
3942
---
4043

0 commit comments

Comments
 (0)