Home Intrusion Detection System Andre, Irena, Priyanka, Balta.

Slides:



Advertisements
Similar presentations
Mobile Computing Advantages and limitations of mobile computing
Advertisements

BEYOND SMARTPHONES WITH RASPBERRY PI BY - ASHISH KSHIRSAGAR.
Raspberry Pi Surrey Amateur Radio Club November 12, 2014 AN INTRODUCTION TO THIS NON-EDIBLE DELIGHT.
Residential Surveillance with IR Sensor & Raspberry Pi Maxine Major April 22, 2014.
Building your own Chartplotter with AIS, Radar, & Autopilot
Discovering Computers: Chapter 1
A smartphone from Apple that integrates cellphone, iPod, camera, text messaging, and Web browsing. Data and applications can be sent to the phone.
Introduction to the Raspberry Pi ® Saman Amighi 10/2013 ® Raspberry Pi Foundation.
Introduction to Computers Essential Understanding of Computers and Computer Operations.
WINDOWS 8.1 MOBILE “Full” Windows in a Tablet Environment.
Digital Literacy.
RaspberryPi Ira Goldstein Siena College. What is a Raspberry Pi? University of Cambridge’s Computer Laboratory – Decline in skill level – Designed for.
 Computer News  Office for the Ipad  July & August no meeting  Sept 19th  One meeting a month (3rd Wednesday)  Website & 
Smart Home Design Based On Voice Recognition
MINI MEDIA CENTER Charles Hayden Network Security and Electronics Department of Applied Engineering and Technology Eastern Kentucky University.
ROM Read Only Memory “…computer memory on which data has been prerecorded. Once data has been written onto a ROM chip, it cannot be removed and can only.
Chapter 5 Input By: Matthew D McCoog What Is Input? Any data or instructions entered into the memory of a computer.
Raspberry Pi.
 Data or instructions entered into memory of computer  Input device is any hardware component used to enter data or instructions 2.
Remote Control of Mobile Robotic Vehicle Via Web- Interface Douglas Bailey Computer Engineering Harding University.
DATA ACQUISITION Blake Rohde, Joel Tanzi, Michael Albert.
Chapter 1: Applying Computer Basics – Lesson 1 © 2010, 2006 South-Western, Cengage Learning.
IP Surveillance Solution & Products Introduction
Video Chat – getting ready Need a broadband connection. Need speakers & web cam or headset and webcam. Download software or browser plug-in. Sign up for.
Symbian OS 1.  Symbian  Symbian OS is an operating system and software platform that designed for smart phones and maintained by Nokia.  Symbian platform.
Today: Student will be able to describe the basics of their class and computing Tell me about you and how you use computers. Lesson 1 Slide 1.
ISecurity Mid-Semester Presentation Draft September 26, 2012.
Introduction :  In the beginning, the calculator is the basic idea of computers out, then that arrived at the large computers.  in1980 or late seventies.
ISecurity Mid-Semester Presentation October 9, 2012.
Intro to Raspberry Pi A Southwest Florida Hackerspace Workshop Presented by: Russell Benzing & Eric Schiffli.
ITIS 3110 LAB 1 VM Creation & Pi Baking. GROUP PROJECT UPCOMING 4 members per group 3 or 5 will be allowed, but verify with instructor first Start thinking.
Open Microsoft Excel Draw this image. Is it possible?
Rasberry pi 2 model B. Selve computeren i rasberry pi’en.
Raspberry Pi Project Control Your Home Lights with a Raspberry Pi.
Introducing the Raspberry Pi Nauru ICT Department April 2016.
Farhin Al Masud What is Raspberry PI? o Low cost, credit card sized computer o SOC (System on a chip) o Founded by Raspberry PI foundation.
Robotics Grant Agreement No LLP UK-LEONARDO-LMP Project acronym: CLEM Project title: Cloud services for E-Learning in Mechatronics Technology.
University of Wisconsin-Whitewater. What is a Raspberry Pi?  Low cost, ARM based computer the size of a credit card  Uses SD card for persistent storage.
An introduction to the Raspberry Pi. What is a Raspberry Pi?  University of Cambridge’s Computer Laboratory  Decline in skill level  Designed for education.
Get Started with Raspberry Pi- Single Board Computer.
SAURABH GINGADE 12311A0480. The Raspberry Pi is a credit-card sized computer.
RaspberryPi.
Solar Pi – A Technology Innovation
Building Raspberry Pi Controllers with Python
Computer System Laboratory
Mandava Institute of Engineering and Technology
Ira Goldstein Siena College
Accessing the device native APIs
PlaatProtect (Burglar / Fire Alarm Centre) Open Source Project
Prepared by: Raghad J Foqha Supervisor: Dr. Saed Tarapiah
From Things to the Internet: Teaching Kids to Code Java on the Raspberry Pi Ian Utting & Fabio Hedayioglu.
The Raspberry Pi Initiative
A microcontroller Raspberry Pi 2 Model B V1.1 RPi
MOBILE COMPUTING Jitendra Patel ROLL NO :- 38 TY MSC(CA & IT)
Security Alert System and Universal Access
Vodafone Mobile Broadband HotSpot R227h
Raspberry Pi.
Raspberry Pi Pi 2 Model B.
Chapter 1: Applying Computer Basics – Lesson 1
Raspberry Pi. Introduction to Raspberry Pi Python Electronics Linux Outline.
Vodafone Mobile Broadband HotSpot R218h
ACN Premium Technical Support
Lecture 1: Getting Ready
Beginning Raspberry Pi
Digital Literacy 1.00 Computer Basics
Introduction to Single Board Computer
Interactive Mirror Display
PLTW Terms PLTW Vocabulary Set #10.
PLTW Terms PLTW Vocabulary Set #10.
Raspberry Pi Hardware By: Mike Kwiatkowski.
Presentation transcript:

Home Intrusion Detection System Andre, Irena, Priyanka, Balta

Intrusion Detection ●Based on ubiquitous computing o can occur using any device, in any location, in any format ●Our system is designed to be: o lightweight o portable o mobile

Hardware ●Raspberry Pi ●Raspberry Pi camera ●Logitech Quickcam (for audio) ●Edimax USB wireless adapter

Raspberry Pi ●Credit card sized, single-board computer ●700 MHz ARM processor ●Uses SD card for booting and storage ●Runs Raspbian, a Debian- based OS ●HDMI, 2xUSB, audio out, composite video, Ethernet

What Can It Do ●Detect motion and capture video or take a snapshot ●Upload to Google Drive to view online ●Capture audio and upload ●Alert owner through and/or text message ●Controls accessible through web server running on Raspberry Pi

Software ●Most code is in Python ●Google Speech API used for audio ●Motion used used for motion detection o Detects number of changed pixels

Future ●Add facial recognition feature ●Improve voice recognition ●Make more features available through web server