Leon Li (ECE 110): leonli2
Wang Qiuyu (ECE 120): qiuyuw2
1.Introduction
a. Statement of Purpose
The goal of this project is to create a device which, when triggered by a motion detector or pressure sensor, can perform a function such as beginning a video recording or triggering an alarm. This can have many uses, from basic home security, to catching whoever is stealing the last slice of pizza from the fridge, to even recording wildlife.
b. Background Research
Most home security camera systems cost well upwards of $100, which is a fairly significant chunk of money for most people. We hope to be able to build something for those who do not necessarily need the greatest quality, that will cost less. To help us learn how to utilize the Arduino there are many tutorials online covering pretty much every topic we will need.
2.Design Details
a. Block Diagram
b. System Overview
When the burglar is detected either by the infrared sensor or the pressure sensor, the sensor sends signal to Arduino, which then activates a camera (or the so called "monitor") to start recording to keep track of the burglar. The camera is operated under the control of a servo motor, which allows the camera to rotate so as to reduce the blind area as much as possible.
3.Parts
1.Arduino
2.Infrared sensor
3.Pressure sensor
4.Camera
5.Servo Motor
4.Possible Challenges
1.Our lack of programming experience. Utilizing Arduino to enable the camera run by the servo motor to operate requires some fundamental knowledge about software programming.
5.Reference (also listed in the link in Introduction)
1.Arduino Usage: https://learn.adafruit.com/ttl-serial-camera/arduino-usage
2.PIR Motion Sensor: https://learn.adafruit.com/pir-passive-infrared-proximity-motion-sensor/using-a-pir-w-arduino