Capacitive Touch Sensor

Out Of Stock Capacitive Touch Sensor

Are you tired with clicking mechanic button? Try our capacitive touch sensor. Right now we can find touch sensor on most electronic device. So upgrade your Arduino project with our new version touch sensor and make it cool!!
This little sensor can "feel" people and metal touch and feedback a high/low voltage level.

 

    Wide voltage range from 3.3V to 5V
    Standard assembling structure (two 3mm holes with multiple of 5cm as interval)
    Easily recognitive interfaces of sensors ("A" for analog and "D" for digital)
    High quality connector

 

  1  for Power + VCC

  2   for output OUT

  3   for power - GND

   

Specification
    Supply Voltage: 3.3V to 5V
    Interface: Digital
    Size:22x30mm

 

Sample Code

 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
int ledPin = 13;                // Connect LED on pin 13, or use the onboard one
int KEY = 2;                 // Connect Touch sensor on Digital Pin 2
 
void setup(){
  pinMode(ledPin, OUTPUT);      // Set ledPin to output mode
  pinMode(KEY, INPUT);       //Set touch sensor pin to input mode
}
 
void loop(){
   if(digitalRead(KEY)==HIGH) {      //Read Touch sensor signal
        digitalWrite(ledPin, HIGH);   // if Touch sensor is HIGH, then turn on
     }
   else{
        digitalWrite(ledPin, LOW);    // if Touch sensor is LOW, then turn off the led
     }
}

Write a review

Please login or register to review
  • Views: 6621
  • Product Code: Capactive touch sensor
  • Availability: Out Of Stock
  • KES 200.00

Tags: touch sensor

Infrared proximity sensor made by Sharp. Part # GP2Y0A21YK has an analog output that varies from 3.1..
KES 1,000.00
5v 4-channel relay interface board. It can be controlled directly by a wide range of microcontroller..
KES 300.00
This 9V battery holder allows your battery to snap in tight and holds it in place, which is great in..
KES 100.00
    Holding Torque: 4000g.cm (40N.cm)     Type: Hybrid   &..
KES 1,500.00
Model: 6LR61Size: 9vJacket: Aluminium Foil batteryCompliance: CE ROHSCapacity: 270ohm,24h/d,720minut..
KES 150.00 KES 120.00
Control the flow of fluid using the flow of electrons! This liquid valve would make a great addition..
KES 3,000.00 KES 2,200.00
The DHT-22 is a low cost humidity and temperature sensor with a single wire digital interface. The s..
KES 650.00 KES 550.00
Need some indicators? We are big fans of these diffused red LEDs, in fact we use them exclusively in..
KES 100.00 KES 40.00
The ESP8266 WiFi Module is a self contained SOC with integrated TCP/IP protocol stack that can give ..
KES 300.00 KES 250.00
OverviewSensitive to flame spectrumFeatures wide range voltage comparator LM393Adjustable sensitivit..
KES 200.00 KES 150.00

The product is currently Out-of-Stock. Enter your email address below and we will notify you as soon as the product is available.

Name
Email
Phone
Comments