Dynamic Domotics and Voice Control Using Raspberry Pi
Dynamic Domotics and Voice Control Using Raspberry Pi
ISSN No:-2456-2165
Abstract:- The aim of this project is to build a Home instance, Domotics will be very helpful for old age People to
Automation system, which encompasses the features like operate certain appliances using their smartphones Itself
voice and face recognition, home appliances smart control without actually requiring them to search for the Individual
and home security. The system ensures security of the home remote control of the appliances or going near to The
in the absence of the owner by detecting motions using appliances for operating them manually. It will be more
motion sensors, enables the owner to control the appliances convenient if they can operate all the appliances, everything in
present without the need for his/her presence and also just one finger touch. The voice recognition based home
smart monitoring and updation of the natural factors automation, for example, can, in fact, be very useful for
affecting the environment like humidity and temperature. paralyzed people, who would need to manipulate a device in the
The main focus of the project is to minimize the manpower absence of any personal caretaker. It will in one way or the
and to maximize the convenience without incurring any other, will enhance their convenience and thus their living
additional cost in an efficient and optimal way. standards.
Keywords:- Nomenclature, PIR Passive Infrared Sensor, RFID II. PROPOSED SYSTEM
Radio Frequency Identification Device, LCD Liquid Crystal
Display, LED Light Emitting Diode. The system consists of both the software as well as
hardware integrated together to perform the functions of a
I. INTRODUCTION demotic system. The software includes the programming
language used, i.e. Python. The hardware includes a
The notion of making our life easier and convenient is microphone for voice recognition, RFID, PIR for motion
evident in any field, be it Cars, Smart phones, Electronic detection, DHT11 for relative humidity and temperature
Gadgets and so on. The word “Smart” now plays a major role in sensing, relays, power supply and etc. Both the hardware and
almost everything we use. From Smart phones to smart software is unified to perform the trivial tasks occurring in our
watches, from smart bands to smart cars, SMART is something day to day life and thus making everything more easy and
which is almost ineluctable. ”Smart” applies to houses too. convenient, which henceforth satisfies the basic goals of a
When even the trivial aspects of a house are automated and demotic system.
monitored, that leads to making the home smarter and thus this
process of making home automated and smarter is called Home III. LITERATURE SURVEY
Automation. Humans usually inside their home interact with
the environment settings like light, air, and regulate Here we describe an in-depth analysis and survey on the
accordingly. If the settings of the environment can be made to existing developments and problems that had been tacked on in
respond to human behavior automatically, then there are the case of Domotics using the Raspberry Pi. Although home
several advantages. The automation of home settings to act appliances aren’t what we’d consider “smart” they were an
according to the inhabitant requirements is termed as the incredible invention in the early twentieth century. These
intelligent home automation system. Ambient intelligence achievements began with the first engine-powered vacuum
responds to the behavior of inhabitants in the house and cleaner which was invented in 1901. Another advanced, as well
provides them with various features and facilities [1]. as practical electricity-powered vacuum, was made in 1907.
Throughout two decades refrigerators would be invented, as
This Domotics will include control lighting, climate, well as dishwasher, clothes dryers, washing machines, toasters,
entertainment systems, and appliances control. Domotics also ovens, induction cookers, electric chimney and so much more.
includes home security such as access control and alarm During 1966 - 1967: ECHO IV and the Kitchen Computer was
systems. It also provides the owner live updation about the the first smart device. This device could compute shopping
temperature and humidity aspects surrounding their home. The lists, control the home’s temperature and could even turn
interconnection of all the smart devices used forms the basis for appliances on and off [2].
IoT. The home automation in many ways will be helpful and There are several examples of intelligent home
Serves a variety of people with different needs and wants. For automation or “Smart Home Monitoring” in research labs
RFID
Radio Frequency Identification sensor (RFID) is a sensor
which uses electromagnetic fields to identify and track tags
attached to objects. The tags usually store electronically-stored
information. There are basically two types of tags. The Passive
tag and Active tag. Passive tags usually collect energy from
nearby incoming radio waves, whereas Active tags have a local
power source and can operate by keeping a distance from the
RFID reader. RFID is used in many fields. RFID is used in Fig 5:- PIR
automobile manufacturing and production purpose for tracking
the process of an individual vehicle being manufactured. RFID LDR
is also used for pets. The chip is inserted in the animal’s ears or Light Dependent Resistor sensor module detects measures the
other parts and thus enables the tracking of the animal. intensity of light and thus detects the presence of light. It
produces a single bit output that is fed as an input to the I/O pins
DHT11 of the Raspberry Pi. The Output becomes a logic high when the
DHT11 is a Humidity and Temperature Sensor, which presence of light is detected and a logic 0 during the absence of
digitally provides the information regarding temperature and light. The main advantage of this sensor being that the
humidity. DHT11 can be interfaced with microcontrollers like sensitivity can be adjusted via the help of a potentiometer tuned
Arduino, Raspberry Pi, etc. and get instantaneous results. as per the requirements. The output produced is given to the
DHT11 is a low-cost humidity and temperature sensor which analog input of the Raspberry Pi [9].
provides high reliability and long-term stability [7]. A humidity
sensor senses, measures and reports the relative humidity in the
air in a regular interval of time. It measures both moistures as
well as air temperature.
LCD
LCD module is a device that produces an image using
liquid crystals. It is one of the common display units used in
Fig 3:- DHT 11 circuits. It can display 16 characters per line and comprises of 2
lines that’s why the name 16x2 LCD. The contrast of the image
PIR obtained can be adjusted via a potentiometer that can be
Passive InfraRed sensor (PIR) sensor is a pyroelectric connected.
device that detects motion of objects via varying infrared
radiation emitted by nearby objects. It produces a single bit
output that is fed as an input to the I/O pins of the Raspberry Pi.
It’s compatibility with almost every microcontroller make its a
salubrious sensor to be configured with any platform. It
produces a logic high (3v) when a motion is detected and
continues to operate in a logic 0 or a digital low when no
motion is observed. The pulse with solemnly depends on the
capacitors and resistors being used in its design [8].
Download the Raspbian OS from the authorized website The various sections and utilities of the dynamic
followed by downloading win32 disk Imager. Now insert the Domotics system were tested as per the requirements and were
SD card in the card reader and connect it to a suitable PC. found to be working properly in every point and domain of its
Format it first followed by imaging the specified files to the implementation. The various relevant screenshots
card using the win32 disk imager. Now withdraw the SD card corresponding to the step-wise checking of the system on its
from the PC and connect the raspberry pi with the SD card working perspectives are as per mentioned below. The first step
inserted to give power to the device. Now obtain the IP address includes the proper interfacing of the raspberry pie and laptops
of the raspberry pi using the fing app that can be downloaded using the VNC viewer. The second step includes the simulation
for free from the play store/App store. Download putty and type and to test the working of various programs relevant to the
the IP address of the Pi in it. Now finally the Pi can be operated system which includes the simulation of the RFID program,
via laptop using VNC viewer application. webcam program way2sms program etc. The third step
includes a part of the wiring that corresponds to the hardware
VII. PROGRAMMING LANGUAGE implementation of the system and the output obtained from
various sensors being shown with the help of the LCD module.
Python is the programming language that is being used This system was thus, finally a success and an improvement to
for coding in the Pi. It is a general purpose highly interactive, the currently existing domestic systems.
dynamic high-level language used in a wide range of
applications from web designing like Django to mathematical
computing like Orange. It has grown in significance within
embedded devices whilst permitting developers to create apps
which are capable of providing informative data mining results.
These days, most of the famous microcontroller use Python.
VIII. METHODOLOGY
X. CONCLUSION
ACKNOWLEDGEMENT
REFERENCES
Fig 11:- Screenshots of rfid program
[1]. M. Eisenhauer, P. Rosengren, P. Antolin, “A
Development Platform for Integrating Wireless Devices
and Sensors into Ambient Intelligence Systems”,
Proceedings of the 6th Annual IEEE Communications
Society Sensor, Mesh and Ad Hoc Communications and
Networks Workshops, SECON-2009, pp.1-3.
[2]. https://www.iotevolutionworld.com/m2m/articles/37681
6- history-smart-homes.htm.
[3]. Towards implementation of IoT for Environmental
Condition Monitoring in Homes -S.D.T.Kelly,
N.K.Suryadevara, S.C.Mukhopadhyay.
Fig 12:- Screenshots of ip webcam program [4]. https://en.wikipedia.org/wiki/HomePod.
[5]. https://www.ijrter.com/published special issues/28-
03-0218/implementation-of-smart-home-automation
using- raspberry-pi.pdf.
[6]. https://www.ijcsmc.com/docs/papers/May2015/V4I5201
599a70.pdf.
[7]. https://www.electronicshub.org/dht11-humidity-sensorad
uino/.
[8]. https://learn.adafruit.com/pir-passive-infraredproximity-
motion-sensor? view=all.
Fig 13:- Circutary and wiring [9]. https://www.electronicscomp.com/ldr-light-sensormodul
e-india?gclid=CjwKCAjwio3dBRAqEiwAHWsNVQA5
JxuzndWepCqloIQCyDeMRJw8bp6U8ltW8LwsHoA24
m-FxOapRoCXXMQAvD BwE.