Tareq Khan, Ph.D. Assistant Professor,

Slides:



Advertisements
Similar presentations
Centre for Research and Technology Hellas Hellenic Institute of Transport Web: Kostas Kalogirou – Taxiarchis Tsaprounis.
Advertisements

Gateway Agent Product & Architecture
SSIA SUMMIT October 2014 Advanced Bridging Technologies Hold Key to Finally Making Smart Homes a Reality Fred Dart – FTDI Chip.
BEYOND SMARTPHONES WITH RASPBERRY PI BY - ASHISH KSHIRSAGAR.
Computer Parts Assignment
Building an Application Server for Home Network based on Android Platform Yi-hsien Liao Supervised by : Dr. Chao-huang Wei Department of Electrical Engineering.
TEW-691GR Training TEW-691GR Training TEW-691GR 450Mbps Wireless N Gigabit Router.
WIRELESS DISPLAY OVER BLUETOOTH USING PI AND ANDROID PHONE Group Members: Shweta Ware, David Etim Network Embedded Systems.
WvU-Secure Group 10 - Wireless Sensor Network Security System Steven Andryzcik, Daniel Gilmore, Dane Hamilton, and Garrett Michael.
A Study of Wireless Virtual Network Computing Kiran Erra.
Raspberry Pi Garage Door Mark Barron NET 499 Eastern Kentucky University.
I I R R T T Internet Real Time Lab SECE SYSTEM SECE SERVER INTERNET ELECTRICAL APPLIANCES CONNECTED TO MICROCONTROLLER … … : register & download.
Windows Vista Configuration MCTS : Mobile Computers.
CHAPTER 7 Operating System Copyright © Cengage Learning. All rights reserved.
Mobile phone sensors. Sensors Sensors gyroscope The gyroscope is a sensor that can provide orientation information as well. This sensor can tell how.
By:- Punith Sharma Ashwath D S Adithya S Srimatha B V
BUILDING AND IMPLEMENT A EMBEDDED WEB SERVER BASE ON TCP/IP STACK WITH A SoC PLATFORM Professor : CHI-JO WANG Name : Bui Quang Hoa (M982b211)
DISCOVERING COMPUTERS 2018 Digital Technology, Data, and Devices
Grado en Ingeniería de Tecnologías y Servicios de Telecomunicación
Mandava Institute of Engineering and Technology
RASPBERRY PI WORKSHOP.
Computer network Ch.5.
Mobile Devices: How they Operate
Computer Information Systems
IP Camera and Doorbell Camera
Smart Parking Application
VOICE CONTROLLED SMART HOME AUTOMATION SYSTEM BASED ON ZIGBEE NETWORK
ETS Inside Product Launch
AUTOMATED security system
A SEMINAR ON ROVER TECHNOLOGY
Project Target Develop a Web Based Management software suit that will enable users to control Hardware using standard HTTP & Java Applet compatible web.
Configure Instruction
Always Connected introduces Tigo SMART 3.0 This guide is interactive!
Top 10 Strategic Technology Trends for 2013
Serial Communication Protocols And Embedded IoT
Instructor Materials Chapter 1 Ever Wonder How It Works?
IzoT™ Device Stacks March 2014.
Introduction to Mobile Web Applications
A Study of Wireless Virtual Network Computing
Fastdroid Produced by : Firas Abdalhaq Mohammad Amour Supervised by : Dr. Raed Alqadi.
Thomas Ulz, Thomas Pieber, Christian Steger1
LightMyPi Control any electrical appliances wirelessly from android phone BY ATHUL JAYARAM, FOURTH Year btech cse+MBA Student,
Internet of Things.
MBRC Mobile Based Remote Control
The Making of a Smart Home
SMART BUILDING WITH INDOOR NAVIGATION SYSTEM -using iot
1. Press the Power button or switch to flip on the printer, if it is turn off. 2. From the Home display screen on the product control panel, click the.
Installing the HP LaserJet Pro 500 color MFP M570 printer software in Windows on a Wireless Network & Wired Network.
Definitions By: Gurmansi Kang.
Tablet and eBook Orientation
What we learn during Program
Mobile Devices: How they Operate
Mike Pappas, Nigel Himmelreich, Eric Anderson
Smart Home Automation System
Mike Pappas, Nigel Himmelreich, Eric Anderson
Tablet and eBook Orientation
Network Models, Hardware, Protocols and number systems
Top 10 Strategic Technology Trends for 2013
Ecosystem for Smart Glass Technologies: Proposal Presentation
Purdue University Fort Wayne
Always Connected introduces Tigo SMART 3.1 This guide is interactive!
Network Hardware and Protocols
WELCOME TO SEMINAR.
Purdue University Fort Wayne
Designed by Hwandong Joo
Hardware Graduation Project (2) Seminar
Controlling electronic devices via WiFi with your Smartphone
HOME AUTOMATION SYSTEM BLUETOOTH BASED.  INTRODUCTION  PROBLEM STATEMENT  OBJECTIVES  BLOCK DIAGRAM  CIRCUIT DIAGRAM  METHODOLOGY  APPLICATIONS.
Villas, appartments, residence
Presentation transcript:

