CONTROL ANY CIRCUIT WITH A TV REMOTE DSD PROJECT OVERVIEW.

Slides:



Advertisements
Similar presentations
Sensing and Control.
Advertisements

Remote Control For Home Applications
Indian Institute of Technology Hyderabad ELECTRONIC SWITCH CONTROL THROUGH RF(RADIO FREQUENCY) GROUP MEMBERS: Anil Kumar Loya ME12B1002 RITESH KUMAR CE12B1019.
IR Control Materials taken from a variety of sources including IR Remote for the Boe-Bot by Andy Lindsay.
In this presentation you will:
Fair Use Building and Research Labs Presents
MICROCONTROLLERS MODULE 2 Programming, Controlling and Monitoring.
Revision analog electronics
Dr. Andreas Kunz © 10/2004 inspire icvr BASICS OF ELECTRONICS.
How to Build a Digital-Physical System-Lab Assegid Kidané Fall 2014.
ECE 265 – LECTURE 13 Interface to switches and LEDs 7/3/ ECE265.
Introduction.
Lecture – 7 Basic input and output
Module 2: Hardware and Terminology
Embedded Programming and Robotics
Designing An Electronic Trigger Mechanism For A Paintball Marker To Allow User Selectable Firing Rates ECE 4884/4007 Fall 2007 Nathan Densmore Matthew.
Working with Arduino: Lesson #1: Getting Acquainted with the Kit EGN1007.
Electronic Component Functions What is this component doing my in electronic device?
Electronics Chapter 53 What is Electronics? Electronics is the careful and exact control of very small electric currents. It is used in many small devices.
MICROCONTROLLERS MODULE 2 Programming, Controlling and Monitoring.
Viking Pump Flow Manager - Phase 2 Senior Design May
Ch4 Electronic Components Circuit/Schematic Symbols.
TA: Chris Reilly Group 5: Benjamin, Ramie, Zachary, Dinal.
NPN Foundations of Technology NPN © 2013 International Technology and Engineering Educators Association, STEM  Center for Teaching and Learning™ Foundations.
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.
Franz Duran INTRODUCTION TO A RDUINO PROGRAMMING & INTERFACING Engr. Franz Duran, MEP-ECE RapidSignal Electronics.
Problem 1 Choose title 1 st XML 2 nd electronic spider 3 rd infrared remote home control Waste time.
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.
How an NPN Transistor Works
Electronics Speaker Project Mr Sanders.
AUTOMATIC RAILWAY GATE CONTROLLING AND TRACK SWITCHING
Team 9 - myRoom Software Design Considerations. Team 9 - myRoom Customizable control system Interfaces with household appliances –Light –TV –DVD player.
IN 1900 ICT Project Final Presentation. Group name : Code Squad.
18240 Element two - Components INPUTS OUTPUTS PURPOSE TYPICAL USE.
Electronics for Physical Computing Materials: capacitor, diode, LED, transistor, switch,resistor, relay, proto board, multimeter.
BLDC Motor Speed Control with RPM Display. Introduction BLDC Motor Speed Control with RPM Display  The main objective of this.
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.
SMART CART Group 20 Ciju Francis, Tom Rosengrant.
1 ALARMLINC. 2 OVERVIEW Expanding Situational AwarenessOVERVIEW.
Electronic Instrumentation Project 204 Project Name: Light Level Monitor Student #1: Name ID Student #2: Name ID Student #3: Name ID.
MICROCONTROLLER BASE FIRE ALARM MADE BY: *Priya Rabadia *Rajdeep Rupapara.
Controlling Multiple Appliances with a TV Remote.
A Project by ABHISHEK N (1P909EC001) YASHAS B R (1PI09EC129) J CHETAN (1PI09EC051) Guided by Ms. ANNAPOORNA K Y DEPARTMENT OF ELECTRONICS AND COMMUNICATION.
Application Case Study Christmas Lights Controller
Scrolling LCD using Arduino.
Prototyping with Microcontrollers and Sensors
Home automation using Arduino & ‘PIR sensor’
Michael Rahaim, PhD Candidate Multimedia Communications Lab
Remote Control For Home Appliance
Arduino Development for Beginners
Microcontroller Based Digital Code Lock
Project Title ARDUINO BASED WIRELESS ELECTRICAL APPARATUS CONTROL SYSTEM USING IR COMMUNICATION Under the Guidance of Submitted by.
RAILWAY TRACK SNAP NOTIFICATION
IR Control Materials taken from a variety of sources including IR Remote for the Boe-Bot by Andy Lindsay.
Saving Lighting Energy with the BBC micro:bit
PLC Hardware Components.
Basic circuits Electrical circuits Electrical properties Ohm’s law
Sensors and actuators Sensors Resistive sensors
How a PNP Transistor Works
How an NPN Transistor Works
UNIT 9 Relays.
UNIT 9 Relays.
I/O Experiments Assignment 1.
Buttons.
Presentation transcript:

CONTROL ANY CIRCUIT WITH A TV REMOTE DSD PROJECT OVERVIEW

GROUP MEMBERS SARAH KHAN SAMIRA SIDDIQUA TASBIHA TABASSUM ANTORA

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

Arduino Microcontroller AC Power Adapter/Laptop 38 kHz Infrared Receiver Module Red LED Green LED Momentary Pushbutton Switch MATERIALS REQUIRED 100 ohm Resistors 5V Relay Modules BreadBoard Diodes

38 kHz Infrared Receiver Module detect the signal from the remote Red LEDWhen wrong password is entered, it light up Green LedWhen correct password is entered,it light up Arduinoserial monitor function to observe the value for the signals, password, And appliances observation. It is also where interfacing is done and program are stored. RelayActs as a switch. And also arduino wont work on bigger appliances, and we use relay for bigger voltage supply. DiodeTo prevent damage to relay. COMPONENTS

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

MAIN IDEA 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.

MAIN IDEA Software PasswordIRemoteServo password.ap pend(number ); password.res et(); password.ev aluate() irrecv.enableI RIn(); irrecv.decode (&results); irrecv.resume (); myservo.atta ch(9); myservo.writ e(angle);

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  Servo: Figuring out which angle work best  Signals from different remote was detected

RECOVER Servo: Trial And Error Reciever: Coding the button as much as possible. Isolated Case.

BENEFITS  Convenient  Cheap  Weak body people  Patient  Handicapped  Tired people

Future Development  Screen System for display  Better security related(Password)  Android System  Bigger appliances

THANK YOU