IoT Home Surveillance
Overview
This project is a home surveillance system which detects when someone opens the door or if the temperature in the house is getting too high. If and when one of the two conditions are met, an email is sent to the owner of the house. If someone has opened the door, the alarm goes of, and a picture is taken and saved. The owner can turn the alarm on or off using a webpage. An accelerometer,which is attached to the door, is used to detect if the door is opened. A signal is sent to another mbed, which is in front of the door, using the Xbee module. The camera and wifi module are connected to this mbed. The mbed uses the wifi module to send an email, and the picture is saved on the mbed.
Team Members
- Chris Liu
- Kushagra Brahmbhatt
- Snehitha Reddy
Components
- Xbee Pro S1
- Accelerometer(LSM9DS1)
- Temperature Sensor(TMP36)
- Speaker
- Class D Amplifier(TPA2005D1)
- WiFi(ESP8266)
- Camera
Circuit
Mbed 1
Xbee Pro S1
Mbed | Xbee |
---|---|
Vout | Vin=p1 |
Gnd | Gnd=p10 |
TX = P13 | RX=p3 |
RX = P14 | Tx=p2 |
P11 | Reset=p5 |
Accelerometer
Mbed | LSM9DS1 |
---|---|
Vout | Vdd |
gnd | gnd |
TX=p9 | SDA |
RX=p10 | SCL |
Mbed 2
Xbee Pro S1
Mbed | Xbee |
---|---|
Vout | Vin=p1 |
Gnd | Gnd=p10 |
TX = P9 | RX=p3 |
RX = P10 | Tx=p2 |
P11 | Reset=p5 |
Speaker/Amplifier
Mbed | Amplifier | Speaker |
---|---|---|
gnd | pwr - (gnd), in - | |
Vout (3.3V) | pwr + | |
p19 | in + | |
out + | + | |
out - | - |
Adafruit Wifi
Mbed | Huzzah | External 5V DC supply >=500MA |
---|---|---|
gnd | gnd | gnd |
RX - p27 | TX | |
TX - p28 | RX | |
V+ | 5VDC | |
p26 | RST(optional) |
Temperature Sensor
Mbed | TMP36 |
---|---|
GND | GND |
Vout(3.3V) | Vs |
p15 | Vout |
Camera
Mbed | TMP36 |
---|---|
GND | GND |
Vout(5V) | 5V |
P13 | Rx |
P14 | Tx |
Mbed 1
Import programAlarmSys1
alarm system
Mbed 2
Import programIoTBurglar_and_Fire_AlarmSystem
IoT Alarm System
Video Demo and Pictures
Please log in to post comments.