Smart Home Control Using Labview
Smart Home Control Using Labview
Smart Home Control Using Labview
Using LabVIEW
Capstone Project (EEE4099)
Angalaeswari (Internal Guide)
By
Sai Chaitanya (16BEE1156)
Narasimha Reddy (16bee1097)
K Siddhartha (16bee1202)
Introduction
Burglar Alarm
Temperature
Smoke Detector
The other main objective is to monitor the sensor data on the front panel of
LabVIEW.
LabVIEW
The whole project has been initially designed using my rio for
interfacing the sensors with LabVIEW. But due to cost constraints
and my rio being too expensive for common use, we have decided
to use Arduino and wireless transmission RF link for interfacing
the sensors.
Arduino UNO has been used to gather input via sensors and
process this input into a set of actions.
We have used ZigBee for the wireless transmission of the sensor
data.
Design Specifications
Hardware And Software
Requirements
LabVIEW software
Relay unit
Block Diagram
Working
The Home side of the model comprises of all the sensor units
connected to the Arduino. And it gathers input via the sensors and
process this input into a set of actions.
This sensor data is sent to the Control side using a pair of ZigBee
modules. The transmission range of ZigBee is unto 100 metres.
On the Control side front, we are monitoring the sensor data
continuously. We can control the switching on and off actions of
the external and internal lighting systems.
Module 1 (External and Internal Lighting subsystem)
• PIR motion sensor is mainly used for this purpose. PIR sensor
can be placed near a window or a door. The Arduino is pre-
equipped with relevant code corresponding to the subsystem.
A PIR sensor detects the infrared light radiated by a warm object. It consists
of pyro electric sensors which introduce changes in their temperature (due
to incident infrared radiation) into electric signal.
The range of PIR sensor ranges from 5 metres to 12 metres. This sensor is
directly connected to the buzzer.
When the sensor detects any object or a human presence within the range,
then the sensor sends a high to low signal to the buzzer.
MQ2 Sensor
MQ2 gas sensor is an electronic sensor used for sensing the
concentration of gases in the air such as LPG, propane, methane,
hydrogen, alcohol, smoke and carbon monoxide.
This sensor is directly connected to the exhaust fan. When this sensor
detects smoke within its range of operation, it sends a high to low
signal to the exhaust fan.
LabVIEW Front Panel
LabVIEW Block Diagram
Result
Summary