From f953a309fe8a13a1ab662e48b150751582d95308 Mon Sep 17 00:00:00 2001 From: ruv Date: Tue, 3 Mar 2026 16:24:06 -0500 Subject: [PATCH] docs: mention ESP32 independent operation in README intro Co-Authored-By: claude-flow --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97839cb7..0b84b070 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **See through walls with WiFi.** No cameras. No wearables. Just radio waves. -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. +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. [![Rust 1.85+](https://img.shields.io/badge/rust-1.85+-orange.svg)](https://www.rust-lang.org/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)