0% found this document useful (0 votes)
13 views

Embedded System Based Home Automation With Security Using Raspberry Pi

Uploaded by

kavyadahal3
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views

Embedded System Based Home Automation With Security Using Raspberry Pi

Uploaded by

kavyadahal3
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

See discussions, stats, and author profiles for this publication at: https://www.researchgate.

net/publication/378971791

Embedded system-based Home Automation and Security Surveillance Using


Raspberry pi

Conference Paper · March 2024

CITATIONS READS

0 417

2 authors:

Gajendra Teli Priyanka Jain


ARYA COLLEGE OF ENGINEERING & I.T. 1 PUBLICATION 0 CITATIONS
4 PUBLICATIONS 0 CITATIONS
SEE PROFILE
SEE PROFILE

All content following this page was uploaded by Gajendra Teli on 15 March 2024.

The user has requested enhancement of the downloaded file.


Embedded system-based Home Automation and
Security Surveillance Using Raspberry pi
Gajendra Teli Priyanka Jain

Department of Electrical Engineering Department of Electrical Engineering

Arya College of Engineering and I.T. Arya College of Engineering and I.T.

[email protected] [email protected]

Abstract: In modern era homes are become techno friendly The main elements of smart home [6] are:
where everything is connected with automated system. This
new approach also required a tight security system so that this 1. Internal network – wire, cable, wireless.
automation becomes a facility for the users not a threat factor. 2. Intelligent control – The gateway to manage the
This paper presents a unique approach here to combine the system.
automation with the security. In this paper two main points 3. Home automation – products within the home and
will be worked out for a home automation. First this system links to services and systems outside the home.
based on automatically send messages to home owner when
any unknown person is pressing the doorbell. The second one
4. Home security – Home security by detecting
is environment sensing in which it collects and analysed data person at the door of the house.
and allows user to customised the settings according to the
requirements. All the devices which are used for home
The main purpose of a home automation system is to be
automation are user friendly. This system uses a Cluster of able to read values from sensors within the home and send
sensors, Raspberry Pi device as server system. The main commands to adapt the values, tailoring them to the
advantage of this proposed system is that it is a user-friendly, specific needs of the end user. In this way, the system will
responsive, secure system which provides a home automation help in providing a better living environment for the user
solution to the users. and will help the user in making their stay in their home
more comfortable.
Keywords: Home Automation, Security Surveillance, Raspberry
PI, Proteus 8.12, python IDE, VSPE software. METHODOLOGY

INTRODUCTION This paper shows a project based on two main parts. First
part is security surveillance in which when a person presses
A smart home is a specialized home where appliances can the doorbell then his/her image detected by camera and
be controlled automatically and remotely. A smart home is checking with store data then if it found a known person
called "intelligent", because its computer systems can which match by stored data, the door automatically opens
monitor many aspects of daily life [1] . The home and if unknown person found then automatically is detect
automation concept is a promising and cost-effective way the person in home by PIR sensor and if no one found in
of non-invasively improving home care for the elderly and home then it sends mail to home owner. This part consists
disabled, allowing for greater independence, helping to of PIR sensor, bell button, DC motor, camera, personal
maintain good health and preventing social isolation [2]. computer, buzzer, LCD display, serial communication
Smart home consists of home appliances, sensors, actuators module.
and data processors and analysers. [3]. The second part of the system is home automation based on
raspberry pi. Which is for monitoring, tracking and
This paper suggests a home automation and security
analysing a home and controlling the appliances.it consist
monitoring system based on Raspberry PI. The main
of raspberry pi3, GAS sensor, PIR sensor, temperature
objective of this paper is that it presents an easy to
sensor and other all sensors, ADC module, LCD display
implement, flexible and scalable solution to create a smart
and home appliances. In this system the PIR sensor is used
home environment with security.
for detect any person in the home if any person detected in
EASE OF USE the home by this sensor the automation system is activate
and by detecting temperature by temperature sensor the fan
A Smart home is a home that contains programmable automatic switch on or off and by detecting light intensity
electronic controls and sensors that control heating, the bulbs automatic switch on or off. The gas sensor used
cooling, ventilation, lighting, security and appliance to detect smoke if any smoke is detected in the home the
operation to save energy and respond to interior climate alarm automatically turned on and also it sends a message
conditions.[4]. Home Automation systems use home to the home owner. The LCD display is used to display this
automation technologies to provide intelligent feedback all-system work with readings. In this way the home
and information to homeowners by monitoring multiple automation system works.
aspects of the home on a daily basis [5].
Model of Home Automation and security System Based In the latest technology, certain components are being used
on Raspberry Pi: in an effort to create more efficient, powerful and user-
friendly smart home systems. The components and
This paper presents the model of home automation system technologies used for the development of this smart home
based on Raspberry PI. This system is designed to be system are:
scalable and easy to setup and extend. It is based on
powerful Raspberry PI-3 microcomputer. It includes 1. Raspberry PI
sensors for listening of the environment and appliances. 2. Sensors
3. DC Motor
4. Relay
5. ADC Module
6. LCD Display
7. L293D Motor Driver

