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
Hello !
Today I will show you how to make a capacitive sensor with Arduino UNO.
Watch the Video !!!
Parts for the Project
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
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
Done !
You are done, touch the plate and the LED shoud light up. You can modify the sketch and for other "capacitive" needs.