-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Ajay Sangamithran edited this page Oct 15, 2016
·
2 revisions
This is a project for creating a Home Security System based on Arudino.
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.
List of components required for the project.
How to connect the required components as per the defined main code.
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.