Networked Door Locking System

Slides:



Advertisements
Similar presentations
TEMPLATE DESIGN © Bluetooth Login Key RIT Computer Engineering Senior Design Project Tim Wesley, Dan Chen Spring 2009.
Advertisements

The Alix.1c microcontroller on board the vehicle runs Fluxbuntu Linux and is connected to a g wireless card and a USB web camera. A background process.
Android Based Graphical User Interface for Control.
University of Massachusetts Amherst InteLock TM Team: Emmanuel Seguin Josh Coffin Anh-Kiet Huynh Christos Tsiokos Remote Access and Proximity Key Advisor:
System Components Hardware overview for Apollo ACS.
USER INTERFACE CONTROL MODULE S ECURE IT : Automated Laptop Security System University of Pennsylvania School of Engineering and Applied Science Electrical.
Remote Temperature Sensor and LED Control By: Man Nguyen Edwin Oilvos Osama Hassan.
COGAIN 2009 Petr Novák, Olga Štepánková Home and environment control.
Smart Home Design Based On Voice Recognition
NETWORK CENTRIC COMPUTING (With included EMBEDDED SYSTEMS)
1. Presenters: Constantine Grantcharov Ryan Burbidge 2.
Wireless Networks This section Contain : 1) Wireless Basics. 2) Bluetooth. 3) Wi-Fi. 4) Wi-Fi Equipment. 5)Wi-Fi Setup.
DEC0905 Remote Control of Home Appliances ABSTRACT The objective of this project is to enable users to remotely control home appliances and systems over.
Ethernet and Wifi Chapter 7 & 8. Send and Receive Data network adapter or network interface NIC card the most common wired Ethernet network interfaces.
WIRELESS DISPLAY OVER BLUETOOTH USING PI AND ANDROID PHONE Group Members: Shweta Ware, David Etim Network Embedded Systems.
Paul Banks, Yorick Robinson, Hans Weggeman, Evan Tu RISC TAKERS.
Web Controlled of Robot Georgi Chakarov Ivelin Stoyanov.
Obstacle Avoidance using Machine Vision Joose Rautemaa
Usage Documentation.  Room Scheduling  Retrieve Room Schedules  Schedule Ad-Hoc Meetings  E-Lock Access  Use your phone to unlock a room  Request.
REMOTE LOGIN. TEAM MEMBERS AMULYA GURURAJ 1MS07IS006 AMULYA GURURAJ 1MS07IS006 BHARGAVI C.S 1MS07IS013 BHARGAVI C.S 1MS07IS013 MEGHANA N. 1MS07IS050 MEGHANA.
Smartmote What your television remote should have been.
DataFlow Diagram – Level 0
Senior Design Weekly Update GROUP MAY1633 9/28/2015.
ECE477 Senior Design Android street car Team 12 Libo Dong 1.
Voice Controlled Home Automation System Group 13 Zhe Gong Hongchuan Li.
I I R R T T Internet Real Time Lab SECE SYSTEM SECE SERVER INTERNET ELECTRICAL APPLIANCES CONNECTED TO MICROCONTROLLER … … : register & download.
Sharique Ali Khan. THE HUNTERS:  seekers of ??  Friends searches THE PROVIDERS:  Ordinary people in need of some help  Friends / Employers  Emergency.
 Introduction  Problem  Solution  Future work.
Version of the document: 1.01 Software Version CBox: v3.7.1 Hardware Version CBox: C5 Remote Access Configuration Client Language: English.
PlaatEnergy (Energy Data Logger) Open Source Project W.B.J. van der Plaat (Principal IT Architect)
Blue eye technology Prepared by VINIT SHAH 08 CE 099.
Grado en Ingeniería de Tecnologías y Servicios de Telecomunicación
Servo’s and Motor’s with Arduino
Suraki-Bhoomi ” - Landslides Early Warning System
Smart Parking Application
BioLock (Biometric Home Entry System)
SMS module HDL-MGSM.431.
Single board computers in the ham shack
Prepared by: Raghad J Foqha Supervisor: Dr. Saed Tarapiah
Chapter A - The Raspberry Pi Computer
Near Field Communication Smart Door
Automatic human detector garbage can.
HTTP Server Protocol Module :
SCADA DATA ACQUISTION MODULE
Arduino & its hardware interfacing
Outline Introduction Standards Project General Idea
Monitoring Robot Prepared by: Hanin Mizyed ,Abdalla Melhem
Remote Sensor Interface for IoT
PlaatSign (Raspberry Pi Digital Content Viewer) Open Source Project
CO6025 Advanced Programming
Home Automation System
The Internet of Things (IoT)
Preliminary Design Review
File Transfer Protocol
Group 16 Tarek Kaddoura Jigar Nahar
Intro to the Arduino Topics: The Arduino Digital IO
Building an Internet of Things Device
Setting Up Firewall using Netfilter and Iptables
Tiers vs. Layers.
RKL Remote key loading.
Monitor printer status with the BrailleApp
Chapter 2: The Linux System Part 5
05 | Desktop Applications
UNIT 11: RC-SERVOMOTOR CONTROL
Designed by Hwandong Joo
Hardware Graduation Project (2) Seminar
Data Communication & Computer Network
Sioux City Community Schools Computer System
SandWish Automated Tabletop Sandwich Maker
Chapter 7 IoT Physical Devices and Endpoints
Presentation transcript:

Networked Door Locking System Kevin Lopez and Benjamin Thompson

Overview Users can lock and unlock their door using a web interface Uses: Check if the door is locked when the user is away Lock the door remotely if the user forgets to lock it Unlock the door if the user forgets his key Unlock the door remotely for another person

Components Raspberry Pi Arduino microcontroller Servomotor USB Bluetooth module Arduino microcontroller Serial Bluetooth module Servomotor Simulates lock on door

Architecture Raspberry Pi Website made with PHP running on Apache2 Authentication using a hashed password Communicates over Bluetooth with the Arduino Sends commands using PHP-serial module Receives information on whether door is locked or unlocked

Architecture Arduino Receives signals from Raspberry Pi over serial Bluetooth module Turns servomotor to lock or unlock door upon request from Raspberry Pi Then sends signal back to Raspberry Pi indicating that status of the lock

Web Interface User must enter password for every command User can check the status of the door, lock it, unlock it, or change the password User can access website either from computer or from mobile device

Pi-Arduino Interface Bluetooth Allows Raspberry Pi to operate near power and Internet access Allows Arduino to operate next to the door, where Internet or power may not be available Raspberry Pi pairs with Arduino using rfcomm utility, which creates a serial channel over Bluetooth This channel can then be used by the php-serial module to send and receive commands

Usage Internet Ethernet or WiFi Raspberry Pi Arduino Servo Bluetooth PWM