IR Remote Controlled Home Appliances using Arduino

Summary of IR Remote Controlled Home Appliances using Arduino


This project demonstrates a Home Automation System using an Arduino board and an IR remote control to switch home or office appliances like lights and a TV on or off. A TSOP 1738 IR receiver connected to the Arduino decodes signals from the remote via the IRremote library. The Arduino then controls relays through a ULN2003 IC to switch appliances accordingly. An LCD displays the current status (e.g., TV ON/OFF). The system uses three appliances for demonstration: two bulbs (zero watt and 100 watt) and a TV, controlled via relays connected to digital pins 10, 11, and 12.

Parts used in the TV or DVD Remote Control LED Home / Office Appliances Control:

  • Arduino Board
  • TSOP 1738 IR Receiver Module
  • IR Remote Control
  • ULN2003 Darlington Transistor Array IC
  • 5 Volt Relays (3 units)
  • Zero Watt Bulb (Light 1 indicator)
  • 100 Watt Bulb (Light 2 indicator)
  • TV or LCD
  • LCD Display Module
  • Connecting wires and PCB/breadboard

In present times there are many types of Home Automation Systems which are available in the market. Most of these are simple Home Appliances Controlling Systems like DTMF controlled Home Appliances, GSM based Home Appliances Controlling, RF based Home Appliances Controlling. Here we are going to discuss about TV or DVD Remote Control LED Home / Office Appliances Control (Home Automation System) using Arduino Board.

IR Remote Controlled Home Appliances using Arduino

In this project, TSOP (IR Receiver) is connected with Arduino. Arduino receives encoded signal coming from IR Remote and then decodes by using IRremote.h library, which is easily available on internet (Find this library by typing on Google IR remote library for Arduino). After decoding the signal, compare decoded signal with defined value, if the match occurs then perform related function or switching on/off related relay by using digital input/output. Here AC load is used for demonstration. Three Home/Office Appliances are used for demonstration. In which one zero watt bulb indicated by light 1 and second is 100 watt bulb indicated by light 2 and third and last is TV/LCD indicated by TV.  LCD is also added in this system for displaying the current status of Appliances like TV ON, TV OFF, light 1 ON, light 1 OFF, light 2 ON, light 2 OFF, ALL ON, ALL OFF etc.

Circuit Description

IR Remote Controlled Home Appliances using Arduino Schemetic

Circuit of this system is very simple in this TSOP 1738 connected to digital pin 9 of Arduino, which detects 38 KHz IR frequency and relays are connected to digital pin 10, 11, 12 of Arduino for controlling light 1, light 2, TV respectively using ULN 2003 IC. ULN2003 IC is a high-voltage high-current Darlington transistor arrays. Each consists of seven NPN Darlington pairs that feature high-voltage outputs with common-cathode clamp diodes for switching inductive loads and 5 volt relays are used here, which are best suitable for these types of Projects. Light 1 is connected with relay 1, light 2 is connected with relay 2 and TV is connected with relay 3.

 

For more detail: IR Remote Controlled Home Appliances 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