WiFi CSI Sensing vs PIR Motion Sensors

PIR and WiFi CSI both detect people without cameras. They measure completely different physical quantities.

Sensing mechanism

PIR detects changes in infrared radiation within a ~120° cone. A motionless person emits constant IR — no change, no trigger. After a timeout, the sensor reports empty. This is the “lights off while I’m sitting still” failure mode — a fundamental property of differential IR sensing, not a firmware bug.

WiFi CSI detects changes in radio channel state across the whole room. A still person modulates phase via breathing (micro-Doppler at 0.1–0.5 Hz). Macro-motion variance may be near zero while periodic phase modulation confirms presence.


Coverage geometry

PIRWiFi CSI
Field of view~120° cone, line of sightWhole room from node pair
Range5–12 m typicalRoom-scale (depends on link geometry)
Through obstaclesNoPartial (drywall)
DarknessWorks (IR-based)Works (radio-based)
MountingAimed at zonePlaced for link geometry

One PIR per zone, aimed carefully. Two CSI nodes cover a room regardless of furniture layout.


Event semantics

PIR emits motion pulses — edge triggers when IR changes. Automations must infer presence from motion timeouts, which fail for still occupants.

CSI supports presence holds — sustained occupied state while a person breathes in the space. See smart-home automation for event design.


Cost and power

PIR: $2–5, microwatts standby, decades of battery life. The cheapest motion trigger available.

CSI: $5–10 per ESP32 node, milliwatts (needs power), but provides presence holds PIR cannot.


When to choose which

PIR: cheapest motion trigger, outdoor lighting, zones where still-detection does not matter.

WiFi CSI: occupancy-aware HVAC, presence-based automation, elder-care awareness, anywhere “is someone here” matters more than “did something move.”