Skip to content
RFrftools.io
SensorsMarch 19, 20265 min read

Designing Capacitive Proximity Sensors: From Parallel-Plate Theory to Practical Sensitivity

Learn how capacitive proximity sensors work, calculate capacitance & sensitivity from plate area, gap, and permittivity using our free calculator.

Contents

Why Capacitive Proximity Sensing Matters

Capacitive proximity sensors are everywhere — from the touchscreen on your phone to liquid-level detectors in industrial tanks and the object-detection systems behind automotive parking assists. The underlying physics is deceptively simple: bring a target closer to a conductive plate, and the capacitance changes. Read that change, and you know how close the target is.

But turning that simple idea into a reliable sensor requires understanding how geometry, materials, and gap distance interact quantitatively. That's where a quick, accurate calculator saves you from iterating blindly on a bench. Let's walk through the theory, run a real worked example, and show how to use the open the Capacitive Proximity Sensor tool to shortcut the design process.

The Parallel-Plate Model

At its core, a capacitive proximity sensor behaves like a parallel-plate capacitor. One plate is your sensor electrode; the other is the target (or a grounded reference). The classic formula is:

C=ε0εrAdC = \varepsilon_0 \, \varepsilon_r \, \frac{A}{d}

where:

  • CC is the capacitance in farads,
  • ε0=8.854×1012\varepsilon_0 = 8.854 \times 10^{-12} F/m is the permittivity of free space,
  • εr\varepsilon_r is the relative permittivity of the material filling the gap,
  • AA is the area of the sensor plate in m², and
  • dd is the gap between the plate and the target in meters.
This is an idealization — fringing fields, non-uniform gaps, and finite plate sizes all introduce error — but for initial design sizing it's remarkably useful, typically within 10–20% of measured values for well-shielded electrode geometries.

Sensitivity: The Key Design Parameter

Knowing the absolute capacitance is only half the story. What you really care about in a proximity sensor is how much the capacitance changes per unit change in gap distance — that's the sensitivity. Differentiating the capacitance expression with respect to dd:

S=dCdd=ε0εrAd2S = \frac{dC}{dd} = -\varepsilon_0 \, \varepsilon_r \, \frac{A}{d^2}

The negative sign tells you what you'd expect: as the gap increases, capacitance decreases. The magnitude S|S| is what matters for circuit design — it tells you how many femtofarads (or picofarads) of signal swing you get per millimeter of target motion.

Notice the 1/d21/d^2 dependence. Sensitivity drops off fast with distance. This is why capacitive sensors excel at short-range detection (sub-millimeter to a few centimeters) but struggle beyond that without very large plates or high-permittivity gap materials.

Worked Example: Water-Level Sensor

Let's design a simple capacitive sensor to detect water level in a small reservoir. The sensor electrode is a copper strip on a PCB, and water (εr80\varepsilon_r \approx 80) fills the gap between the electrode and a grounded reference plate.

Given:
  • Sensor plate area: A=10 mm×50 mm=500 mm2=5×104 m2A = 10 \text{ mm} \times 50 \text{ mm} = 500 \text{ mm}^2 = 5 \times 10^{-4} \text{ m}^2
  • Gap to target (reference plate): d=2 mm=2×103 md = 2 \text{ mm} = 2 \times 10^{-3} \text{ m}
  • Relative permittivity (water): εr=80\varepsilon_r = 80
Capacitance:
C=8.854×1012×80×5×1042×103C = 8.854 \times 10^{-12} \times 80 \times \frac{5 \times 10^{-4}}{2 \times 10^{-3}}
C=8.854×1012×80×0.25=177.1×1012 F177 pFC = 8.854 \times 10^{-12} \times 80 \times 0.25 = 177.1 \times 10^{-12} \text{ F} \approx 177 \text{ pF}

That's a very comfortable value to measure with a standard capacitance-to-digital converter (CDC) like the FDC1004 or AD7745.

Sensitivity:
S=8.854×1012×80×5×104(2×103)2|S| = 8.854 \times 10^{-12} \times 80 \times \frac{5 \times 10^{-4}}{(2 \times 10^{-3})^2}
S=8.854×1012×80×125=88.54×109 F/m88.5 nF/m|S| = 8.854 \times 10^{-12} \times 80 \times 125 = 88.54 \times 10^{-9} \text{ F/m} \approx 88.5 \text{ nF/m}

Converting to more practical units: S88.5 pF/mm|S| \approx 88.5 \text{ pF/mm}. That means a 0.1 mm change in water level (or effective gap) produces roughly an 8.85 pF shift — easily resolvable with a 24-bit CDC.

Now compare this to an air-gap scenario (εr=1\varepsilon_r = 1): the capacitance drops to about 2.2 pF and the sensitivity to ~1.1 pF/mm. You'd need a much more sensitive front-end or a larger plate. This is precisely why many industrial capacitive level sensors exploit the high permittivity of the process fluid.

You can verify these numbers instantly — open the Capacitive Proximity Sensor and plug in the values above.

Practical Design Considerations

Plate geometry: The calculator assumes a uniform rectangular plate. For circular electrodes, use A=πr2A = \pi r^2. For interdigitated (coplanar) electrodes, the parallel-plate model is a rough approximation at best — dedicated coplanar capacitance models are more appropriate. Guard electrodes: In real PCB sensors, a driven guard ring around the sense electrode dramatically reduces fringing-field errors and improves the match to the parallel-plate model. If your measured capacitance is significantly higher than predicted, fringing is likely the culprit. Permittivity matters: The gap material is a design variable, not just an environmental given. Placing a thin dielectric overlay (e.g., glass with εr5\varepsilon_r \approx 5–7) over a touch sensor increases baseline capacitance and can improve SNR, but it also changes the sensitivity curve. Noise floor: Your CDC or oscillator-based readout circuit has a noise floor, often 1–10 fF RMS. Divide your sensitivity into that noise floor to get your minimum detectable displacement. In our water-level example, 10 fF noise corresponds to about 0.1 µm resolution — more than sufficient for most level-sensing tasks. Temperature: Water's εr\varepsilon_r drops from ~80 at 20°C to ~55 at 100°C. If your application spans a wide temperature range, you'll need compensation or a ratiometric measurement approach.

Try It

Ready to size your own capacitive proximity sensor? Open the Capacitive Proximity Sensor calculator, enter your plate area, gap distance, and dielectric constant, and get instant capacitance and sensitivity values. It's the fastest way to bracket your design before you spin a board or cut a prototype electrode. Bookmark it — you'll use it more often than you think.

Related Articles