1. Raspberry pi:
The Raspberry PI-3 is a computer developed by the
Raspberry PI Foundation, a UK-based charity which
aims to provide low-cost computers and free software
to students. The Raspberry Pi's allure comes from the
combination of this powerful device's small size and
affordable price, and nearly every institution needs a
low-cost programming solution. Raspberry is fully
programmable and it serves as the core of our home
Fig. 1 Model of home automation system based on automation system. It communicates with the sensors
Raspberry PI-3 that collect the data[8].
It is also called minicomputer. It can be used for high
There are four main parts of the system (as shown on Fig. end applications such as industrial automation. It
1): includes pi-3 processor with 4USB ports, CPU, GPU,
1. Group of connected sensors. SD card lot. And it works on 5v.
2. Raspberry Pi device that acts as a server system.
3. Home appliances.
4. Camera and dc motor for security door
The proposed system is when an unknown person detected
on the door it checks the Presence of any member in the
house and if there is no one in house it sends the
information to home owner via email. And when a known
person is detected, the door is automatically open with the
help of dc motor[7]. When a known person enters in the
home or PIR sensor detect any person in home then all the
sensors activates and home appliances switch on or off
according to analysing the sensors data. And if a smoke is
detected by gas sensor in the home an alarm is activated
and also send a message to the home owner for emergency. Fig.3. Raspberry Pi
And all data of sensors, readings show on display by LCD.
We can easily understand this by a block diagram which is 2. Sensors:
given below. Home automation systems begin with sensors,
devices that detect and respond to some type of input
from the physical environment. They can sense things
like window and door contact, human presence (for
lighting control, heating, security), motion, humidity,
temperature, etc. In our project we use GAS Sensor
for detect smoke, PIR Sensor for detect human,
Temperature Sensor for detect Temperature of the
home and LDR sensor for detect darkness or light.

3. DC Motor:
In this system a DC motor is used to automatically
open or close the door with the help of a relay. when
Fig.2. Block diagram of Proposed System a known person is detected by security surveillance
then the door automatically open with the help of dc
Components and Technologies: motor.
The L293D is a specialized motor driver IC that allows a
DC motor to be driven in either direction. It is a 16-pin IC
that can control a set of two DC motors simultaneously in
either direction. This means you can control two DC
motors from one L293D IC. Here we use it to drive a DC
motor to open and close the door.

Fig.5. DC Motor SYSTEM ARCHITECTURE:


The system architecture is divided into two main parts, the
4. Relay: first part is home automation and the second part is based
A relay is a device that causes contacts to open or on the safe opening and closing of the house door using
close due to the operation of another electrical Raspberry PI-3.
control. It detects an intolerable or undesirable This whole system is implemented on proteus 8.12
condition along the defined zone and commands the software where we perform it and check the output and the
circuit breaker to disconnect the affected zone. system code is written in python programming language.
Industrial application devices have relays for their In the home automation system, the system programming
successful operation. Also, in our system relay with is in python in the proteus file and the circuit is designed
DC motor is used to rotate the motor in both directions with firmware. The security system is programme is in
for opening and closing the door. python and circuit designed with firmware in proteus 8.12
and also the automatic image sending and the face
5. ADC Module: recognition system programming is done by the python in
The MCP3208-CI/P is a 12bit analog to digital external python IDE and the VSPE software is used for
converter (ADC) with SPI interface in an 8 channel, provide a port address to the face reorganisation program.
16 pin DIP package. This ADC combines high All devices are directly connected with Raspberry PI-3.
performance and low power consumption in a small
package making it ideal for embedded control
applications. It is programmable to provide four
pseudo differential input pairs or eight single ended
inputs. Differential nonlinearity (DNL) is specified at
±1LSB and integral nonlinearity (INL) is ±2LSB.
Communication with the devices is accomplished
using a simple serial interface compatible with the SPI
protocol.

Fig.6. MCP3208 ADC Module Fig.8. Circuit implementation of proposed system on


