SlideShare a Scribd company logo
“Android based
Wireless Load Control and Monitoring”
DAYANANDA SAGAR ACADEMY OF TECHNOLOGY
AND MANAGEMENT
Dept. of Information Science & Engineering.
By,
Thrishma Reddy.S
(1DT11IS044)
Bhuvana A.U (1DT11IS009)
Mohammed Mujahid Afsar
(1DT11IS025)
Under the guidance
of
Prof. Supreetha Pai
(Assistant Professor)
CONTENTS
• Problem Statement
• High level design
i)Modular classification
ii)System architecture
iii)Data flow diagram
• Detailed design
i)Use case diagram with scenario
ii)Sequence diagram
iii)Activity diagram
• Implementation
i)Modular design
ii)Pseudocode
• Gantt chart
PROBLEM STATEMENT
• While people are pursuing ever-growing high quality of their lives today.
This leads to more and more facilities and home appliances poured into
their buildings. How to control and manage these versatile facilities and
appliances in a house?
• Usually conventional wall switches are located in different corners of a
house and, thus necessitate the need of manual operations like pressing to
turn the loads on or off. It becomes very difficult for the elderly or
physically handicapped people to operate them. How to help them?
HIGH LEVEL DESIGN
MODULAR CLASSIFICATION
Fire
sensor
GSM
module
Notification received
on the phone through
SMS
SMS converted to
speech
• Fire Sensor Module
Intruder
sensor
GSM
module
Notification received
on the phone through
SMS
SMS converted to
speech
• Intruder Alarm Sensor Module
• Fan Module
Fan
OFF
ON
Android
Phone
Lights
OFF
ON
Android
Phone
• Lights Module
SYSTEM ARCHITECTURE
(P89V51RD2)
DATA FLOW
DIAGRAM
DETAILED DESIGN
Home
appliances
system
LPG gas
fan
light
intruder
water level
<<include>>
Set values
ON/OFF
Security
alert
(USER)
Alert
police
Set values
ON/OFF
set value
ON/OFF
Fire alert
Alert notification
(USER)
Smoke
alert
Set values
ON/OFF
<<include>>
<<include>>
<<include>>
<<exclude>>
<<exclude>>
<<exclude>>
<<exclude>>
<<exclude>>
user
Fire dept
police
USE CASE DIAGRAM WITH SCENARIOS
<<include>>
<<exclude>> <<exclude>>
: Home Owner
:Login :Hardware
1: enter usrname & passwd
5: access
2: send username & passwd
3: authenticate
4: Ack
SEQUENCE DIAGRAM FOR LOGIN
: Home Owner
:Microcontroller
:Light
1: select light
2: check status
3: return status
4: display status
6: select options : turn on/off
7: enter value turn on/off
8: set value
9: update
10: ack
11: display result
5: display options
SEQUENCE DIAGRAM FOR CONTROLLING LIGHT
: Home Owner
:Microcontroller :Fan
1: Select Fan
2: Check status
3: Return Status
4: Display Status and menu
5: Select Turn on/off
6: Set Values
7: Update
8: ACK
9: Display result
SEQUENCE DIAGRAM FOR CONTROLLING FAN
: Home Owner
:Sensor :Microcontroller
: Fire Dept/Police Dept
4: Display warning
1.send signal
2: Return Signal
3: Notify Firedept
SEQUENCE DIAGRAM FOR FIRE ALARM/LPG
LEAKAGE/INTRUDER
: Home Owner
:Microcontroller
:Water level
1: select water level
2: check status
3: return status
4: display status
6: select options : turn on/off
7: enter value turn on/off
8: set value
9: update
10: ack
11: display result
5: display options
SEQUENCE DIAGRAM FOR WATER LEVEL DETECTION
ACTIVITY DIAGRAM
IMPLEMENTATION
MODULAR DESIGN
• Fire sensor moduleI(FFS 05)
The Fire sensor is used to detect fire flames . The module makes use
of Fire sensor and comparator to detect fire up to a range of 2 meters. It
uses a input voltage of +5VDC.
• Intruder detection module(PIR SENSOR)
The unit output is high whenever human’s motion is detected. In
simple terms, it is a motion detector. This sensors measure infrared
radiation emanating from objects in the field of view. Apparent motion is
detected when an infrared emitting source with one temperature, such as
human body, passes in front of source with another temperature, such as
wall.
CONTD…
• Fan Module
It is directly connected to the microcontroller, it has only two
functions ON/OFF. The user can switch on the fan or switch off the fan
using the android app.
• Lights module
It is directly connected to the microcontroller, it has only two
functions ON/OFF. The user can switch on the light or switch off the light
using the android app.
PSEDOCODE
if (IR_1 == 1))
{
LCD_Message( 0x80, " HUMAN ENTERED " );
GSM_Send_SMS( Mb_Num1,"HUMAN ENTERED");
}
if(Float == 1)
{
LCD_Message( 0x80, "WATER LEVEL HIGH" );
GSM_Send_SMS( Mb_Num1,"WATER LEVEL HIGH");
}
if(Gas sensor == 1)
{
LCD_Message( 0x80, "gas leackage" );
GSM_Send_SMS( Mb_Num1,"gas leackage");
}
if( Bulb== 1)
{
Bulb_Relay== 1
LCD_Message( 0xC0, " BULB IS ON " );
GSM_Send_SMS( Mb_Num1," BULB IS ON ");
}
if(Fire == 1)
{
LCD_Message( 0x80, " fire " );
GSM_Send_SMS( Mb_Num1,"fire");
}
if(Fan== 1)
{
Fan_Relay==1;
LCD_Message( 0xC0, " FAN IS ON " );
GSM_Send_SMS( Mb_Num1, "FAN IS ON" );
}
GANTT CHART
THANK YOU

