Skip to content

Hardware Platform

The Hardware Platform encompasses the embedded systems stack for RS-1 presence sensors. This includes firmware development (hardwareOS), system infrastructure (rv1106-system), and the complete hardware development workflow.

LayerRepositoryDescription
FirmwarehardwareOSGo + React embedded application
Systemrv1106-systemRV1106 Linux system images
Hardwarers-1ESP32 + LD2450 sensor specs
┌─────────────────────────────────────────────────────────────┐
│ RS-1 Device │
├─────────────────────────────────────────────────────────────┤
│ hardwareOS (Go + React) │
│ ├── Web UI for configuration │
│ ├── Sensor data processing │
│ └── Home Assistant integration │
├─────────────────────────────────────────────────────────────┤
│ rv1106-system (Linux) │
│ ├── Buildroot-based system │
│ ├── Kernel + drivers │
│ └── OTA update infrastructure │
├─────────────────────────────────────────────────────────────┤
│ ESP32 + LD2450 (Hardware) │
│ ├── mmWave radar sensing │
│ └── BLE/WiFi connectivity │
└─────────────────────────────────────────────────────────────┘
Spec Phase: The RV1106-based hardware platform is in active specification and early development. Documentation reflects current design intent and may change.
TechnologyPurpose
GoBackend firmware logic
ReactEmbedded web UI
BuildrootLinux system generation
RV1106Main application processor
ESP32Wireless connectivity
LD2450mmWave presence detection

Source: rs-1/README.md, hardwareOS/README.md, rv1106-system/README.md