Capacitive Touch Sensor Symbol
Definition: The Capacitive Touch Sensor symbol represents a proximity-sensing module—drawn as a rectangular block with three terminals labelled VCC (power supply), GND (ground), and OUT (digital output)—that detects a human finger touch or near-touch by sensing a change in capacitance on its sensing pad, outputting a logic-high or logic-low signal to a microcontroller or digital circuit.
Also known as: TTP223 sensor, capacitive touch module, touch button, capacitive proximity sensor, touch switch, cap touch sensor.
What the Capacitive Touch Sensor symbol means
The Capacitive Touch Sensor symbol denotes an integrated electronic module that converts a physical touch event into a digital logic signal. Unlike mechanical switches, a capacitive touch sensor has no moving parts; it detects the change in capacitance caused by the conductive properties of a human finger approaching or touching the sensor pad.
In circuit and wiring diagrams, the capacitive touch sensor symbol is a module block with its supply rails (VCC and GND) and a single digital output pin (OUT), which transitions HIGH or LOW when a touch is detected. The most common module type is based on the TTP223 IC, which operates on 2.0–5.5 V and outputs a sustained logic level while touch is maintained (toggle mode) or a momentary pulse (momentary mode), making it a drop-in replacement for a mechanical push-button.
How to identify the Capacitive Touch Sensor symbol
The capacitive touch sensor symbol is drawn as a rectangle (representing the PCB module) with three terminals: VCC at the top (power supply input), GND at the bottom (ground/common), and OUT on the left side (digital output). The module body may show a touch-pad icon or a fingertip symbol. The OUT pin is the signal output — typically driven HIGH (+VCC) on touch detected. Larger industrial capacitive sensors may show additional configuration pins, but the basic three-terminal (VCC, GND, OUT) is the standard representation for discrete touch-sensor modules.
Function in a circuit
The capacitive touch sensor works by continuously measuring the capacitance between its sensing electrode and the environment. The TTP223 and similar ICs apply a high-frequency oscillator signal to the sensing pad and measure the phase shift or frequency change caused by the presence of a finger (which acts as a grounded plate, forming a capacitor with the sensing electrode). When the capacitance change exceeds a threshold, the IC toggles or asserts the OUT pin. The sensor is immune to dust, moisture (on the cover surface), and wear, making it suitable for sealed-surface touch interfaces. The OUT pin typically sources up to 8 mA, sufficient to drive an LED directly or a microcontroller GPIO input.
Standards: IEC vs ANSI
| IEC 60617 | Capacitive touch sensor modules are not individually specified in IEC 60617 (which focuses on discrete components). The broader category of sensor/transducer modules is represented by a rectangular block symbol per IEC 60617. The IEC 61000 EMC standards (particularly IEC 61000-4-2 for ESD) apply to touch sensor immunity ratings. |
|---|---|
| ANSI/IEEE 315 | ANSI/IEEE 315-1975 defines a general-purpose transducer/sensor block symbol applicable to capacitive touch sensors. The TTP223 IC itself is a proprietary device not governed by a dedicated ANSI standard; its behaviour follows the manufacturer's datasheet (Touch Technology Products, TTP223 datasheet). |
| Key difference | There is no dedicated IEC or ANSI symbol specifically for a capacitive touch sensor module — both standards use a general rectangular block (module/transducer symbol) with terminal labels. The functional description and pin designations (VCC, GND, OUT) follow the manufacturer's module conventions. |
Terminals / pins
| Pin | Name |
|---|---|
| vcc | VCC |
| gnd | GND |
| out | OUT |
Typical values
Supply voltage (VCC): 2.0–5.5 V DC (TTP223-based modules). Output logic: HIGH = touch detected, LOW = no touch (default active-high mode; active-low mode available via pad configuration). Output current: up to 8 mA source. Sensing distance: 0–5 mm through a 1–2 mm non-conductive cover material. Response time: <60 ms. Operating temperature: −40 °C to +85 °C. Quiescent current: <3 µA (low-power mode).
Where the Capacitive Touch Sensor symbol is used
- Arduino and microcontroller projects — capacitive touch button replacing a mechanical push-button for user input (lamp toggle, mode select, start/stop)
- Consumer electronics control panels — touch-sensitive buttons on kitchen appliances, audio equipment, and smart home panels
- Sealed enclosure interfaces — touch sensor behind a glass or plastic panel where a sealed, waterproof user interface is required
- Capacitive touch keypad arrays — multiple TTP223 sensors arranged as a touch-sensitive numeric or function keypad
- Proximity detection in robotics — sensing human approach without physical contact for safety interlocking or gesture control
- Smart lighting controls — touch-sensitive wall switch modules replacing mechanical switches in retrofit smart-home installations
Example
In a desk lamp control circuit, a TTP223 capacitive touch sensor module has its VCC connected to the 3.3 V output of an Arduino Nano, GND connected to circuit ground, and OUT connected to GPIO pin D2. When a finger touches the sensor pad, OUT goes HIGH; the Arduino sketch reads the pin state and toggles a relay coil that switches the lamp's 230 V mains circuit on or off.
Key facts
- The Capacitive Touch Sensor (TTP223) symbol is a three-terminal module block: VCC (2.0–5.5 V supply), GND (ground), and OUT (digital output, active-high by default when touch is detected).
- Capacitive touch sensors detect finger proximity by measuring the capacitance change caused by the finger's dielectric properties — no physical contact with the sensor pad is required (only proximity through a thin non-conductive cover).
- The TTP223 IC is the most widely-used discrete capacitive touch controller; it provides toggle mode (output latches on each touch) or momentary mode (output is HIGH only while touch is maintained), configurable via onboard solder pads.
- Capacitive touch sensors have no moving mechanical parts, giving effectively unlimited cycle life compared to mechanical switches (which typically rate at 100,000–1,000,000 cycles).
- The OUT pin can source up to 8 mA, allowing direct LED driving (without a series resistor) or direct connection to a microcontroller GPIO input without a pull-up resistor.
- Touch sensors are susceptible to false triggering from electromagnetic interference (EMI); IEC 61000-4-2 ESD immunity and IEC 61000-4-3 radiated immunity tests apply to finished products incorporating capacitive touch interfaces.
- The sensor's sensitivity can be adjusted by increasing or decreasing the area of the sensing electrode; larger electrode area increases sensing distance but also increases EMI susceptibility.
- Capacitive touch sensors are not the same as resistive touch sensors (used in older touchscreen displays); capacitive sensors work by proximity/capacitance change, while resistive sensors require physical pressure to bridge two conductive layers.
Diagrams that use this symbol
Frequently asked questions
What does the capacitive touch sensor symbol look like in a circuit diagram?
The capacitive touch sensor symbol is a rectangle representing the sensor module, with three terminals: VCC (top, power supply), GND (bottom, ground), and OUT (left or right side, digital output). The module body may include a fingertip or touch-pad icon. The three-terminal layout — VCC, GND, OUT — is the standard representation for discrete touch-sensor modules such as the TTP223.
How does a capacitive touch sensor work?
A capacitive touch sensor works by measuring the capacitance between its metal sensing electrode and the surrounding environment. When a human finger (which is conductive and grounded) approaches the sensing pad, it forms an additional capacitor plate, increasing the total capacitance. The sensor IC detects this capacitance increase above a threshold and asserts the OUT pin to indicate a touch event — no physical contact with the sensor pad surface is required.
What is the output logic of a TTP223 capacitive touch sensor?
In the default configuration (active-high), the TTP223 OUT pin is LOW when no touch is detected and goes HIGH when a touch is detected. In active-low mode (configurable via solder pad on the module PCB), the logic is inverted: OUT is HIGH at rest and goes LOW on touch. Toggle mode latches the output on each touch event; momentary mode holds the output asserted only while the touch is maintained.
What supply voltage does a capacitive touch sensor module need?
Most capacitive touch sensor modules based on the TTP223 IC operate from 2.0 V to 5.5 V DC, making them compatible with both 3.3 V (Arduino Due, ESP32, Raspberry Pi GPIO) and 5 V (Arduino Uno, Nano) microcontroller supply rails without a level shifter.
Can a capacitive touch sensor work through glass or plastic?
Yes. A capacitive touch sensor can detect a finger through a thin, non-conductive cover material (glass, acrylic, ABS plastic) up to approximately 1–6 mm thick, depending on the sensor sensitivity setting and the dielectric constant of the cover material. Thicker covers reduce sensitivity; metallic surfaces block the capacitance change completely.
What is the difference between a capacitive touch sensor and a mechanical push-button?
A mechanical push-button requires physical pressure to physically close or open an internal contact. A capacitive touch sensor detects proximity/touch by measuring capacitance change — it has no moving parts, does not require physical force, and works through a sealed cover surface. Capacitive sensors have effectively unlimited cycle life; mechanical push-buttons are rated for 100,000–1,000,000 cycles. Capacitive sensors can be false-triggered by EMI or moisture; mechanical buttons cannot.
How many pins does a capacitive touch sensor module have?
A standard discrete capacitive touch sensor module (such as a TTP223-based module) has three pins: VCC (power supply), GND (ground), and OUT (digital output). Some multi-touch or matrix modules have additional pins for individual zone outputs or I²C/SPI communication interfaces, but the basic single-touch module is consistently three-terminal.
Place the Capacitive Touch Sensor symbol on a wiring diagram or schematic in the free online circuit diagram maker — no download required.