More Related Content

What's hot

Home automation using bluetooth - Aurdino BASED
Home automation using bluetooth - Aurdino BASEDHome automation using bluetooth - Aurdino BASED
Home automation using bluetooth - Aurdino BASED
Ashish Kumar Thakur
 
Raspberry Pi controlled Home Automation
Raspberry Pi controlled Home AutomationRaspberry Pi controlled Home Automation
Raspberry Pi controlled Home Automation
Raiz Maharjan
 
CONTROLLING HOME APPLIANCES WITH IOT,BLYNK APP & NODE MCU
CONTROLLING HOME APPLIANCES WITH IOT,BLYNK APP & NODE MCUCONTROLLING HOME APPLIANCES WITH IOT,BLYNK APP & NODE MCU
CONTROLLING HOME APPLIANCES WITH IOT,BLYNK APP & NODE MCU
VINAY KUMAR GUDELA
 
Smart digital door locking system
Smart digital door locking systemSmart digital door locking system
Smart digital door locking system
VISHAL NAGAR
 
Password based door locking system
Password based door locking systemPassword based door locking system
Password based door locking system
Arjun Singh
 
Home automation using IOT
Home automation using IOTHome automation using IOT
Home automation using IOT
Maneesh Devanaboyina
 
Home automation- An Iot application
Home automation- An Iot applicationHome automation- An Iot application
Home automation- An Iot application
Archana Golhar
 
Home Automation System using iot
Home Automation System using iotHome Automation System using iot
Home Automation System using iot
Kowshik Deb
 
Presentation on IoT Based Home Automation using android & NodeMCU
Presentation on IoT Based Home Automation using android & NodeMCUPresentation on IoT Based Home Automation using android & NodeMCU
Presentation on IoT Based Home Automation using android & NodeMCU
Souvik Kundu
 
Home automation
Home automationHome automation
Home automation
Rupshanker Mishra
 
Controlling Home Appliances Using Voice
 Controlling Home Appliances Using Voice Controlling Home Appliances Using Voice
Controlling Home Appliances Using Voice
Edgefxkits & Solutions
 
Home Automation using IOT
Home Automation using IOTHome Automation using IOT
Home Automation using IOT
Naveensing87
 
Automatic water level monitoring and control system using IoT
Automatic water level monitoring and control system using IoTAutomatic water level monitoring and control system using IoT
Automatic water level monitoring and control system using IoT
Danish Mehraj
 
