Project Description: Security is a big challenge everywhere because thefts are increasing day by day owing to the unsafe and insecure security systems in homes, commercial complexes and industries. Several conventional technologies are available to keep home properties safe from intruders, but most common smart home security systems work on wireless GSM communication. Such systems provide security from natural, incidental, intended, unintended, accidental and human made problems by continuously monitoring homes with different sensory systems like motion, smoke, gas, temperature, and fire alarm systems.
Home security can be achieved by adopting central controllers to control home devices or appliances that sense different variables using appropriate sensors. The main aspect of such a system is a sensory system that collects the parameter information like temperature, fire, human presence, gas, etc., and sends the corresponding data to the microcontroller or any other processor. This controller is programmed such that when these parameters cross their prescribed limits, it sends the command signals to various final controlling devices like relays, motors and buzzer devices.
Working:
Microcontroller: This is the heart of the system wherein central processing of data takes place. Arduino based ATMEGA328P microcontroller collects the data or information from various sensors and compares it with appropriate prescribed limits. It is programmed by pictoblox application. By receiving the sensor signals, it takes the corresponding course of action by sending commands to the output devices.
Sensors
It consists of various sensors like IR sensors for detecting human presence to open or close the doors; LPG gas sensor to detect the gas leakage in kitchens – and, a smoke detector to detect the presence of fire. It is also possible to add temperature sensor, camera and other sensing devices for improving the security of homes. These sensing values are sent to the microcontroller with intermediate circuitry like Analog to Digital Converter (ADC).
PIR sensor detects the motion of surrounding objects by sensing the difference in infrared or radiant heat levels emitted by that objects. It produces high output by detecting the movement of any objects or human body in front of it. Here it is used to detect thieves/burglars (any human beings). When someone comes in front of the sensor, it detects motion and provides a high output voltage.
GSM Module:
GSM Modem: GSM modem allows the computer to communicate over the mobile network through calls, SMS and MMS messages. It consists of a SIM card and operates over a subscription through a mobile network. It is a highly flexible plug-and-play device capable of connecting to a PC or any microcontroller’s serial port through MAX232IC. This IC is used to convert the TTL logic levels of the microcontroller to a RS232 logic level for enabling serial communication.