Wish List 0

Digital Sensor Ttp223B Module Capacitive Touch Switch

Rs. 19.00 Rs. 22.00

-The Digital Sensor TTP223B Module Capacitive Touch Switch is primarily based on a touch-sensing IC (TTP223B) capacitive touch switch module.
-Allows you to do away with the concern of traditional push-type keys.

-Digital Capacitive Touch Switch Module is based on TTP223B.
-Normally, it outputs low and continues at low power nation. When a touch is sensed on the round marked vicinity, it outputs excessive and switches to the short reaction state.
-When no longer being touched for 12 seconds, it switches to low electricity nation again.

-If the module is set up inside the surfaces of non-metallic substances which includes plastic, glass, acrylic, you could make the keys hidden in the partitions and desks.

-In addition to the thin paper ( non-metal ) masking the floor of the module, so long as the perfect area of the contact, you could make hidden inside the partitions, computer systems and different components of buttons."
-The Digital Sensor TTP223B Module Capacitive Touch Switch is based on a touch-sensing IC (TTP223B) capacitive touch switch module.
-Allows you to remove the worry of conventional push-type keys.
-Digital Capacitive Touch Switch Module is based on TTP223B. Normally, it outputs low and keeps at low power state.
-When a touch is sensed on the circular marked region, it outputs high and switches to the quick response state.
-When not being touched for 12 seconds, it switches to low power state again.
-If the module is mounted in the surfaces of non-metallic materials such as plastic, glass, acrylic, you can make the keys hidden in the walls and desks.
-In addition to the thin paper ( non-metallic ) covering the surface of the module, as long as the correct location of the touch, you can make hidden in the walls, desktops and other parts of buttons.

Touch Sensor Interface :
-Control Interface: A total of three pins (GND, VCC, SIG), GND to the ground, VCC is the power supply, SIG digital signal output pin
-Power Indicator: Green LED, power on the right that is shiny
-Touch area: Similar to a fingerprint icon inside the area, you can touch the trigger finger.
-Positioning holes: 4 M2 screws positioning hole diameter is 2.2mm, the positioning of the module is easy to install, to achieve inter-module combination.

Features :
-Low power consumption
-Power supply for 2 ~ 5.5V DC
-Can replace the traditional touch of a button
-Four M2 screws positioning holes for easy installation
-Output Pin Sink Current (@ VCC = 3V, VOL = 0.6V) : 8 mA
-Output pin pull-up current (@ VCC = 3V, VOH = 2.4V) : 4 mA
SPECIFICATIONS:
Operating Voltage(VDC)           2 to 5.5
Output high VOH                  0.8VCC V
Output low VOL                   0.3VCC V
Response time (touch mode)       60 mS
Response time (low power mode)   220 mS
OVERVIEW:
Power supply voltage(VCC)          2.0, 3, 5.5 V.
Output high VOH                    0.8VCC V
Output low VOL                     0.3VCC V
Response time (touch mode)         60 mS
Response time (low power mode)     220 mS
Can replace the traditional touch of a button
Four M2 screws positioning holes for easy installation

PACKAGE INCLUDES:

1 PCS x Ttp223B 1 Way Capacitive Touch Switch Module


//SOURCE CODE TAKEN FROM BELOW LINK

//https://chewett.co.uk/blog/558/ttp223b-capacitive-touch-sensor-review-code/

#define TOUCH_PIN 7

int touchVal = 0;

  

void setup() {

   Serial.begin(115200);

   pinMode(TOUCH_PIN, INPUT);

}

  

void loop() {

   touchVal = digitalRead(TOUCH_PIN);

   Serial.println((touchVal == HIGH ? "DETECTED!" : "Not detected"));

   delay(200);

}

15 days

Write a review

Please login or register to review