Bluetooth based home automation using Arduino UNO
Bluetooth based home automation using Arduino UNOBluetooth based home automation using Arduino UNO
Bluetooth based home automation using Arduino UNO
parameshwar koneti
 
Home automation system
Home automation systemHome automation system
Home automation system
Naman Gautam
 
Home automation using arduino
Home automation using arduinoHome automation using arduino
Home automation using arduino
Ikram Arshad
 
IOT Based Home Automation using Raspberry Pi-3
IOT Based Home Automation using Raspberry Pi-3IOT Based Home Automation using Raspberry Pi-3
IOT Based Home Automation using Raspberry Pi-3
Mohammad Qasim Malik
 
Smart homes
Smart homesSmart homes
Smart homes
Brad Fitzpatrick
 
Home automation using wifi
Home automation using wifiHome automation using wifi
Home automation using wifi
Khairunnisa Naaz
 
Home Automation using Iot
Home Automation using IotHome Automation using Iot
Home Automation using Iot
Rabiya Mustafa
 

What's hot (20)

Home automation using bluetooth - Aurdino BASED
Home automation using bluetooth - Aurdino BASEDHome automation using bluetooth - Aurdino BASED
Home automation using bluetooth - Aurdino BASED
 
Raspberry Pi controlled Home Automation
Raspberry Pi controlled Home AutomationRaspberry Pi controlled Home Automation
Raspberry Pi controlled Home Automation
 
CONTROLLING HOME APPLIANCES WITH IOT,BLYNK APP & NODE MCU
CONTROLLING HOME APPLIANCES WITH IOT,BLYNK APP & NODE MCUCONTROLLING HOME APPLIANCES WITH IOT,BLYNK APP & NODE MCU
CONTROLLING HOME APPLIANCES WITH IOT,BLYNK APP & NODE MCU
 
Smart digital door locking system
Smart digital door locking systemSmart digital door locking system
Smart digital door locking system
 
Password based door locking system
Password based door locking systemPassword based door locking system
Password based door locking system
 
Home automation using IOT
Home automation using IOTHome automation using IOT
Home automation using IOT
 
Home automation- An Iot application
Home automation- An Iot applicationHome automation- An Iot application
Home automation- An Iot application
 
Home Automation System using iot
Home Automation System using iotHome Automation System using iot
Home Automation System using iot
 
Presentation on IoT Based Home Automation using android & NodeMCU
Presentation on IoT Based Home Automation using android & NodeMCUPresentation on IoT Based Home Automation using android & NodeMCU
Presentation on IoT Based Home Automation using android & NodeMCU
 
Home automation
Home automationHome automation
Home automation
 
Controlling Home Appliances Using Voice
 Controlling Home Appliances Using Voice Controlling Home Appliances Using Voice
Controlling Home Appliances Using Voice
 
Home Automation using IOT
Home Automation using IOTHome Automation using IOT
Home Automation using IOT
 
Automatic water level monitoring and control system using IoT
Automatic water level monitoring and control system using IoTAutomatic water level monitoring and control system using IoT
Automatic water level monitoring and control system using IoT
 
Bluetooth based home automation using Arduino UNO
Bluetooth based home automation using Arduino UNOBluetooth based home automation using Arduino UNO
Bluetooth based home automation using Arduino UNO
 
Home automation system
Home automation systemHome automation system
Home automation system
 
Home automation using arduino
Home automation using arduinoHome automation using arduino
Home automation using arduino
 
IOT Based Home Automation using Raspberry Pi-3
IOT Based Home Automation using Raspberry Pi-3IOT Based Home Automation using Raspberry Pi-3
IOT Based Home Automation using Raspberry Pi-3
 
Smart homes
Smart homesSmart homes
Smart homes
 
Home automation using wifi
Home automation using wifiHome automation using wifi
Home automation using wifi
 
Home Automation using Iot
Home Automation using IotHome Automation using Iot
Home Automation using Iot
 

Similar to Home automation using android phones-Project 2nd phase ppt

Home security automation
Home security automationHome security automation
Home security automation
Isuru Sharminda
 
