Your cart is currently empty!
Get Extra 5% off (up to ₹100) with UPI/Debit Card! The discounted price is: ₹76.00 (Original price: ₹80.00)
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. It is based on a capacitive touch switch module IC (TTP223B). If the module is mounted on surfaces of non-metallic materials such as plastic, glass, acrylic, you can make the…
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. It is based on a capacitive touch switch module IC (TTP223B). If the module is mounted on surfaces of non-metallic materials such as plastic, glass, acrylic, you can make the keys hidden in the walls and desks.
Digital Capacitive Touch Switch Module is based on TTP223B. Normally, it outputs low and keeps at a 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 a low power state again.
In addition to the thin paper ( non-metallic ) covering the surface of the Digital Sensor TTP223B Module, as long as the correct location of the touch, you can make hidden in the walls, desktops, and other parts of buttons. Its positive and negative can be used as a touch surface, it can replace the traditional touch button.
void setup() { pinMode(8, INPUT); pinMode(LED_BUILTIN, OUTPUT); // Turn builtin LED off digitalWrite(LED_BUILTIN, LOW); } //https://kitsguru.myshopify.com/products/digital-sensor-ttp223b-module-capacitive-touch-switch/ void loop() { if(digitalRead(8) == HIGH) { digitalWrite(LED_BUILTIN, HIGH); } else { digitalWrite(LED_BUILTIN, LOW); } delay(100); } // CREDITS : https://www.electroniclinic.com/
Weight | 0.2 kg |
---|---|
Dimensions | 5 × 5 × 5 cm |
You must be logged in to post a review.
Enjoy 10% off your first purchase when you shop for ₹2000 or more!
Don't worry, we won't spam you.
Reviews
There are no reviews yet.