Skip to main content

Home Security System


    Home Security System

by: Debraj Nath
B.Tech (Electrical and Electronics engineering)

Introduction

Home security system is a combination of following alarm systems
a.     Fire Alarm
b.     Rain Alarm
c.     Foot Step Intruder Alarm
d.     Water Level Indicator Alarm
e.     Light Alarm

The main concept to include all the different types of alarm is to secure the entire home from all types of calamities may be natural or man-made. The circuit could also be helpful to save the intruders like thief attack.



a.     The fire alarm is fitted in such place in home where there may be chance of getting fire such as kitchen, near electrical distribution system of house, gas system of house etc.
b.     The rain alarm is fitted on the roof of the house so that when a water falls on the roof of the house the circuit gets its conducting situation and the alarm would start its operation so that the people inside the house will get notified about the weather condition and they could take preventive measure for their house.
c.     The water level indicator alarm is fitted inside the water tank, so that when water attains its maximum level, the alarm would get activated and the water pump should be switched off to save the wastage of the water.
d.     Most of the time people have to stand in front of the door and continuously ring the bell to open the door. But in modern scenario we will use foot step alarm which would make sound continuously till when the person doesn’t move from its place. This alarm could also be used in the window to protect the house from thieves.

Aim


The main concept of the project is to construct a simple but effective security system for home which consist of:-
a. Fire Alarm
b. Rain Alarm
c. Foot Step Intruder Alarm
d. Water Level Indicator Alarm
e. Light Alarm
for further details please feel free to contact me for full details of the project.


download file here

Comments

Popular posts from this blog

Nano Technology In Electronics

Full Wave Bridge Rectifier With Capacitor Filter

 Full Wave Bridge Rectifier With Capacitor Filter The voltage obtained across the load resistor of the full-wave bridge rectifier described above has a large amount of ripple. A capacitor filter may be added to smooth-en the ripple in the output, as shown below. Figure 21: Full wave Bridge rectifier with capacitor filter The rectifier circuits discussed above can be used to charge batteries and to convert AC voltages into constant DC voltages. Full-wave and bridge rectifier are more commonly used than half-wave rectifier.

MATLAB

Introduction to MATLAB Goal The goal of this tutorial is to give a brief introduction to the mathematical software MATLAB. After completing the worksheet you should know how to start MATLAB, how to use the elementary functions in MATLAB and how to use MATLAB to plot functions. What is MATLAB? MATLAB is widely used in all areas of applied mathematics, in education and research at universities, and in the industry. MATLAB stands for MATrix LABoratory and the software is built up around vectors and matrices. This makes the software particularly useful for linear algebra but MATLAB is also a great tool for solving algebraic and differential equations and for numerical integration. MATLAB has powerful graphic tools and can produce nice pictures in both 2D and 3D. It is also a programming language, and is one of the easiest programming languages for writing mathematical programs. MATLAB also has some tool boxes useful for signal processing, image processing, optimization, etc. How ...