weather monitoiring system.pptx
weather monitoiring system.pptxweather monitoiring system.pptx
weather monitoiring system.pptx
PranayBathini1
 
WEB BASED REALTIME CONTROL AND HOME AUTOMATION SYSTEM
WEB BASED REALTIME CONTROL AND HOME AUTOMATION SYSTEMWEB BASED REALTIME CONTROL AND HOME AUTOMATION SYSTEM
WEB BASED REALTIME CONTROL AND HOME AUTOMATION SYSTEM
ATHUL RAJ.R
 
FLOOD RESCUE ROBOT FINAL PPT.pptx
FLOOD RESCUE ROBOT FINAL PPT.pptxFLOOD RESCUE ROBOT FINAL PPT.pptx
FLOOD RESCUE ROBOT FINAL PPT.pptx
EliasJanson1
 
REAL TIME AUTOMATION FOR COLLEGES
REAL TIME AUTOMATION  FOR COLLEGESREAL TIME AUTOMATION  FOR COLLEGES
REAL TIME AUTOMATION FOR COLLEGES
Nishmi Suresh
 
Design Development of Water Monitoring Systems by Using Arduino and Sensors
Design Development of Water Monitoring Systems by Using Arduino and SensorsDesign Development of Water Monitoring Systems by Using Arduino and Sensors
Design Development of Water Monitoring Systems by Using Arduino and Sensors
Sai Bhaskar Reddy Nakka
 
Temperature based fan speed control & monitoring using
Temperature based fan speed control & monitoring usingTemperature based fan speed control & monitoring using
Temperature based fan speed control & monitoring using
Jagannath Dutta
 
fire preventing robot ppt copy
fire preventing robot ppt   copyfire preventing robot ppt   copy
fire preventing robot ppt copy
sunil958
 
classic control and PLC training report
classic control and PLC training reportclassic control and PLC training report
classic control and PLC training report
ahmed abdelnasser
 
Developing Infrared Controlled Automated Door System
Developing Infrared Controlled Automated Door SystemDeveloping Infrared Controlled Automated Door System
Developing Infrared Controlled Automated Door System
IJMER
 
Self-Sustaining Planter with Disease Detection
Self-Sustaining Planter with Disease DetectionSelf-Sustaining Planter with Disease Detection
Self-Sustaining Planter with Disease Detection
IRJET Journal
 
Self-Sustaining Planter with Disease Detection
Self-Sustaining Planter with Disease DetectionSelf-Sustaining Planter with Disease Detection
Self-Sustaining Planter with Disease Detection
IRJET Journal
 
TREMRON_PROJECT_summer
TREMRON_PROJECT_summerTREMRON_PROJECT_summer
TREMRON_PROJECT_summer
ebbin daniel
 
IRJET- Smart Blind Stick using Arduino
IRJET- Smart Blind Stick using ArduinoIRJET- Smart Blind Stick using Arduino
IRJET- Smart Blind Stick using Arduino
IRJET Journal
 
IOT BASED AIR QUALITY INDEX MONITORING SYSTEM – MONITOR PM2.5, PM10, AND CO U...
IOT BASED AIR QUALITY INDEX MONITORING SYSTEM – MONITOR PM2.5, PM10, AND CO U...IOT BASED AIR QUALITY INDEX MONITORING SYSTEM – MONITOR PM2.5, PM10, AND CO U...
IOT BASED AIR QUALITY INDEX MONITORING SYSTEM – MONITOR PM2.5, PM10, AND CO U...
DeepakK547422
 
Presentation on minor[1]-1.pptx
Presentation on minor[1]-1.pptxPresentation on minor[1]-1.pptx
Presentation on minor[1]-1.pptx
MukulRawat37
 
Using LoRa Technology to Monitor and Control Sensors in Greenhouse
Using LoRa Technology to Monitor and Control Sensors in GreenhouseUsing LoRa Technology to Monitor and Control Sensors in Greenhouse
Using LoRa Technology to Monitor and Control Sensors in Greenhouse
IRJET Journal
 
