Difference between revisions of "Project Advising: Security System"

From Embedded Systems Learning Academy
Jump to: navigation, search
(Implementation Schedule)
 
(9 intermediate revisions by 2 users not shown)
Line 3: Line 3:
  
 
<BR/>
 
<BR/>
== Abstract (Draft) ==
+
== Project Team Members ==
The home security systems have been in the existence for more than two decades, but most of the people have really outdated security systems. There are two main reasons which are deterring them from upgrading their home security systems and they are cost of new alarm system and the installation fee. Lot of companies also offer security systems for which they charge their customers on monthly basis, but majority of people don’t like that idea. Now the technology has improved so much that we are capable of controlling our security systems from anywhere using our laptop, tablet or even our phones. There is a huge demand for a affordable and state of the art security system which could be installed easily.
+
* Nathaniel Natividad
 +
* Surinder Singh
 +
* Nelson Wong
  
The objective of our project is to develop a low powered security system which can be turned on off via a wireless device. The security system will comprise of mostly motion sensors and contact sensors with one base station that will communicate with the controllers. If the system detects any abnormal activity, it will send out an alert to the user through an e-mail.
+
<BR/>
 
+
== This Week's Tasks ==
Most companies that sell security systems to businesses and households use wired communication in their systems to make them run. Although some companies are currently working on security systems that can communicate with the sensors wirelessly, but there has not been any security system that can alert the users that their security system has been triggered. There have been some instances that the user would get notified by a call from the company if their security system has been triggered, but we believe that it takes awhile for this kind of communication to be established. We want the user of the security system to be notified immediately so that they can do the proper action when the alarm is triggered. Therefore, email notifications are a great way for users to be notified. In the industry today, there aren’t as much security systems that can notify the user about their security system being triggered while they are away. We believe that this security system that we are planning to make will be very useful to businesses and households out there. Industries will look at this kind of security system as a more reliable system than others and will use this model for their business to strive. The academic values for this project consist of what we have learned about microcontrollers and wireless communications and apply it to this project to make a working security system that will benefit everyone who needs security in their buildings. Not only will this project have an idea for everyone, but it will benefit us as well. We will get to learn new things about wireless communication and micro-controllers that we have not learned and we can apply these skills into our jobs that we will apply for after graduation. We believe that this project is going to be a very big learning curve for us and it can help our society in a big way.
+
* Set up development environment
 +
* [COMPLETED] Get base station accessible over TCP/IP
 +
* [COMPLETED] Confirm abstract and acquire signature
  
 
<BR/>
 
<BR/>
 
== Status ==
 
== Status ==
 
=== Roadblocks & Problems ===
 
=== Roadblocks & Problems ===
Item 1
+
None so far
*  Item 2
 
  
 
=== Next Goals ===
 
=== Next Goals ===
Item 1
+
Setup Development Environment
* Item 2
+
 
 +
=== Long term Goals ===
 +
*  Start designing PCB for sensor node
 +
 
 +
=== Completed Goals ===
 +
*  Get base-station accessible over TCP/IP
 +
<BR/>
 +
== Implementation Schedule ==
 +
=== October 23 ===
 +
* Begin work on sensor module
 +
* Begin work on base station
 +
=== October 30 ===
 +
* Finish sensor module
 +
* Begin work on Nordic Wireless
 +
=== November 1 ===
 +
* Begin PCB design
 +
* Begin Android app
 +
* Finish base station
 +
=== November 13 ===
 +
* Finish Nordic Wireless
 +
* Begin work on power management
 +
=== December 1 ===
 +
* Finish work on power management
 +
* Finish PCB design
 +
=== January 1 ===
 +
* Ship design
  
 
<BR/>
 
<BR/>
 +
 
== Due Dates ==
 
== Due Dates ==
 
=== September 16 ===
 
=== September 16 ===
*  Submit Abstract with electronic Signature from Advisor
+
[COMPLETED] Submit Abstract with electronic Signature from Advisor
 
*  Present project to the class
 
*  Present project to the class
  
=== September 9 ===
+
=== September 13 ===
 
*  [COMPLETED] Finish and submit Abstract
 
*  [COMPLETED] Finish and submit Abstract
 +
 +
<BR/>
 +
== Abstract ==
 +
Over the last 150 years, home security systems have evolved to offer a plethora of intrusion detection schemes and alert methods. Unfortunately, what has not changed is the relatively high cost of installing a system and maintaining a subscription to keep it active. This project offers to consumers an alternative security system that consumers can purchase cheaply, install easily, and access, control, and administrate by themselves.
 +
 +
The aim of this project is to deliver a low-powered security system that can be controlled wirelessly through common consumer electronic devices, such as desktop and laptop computers, tablets, or phones. Intrusion detection will be performed by various sensors that will communicate wirelessly to a base station. The base station will then push detection events to the user’s devices.
 +
 +
