Difference between revisions of "S13: Smart Security"
(→Smart Security) |
(→Parts List & Cost) |
||
Line 127: | Line 127: | ||
== Parts List & Cost == | == Parts List & Cost == | ||
− | + | <table class="wikitable"> | |
+ | <th>Item</th> | ||
+ | <th>Type</th> | ||
+ | <th>Quantity</th> | ||
+ | <th>Cost</th> | ||
+ | <th>Link</th> | ||
+ | |||
+ | <tr> | ||
+ | <td><center> LPC1758 </center></td> | ||
+ | <td><center> MicroController </center></td> | ||
+ | <td><center>1</center></td> | ||
+ | <td><center> ~$70 </center></td> | ||
+ | <td><center> Purchased in CMPE127 </center></td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td><center> PIR Motion Sensor </center></td> | ||
+ | <td><center> Infrared Sensor </center></td> | ||
+ | <td><center>1</center></td> | ||
+ | <td><center> $9.95 </center></td> | ||
+ | <td><center> https://www.sparkfun.com/products/8630 </center></td> | ||
+ | </tr> | ||
+ | |||
+ | |||
+ | <tr> | ||
+ | <td><center> RN-XV Wifly </center></td> | ||
+ | <td><center> Wi-fi Module </center></td> | ||
+ | <td><center>1</center></td> | ||
+ | <td><center> $34.95 </center></td> | ||
+ | <td><center> https://www.sparkfun.com/products/10822 </center></td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td><center> Paper Mache </center></td> | ||
+ | <td><center> Housing </center></td> | ||
+ | <td><center>1</center></td> | ||
+ | <td><center> $14.95 </center></td> | ||
+ | <td><center> http://www.beverlys.com/alameda-store.html </center></td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td><center> Linksys WRT54G </center></td> | ||
+ | <td><center> Router </center></td> | ||
+ | <td><center>1</center></td> | ||
+ | <td><center> $39.99 </center></td> | ||
+ | <td><center> http://www.amazon.com/Cisco-WRT54G-Cisco-Linksys-Wireless-G-Router/dp/B00007KDVI </center></td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td><center> 5V Battery Pack </center></td> | ||
+ | <td><center> Power Supply </center></td> | ||
+ | <td><center>1</center></td> | ||
+ | <td><center> $5 </center></td> | ||
+ | <td><center> Reused from old project </center></td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td><center> Wires, Resistors, Female Connectors, Standoff, Breadboard, etc. </center></td> | ||
+ | <td><center> Misc. </center></td> | ||
+ | <td><center>-</center></td> | ||
+ | <td><center> - </center></td> | ||
+ | <td><center> Various Sources </center></td> | ||
+ | </tr> | ||
== Design & Implementation == | == Design & Implementation == |
Revision as of 22:02, 16 May 2013
Contents
Grading Criteria
- How well is Software & Hardware Design described?
- How well can this report be used to reproduce this project?
- Code Quality
- Overall Report Quality:
- Software Block Diagrams
- Hardware Block Diagrams
- Schematic Quality
- Quality of technical challenges and solutions adopted.
Smart Security
Safety often tends to wary people in various part of the world. Whether or not an individual is living in a neighborhood with high or low crime rates, security have always been a main concern. With the rising crime rates, even in area known to be safe, security companies have been trying to attract customer with their innovative features, but not so attractive pricing. Often the price could range anywhere starting at $1,400 for installation and from $23 a month [1]. Our project is to provide a solution for people who want a home security system, but not have to pay the huge installation cost and monthly fee.
Abstract
Smart Security is a system targeted for home security that continuously monitors movement, when armed. This system will alert the user wirelessly when it detects motion via text message and flash LEDs on the spot to try and scare off the intruder. The whole process can be control using a web based GUI for arming and disarming the system.
Objectives & Introduction
The Smart Security project communicates with the user using wireless connection to alert them of any movement within the proximity of the sensor. A PIR motion sensor is, connected to a LPC1758 microcontroller board, used as a detector to register any movement. A Wifly module, also attached to the LPC, maintain wireless connection to send and receive commands. The user is able to communicate with the board using a web based GUI, designed with Bootstrap, to arm and disarm the system as he/she please. When armed and motion is detected, the board will send commands to alert user using text messages. To prevent spam, users will receive periodic text messages versus one per motion detected.
Our objectives for the project:
- Interface PIR Sensor with LPC1758 board and register readings
- Use Wifly to communicate between the board and server
- Send alerts in the form of email/text messages when movement is detected
- Setup alarm in the form of flashing LEDs
- Create an interactive user web interface that handles the control of the sensor
- Setup connection between the board and server
Team Members & Responsibilities
- Kevin Deng
- Interfacing PIR Motion Sensor with LPC1758 Microcontroller
- Design Web UI
- Nelson Wong
- Interface Wifly module with LPC1758
- Wireless communication
Schedule
Week | Planned Tasks | Actual Tasks |
---|---|---|
1 |
|
|
2 |
|
|
3 |
|
|
4 |
|
|
5 |
|
|
Parts List & Cost
Item | Type | Quantity | Cost | Link |
---|---|---|---|---|