Voice Control Home Automation
Voice Control Home AutomationVoice Control Home Automation
Voice Control Home Automation
Saumya Tiwari
 
IRJET- Water Quality Monitoring using TDS, Turbidity, Temperature & pH Se...
IRJET-  	  Water Quality Monitoring using TDS, Turbidity, Temperature & pH Se...IRJET-  	  Water Quality Monitoring using TDS, Turbidity, Temperature & pH Se...
IRJET- Water Quality Monitoring using TDS, Turbidity, Temperature & pH Se...
IRJET Journal
 
Home automation
Home automationHome automation
Home automation
Chirag Panchal
 

Similar to Home automation using android phones-Project 2nd phase ppt (20)

Home security automation
Home security automationHome security automation
Home security automation
 
weather monitoiring system.pptx
weather monitoiring system.pptxweather monitoiring system.pptx
weather monitoiring system.pptx
 
WEB BASED REALTIME CONTROL AND HOME AUTOMATION SYSTEM
WEB BASED REALTIME CONTROL AND HOME AUTOMATION SYSTEMWEB BASED REALTIME CONTROL AND HOME AUTOMATION SYSTEM
WEB BASED REALTIME CONTROL AND HOME AUTOMATION SYSTEM
 
FLOOD RESCUE ROBOT FINAL PPT.pptx
FLOOD RESCUE ROBOT FINAL PPT.pptxFLOOD RESCUE ROBOT FINAL PPT.pptx
FLOOD RESCUE ROBOT FINAL PPT.pptx
 
REAL TIME AUTOMATION FOR COLLEGES
REAL TIME AUTOMATION  FOR COLLEGESREAL TIME AUTOMATION  FOR COLLEGES
REAL TIME AUTOMATION FOR COLLEGES
 
Design Development of Water Monitoring Systems by Using Arduino and Sensors
Design Development of Water Monitoring Systems by Using Arduino and SensorsDesign Development of Water Monitoring Systems by Using Arduino and Sensors
Design Development of Water Monitoring Systems by Using Arduino and Sensors
 
Temperature based fan speed control & monitoring using
Temperature based fan speed control & monitoring usingTemperature based fan speed control & monitoring using
Temperature based fan speed control & monitoring using
 
fire preventing robot ppt copy
fire preventing robot ppt   copyfire preventing robot ppt   copy
fire preventing robot ppt copy
 
classic control and PLC training report
classic control and PLC training reportclassic control and PLC training report
classic control and PLC training report
 
Developing Infrared Controlled Automated Door System
Developing Infrared Controlled Automated Door SystemDeveloping Infrared Controlled Automated Door System
Developing Infrared Controlled Automated Door System
 
Self-Sustaining Planter with Disease Detection
Self-Sustaining Planter with Disease DetectionSelf-Sustaining Planter with Disease Detection
Self-Sustaining Planter with Disease Detection
 
Self-Sustaining Planter with Disease Detection
Self-Sustaining Planter with Disease DetectionSelf-Sustaining Planter with Disease Detection
Self-Sustaining Planter with Disease Detection
 
TREMRON_PROJECT_summer
TREMRON_PROJECT_summerTREMRON_PROJECT_summer
TREMRON_PROJECT_summer
 
IRJET- Smart Blind Stick using Arduino
IRJET- Smart Blind Stick using ArduinoIRJET- Smart Blind Stick using Arduino
IRJET- Smart Blind Stick using Arduino
 
IOT BASED AIR QUALITY INDEX MONITORING SYSTEM – MONITOR PM2.5, PM10, AND CO U...
IOT BASED AIR QUALITY INDEX MONITORING SYSTEM – MONITOR PM2.5, PM10, AND CO U...IOT BASED AIR QUALITY INDEX MONITORING SYSTEM – MONITOR PM2.5, PM10, AND CO U...
IOT BASED AIR QUALITY INDEX MONITORING SYSTEM – MONITOR PM2.5, PM10, AND CO U...
 
Presentation on minor[1]-1.pptx
Presentation on minor[1]-1.pptxPresentation on minor[1]-1.pptx
Presentation on minor[1]-1.pptx
 
