Frequently asked questions
Everything beginners and developers ask about RuView and WiFi sensing.
What is RuView?+
RuView is an open-source project exploring AI-powered WiFi sensing for camera-free human detection, motion tracking, and vital-sign estimation.
Is RuView open source?+
Yes. The code is available on GitHub at github.com/ruvnet/RuView.
Is RuView real?+
Yes — it's an experimental but real open-source platform demonstrating WiFi CSI sensing techniques.
How does WiFi sensing work?+
WiFi signals reflect off bodies and objects. Tracking how the signal changes over time reveals motion, posture, and even breathing patterns.
What is WiFi CSI?+
Channel State Information is fine-grained per-subcarrier amplitude and phase data extracted from WiFi packets.
Does RuView use cameras?+
No. RuView is camera-free by design. It relies purely on WiFi radio reflections.
What hardware is needed for RuView?+
An ESP32 or ESP32-S3 board and a WiFi access point. See our hardware guide for full options.
Can ESP32 detect human movement?+
Yes. With CSI-capable firmware, ESP32 can detect motion, presence, and even subtle vital signs.
Can WiFi detect breathing?+
Yes — periodic micro-motion from breathing modulates CSI in a learnable, sub-Hz pattern.
Can WiFi detect heartbeat?+
Heartbeat detection is harder but possible with careful signal processing and machine learning.
Can WiFi detect humans through walls?+
Through drywall and most interior partitions, yes. Reinforced concrete or metal heavily attenuates the signal.
Is WiFi sensing legal?+
In most jurisdictions, using your own WiFi to sense your own environment is legal. Always verify local privacy law before deploying.
Is WiFi sensing safe?+
Yes — RuView uses the same low-power 2.4/5 GHz signals as standard WiFi. No additional emissions are introduced.
Can RuView replace security cameras?+
It can complement them for privacy-friendly presence sensing, but it isn't a 1:1 replacement for visual evidence.
Is RuView beginner-friendly?+
Yes. Start with our beginner roadmap and a single ESP32 board.
Where can I find RuView GitHub?+
At github.com/ruvnet/RuView — always check there for the latest documentation.