A Wi-Fi based Architecture of a Smart Home Controlled by Smartphone and Wall Display IoT Device Tareq Khan, Ph.D. Assistant Professor, Computer Engineering Technology, School of Engineering Technology, Eastern Michigan University, Email: tareq.khan@emich.edu

Outline Introduction Related Works System Architecture Result Wall Display Panel Smartphone App Result Conclusion

Introduction In this age of smart devices, many people are carrying a smartphone with them all the time. When they are at home, most of them are connected with the home Wi-Fi network. In this paper, a Wi-Fi network based architecture is proposed to control home appliances using a smartphone and also with a touchscreen-based wall display panel. The proposed system enables the user to control appliances from anywhere in the home without the pain of walking towards the switch panel on the wall. In this project, the mechanical switch based panel on the wall is replaced by the state-of-the-art touch-based liquid crystal display. Along with buttons, the display also shows current weather and time widgets.

Related Works In K. Laubhan et al, the design of a Smart Power Strip is discussed where the loads can be turned on/off using a smartphone app that communicates wirelessly with the microcontroller using Bluetooth. In X. Wen et al, a smart home environment monitoring system is designed with Raspberry Pi based smart home controller, EnOcean/Wi-Fi wireless sensor control network, and smart home PC client. Compared with the other works, the proposed work uses the home Wi-Fi network. As most of the smart devices such as smartphones, tablets etc. are always connected with home Wi-Fi, no additional connection such as Bluetooth, ZigBee etc. are required – which can save battery life of the phone. Loads can be turned on/off using both smartphone app and a Wi-Fi connected LCD with a touchscreen device that can be attached on the wall – replacing the old-fashioned mechanical switch based panel. The wall display also shows colorful weather forecast and time widgets. To use the proposed system, the password of the home Wi-Fi network must be known to the user – thus the system is fairly secured from hacking.

System Architecture

System Architecture: Wall Display Panel HARDWARE

System Architecture: Wall Display Panel APP The Android Things embedded operating system is installed on a 16 GB secure digital (SD) card of the RPi board. The app of the display panel shows The on and off buttons for each load. The current on-off status is also displayed using labels. The current time and weather widget on the screen. Hypertext Markup Language (HTML) code was embedded in web views of the app for fetching time and weather information from the Internet. The wall display panel is configured as a server and the smartphone is configured as a client for socket-based data communication in the local Wi-Fi network. The display panel’s app shows its local Internet Protocol (IP) address, so the user can input that IP in the smartphone to establish a socket connection. The IP of the display panel is fixed to 192.168.1.20 by configuring the router, so that the smartphone does not have to reenter the display panels IP.

System Architecture: Wall Display Panel APP

System Architecture: Smartphone App The smartphone app is developed for the Android platform. The first screen of the app shows the on and off buttons for each load. The current on-off status is also displayed using labels. The app contains a settings menu, where the user can input the IP of the wall display panel. The first screen of the app contains a connect button – when pressed by the user – a socket connection is established with the display panel through the router using Wi-Fi.

System Architecture: Smartphone App

Results A prototype of the proposed Wi-Fi-based smart home control system as discussed is developed and tested successfully. Loads can be controlled using the display panel and also with the smartphone with a 100% success rate. The status of the smartphone app automatically gets updated when a load is controlled by the display panel and vice-versa. Prototype developed

Results

Results

Conclusion In this paper, a Wi-Fi network based architecture to control home appliances using a smartphone and also with a touchscreen-based wall display panel IoT device is proposed. A prototype of the proposed system is developed and tested. Future work includes: Controlling the brightness or speed of the load using Pulse Width Modulation. A cloud-based web interface for controlling and monitoring the loads. Interfacing temperature and humidity sensors with the display panel.

Thanks!