Using LoRa Technology to Monitor and Control Sensors in Greenhouse
Using LoRa Technology to Monitor and Control Sensors in GreenhouseUsing LoRa Technology to Monitor and Control Sensors in Greenhouse
Using LoRa Technology to Monitor and Control Sensors in Greenhouse
 
Voice Control Home Automation
Voice Control Home AutomationVoice Control Home Automation
Voice Control Home Automation
 
IRJET- Water Quality Monitoring using TDS, Turbidity, Temperature & pH Se...
IRJET-  	  Water Quality Monitoring using TDS, Turbidity, Temperature & pH Se...IRJET-  	  Water Quality Monitoring using TDS, Turbidity, Temperature & pH Se...
IRJET- Water Quality Monitoring using TDS, Turbidity, Temperature & pH Se...
 
Home automation
Home automationHome automation
Home automation
 

Recently uploaded

一比一原版(McGill毕业证书)麦吉尔大学毕业证如何办理
一比一原版(McGill毕业证书)麦吉尔大学毕业证如何办理一比一原版(McGill毕业证书)麦吉尔大学毕业证如何办理
一比一原版(McGill毕业证书)麦吉尔大学毕业证如何办理
lyurzi7r
 
Capsule Wardrobe Women: A document show
Capsule Wardrobe Women:  A document showCapsule Wardrobe Women:  A document show
Capsule Wardrobe Women: A document show
mustaphaadeyemi08
 
The Fascinating World of Bats: Unveiling the Secrets of the Night
The Fascinating World of Bats: Unveiling the Secrets of the NightThe Fascinating World of Bats: Unveiling the Secrets of the Night
The Fascinating World of Bats: Unveiling the Secrets of the Night
thomasard1122
 
Self-Discipline: The Secret Weapon for Certain Victory
Self-Discipline: The Secret Weapon for Certain VictorySelf-Discipline: The Secret Weapon for Certain Victory
Self-Discipline: The Secret Weapon for Certain Victory
bluetroyvictorVinay
 
Types of Garage Doors Explained: Energy Efficiency, Style, and More
Types of Garage Doors Explained: Energy Efficiency, Style, and MoreTypes of Garage Doors Explained: Energy Efficiency, Style, and More
Types of Garage Doors Explained: Energy Efficiency, Style, and More
Affordable Garage Door Repair
 
thrifthands-thrift store- get the latest trends
thrifthands-thrift store- get the latest trendsthrifthands-thrift store- get the latest trends
thrifthands-thrift store- get the latest trends
amarshifan555
 
Biography and career history of Bruno Amezcua
Biography and career history of Bruno AmezcuaBiography and career history of Bruno Amezcua
Biography and career history of Bruno Amezcua
Bruno Amezcua
 
Insanony: Watch Instagram Stories Secretly - A Complete Guide
Insanony: Watch Instagram Stories Secretly - A Complete GuideInsanony: Watch Instagram Stories Secretly - A Complete Guide
Insanony: Watch Instagram Stories Secretly - A Complete Guide
Trending Blogers
 
MISS TEEN LUCKNOW 2024 - WINNER ASIYA 2024
MISS TEEN LUCKNOW 2024 - WINNER ASIYA 2024MISS TEEN LUCKNOW 2024 - WINNER ASIYA 2024
MISS TEEN LUCKNOW 2024 - WINNER ASIYA 2024
DK PAGEANT
 
MRS PUNE 2024 - WINNER AMRUTHAA UTTAM JAGDHANE
MRS PUNE 2024 - WINNER AMRUTHAA UTTAM JAGDHANEMRS PUNE 2024 - WINNER AMRUTHAA UTTAM JAGDHANE
MRS PUNE 2024 - WINNER AMRUTHAA UTTAM JAGDHANE
DK PAGEANT
 
Analysis and Assessment of Gateway Process – HemiSync(1).PDF
Analysis and Assessment of Gateway Process – HemiSync(1).PDFAnalysis and Assessment of Gateway Process – HemiSync(1).PDF
Analysis and Assessment of Gateway Process – HemiSync(1).PDF
JoshuaDagama1
 

Recently uploaded (11)