Most security systems on the market forward alerts to alarm companies that then inform users of alert events as a service provided for their continued security subscription. This project aims to change the industry standard by providing a security system that provides direct alerts to users. In pushing this project into fruition, the topics of embedded systems and microcontrollers, mesh networks, wireless fidelity and TCP/IP, and mobile applications will be explored. This development team hopes to gain skills from working on this project and to pass on the knowledge gained from this experience through this report.
 +
 +
== Requirements ==
 +
<font color="maroon">From Preet:<BR/>
 +
I've added a requirement section for you guys.  We will go with LPC1758-based base-station and add Wifi interface to be able to access it over TCP/IP by using a simple command/response system.  Let's setup a "workshop" day so I can train you guys about the development environment.  Our next goal will be getting the base-station bare-metal system up and running, and add wifi to it.
 +
</font>
 +
 +
<BR/>
 +
=== Base Station ===
 +
*  Base station shall be able to communicate with each sensor node out-of-the-box
 +
*  Base station shall buffer all data from all remote sensor nodes
 +
*  Base station shall communicate over TCP/IP to provide access to its interface
 +
 +
=== Sensor Nodes ===
 +
*  Each sensor node shall operate from a small battery such as CR123
 +
*  Each node shall last more than one year on a single battery
 +
*  Each sensor node shall wake up periodically and send sensor data
 +
*  At minimum, there shall be motion, and door sensor
 +
 +
=== Mobile Application ===
 +
*  The application shall allow to arm or disarm the security system
 +
*  The application shall show events with timestamps when the system was triggered, armed, or disarmed.

Latest revision as of 19:02, 19 October 2013

This is your wiki page that you can edit and will serve as a method of communication between us. Every week, you should add a quick status of what work got accomplished, and share any problem(s) you may encounter.


Project Team Members

  • Nathaniel Natividad
  • Surinder Singh
  • Nelson Wong


This Week's Tasks

  • Set up development environment
  • [COMPLETED] Get base station accessible over TCP/IP
  • [COMPLETED] Confirm abstract and acquire signature


Status

Roadblocks & Problems

  • None so far

Next Goals

  • Setup Development Environment

Long term Goals

  • Start designing PCB for sensor node

Completed Goals

  • Get base-station accessible over TCP/IP


Implementation Schedule

October 23

  • Begin work on sensor module
  • Begin work on base station

October 30

  • Finish sensor module
  • Begin work on Nordic Wireless

November 1

  • Begin PCB design
  • Begin Android app
  • Finish base station

November 13

  • Finish Nordic Wireless
  • Begin work on power management

December 1

  • Finish work on power management
  • Finish PCB design

January 1

  • Ship design


Due Dates

September 16

  • [COMPLETED] Submit Abstract with electronic Signature from Advisor
  • Present project to the class

September 13

  • [COMPLETED] Finish and submit Abstract


Abstract

Over the last 150 years, home security systems have evolved to offer a plethora of intrusion detection schemes and alert methods. Unfortunately, what has not changed is the relatively high cost of installing a system and maintaining a subscription to keep it active. This project offers to consumers an alternative security system that consumers can purchase cheaply, install easily, and access, control, and administrate by themselves.

The aim of this project is to deliver a low-powered security system that can be controlled wirelessly through common consumer electronic devices, such as desktop and laptop computers, tablets, or phones. Intrusion detection will be performed by various sensors that will communicate wirelessly to a base station. The base station will then push detection events to the user’s devices.

Most security systems on the market forward alerts to alarm companies that then inform users of alert events as a service provided for their continued security subscription. This project aims to change the industry standard by providing a security system that provides direct alerts to users. In pushing this project into fruition, the topics of embedded systems and microcontrollers, mesh networks, wireless fidelity and TCP/IP, and mobile applications will be explored. This development team hopes to gain skills from working on this project and to pass on the knowledge gained from this experience through this report.

Requirements

From Preet:
I've added a requirement section for you guys. We will go with LPC1758-based base-station and add Wifi interface to be able to access it over TCP/IP by using a simple command/response system. Let's setup a "workshop" day so I can train you guys about the development environment. Our next goal will be getting the base-station bare-metal system up and running, and add wifi to it.


Base Station

  • Base station shall be able to communicate with each sensor node out-of-the-box
  • Base station shall buffer all data from all remote sensor nodes
  • Base station shall communicate over TCP/IP to provide access to its interface

Sensor Nodes

  • Each sensor node shall operate from a small battery such as CR123
  • Each node shall last more than one year on a single battery
  • Each sensor node shall wake up periodically and send sensor data
  • At minimum, there shall be motion, and door sensor

Mobile Application

  • The application shall allow to arm or disarm the security system
  • The application shall show events with timestamps when the system was triggered, armed, or disarmed.