12-channel Capacitive Touch Sensor Module by EVO - Complete Guide (Images, Details, Specifications, Connection Diagram, Codes)

by transistor tribe in Circuits > Sensors

36 Views, 1 Favorites, 0 Comments

12-channel Capacitive Touch Sensor Module by EVO - Complete Guide (Images, Details, Specifications, Connection Diagram, Codes)

1.png
2.png
3.png
4.png
5.png

Enhance your interactive projects with our Evo 12 Capacitive Touch Key Pad. Featuring twelve touch-sensitive keys, this keypad offers intuitive control and a user-friendly interface for various applications, including home automation, security systems, industrial control panels, and more.


Specifications:

  • Onboard 12-key capacitive touch sensor IC: This is the heart of the module, responsible for detecting your touches.
  • Effortless Integration: Simply connect it to your microcontroller using the I2C pins (SDA & SCL).
  • Power indicator LEDs: Onboard LEDs provide clear power status indications.
  • Low Power Consumption: Operates at a convenient 3.3 volts, ideal for battery-powered projects.
  • Compact Design: The module's small size (50mm x 75mm) makes it easy to integrate into projects with limited space.


Supplies

1 x 12-Channel Capacitive Touch Sensor Module

1 x Microcontroller Unit (Arduino)

Jumper wires

Breadboard

touchpad 3x4 diagram (1).png

It can be connected to microcontroller using I2C pins. ie, SDA and SCL pins.

  1. Connect the SDA and SCL pins of touch keypad to the SDA and SCL pins of the microcontroller.
  2. Run the program and read the corresponding key number (I2C Data) when it is touched.
  3. Use the data for our desired purpose.