Active Home Timmy Henery Affiliation EKU, Dept. of Technology.

Slides:



Advertisements
Similar presentations
Indian Institute of Technology Hyderabad Anti sleep Alarm for Students M. Rohit Reddy- cs12b1022 Soumith Raju K – cs12b1037 T Rohit Reddy – ee12b1035.
Advertisements

Chung-Ta King National Tsing Hua University
Flowol The Task.
Aaron Eastham Network Security & Electronics Program Dept. of Applied Engineering & Technology Eastern Kentucky University.
1 Boe-Bot Parts BOE-BOT Lecture #1b DE - Digital Electronics.
MICROCONTROLLED HOME Keith Jones EKU Deparment of Technology CEN.
Linkage Connecting system components. Allows configuring automatic actions Triggering outputs based on specific inputs Used for removing human reliance.
Basic Stamp II is kinda cool Bytes of EEPROM(non-volatile) - Clock speed of 20 MHz. - Holds 600 lines of code in EEPROM - executes an average of.
Laboratory 5: Introduction to LabVIEW. Overview Objectives Background Materials Procedure Report / Presentation Closing.
The Crew Barbara Eikov Ethan Jud Eric McGregor Henrik Mäkitaavola.
Electrical Electricity Fuses Relays Solenoids Electrical Testing
PI : TV A PI MEDIA CENTER Michael Hoskins Network Security & Electronics Program, Dept. of Applied Engineering & Technology, Eastern Kentucky University.
PLC HOME SECURITY SYSTEM Wesley Roe EKU, Department of Technology Computer Electronic Networking.
OUTLINE  Motivation  Introduction  Problem Statement  Assumptions  Proposed Solution  Results  Conclusions  Future Work  References  Acknowledgements.
ING SECURITY SYSTEM WITH ARDUINO Anthony Friend Eastern Kentucky University Network Security & Electronics Program NET 499 – Capstone.
A Home Automation Program Eric McGregor. Subject Area ● We have appliances in our dorm rooms and home. – Stereo – Computer – Lamps – Fans ● All appliances.
Microcontroller Based Wireless Camera Security System John Saylor Computer Electronic Networking.
FRONT DOOR MONITOR Tremayne L. Perkins EKU Dept of Technology, CEN/CET.
REMOTE DOOR LOCK CONTROL Robert B. Schidle EKU, Dept. of Technology, CEN.
Micro Controlled Cabin Lights Ron Acker EKU Dept. of Technology, CEN/CET.
ENGR 6806 – Motor Control Prepared By: Rob Collett September 15, Office: EN2074.
GROUP POLICIES AND SECURITY USING WINDOWS SERVER 2008 Raymond Ross EKU, Dept. of Technology, CEN.
Controlling the Outside World
10/10/ Controlling YOUR ROBOT. 10/10/2015 Basic Stamp  Basic Stamp Input - output pins Interpreter Chip Power supply: 5 Volts voltage Memory: EEPROM.
Cascade switching of an LED EAS 199B Winter 2013.
Problem 1 Choose title 1 st XML 2 nd electronic spider 3 rd infrared remote home control Waste time.
Home Guard Security System. Introduction & Basic Ideas Home Guard Security System.
BAKE BROIL - SELECT PROGRAM - CONV BAKE CONV BROIL SELF CLEAN On any diagram screen, double click any of the following components to bring you to a description.
Bowling Alley Communications Mark Patterson EKU Dept. of Technology, CEN.
The 3 parts of an electronic system are :
The Peace of Mind Dog Care SYSTEM V 1.0 Aaron Humphrey EKU, Dept. of Technology, CET.
SUPER TOASTER Wes Brown Eastern Kentucky University Computer Electronic Networking.
Windows Server 2003 with Active Directory and Group Policies Wendy Hurst Eastern Kentucky University Department of Technology CEN/CET.
Microcontroller Based Automobile Security System Chuan-An (Chen) Hou EKU, Dept. of Technology Computer Electronic Networking.
ENGR 101: Robotics Lecture 3 – Robot Motion Outline  Robot Motion  FOR Loops  Making Music References 
Lynxmotion Robotic Arm
Master/Slave networking configuration Alan Maynard Computer Electronic Networking.
Autonomous Vehicles Derek Smith EKU Dept. of Technology Computer Electronic Networking.
MAKE: AN ELECTRONICS WORKSHOP
Home Security Cameras Emmanuel Payton EKU Dept of Technology CEN/CET.
HOME SECURITY WITH PLC’S Brandon Ballou EKU, Dept. of Technology, CEN/CET.
HOME SECURITY USING PLC Ryan Badgett EKU, Dept. of Technology, CEN.
MICROCONTROLLER DETECTION SYSTEM Joshua Bosiljevac EKU.
18240 Element two - Components INPUTS OUTPUTS PURPOSE TYPICAL USE.
4) Design the logic to control the motor on a simple remote control car. There are two buttons on the remote control for the motor. If neither button is.
Intro. Interfacing & Electronics 1 Interfacing Introduction.
HOME AUTOMATION Robert Brandenburg EKU, Dept. of Technology, CEN/CET.
GOVERNMENT POLYTECHNIC RAJKOT 1 NAMEEN.NO. TADVI PRAGNESH A PATEL ANKIT D PATEL VIRAL S PATEL JAYESH M
Introduction to Arduino A very basic intro to Arduino, the IDE and the Servos class.
Limited rotation servo basics David Hall output shaft servo horn red wire = 5V + black wire = Gnd - white wire = control signal standard servo.
CALLBELL WITH WELCOME DISPLAY Submitted b y SHAIK KHADEER 09QQ1A0434 SYED AMEER SOHEL 09QQ1A0437.
Sequencing Learning Objective: to be able to design algorithms that use sequencing.
The care and use of the Room 241 video display and Skype Facility
Power Supply.
Electronic Eye Controlled Security System
1. Make sure supply voltage is off, unplug the USB, and close the GUI.
REMOTE JAMMING DEVICE.
TV OPERATION JAMMING SYSTEM
IBM PC Controlled Keypunch4b
Cascade switching of an LED
USING A RASPBERRY PI AS A WATER DETECTION SYSTEM
Learning Objective: to be able to design programs that use sequencing.
Lighting LEDs with a RASPBERRY PI
PLC Hardware Components.
Chapter 2 Push button and Potentiometer
Welcome to Digital Electronics using the Arduino Board
Controlling YOUR ROBOT
Diodes AIM: To understand diode characteristics
ACOE347 – Data Acquisition and Automation Systems
2019 Investing Now Summer Program
Presentation transcript:

