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

Skip to content

Commit c2e6546

Browse files
committed
docs: move ESP32 independent operation note to hardware section
Co-Authored-By: claude-flow <[email protected]>
1 parent f953a30 commit c2e6546

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**See through walls with WiFi.** No cameras. No wearables. Just radio waves.
44

5-
WiFi DensePose turns commodity WiFi signals into real-time human pose estimation, vital sign monitoring, and presence detection — all without a single pixel of video. By analyzing Channel State Information (CSI) disturbances caused by human movement, the system reconstructs body position, breathing rate, and heartbeat using physics-based signal processing and machine learning. The [server](#-quick-start) is optional for visualization and aggregation — the [ESP32 runs edge intelligence independently](#esp32-s3-hardware-pipeline), performing on-device presence detection, vital signs, and fall detection without any host connection.
5+
WiFi DensePose turns commodity WiFi signals into real-time human pose estimation, vital sign monitoring, and presence detection — all without a single pixel of video. By analyzing Channel State Information (CSI) disturbances caused by human movement, the system reconstructs body position, breathing rate, and heartbeat using physics-based signal processing and machine learning.
66

77
[![Rust 1.85+](https://img.shields.io/badge/rust-1.85+-orange.svg)](https://www.rust-lang.org/)
88
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -40,6 +40,8 @@ docker run -p 3000:3000 ruvnet/wifi-densepose:latest
4040
> | **Any WiFi** | Windows, macOS, or Linux laptop | $0 | No | RSSI-only: coarse presence and motion |
4141
>
4242
> No hardware? Verify the signal processing pipeline with the deterministic reference signal: `python v1/data/proof/verify.py`
43+
>
44+
> The [server](#-quick-start) is optional for visualization and aggregation — the [ESP32 runs edge intelligence independently](#esp32-s3-hardware-pipeline), performing on-device presence detection, vital signs, and fall detection without any host connection.
4345
4446
---
4547

0 commit comments

Comments
 (0)