一比一原版(McGill毕业证书)麦吉尔大学毕业证如何办理
一比一原版(McGill毕业证书)麦吉尔大学毕业证如何办理一比一原版(McGill毕业证书)麦吉尔大学毕业证如何办理
一比一原版(McGill毕业证书)麦吉尔大学毕业证如何办理
 
Capsule Wardrobe Women: A document show
Capsule Wardrobe Women:  A document showCapsule Wardrobe Women:  A document show
Capsule Wardrobe Women: A document show
 
The Fascinating World of Bats: Unveiling the Secrets of the Night
The Fascinating World of Bats: Unveiling the Secrets of the NightThe Fascinating World of Bats: Unveiling the Secrets of the Night
The Fascinating World of Bats: Unveiling the Secrets of the Night
 
Self-Discipline: The Secret Weapon for Certain Victory
Self-Discipline: The Secret Weapon for Certain VictorySelf-Discipline: The Secret Weapon for Certain Victory
Self-Discipline: The Secret Weapon for Certain Victory
 
Types of Garage Doors Explained: Energy Efficiency, Style, and More
Types of Garage Doors Explained: Energy Efficiency, Style, and MoreTypes of Garage Doors Explained: Energy Efficiency, Style, and More
Types of Garage Doors Explained: Energy Efficiency, Style, and More
 
thrifthands-thrift store- get the latest trends
thrifthands-thrift store- get the latest trendsthrifthands-thrift store- get the latest trends
thrifthands-thrift store- get the latest trends
 
Biography and career history of Bruno Amezcua
Biography and career history of Bruno AmezcuaBiography and career history of Bruno Amezcua
Biography and career history of Bruno Amezcua
 
Insanony: Watch Instagram Stories Secretly - A Complete Guide
Insanony: Watch Instagram Stories Secretly - A Complete GuideInsanony: Watch Instagram Stories Secretly - A Complete Guide
Insanony: Watch Instagram Stories Secretly - A Complete Guide
 
MISS TEEN LUCKNOW 2024 - WINNER ASIYA 2024
MISS TEEN LUCKNOW 2024 - WINNER ASIYA 2024MISS TEEN LUCKNOW 2024 - WINNER ASIYA 2024
MISS TEEN LUCKNOW 2024 - WINNER ASIYA 2024
 
MRS PUNE 2024 - WINNER AMRUTHAA UTTAM JAGDHANE
MRS PUNE 2024 - WINNER AMRUTHAA UTTAM JAGDHANEMRS PUNE 2024 - WINNER AMRUTHAA UTTAM JAGDHANE
MRS PUNE 2024 - WINNER AMRUTHAA UTTAM JAGDHANE
 
Analysis and Assessment of Gateway Process – HemiSync(1).PDF
Analysis and Assessment of Gateway Process – HemiSync(1).PDFAnalysis and Assessment of Gateway Process – HemiSync(1).PDF
Analysis and Assessment of Gateway Process – HemiSync(1).PDF
 

