Calculator
Example data table
| Length (m) | Width (m) | Sensor type | Height (m) | Angle (°) | Overlap (%) | Obstructions (%) |
|---|---|---|---|---|---|---|
| 10 | 6 | PIR Motion | 2.4 | 120 | 15 | 10 |
| 14 | 10 | Microwave Motion | 3.0 | 180 | 20 | 15 |
| 8 | 5 | mmWave Presence | 2.2 | 120 | 10 | 8 |
| 20 | 12 | Dual-Tech | 3.5 | 180 | 25 | 20 |
| 12 | 12 | mmWave Presence | 2.8 | 90 | 15 | 12 |
Formula used
The calculator estimates an effective radius using a sensor preset, then scales it by mounting height and detection priority:
radius = baseRadius × (height / refHeight)^exp × priorityFactorpriorityFactor = 0.85for still presence, otherwise1.00
The effective coverage area is computed as a sector of a circle, reduced for overlap and obstructions:
angleFactor = angleDeg / 360effectiveArea = π × radius² × angleFactor × (1 - overlap) × (1 - obstructions)
Finally, recommended sensors is the garden rectangle area divided by effective area, rounded up:
ceil(gardenArea / effectiveArea).
How to use this calculator
- Measure your garden length and width in meters.
- Select a sensor type that matches your detection needs.
- Enter the planned mounting height and detection angle.
- Set overlap to cover edges and real-world falloff.
- Increase obstruction penalty for dense plants or structures.
- Click Calculate Coverage to see results above.
- Download CSV for scenario history, or PDF for the last result.