Make A Touch-less Switch Using Arduino

Arduino Project – Touch Me Not

I modified the Arduino project from the Arduino Starter Kit (Touch Sensor Lamp). Now it lights up an LED when your hand is close on the aluminium foil (without even touching it). This can be used as a ‘Touch-less Switch’. I just did it because it seemed pretty cool to me! How is this Arduino project useful? Let me know how you think this can be useful, in the comments below.

Touch-less Switch

How does it work?

Things Required

1) Arduino Uno
2) 1 LED (any color)
3) A 200 ohm resistor
4) A 1 Mega ohm resistor
5) Aluminium Foil
6) Capacitive Sensor Library (Note: You need to unzip this file and put it inside the Arduino’s Library Folder. If you don’t know how to do that, you may this tutorial)

Build the Circuit

In the Circuit:

* The LED and the 220 ohm resistor are connected to Pin 12 on the Arduino (and of course to the Ground)
* The 1 Mega ohm resistor is connected between Pin 2 and 4.
* The Aluminium Foil is connected to Pin 2.

Touch-less Switch Schemetic

[If you want to use other Pins then don’t forget to change those pins in the code below. I suggest you use the same Pins as shown in the circuit figure above so that you don’t have to change anything in the code]

 

For more detail: Make A Touch-less Switch Using Arduino

 

 


About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top