Gorillacell Module 017: Touch Sensor
Table of Contents

A Touch Sensor is a type of switch that changes to a logic HIGH (1) state when touched and returns to a logic LOW (0) state when released.
The Gorillacell ESP32 Development Kit comes with one (1) Touch Sensor module.
BASIC INFORMATION
Device | Category | Interface | Chipset | Description |
---|---|---|---|---|
Input | Sensor Cell | Digital | - | - |
PINOUT
It has 3 pins which are
- G - for the ground pin,
- V - for the supply voltage, and
- S - for determining the state of the Touch module.
A Touch Sensor produces a logic 1 when being pressed else it gives a logic 0.
×