Arduino Capacitive Sensor in Less Than 2 Minutes

by Konstantin Dimitrov in Circuits > Arduino

28906 Views, 191 Favorites, 0 Comments

Arduino Capacitive Sensor in Less Than 2 Minutes

57cae2844936d462ed001aaa.jpeg

Hello !

Today I will show you how to make a capacitive sensor with Arduino UNO.

Watch the Video !!!

Parts for the Project

P9030023.JPG

You will need:

  • 1 x Arduino board
  • 1 x 1M resistor
  • 1 x Touch plate
  • 1x Breadboard
  • 1 x LED
  • 2 x Jumpers

Put All Together

P9030024.JPG
P9030025.JPG
P9030027.JPG

First plug in the resistor in pin 4 and pin 8 of the Arduino, then connect the touch plate with pin 8 of the Arduino.

Now plug in the LED to the breadboard, connect LED's "-" to Arduino's GND and "+" to pin 7.


Upload the Sketch

Screenshot from 2016-09-03 20-25-48.png

Connect your Arduino to a computer and upload the sketch which you can get from here.

You will also need this library.

Done !

P9030021.JPG

You are done, touch the plate and the LED shoud light up. You can modify the sketch and for other "capacitive" needs.