Controlling Multiple Appliances with a TV Remote.

Slides:



Advertisements
Similar presentations
Sensing and Control.
Advertisements

Indian Institute of Technology Hyderabad Controlling Lights & Fans with TV remote BY :- PATHEPARAPU VIVEK(ES12B1013) GOPI ANDE (CS12B1015)
Remote Control For Home Applications
What is Arduino?  Arduino is a ATMEL 168 micro-controller kit designed specially for small projects  User friendly IDE(Integrated Development Environment)
Indian Institute of Technology Hyderabad ELECTRONIC SWITCH CONTROL THROUGH RF(RADIO FREQUENCY) GROUP MEMBERS: Anil Kumar Loya ME12B1002 RITESH KUMAR CE12B1019.
A-Team Home Central Control Unit Kevin Cooke Peter Larson Ben Verstegen Andreas Rugloski Aden Abdillahi.
IR Control Materials taken from a variety of sources including IR Remote for the Boe-Bot by Andy Lindsay.
In this presentation you will:
Android Based Graphical User Interface for Control.
ECE 265 – LECTURE 13 Interface to switches and LEDs 7/3/ ECE265.
Digital I/O Connecting to the Outside World
Introduction.
Lecture – 7 Basic input and output
 Main Components:  Sensors  Micro controller  Motor drivers  Chasis.
Module 2: Hardware and Terminology
Voice Controlled Helicopter Team Members: Jonathan Lam, Mian Zhu.
Image of Arduino. Arduino discussion Address issues with circuit walk-through – Electricity, Programming, Arduino Concepts Work on BeatTable (next week)
Homework Assignment 3 Due date: Tuesday, Wednesday, or Thursday, October 4-6, 2005 input: push-button switch output: seven-segment LED 7 points Menu System.
MICRO CONTROLLER MODULE 1. Learning Objectives Name some gadgets that use microcontrollers. Define a microcontroller. Differentiate between a computer.
Mobile Controlled Car Students : Tasneem J. Hamayel Hanan I. Mansour Supervisor : Dr.Aladdin.
Patent # Controls a television receiver – User can select broadcasted TV program from scheduled program information Second function – VCR can.
HARDWARE INTERFACE FOR A 3-DOF SURGICAL ROBOT ARM Ahmet Atasoy 1, Mehmed Ozkan 2, Duygun Erol Barkana 3 1 Institute of Biomedical Engineering, Bogazici.
Digital Electronics Board-of-Education : Input. Board of Education - Input This presentation will explain, both from a hardware and software perspective,
The 3 parts of an electronic system are :
Team 9 - myRoom Laurie Duncan. Team 9 - myRoom Customizable control system Interfaces with household appliances –Light –TV –DVD player –Stereo system.
ELECTRONICS An electronics system has 3 parts – input, process, output.
How an NPN Transistor Works
AUTOMATIC RAILWAY GATE CONTROLLING AND TRACK SWITCHING
IN 1900 ICT Project Final Presentation. Group name : Code Squad.
Final Year Project(EPT4046) Development of an internet controlled Surveillance Mobile Robot By Mimi Madihah Bt Mohd Idris Id: BACHELOR OF ENGINEERING.
Rebecca Bruce and Susan Reiser, May 2015 Analog Input and Output.
Smart Lens Robot William McCombie IMDL Spring 2007.
What we will do today: Introduce the new topic on Electronic Components. Identify the three main parts of any electronic system. Give examples of output.
Throttle Arduino RC Receiver Stock Golf Cart Motor Controller Motor 1 PWM signal: Voltage: 0 – 5V Period = 22ms Positive Pulse Width: 1ms – 2ms Digital.
SHADOW FAN Lalit Damodaran Mrudula Vaidya Pratyush Bangera.
BLDC Motor Speed Control with RPM Display. Introduction BLDC Motor Speed Control with RPM Display  The main objective of this.
CONTROL ANY CIRCUIT WITH A TV REMOTE DSD PROJECT OVERVIEW.
Simple Water Level Controller Circuit with Microcontroller and Alarm.
Start of Sales MSI-XXXB Safety Relays Plugable screw or spring-cage terminal blocks.
Multipurpose Keychain ECE 445 Senior Design Junting Lou Yaming Tang Lida Zhu TA: Rajarshi Roy Project No. 11 Fall 2012.
INTERNET OF EVERYTHING SDU 2016 Week 12. Remotely Controlling Devices  interact with almost any device that uses some form of remote control  TVs, audio.
Sound Source Location Stand Group 72: Hiroshi Fujii Chase Zhou Bill Wang TA: Katherine O’Kane.
ISA CLICK CONTROL #38 – FALL 2014 ERIC BRUNNGRABER DRAKE ISABIRYE.
SMART CART Group 20 Ciju Francis, Tom Rosengrant.
Programming and Debugging with the Dragon and JTAG Many thanks to Dr. James Hawthorne for evaluating the Dragon system and providing the core content for.
Electronic Instrumentation Project 204 Project Name: Light Level Monitor Student #1: Name ID Student #2: Name ID Student #3: Name ID.
Deep Touch Pressure Abdomen Belt Group 32 Kevin Rathbun & Luke Fleming & Chang-O Pyo ECE 445 Senior Design April 28, 2015.
Power Budget Automation System Team #40 Hai Vo, Ho Chuen Tsang, Vi Tran ECE 445 Senior Design April 30 st, 2013.
A Project by ABHISHEK N (1P909EC001) YASHAS B R (1PI09EC129) J CHETAN (1PI09EC051) Guided by Ms. ANNAPOORNA K Y DEPARTMENT OF ELECTRONICS AND COMMUNICATION.
Components of Mechatronic Systems AUE 425 Week 2 Kerem ALTUN October 3, 2016.
Application Case Study Christmas Lights Controller
Obstacle avoiding robot { pixel }
Scrolling LCD using Arduino.
Home automation using Arduino & ‘PIR sensor’
Automatic human detector garbage can.
Microprocessors Tutorial 1: Arduino Basics
Remote Control For Home Appliance
Microcontroller Based Digital Code Lock
Get Your Project Started with Arduino
OBJECTIVE AND FEATURES:
‘SONAR’ using Arduino & ultrasonic distance sensor
IR Control Materials taken from a variety of sources including IR Remote for the Boe-Bot by Andy Lindsay.
Introduction to Arduinos
Saving Lighting Energy with the BBC micro:bit
Presentation of Robotics (3)
Sensors and actuators Sensors Resistive sensors
Remote Control System Contents: Basic remote control system
I/O Experiments Assignment 1.
Presentation transcript:

