// summary
RuView is an edge-based sensing platform that utilizes WiFi Channel State Information (CSI) to detect human presence, vital signs, and activities without cameras or wearables. The system leverages ESP32 hardware and spiking neural networks to perform real-time spatial intelligence, including through-wall monitoring and pose estimation. It operates entirely locally without cloud dependencies, offering privacy-focused tracking and environment mapping through radio signal analysis.
// technical analysis
RuView is a specialized WiFi sensing platform that leverages Channel State Information (CSI) from low-cost ESP32 hardware to perform spatial intelligence tasks without cameras or wearables. By analyzing radio wave disturbances, the system enables contactless monitoring of human presence, vital signs, and activity recognition through walls. The architecture prioritizes edge-native processing, utilizing spiking neural networks and multi-frequency mesh scanning to adapt to environments in under 30 seconds while maintaining privacy through local, cloud-free execution.
// key highlights
// use cases
// getting started
To begin, you can either run the Docker image for simulated data evaluation or flash the provided firmware onto an ESP32-S3 board for live sensing. Once the hardware is provisioned with your WiFi credentials, you can use the provided Node.js scripts to perform tasks like RF room scanning, person counting, or real-time pose estimation. For advanced persistent storage and AI integration, the system supports optional Cognitum Seed hardware.