Active Home Timmy Henery Affiliation EKU, Dept. of Technology

Overview Outline Motivation Introduction Problem Statement Proposed Solution Results Conclusion Future Works

3 OUTLINE Active Home, installing active home, hooking up & wiring the stamp, programming the stamp, wiring the alarm, Led, and solenoid to show activation

4 MOTIVATION MY motivation for this project was my brother. He works as a welder,who works out of town or state most of the time,and is rarely home. So he real need some type of security system put into his home. Low cost

5 INTRODUCTION Active Home works by sending a signal through the power lines to a receiver The receiver plugs in any standard plug-in With a computer and the Active Home software you can turn on/off anything through the USB port

6 PROBLEM STATEMENT Was finding a security system that would work in a remote area The biggest problem was putting too much current flow on the stamp from the solenoid coils that hold current.

7 PROPOSED SOLUTION First when hooking up the solenoid I used a transistor. To solve this problem of the voltage across the stamp I used a diode from the positive end of the solenoid to ground. This way the diode acts like a switch and stops the voltage from going back to the stamp.

8 RESUILTS The program shows that Pins 7-5 are used as outputs on the stamp Shows that the alarm will beep five times then turn on the Led and the solenoid locking the door. Click to add an outline DIRS=% 'bit 7-5 out, bit 0-4 are inputs SYMBOL COUNTER=W1 For counter=1TO5 'the counter counts five times PULSOUT7, 'on pin 7 for 100*10 micro sec=100ms PAUSE 1000 'off for 1000ms=1 sec NEXT counter 'counter goes to thee next counter 1 to 5 PIN6=1 'makes pin6 a output turns it on PIN5=1 'makes pin5 a output turns it on END

9 RESULTS By using Active Home to turn on/off a power supply, I could control the stamp With the stamp, I programmed pins 7-5 to be outputs; the program allowed the alarm to beep five times, then turn on the Led and the solenoid. The solenoid is what locks and unlocks the door

10 Result

11 CONCLUSIONS Active Home Pro worked better than planned For under $ dollars it was real a good investment I learn that there are mean ways the secure a home as you’ll see in the other projects.

12 FUTURE WORK Through Active Home there are many possible extensions by adding timers and other appliance I would like to add video cameras just to work around the house at night Do you have any suggestions You can reach me at my