proteus 8.12 software
6. LCD Display:
LCD (Liquid Crystal Display) is a type of flat panel
display that uses a liquid crystal as its primary form of
operation. LEDs have a large and varied set of use cases
for consumers and businesses, as they can be commonly
found in smartphones, televisions, computer monitors,
and instrument panels.
Here we use this LCD display to display all the data like
temperature, light intensity, system activation
information etc.

Fig.9. LCD Displayed when a person is present in home

Fig.7. LCD Display

7. L293D Motor Driver:


Fig. 10. the home appliances are automatically activated Fig.13. detecting known person after press the doorbell
after detecting a person in home

CONCLUSION:
Homes nowadays have different features oriented to
different users of the environment which makes the home
automated. Current trends in home automation include
automatic lighting, automatic temperature adjustment,
energy management, mobile or email notifications,
streaming media, remote video surveillance, and more. [9].
Home automation systems with security are also perfectly
useful in residential settings for the elderly or disabled,
where they aim to support autonomous living. [10]. And,
like most technology, smart home technology gets better
with age. It gets smarter, less expensive, and easier to use
every year. Smart home system can provide human a kind
of easy, orderly and effective life style, and should be the
development trend for future habitat [11].
At the time of writing, one of the most advanced smart
home technologies relies on the Raspberry Pi as a server.
Ease of use, security and seamless integration of this
technology, although already at a high level, can and will
be improved over time. In addition, it is expected that soon
Fig. 11. LDC Display shows the light intensity which is our homes will also be able to differentiate between
below 10 so the bulbs will switch on automatically fingerprints, heart rate and body temperature among family
members to adapt to each individual's needs. [12].
We'll be able to use everyday objects as our personal
assistants and they'll be incorporated into our homes in a
non-intrusive way. With sensors and devices both free and
size invisible, we are about to enter an era of smart
everything.
REFERENCE
[1] B. Hamed, ''Design & Implementation of Smart
House Control Using LabVIEW'', International
Journal of Soft Computing and Engineering
(IJSCE), Vol. 1, No. 6, January 2012.
[2] B. Henkemans, A. Olivier, L. Laurence, D. Adrie,
''Aging in Place: Self-Care in Smart Home
Environments'', Smart Home Systems, INTECH
Open Access Publisher, pp. 105-120, February
2010.
[3] W.S. Lee, S. H. Hong, ''Implementation of a KNX-
ZigBee gateway for home automation'', In
Proceedings of the IEEE 13th International
Symposium Consumer Electronics ISCE '09, pp.
545-549.
Fig. 12. LCD Display the temperature of the home which [4] E. Burden, ''Illustrated Dictionary of Architecture'',
is 32.26 Degree so the fan will switch on The McGraw-Hill Companies, Inc., 2012.
[5] D. Bregman, ''Smart Home Intelligence - The
eHome that Learns'', International Journal of Smart
Home, Vol. 4, No. 4, October 2010.
[6] R. Teymourzadeh, S. A. Ahmed, K. W. Chan, M. V.
Hoong, ''Smart GSM Based Home Automation
System'', In Proceedings of the IEEE Conference on
Systems, Process & Control, 2013, pp. 306-309.
[7] Vignesh. L, Kaliappan. S, Ramkumar. R, 2017,
Comparison of DC-DC converter for BLDC motor
Published BYAENSI Publication, ISSN:1995-0772,
ESSN:1998-1090,Special Issue 11(5),Pages 25-31
[8] M. Richardson, S. Wallace, "Getting started with
Raspberry PI", December 2012.
[9] P. Vigneswari, V.Indhu, R.R.Narmatha,
A.Sathinisha and J.M.Subashini, ''Automated
Security System using Surveillance'', International
Journal of Current Engineering and Technology,
Vol. 5, No. 2, pp. 882-884, 2015.
[10] L. Liang, L. Huang, X. Jiang, Y. Yao, ''Design and
implementation of wireless Smart-home sensor
network based on ZigBee protocol'', In Proceedings
of the International Conference on
Communications, Circuits and Systems, ICCCAS
2008., pp. 434-438.
[11] Chana, E. Campoa, D. Est vea, . . Fourniolsa, mart
homes - Current features and future perspectives'',
Maturitas the European Menopause Journal, Vol.
64, No. 2, pp. 90-97, October 2009.
[12] F.Adib, H. Mao, Z. Kabelac, D. Katabi, R. C. Miller,
''Smart Homes that Monitor Breathing and Heart
Rate'', Massachusetts Institute of Technology – In
Proceedings of the 33rd Annual ACM Conference
on Human Factors in Computing Systems, 2015, pp.
837-846.

View publication stats

You might also like