You are on page 1of 13

IR Home Automation on DFRobot's Relay Shield

Made by Techduino - Published in Arduino and DFRobot

Keep up to date with the latest Arduino IDE projects, when you sign up for Hackster.
Get updates

open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
ABOUT THIS PROJECT

Use DFRobots 4 Channel relay shield and control up to 4 appliances using just a infrared remote
controller.
home automation infrared

PROJECT INFO

Type Full instructions provided


Difficulty Intermediate
Estimated time 2 hours

open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
Published September 17, 2017
License GPL3+

82 4

Respect project I made one

Bookmark Share Give feedback

THINGS USED IN THIS PROJECT

Hardware components:

Arduino UNO Rev 3 1

DFRobot 4 Channel Relay Shield for Arduino 1

open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
DFRobot IR Kit for Arduino 1

Software apps and online services:

Arduino IDE

STORY

Everyone wants a remote to control all the appliances in your home. Some companies are
introducing wireless controllers for various appliances but they are costly and you have to upgrade
the existing for additional cost. So, what about making your own home automation system to control
up to 4 appliances.

The Things you need


Hardware componens:

Arduino UNO Rev 3


4 Channel Relay shield
IR Kit for Arduino Read more
open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
SCHEMATICS

Schematics for the project Download

open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
Relay connections to the appliance Download

open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
CODE

Main_Code.ino C/C++
Remember to install the IRremote Library.

1 /*************************************************************************************
open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
/*************************************************************************************
2 Pin Pin State:HIGH Pin State:LOW
3 Digital 2 NC1 is disconnected with COM1 NC1 is connected with COM1
4 NO1 is connected with COM1 NO1 is disconnected with COM1
5 Digital 7 NC2 is disconnected with COM2 NC2 is connected with COM2
6 NO2 is connected with COM2 NO2 is disconnected with COM2
7 Digital 8 NC3 is disconnected with COM3 NC3 is connected with COM3
8 NO3 is connected with COM3 NO3 is disconnected with COM3
9 Digital 10 NC4 is disconnected with COM4 NC4 is connected with COM4
10 NO4 is connected with COM4 NO4 is disconnected with COM4
11 -----------------------------------------------------------------------------------
12
13 IR Remote Codes :
14
15 POWER : 16580863
16 VOL+ : 16613503
17 FUNC/STOP : 16597183
18 PLAY BACKWARDS : 16589023
19 PAUSE/STOP : 16621663
20 PLAY FORWARD : 16605343
21 ARROW DOWN : 16584943
22 VOL- : 16617583
23 ARROW UP : 16601263
24 0 : 16593103
25 EQ : 16625743
26 ST/REPT : 16609423
27 1 : 16582903

CREDITS

Techduino
Doing B.Tech. in Computer Science and Engineering from SRM University. A tech
open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
Doing B.Tech. in Computer Science and Engineering from SRM University. A tech
enthusiast and Arduino lover! 'Techduino' is my pen name.

Follow Contact

REPLICATIONS

Did you replicate this project? Share it!

I made one

Love this project? Think it could be improved? Tell us what you think!
Give feedback

COMMENTS

Please log in or sign up to comment.

open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
SIMILAR PROJECTS YOU MIGHT LIKE

home automation infrared arduino dfrobot arduino ide

Intermediate 10,905 50 Intermediate 18 1

Arduino Radar with Processing Pool logger


Akshay6766 pentiumcadiz
open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
Intermediate 522 8 Intermediate 4,784 12

Workspace Environment Monitor - enV Sesame


Team comcrazy gibatronic

Intermediate 1,229 8 Intermediate 739 4

open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
Aurdino Radar With Processing Laundry IFTTT Alert
Akshay6766 danvanf

More cool stuff Legal thingies About us


Community members Terms of Service Hackster's story
Other community hubs Code of Conduct Our kickass blog
Free Store Privacy Policy Our 2016 Maker Survey
Hardware Weekend Hackster for Business
Hacker spaces Support Center
Developer API
Sitemap
We're fairly social people Hackster.io 2017
Facebook
Instagram
open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
Instagram
Twitter
YouTube

open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com

You might also like