Adaptive Home Automation System

Slides:



Advertisements
Similar presentations
A-Team Home Central Control Unit Kevin Cooke Peter Larson Ben Verstegen Andreas Rugloski Aden Abdillahi.
Advertisements

DESIGN AND IMPLEMENTATION OF SOFTWARE COMPONENTS FOR A REMOTE LABORATORY J. Fernandez, J. Crespo, R. Barber, J. Carretero University Carlos III of Madrid.
Team 7 / May 24, 2006 Web Based Automation & Security Client Capstone Design Advisor Prof. David Bourner Team Members Lloyd Emokpae (team Lead) Vikash.
Multiple Tiers in Action
Sample School Website Sydney Region ITSU School Support
INTRO TO MAKING A WEBSITE Mark Zhang.  HTML  CSS  Javascript  PHP  MySQL  …That’s a lot of stuff!
EE3141 Project Methodology. Project area Isaac Y.F. Fung (PhD) Office: CF605 Area: – Software.
ResourceFull Authors: Matt Kaye (EE ‘12) Nitin Puri (SSE ‘12) Advisor: Dr. Alejandro Ribeiro Special Thanks.
Daniel Arnett · Joseph Vanciel · Brian Krueger Advisor: Dr. Samuel Richie Sponsor: Workforce Central Florida Mentor: Sean Donovan 4 th Annual Senior Design.
DEC0905 Remote Control of Home Appliances ABSTRACT The objective of this project is to enable users to remotely control home appliances and systems over.
Distributed Software Development VLab project plan.
Automated Industrial Wind Tunnel Controller By Daniel Monahan and Nick DeTrempe Advised by Dr. Aleksander Malinowski.
INTERFACING WEB SERVER WITH A ROBOT
Designing Web Applications Thaddeus Diamond CPSC 112.
Team: Justin Audley, Blake Brown, Christopher Dean, Andrew Russell, Andrew Saunders Advisor: Dr. Richard A. Messner Sponsors: Dr. Richard A. Messner, UNH.
The purpose of the project is to utilize the growing use of Internet and Automation in daily activities and this project is built to enhance one such.
By Wayne Sibley Information Engineering Technology University of Cincinnati College of Applied Science.
The group will focus on the design of a “smart” device. This includes researching the best method of design and fabricating the design to create a working.
Case Study Dynamic Website - Three Tier Architecture
Sample School Website. What is wrong with the existing School Webspace Site? Can only host static pages – no dynamic content possible. Can not be edited.
Smartmote What your television remote should have been.
Design Team : Advisor: Dr. Edwin Project Web Site: Client: Paul
Powerpoint Templates Page Senior Design II Mid-Semester Presentation.
ORT Braude College – Software Engineering Department WristQue: A Personal Sensor Wirstband Brian D. Mayton, Nan Zhao, Matt Aldrich, Nicholas Gillian, and.
Final Presentation Smart-Home Smart-Switch using Arduino
Online Voting System by Sanghun Chi ECE345. Introduction Traditional voting system inefficient. Takes time and human resources. Does not give an instant.
I I R R T T Internet Real Time Lab SECE SYSTEM SECE SERVER INTERNET ELECTRICAL APPLIANCES CONNECTED TO MICROCONTROLLER … … : register & download.
Digital Carpool Aid Mid-semester Presentation Senior Design I March 5, 2015.
Preliminary Design Review Team 18 October XX, 2015 Department of Electrical and Computer EngineeringAdvisor: Csaba Andras Moritz.
Oracle 10g Administration Oracle Server Introduction Copyright ©2006, Custom Training Institute.
Digital Carpool Aid Mid-semester Presentation Senior Design I March 5, 2015.
Distributed software development ColdWatch Team & Project Vision Angie Angarita Luka Postružin
 Introduction  Problem  Solution  Future work.
1 Chapter 1 INTRODUCTION TO WEB. 2 Objectives In this chapter, you will: Become familiar with the architecture of the World Wide Web Learn about communication.
Self-Navigation Robot Using 360˚ Sensor Array
Grado en Ingeniería de Tecnologías y Servicios de Telecomunicación
Smart Parking Application
Interfacing the Internet of a Trillion Things
Home Automation Instructor: Dr. Gursel Serpen
Student: Taariq Ghansar Supervisor: Prof Bagula
Growing Plants with the Power of Robotany
Outline Introduction Standards Project General Idea
Brendon Knapp, Edmund Sannda, Carlton Allred, Kyle Upton
HOME AUTOMATION SYSTEM
Smart Car Robot Prepared by Supervised by Mai Asem Abushamma
Tools and Services Workshop Overview of Atmosphere
Wireless Controlled PowerStrip
Internet of Things.
Home Automation System
SMART BUILDING WITH INDOOR NAVIGATION SYSTEM -using iot
Week 01 Comp 7780 – Class Overview.
Preliminary Design Review
Server Side Programming Overview And file system basics
Senior Design Group #5 (Summer 2012)
Globey’s World Ongo-08b Abstract End-Product Description Introduction
Ongo-08b: K – 12 Teaching Application Support
Project Team Information
Ecosystem for Smart Glass Technologies: Proposal Presentation
Web Servers / Deployment
Automated Infrastructure as a Service
Intelligent HVAC Control
Tareq Khan, Ph.D. Assistant Professor,
Globally interconnected 6lowPAN
Infrared Home Controller
Team 21: Project Design Team Members: Nathan Staley Steven Murray
Client-Server Model: Requesting a Web Page
Designed by Hwandong Joo
Restaurant IT Solutions
Interactive Mirror Display
Presentation transcript:

Adaptive Home Automation System Animaniacs Presents: Adaptive Home Automation System Brought to You By the Department of Computer Science & Engineering at the University of North Texas RTCOA CT50 Wi-Fi Smart Thermostat 5V & 24V Power Supplies Passive Infrared Motion Sensors Ultrasonic Module HC-SR04 Distance Sensor Amazon Echo 5V Relay Modules Arduino Yun Raspberry Pi 2 Adafruit TMP36 Analog Temperature Sensor Adafruit IR Distance Sensor WRT54G2 Wireless Router Red & Green LEDs Team David Samaniego Project Lead & Server Administrator Ester Lee Microcontroller Manager & Database Manager Sebastian Riojas Software Developer & Database Manager Tailyr Mack Team Scribe & Configuration Manager Client Jim Buchanan Engineering Labs Technician for the Department of Computer Science & Engineering at the University of North Texas Goal Redefine the way a user’s actions effect a fully automated home system Resolution We’ve created the Adaptive Home Automation System, or AHAS, which will have the ability to automate things around the house by adapting to the user based on habits. Habits are formed by the system keeping track of the user’s repetitive interactive activity with items around the house such as thermostats and lights. Based on the user’s usual pattern, the system will create the habit and configure the system so that, for example, if the user always turns on a light when they arrive home, that light will automatically turn on when they walk in. The system can be controlled via voice commands or through a web interface that allows the user to manually configure the system. They will be able to add and delete habits, adjust the temperature and lights, and see different trends from the collected data. Lessons Learned As a group, we’ve learned each other’s strengths and used it to allocate different task to one another to make sure we’re taking advantage of our individual knowledge to increase production. We’ve also enhanced our knowledge about the following topics: Amazon Echo “Skills”. Communication between Microcontrollers (Arduinos & Raspberry Pi’s). Database management Scripting using PHP, MySQL, Python, and PowerShell. Web Development using HTML, CSS, JavaScript and Bootstrap. Lastly, for the Arduinos, we learned that you can’t extend the space the Arduino has, but you can connect multiple to one another in a Master/Slave setup in order to increase memory.