Skip to content
Ajay Sangamithran edited this page Oct 15, 2016 · 2 revisions

Welcome to the Arduino-Based-Home-Security-System wiki!

This is a project for creating a Home Security System based on Arudino.

Features --

1.It has multiple sensors to monitor status.
2.Pin Based entry and locking.
3.The number and type of sensors can be modified as per convinience.
4.GSM Module used to provide intrusion alerts via SMS.

A Description of the contents in the repository ---

1. Components Required.pdf

List of components required for the project.

2. How to Connect.txt

How to connect the required components as per the defined main code.

3. All Required Codes for set up and testing

Contents
3.1. Main_Code -- Contains the main code
3.2. Read_Phone_Number_from_EEPROM  -- Contains the code the check the phone number written in EEPROM
3.3  Read_Pin_from_EEPROM -- Contains the code the check the pin written in EEPROM
3.4. Test_Sensor_Connections -- Contains the code to check if all sensors are connected properly
3.5. Write_Phone_Number_To_EEPROM --- Contains the code the write the phone number into the EEPROM
3.6. Write_Pin_To_EEPROM --- Contains the code the write pin into the EEPROM

Can be done as project for Final year Computer Science (CSE), Electronic & Electrical (EEE) and Electronics & Communication Engineering Students.