Thursday, November 21, 2024

Automatic Contactless Switch For Smart Home

ashwiniIn today’s world, especially with health concerns like COVID-19, reducing interaction with shared surfaces has become critical. Traditional hand-operated switches provide a risk since they require physical touch. This necessitates a clever upgrade: an automatic, contactless switch that can be controlled with simple hand motions, providing both ease and improved hygiene.

In this article, we’ll create a touch-free switch that uses particular hand gestures to operate domestic appliances such as lights and fans. This smart switch employs a gesture-detecting sensor to read hand gestures and transform them into commands.

- Advertisement -

Components Required 

To begin with our smart contactless switch, we’ll need the following materials:

  • Arduino Board
  • APDS-9960 Gesture Sensor
  • Relay Module
  • Wires and Connectors

Bill of Materials

Let’s start designing the smart switch by shopping for the following components.

- Advertisement -

Coding

First of all we need to install the required library in the Arduino IDE. Go to Select → Library Manager → Search APDS9960 → Install Adafruit APDS9960 

Installing Library
Fig 2. Installing library

After installing the library, add it into the code and then define the pin number for light and fan control. Next, create a setup function where you can initialise the sensor and set the pinmode output for light and fan control. 

Fig 3.Coding
Fig 4.Setup function

Then create a loop function to update the sensor readings and use your hand gestures as an input to control the pin. Also create a few if conditions for specifying the commands based on the type of hand gestures (up, down, left and right). 

Up: Lights ON 

Down: Lights OFF 

Left: Fans ON

Right: Fans OFF

Fig 5. Loop function

Hardware Connections 

Now upload the code to Arduino and connect the components as described in the circuit diagram. Then connect the AC wire with the common pin of relay module to control the lights and fans.

Connection for Automatic Contactless Switch For Smart Home
Fig 6.Connection for Automatic Contactless Switch For Smart Home
Fig 7. Connection inside board

Testing of the Contactless Switch

Now power the device and relay. When you will move your hand in an upward direction, the relay will be moved and lights will switch ON. Similarly, a hand gesture in downward direction will switch OFF the lights. 

Additional Features to Consider

  1. Customizable Gestures: Add more gesture instructions for controlling other devices like brightness and fan speed.
  2. Power-saving Mode: Include a timeout in the code to automatically turn off unused appliances after a certain length of time.
  3. Voice Integration: For sophisticated setups, incorporate voice commands with a suitable module to increase versatility.

This contactless switch is a modern solution for smart homes that combines gesture-based control with additional health and convenience benefits.

Download Source Without OLED Code

Download Source With OLED Code

This article was first published on 8 September 2020 and recently updated on 28 October 2024

Ashwini Sinha
Ashwini Sinha
A tech journalist at EFY, with hands-on expertise in electronics DIY. He has an extraordinary passion for AI, IoT, and electronics. Holder of two design records and two times winner of US-China Makers Award.

43 COMMENTS

  1. Good Project. Thanks for sharing. Please share the circuit diagram and the details how you powered Arduino inside switch board. How you got 5V DC to power Arduino inside switch board.

    I could see a display which shows Arrow in the video but it is not in the bill of materials.

    • There are two versions of CODE attached with the article one is simple other with OLED. The article is about a simplified version of a switch without OLED to reduce the overall cost of the project and to reduce the construction time. If anyone wants to expend extra money then he can add OLED and the code is attached with the article. The connection with OLED is the same as both are I2C based devices.

  2. Bro give us the circuit diagram and the connection with main board this way it is not possible to the the project … You are not sharing the main things…. As a bigginer to this field I m interested with your idea…. But your resources are stucking me… Kindly share us the connections properly if possible and source code is not downlable and… If possible make a video how you made it…. Demo it’s fine… But make a connection video…. And thank u for your so much support

    • The relay module has 3 pins NO (Normally OPEN) COM (Common). Put the live wire in COM pin and bulb live wire to NO Pin and Connect Netural wire of circuit board outlet to netural wire of bulb. be carefull cut off the power wire connection. .You can contact me on what’s app 761350809 if you have further confusion regarding AC connection (Be careful do all connection right way and cross-check AC shock and Short circuit is dangerous)

SHARE YOUR THOUGHTS & COMMENTS

EFY Prime

Unique DIY Projects

Electronics News

Truly Innovative Electronics

Latest DIY Videos

Electronics Components

Electronics Jobs

Calculators For Electronics

×