Controlling Multiple Appliances with a TV Remote

GROUP MEMBERS SARAH KHAN SAMIRA SIDDIQUA TASBIHA TABASSUM ANTORA

OBJECTIVE  Control multiple appliances and electronics using a single remote  An ordinary TV remote could be used

Arduino AC Power Adapter/Laptop 38 kHz Infrared Receiver Module Red LED Green LED Momentary Pushbutton Switch SYSTEM COMPONENTS 100 ohm Resistors 5V Relay Module Bread Board Servo Motor

38 kHz Infrared Receiver Module Detects the signal from the remote Red LEDGlows when wrong password is entered Green LedGlows when correct password is entered Arduino Microcontroller Interfacing is done using this and programs are stored. Has a serial monitor function to observe the value for the signals. Fundamental Components

RelayActs as a switch. And also Arduino does not work on bigger appliances, and we use relay for bigger voltage supply. Arduino Microcontroller Interfacing is done using this and programs are stored. Has a serial monitor function to observe the value for the signals. Fundamental Components

PROCESS Devices are interfaced and switched using different keys of the remote Arduino is used to control the inputs and outputs. Infrared receiver is used to receive the infrared signals from TV Remote.

How it works Hardware:  Receiver detect the signal from the Remote  Different button have different values  The signal value from each button are recorded.  The necessary signal value are taken and programmed.  Allocated different signal values for each of the outputs(appliances) uniquely.

How it works Programming PasswordIRemoteServo password.appe nd(number); password.reset() ; password.evalu ate() irrecv.enableIRI n(); irrecv.decode(& results); irrecv.resume(); myservo.attach( 9); myservo.write(a ngle);

password.append(number ); Append a character to the currently guessed password password.reset();Reset the currently guessed password password.evaluate()Is the guessed password equal to the target password? irrecv.enableIRIn();Start the reciever irrecv.decode(&results)Deoode the signal and turn it to value irrecv.resume();Ready to receive the next signal myservo.attach(9);Servo input myservo.write(angle);Move the servo to the specified angle

Building The Circuit

Difficulties we faced  Using Servo Motor: Figuring out which angle works best  Signals from different remotes were detected

How we recovered Servo: Trial And Error Receiver: Programming the buttons as much as possible. The experimentation had to be done when no other IR remotes were used.

Benefits  Convenient  Inexpensive Can be used by  Frail old people  Patients  Handicapped people

Future Development  Screen System for display  Better security(Password)  Controlled by Android System  Bigger appliances could be added

THANK YOU