Home automation using android phones-Project 2nd phase ppt

  • 1. “Android based Wireless Load Control and Monitoring” DAYANANDA SAGAR ACADEMY OF TECHNOLOGY AND MANAGEMENT Dept. of Information Science & Engineering. By, Thrishma Reddy.S (1DT11IS044) Bhuvana A.U (1DT11IS009) Mohammed Mujahid Afsar (1DT11IS025) Under the guidance of Prof. Supreetha Pai (Assistant Professor)
  • 2. CONTENTS • Problem Statement • High level design i)Modular classification ii)System architecture iii)Data flow diagram • Detailed design i)Use case diagram with scenario ii)Sequence diagram iii)Activity diagram • Implementation i)Modular design ii)Pseudocode • Gantt chart
  • 3. PROBLEM STATEMENT • While people are pursuing ever-growing high quality of their lives today. This leads to more and more facilities and home appliances poured into their buildings. How to control and manage these versatile facilities and appliances in a house? • Usually conventional wall switches are located in different corners of a house and, thus necessitate the need of manual operations like pressing to turn the loads on or off. It becomes very difficult for the elderly or physically handicapped people to operate them. How to help them?
  • 5. MODULAR CLASSIFICATION Fire sensor GSM module Notification received on the phone through SMS SMS converted to speech • Fire Sensor Module Intruder sensor GSM module Notification received on the phone through SMS SMS converted to speech • Intruder Alarm Sensor Module
  • 10. Home appliances system LPG gas fan light intruder water level <<include>> Set values ON/OFF Security alert (USER) Alert police Set values ON/OFF set value ON/OFF Fire alert Alert notification (USER) Smoke alert Set values ON/OFF <<include>> <<include>> <<include>> <<exclude>> <<exclude>> <<exclude>> <<exclude>> <<exclude>> user Fire dept police USE CASE DIAGRAM WITH SCENARIOS <<include>> <<exclude>> <<exclude>>
  • 11. : Home Owner :Login :Hardware 1: enter usrname & passwd 5: access 2: send username & passwd 3: authenticate 4: Ack SEQUENCE DIAGRAM FOR LOGIN
  • 12. : Home Owner :Microcontroller :Light 1: select light 2: check status 3: return status 4: display status 6: select options : turn on/off 7: enter value turn on/off 8: set value 9: update 10: ack 11: display result 5: display options SEQUENCE DIAGRAM FOR CONTROLLING LIGHT
  • 13. : Home Owner :Microcontroller :Fan 1: Select Fan 2: Check status 3: Return Status 4: Display Status and menu 5: Select Turn on/off 6: Set Values 7: Update 8: ACK 9: Display result SEQUENCE DIAGRAM FOR CONTROLLING FAN
  • 14. : Home Owner :Sensor :Microcontroller : Fire Dept/Police Dept 4: Display warning 1.send signal 2: Return Signal 3: Notify Firedept SEQUENCE DIAGRAM FOR FIRE ALARM/LPG LEAKAGE/INTRUDER
  • 15. : Home Owner :Microcontroller :Water level 1: select water level 2: check status 3: return status 4: display status 6: select options : turn on/off 7: enter value turn on/off 8: set value 9: update 10: ack 11: display result 5: display options SEQUENCE DIAGRAM FOR WATER LEVEL DETECTION
  • 18. MODULAR DESIGN • Fire sensor moduleI(FFS 05) The Fire sensor is used to detect fire flames . The module makes use of Fire sensor and comparator to detect fire up to a range of 2 meters. It uses a input voltage of +5VDC. • Intruder detection module(PIR SENSOR) The unit output is high whenever human’s motion is detected. In simple terms, it is a motion detector. This sensors measure infrared radiation emanating from objects in the field of view. Apparent motion is detected when an infrared emitting source with one temperature, such as human body, passes in front of source with another temperature, such as wall.
  • 19. CONTD… • Fan Module It is directly connected to the microcontroller, it has only two functions ON/OFF. The user can switch on the fan or switch off the fan using the android app. • Lights module It is directly connected to the microcontroller, it has only two functions ON/OFF. The user can switch on the light or switch off the light using the android app.
  • 20. PSEDOCODE if (IR_1 == 1)) { LCD_Message( 0x80, " HUMAN ENTERED " ); GSM_Send_SMS( Mb_Num1,"HUMAN ENTERED"); } if(Float == 1) { LCD_Message( 0x80, "WATER LEVEL HIGH" ); GSM_Send_SMS( Mb_Num1,"WATER LEVEL HIGH"); } if(Gas sensor == 1) { LCD_Message( 0x80, "gas leackage" ); GSM_Send_SMS( Mb_Num1,"gas leackage"); }
  • 21. if( Bulb== 1) { Bulb_Relay== 1 LCD_Message( 0xC0, " BULB IS ON " ); GSM_Send_SMS( Mb_Num1," BULB IS ON "); } if(Fire == 1) { LCD_Message( 0x80, " fire " ); GSM_Send_SMS( Mb_Num1,"fire"); } if(Fan== 1) { Fan_Relay==1; LCD_Message( 0xC0, " FAN IS ON " ); GSM_Send_SMS( Mb_Num1, "FAN IS ON" ); }