SlideShare a Scribd company logo
WEB BASED REALTIME CONTROL
AND
HOME AUTOMATIONSYSTEM
Presented by:
ATHULRAJR (13442006)
SHAMEEM A S (13442007)
Underthe Guidance of:
Mr. VISHNU P C
Asst . PROFESSOR
Dept. of EEE
1
CONTENTS
2
Hardware details
Software details
Working
Program
Advantages
Scopes
Conclusion
References
Introduction
Problem statement
Objectives
Literature review
Basic block diagram
Internet of things
Hardware requirements
Software requirements
INTRODUCTION..
 With advancement of internet technology lifestyle of every person is changing
drastically
 The home appliances we are using are technically very much improved but the
controlling methods are the same.
 We need to replace the old techniques with new advanced technologies.
 Which helps to save the time ,money and energy of human beings
 Using IOT, we can sense, monitor and control the devices within seconds and get
maximum results.
3
INTRODUCTION
 Electrical loads will be controlled automatically on the basis of
surrounding conditions
 The Domestic Electrical loads can be controlled by using mobile
application or website through internet
 This project is more useful for old people who cannot go to the switch
board and control the loads
 Using the remote control, electricity wastage can be reduced up to
some extent.
 Domestic loads can be controlled with ease.
4
PROBLEM STATEMENT
 While people are pursuing ever-growing high quality of their lives today.
This leads to more and more facilities and home appliances include 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
OBJECTIVES
 To develop a user-centric intelligent home automation system which
will sense the surrounding conditions and change the home appliances
outputs.
 To develop a web based remotely controlling system which helps to
controlling and monitoring our home appliances.
6
LITERATURE REVIEW
 In 2015 Subhajith Dey, Sourav Mukherjee and Mili Sarkar of published a
journal in IJEEETC
 Concept of Internet Of Things.
 Home automation and security system
 Web based system with Arduino Uno microcontroller
 Energy conservation and reduction of human effort.
 In 2016 Zaid abdulzahra Jabbar and RS Kawitkar of SCOE,Pune
published a journal in IJARCCE
 Concept of home automation and its needs.
 Smart homes and energy management systems
 Controlling the equipments through gadgets.
7
LITERATURE REVIEW (contd..)
 In 2016 Vinay Sagar K N and Kusuma S M of MSRIT,Bangaluru published a journal in
IRJET
 Home automation using IOT
 Advantages of home automation systems
 Proposed system of automation
 In 2016 Yunus Tjandi and H.Mudassir of TEU state of Makassar published a journal in
IOSR-JEEE
 Monitoring and control of electrical equipments using arduino mega
 Quality and welfare of human life
 Connecting to gadgets via internet
 Use of Ethernet shield
8
BASIC BLOCK DIAGRAM
 AUTOMATIC CONTROL
9
SENSORS ARDUINO
UNO R3
BOARD
RELAY
DOMESTIC
LOADS
INPUT OUTPUT
BASIC BLOCK DIAGRAM (contd..)
 REMOTELY CONTROL
10
COMMAND ARDUINO
UNO R3
ETHERN
ET
SHEILD
CLOUD
SYSTEM
UI
LOADS
INPU
T
OUTPU
T
INTERNET OF THINGS
 Inter networking of physical devices, vehicles, buildings and other items.
 Embedded with electronics, software, sensors
 Internet connected objects working together to solve a problem.
 Generate, collect, process and use acquired information to make better
decisions.
 Things could be anything. Physical or virtual.
 Things can be interact each other smartly.
 Create a social network of sensors
11
HARDWARE REQUIREMENTS
 Arduino UNO R3 board
 W5100 Ethernet shield
 5V Relay Board (230V/10A)
 DHT11 Temperature & humidity sensor
 LM393 Optical Photosensitive LDR Sensor
 16*2 LCD disply
 Android device / computer
12
SOFTWARE REQUIREMENTS
 ARDUINO IDE
 CAYYANE
13
HARDWARE DETAILS
DHT11 Temperature & humidity sensor
 Humidity + Temperature sensor
 Measurement range: 20-90%RH,0-50’C
 Sends data in form of pulses train of specific time period
 for measuring temperature these sensors use a NTC temperature
sensor or a Thermistor.
 For measuring humidity use the humidity sensing
component which has two electrodes with moisture
holding substrate between them.
 humidity changes,the conductivity of the substrate changes
or the resistance between these electrodes changes
14
HARDWARE DETAILS (contd..)
LM393 Optical Photosensitive LDR Sensor
 Used to sense light
 Photocell is used
 Input Voltage: 3.3V-5V
 Output: Analog voltage form& Digital Switching form
 Resistance is inversely proportional to light falling on it.
 Lightly doped for required
conductivity
HARDWARE DETAILS (contd..)
 ARDUINO UNO R3
16
HARDWARE DETAILS (contd..)
 Microcontroller ATmega328
 Operating Voltage 5 V
 Input Voltage (recommended) 7-12V
 Input Voltage (limits) 6-20V
 Digital I/O Pins 14 (of which 6 provide PWM output)
 Analog Input Pins 6
 DC Current per I/O Pin 40 mA
 DC Current for 3.3V Pin 50 mA
 Flash Memory 32 KB (ATmega328) of which 0.5 KB used by bootloader
 SRAM 2 KB (ATmega328)
 EEPROM 1 KB (ATmega328)
 Clock Speed 16 MHz
17
HARDWARE DETAILS (contd..)
Ethernet W5100 Shield
 The Arduino Wiz net Ethernet W5100 Shield allows an Arduino board to
connect to the internet.
 Using Ethernet library file, we can access it.
18
HARDWARE DETAILS (contd..)
19
5V Relay Board (230V/10A)
 A relay is an electrically operated switch.
 Relays are used where it is necessary to control a circuit by a low-
power signal.
 Relays protect electrical circuits from overload or faults.
 Working voltage – 5V
 Can control 10A, 230v AC supply.
HARDWARE DETAILS (contd..)
16*2 LCD DISPLY
 These modules are preferred over seven segments and other multi
segment LEDs
 The reasons being: LCDs are economical; easily programmable
20
SOFTWARE DETAILS
 ARDUINO IDE
21
WORKING
Consist of 2 types of controlling
 Automatic controlling.
 Remotely controlling.
22
WORKING (contd.)
AUTOMATIC CONTROLING
 Sensors sensing data and given to arduino as input.
 Arduino comparing input and programmed values (Ref Values).
 Displaying the real time temperature and humidity & condition of
lamp, fan speed on LCD display connected.
 When light intensity is very low, then turn on the light through
relay.
 Monitoring the temperature and turn on when given value is
exceeding the limit.
23
WORKING (contd...)
24
AUTOMATIC CONTROLING
WORKING (contd...)
25
AUTOMATIC CONTROLING
WORKING (contd..)
REMOTELY CONTROLING
 We can control our home equipments like light, fan , motor, etc
through internet.
 Can understand real time condition of the devices.
26
WORKING (contd..)
27
REMOTELY CONTROLLING
WORKING (contd..)
28
REMOTELY CONTROLING
WORKING (contd..)
 PROGRAMMING BLOCK DIAGRAM
29
Control Actuators
PROGRAM
S8 EEE.txt
30
Advantages
 Useful for old people.
 Controlling the switching is easy
 Reduces human effort.
 Makes the switching control easy and convenient for Physically Disabled
people
 Saves electricity
31
SCOPES
 This technology can be utilised for industries as well as domestic applications
 For reducing the human efforts.
 To help the people who is physically challenged.
 Improves economy of electrical system.
 All globe access via internet.
 For turning the ordinary homes into smart homes.
 Security and the safety of the premises.
 Password protected system with biometric locking patterns.
 Senses understands and controls how we live our lives.
 Automatically adjust our living environments.
32
CONCLUSION
 In this project a web based real time controlling and home automation system is developed
using open source Arduino technology
 The system is very user friendly. Through this, we can convert home into smart home.
 Automated home control system with online and offline control is developed.
 Low cost home automation system with a compact and easy design.
 Useful for old ageddisabled people .
 The system is very safe and clean and the chances of shock is zero.
 The system will give us a chance to reduce our efforts and will give us the wisdom of
technology.
33
REFERENCES
 Vinay sagar K N,Kusuma S M “ Home Automation Using Internet of Things” International Research Journal of
Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 02 Issue: 03 | June-2015
 Zaid Abdulzahra Jabbar, R.S. Kawitkar “ Implementation of Smart Home Control by Using Low Cost Arduino &
Android Design” International Journal of Advanced Research in Computer and Communication Engineering Vol.
5, Issue 2, February 2016
 Subhajit Dey, Tamaghna Kundu, Sourav Mukherjee and Mili Sarkar “Web Based Real-Time Home
AutomationAnd Security System” ISSN 2319 – 2518 www.ijeetc.com Vol. 4, No. 3, July 2015
 Yunus Tjandi , H. Muddassir “Monitoring And Device Electrical Control Equipment Based on Arduino Mega”
IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-ISSN: 2278-1676,p-ISSN: 2320-3331,
Volume 11, Issue 5 Ver. II (Sep - Oct 2016), PP 101-108
 Samir Samanta, Koushik Kr. Khan, Arghya Bhattacharyya, Sounak Das, Atul Barman, Mr. Koushick Mathur
“Home Automation Using Arduino and ESP8266” International Journal of Advanced Engineering, Management
and Science (IJAEMS) [Vol-2, Issue-9, Sept- 2016]
34
Thankyou..
35

More Related Content

What's hot (20)

PDF
IRJET- IoT based Modern Greenhouse with GSM Module using Arduino Platform
IRJET Journal
 
PDF
IRJET - Intelligent Lighting Solution
IRJET Journal
 
PDF
Smart digital and analogue ambience control and
eSAT Publishing House
 
PDF
Automatic Room Lights Controller Using Arduino & PIR Sensor
Ankit Chaudhary
 
PDF
Project report on home automation using Arduino
AMIT SANPUI
 
PDF
IoT Based Home Automation using Intel Galileo Gen-2
IRJET Journal
 
PDF
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
ijtsrd
 
DOCX
HOME AUTOMATION USING ARDUINO
Eklavya Sharma
 
PDF
IRJET- Smart Light Intensity Management System
IRJET Journal
 
PPTX
IR BASED HOME AUTOMATION USING ARDUINO UNO
Mln Phaneendra
 
PPTX
Home System automation using android application
doaamarzook
 
PDF
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...
IRJET Journal
 
PDF
Home Automation
Kshama Kumar
 
PPTX
Bluetooth based home automation using arduino presentaton
LalitKapoor7
 
PDF
M44096368
IJERA Editor
 
PPTX
Uvais
Rao Uvais Khan
 
PDF
IRJET- Intelligent Lighting System for Classrooms and Mall using IoT
IRJET Journal
 
PPTX
green house monitoring system
Nikhil Gawande Patil
 
PPTX
Digital home automation with Arduino bluetooth
Shishupal03012015
 
PDF
Digital home automation with arduino bluetooth
Shishupal03012015
 
IRJET- IoT based Modern Greenhouse with GSM Module using Arduino Platform
IRJET Journal
 
IRJET - Intelligent Lighting Solution
IRJET Journal
 
Smart digital and analogue ambience control and
eSAT Publishing House
 
Automatic Room Lights Controller Using Arduino & PIR Sensor
Ankit Chaudhary
 
Project report on home automation using Arduino
AMIT SANPUI
 
IoT Based Home Automation using Intel Galileo Gen-2
IRJET Journal
 
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
ijtsrd
 
HOME AUTOMATION USING ARDUINO
Eklavya Sharma
 
IRJET- Smart Light Intensity Management System
IRJET Journal
 
IR BASED HOME AUTOMATION USING ARDUINO UNO
Mln Phaneendra
 
Home System automation using android application
doaamarzook
 
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...
IRJET Journal
 
Home Automation
Kshama Kumar
 
Bluetooth based home automation using arduino presentaton
LalitKapoor7
 
M44096368
IJERA Editor
 
IRJET- Intelligent Lighting System for Classrooms and Mall using IoT
IRJET Journal
 
green house monitoring system
Nikhil Gawande Patil
 
Digital home automation with Arduino bluetooth
Shishupal03012015
 
Digital home automation with arduino bluetooth
Shishupal03012015
 

Similar to WEB BASED REALTIME CONTROL AND HOME AUTOMATION SYSTEM (20)

PPTX
Presentation on INTERNET OF THINGS
RAJBALA PURNIMA PRIYA
 
PPTX
major1.pptx
BitEte
 
PDF
IRJET- IoT based System for Smart and Secured Home
IRJET Journal
 
PPTX
Project_PPTqwertyujkopljjgdsasccnmmjjgfderhjknnvcdewtuijnbvcdsghnbggdc bbbb.pptx
Geetha982072
 
PDF
Home Automation & Security
Roshan Mani
 
PPTX
design and fabrication of automatic temperature controlled fan.pptx
rrabin2
 
PPTX
Project_PPTasdfghjklmnbvcxzwertyuioplkjhffdddsxcbnnn.pptx
Geetha982072
 
PPTX
greenhouse monitoring engineering project.pptx
shaikabrarahmed
 
PDF
Home security automation
Isuru Sharminda
 
PPTX
ppt-1.pptx
SAKTHIVELV40
 
PDF
IRJET - IoT based Home Automation using ATmega328 Microcontroller
IRJET Journal
 
PDF
IRJET- IoT based Solar Power Monitoring System
IRJET Journal
 
PDF
IRJET- Android based Home Automation using Bluetooth Technology
IRJET Journal
 
PDF
IRJET- Android based Home Automation using Bluetooth Technology
IRJET Journal
 
PDF
IRJET- Smart Energy Management System
IRJET Journal
 
PPTX
IOT BASED AUTOMATIC BREAKING CONTROL SYSTEM FOR EV VEHICLE AND MONITORING SYSTEM
SIVAKUMAR351202
 
PDF
IRJET - Smart Power Monitoring and Controlling through IoT
IRJET Journal
 
DOCX
Smart door project report shivnaresh likhar
Shivnaresh Likhar
 
PDF
Paper 5 tahun kebelakang 2019 2015 ferdi andersen nugraha 09030581721005
ferdiandersen08
 
PDF
IOT BASED SMART ENERGY METER USING ARDUINO UNO
IRJET Journal
 
Presentation on INTERNET OF THINGS
RAJBALA PURNIMA PRIYA
 
major1.pptx
BitEte
 
IRJET- IoT based System for Smart and Secured Home
IRJET Journal
 
Project_PPTqwertyujkopljjgdsasccnmmjjgfderhjknnvcdewtuijnbvcdsghnbggdc bbbb.pptx
Geetha982072
 
Home Automation & Security
Roshan Mani
 
design and fabrication of automatic temperature controlled fan.pptx
rrabin2
 
Project_PPTasdfghjklmnbvcxzwertyuioplkjhffdddsxcbnnn.pptx
Geetha982072
 
greenhouse monitoring engineering project.pptx
shaikabrarahmed
 
Home security automation
Isuru Sharminda
 
ppt-1.pptx
SAKTHIVELV40
 
IRJET - IoT based Home Automation using ATmega328 Microcontroller
IRJET Journal
 
IRJET- IoT based Solar Power Monitoring System
IRJET Journal
 
IRJET- Android based Home Automation using Bluetooth Technology
IRJET Journal
 
IRJET- Android based Home Automation using Bluetooth Technology
IRJET Journal
 
IRJET- Smart Energy Management System
IRJET Journal
 
IOT BASED AUTOMATIC BREAKING CONTROL SYSTEM FOR EV VEHICLE AND MONITORING SYSTEM
SIVAKUMAR351202
 
IRJET - Smart Power Monitoring and Controlling through IoT
IRJET Journal
 
Smart door project report shivnaresh likhar
Shivnaresh Likhar
 
Paper 5 tahun kebelakang 2019 2015 ferdi andersen nugraha 09030581721005
ferdiandersen08
 
IOT BASED SMART ENERGY METER USING ARDUINO UNO
IRJET Journal
 
Ad

Recently uploaded (20)

PPTX
The Role of Information Technology in Environmental Protectio....pptx
nallamillisriram
 
PPTX
Solar Thermal Energy System Seminar.pptx
Gpc Purapuza
 
PPTX
Hashing Introduction , hash functions and techniques
sailajam21
 
DOCX
CS-802 (A) BDH Lab manual IPS Academy Indore
thegodhimself05
 
PDF
Zilliz Cloud Demo for performance and scale
Zilliz
 
PPTX
Arduino Based Gas Leakage Detector Project
CircuitDigest
 
PPTX
DATA BASE MANAGEMENT AND RELATIONAL DATA
gomathisankariv2
 
PPTX
VITEEE 2026 Exam Details , Important Dates
SonaliSingh127098
 
PDF
Design Thinking basics for Engineers.pdf
CMR University
 
PDF
Pressure Measurement training for engineers and Technicians
AIESOLUTIONS
 
PDF
Water Industry Process Automation & Control Monthly July 2025
Water Industry Process Automation & Control
 
PPTX
MobileComputingMANET2023 MobileComputingMANET2023.pptx
masterfake98765
 
PDF
Set Relation Function Practice session 24.05.2025.pdf
DrStephenStrange4
 
PPTX
GitOps_Without_K8s_Training_detailed git repository
DanialHabibi2
 
PPTX
原版一样(Acadia毕业证书)加拿大阿卡迪亚大学毕业证办理方法
Taqyea
 
PPT
Carmon_Remote Sensing GIS by Mahesh kumar
DhananjayM6
 
PPTX
Lecture 1 Shell and Tube Heat exchanger-1.pptx
mailforillegalwork
 
PPTX
Element 11. ELECTRICITY safety and hazards
merrandomohandas
 
PPTX
Introduction to Design of Machine Elements
PradeepKumarS27
 
PPTX
Element 7. CHEMICAL AND BIOLOGICAL AGENT.pptx
merrandomohandas
 
The Role of Information Technology in Environmental Protectio....pptx
nallamillisriram
 
Solar Thermal Energy System Seminar.pptx
Gpc Purapuza
 
Hashing Introduction , hash functions and techniques
sailajam21
 
CS-802 (A) BDH Lab manual IPS Academy Indore
thegodhimself05
 
Zilliz Cloud Demo for performance and scale
Zilliz
 
Arduino Based Gas Leakage Detector Project
CircuitDigest
 
DATA BASE MANAGEMENT AND RELATIONAL DATA
gomathisankariv2
 
VITEEE 2026 Exam Details , Important Dates
SonaliSingh127098
 
Design Thinking basics for Engineers.pdf
CMR University
 
Pressure Measurement training for engineers and Technicians
AIESOLUTIONS
 
Water Industry Process Automation & Control Monthly July 2025
Water Industry Process Automation & Control
 
MobileComputingMANET2023 MobileComputingMANET2023.pptx
masterfake98765
 
Set Relation Function Practice session 24.05.2025.pdf
DrStephenStrange4
 
GitOps_Without_K8s_Training_detailed git repository
DanialHabibi2
 
原版一样(Acadia毕业证书)加拿大阿卡迪亚大学毕业证办理方法
Taqyea
 
Carmon_Remote Sensing GIS by Mahesh kumar
DhananjayM6
 
Lecture 1 Shell and Tube Heat exchanger-1.pptx
mailforillegalwork
 
Element 11. ELECTRICITY safety and hazards
merrandomohandas
 
Introduction to Design of Machine Elements
PradeepKumarS27
 
Element 7. CHEMICAL AND BIOLOGICAL AGENT.pptx
merrandomohandas
 
Ad

WEB BASED REALTIME CONTROL AND HOME AUTOMATION SYSTEM

  • 1. WEB BASED REALTIME CONTROL AND HOME AUTOMATIONSYSTEM Presented by: ATHULRAJR (13442006) SHAMEEM A S (13442007) Underthe Guidance of: Mr. VISHNU P C Asst . PROFESSOR Dept. of EEE 1
  • 2. CONTENTS 2 Hardware details Software details Working Program Advantages Scopes Conclusion References Introduction Problem statement Objectives Literature review Basic block diagram Internet of things Hardware requirements Software requirements
  • 3. INTRODUCTION..  With advancement of internet technology lifestyle of every person is changing drastically  The home appliances we are using are technically very much improved but the controlling methods are the same.  We need to replace the old techniques with new advanced technologies.  Which helps to save the time ,money and energy of human beings  Using IOT, we can sense, monitor and control the devices within seconds and get maximum results. 3
  • 4. INTRODUCTION  Electrical loads will be controlled automatically on the basis of surrounding conditions  The Domestic Electrical loads can be controlled by using mobile application or website through internet  This project is more useful for old people who cannot go to the switch board and control the loads  Using the remote control, electricity wastage can be reduced up to some extent.  Domestic loads can be controlled with ease. 4
  • 5. PROBLEM STATEMENT  While people are pursuing ever-growing high quality of their lives today. This leads to more and more facilities and home appliances include 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
  • 6. OBJECTIVES  To develop a user-centric intelligent home automation system which will sense the surrounding conditions and change the home appliances outputs.  To develop a web based remotely controlling system which helps to controlling and monitoring our home appliances. 6
  • 7. LITERATURE REVIEW  In 2015 Subhajith Dey, Sourav Mukherjee and Mili Sarkar of published a journal in IJEEETC  Concept of Internet Of Things.  Home automation and security system  Web based system with Arduino Uno microcontroller  Energy conservation and reduction of human effort.  In 2016 Zaid abdulzahra Jabbar and RS Kawitkar of SCOE,Pune published a journal in IJARCCE  Concept of home automation and its needs.  Smart homes and energy management systems  Controlling the equipments through gadgets. 7
  • 8. LITERATURE REVIEW (contd..)  In 2016 Vinay Sagar K N and Kusuma S M of MSRIT,Bangaluru published a journal in IRJET  Home automation using IOT  Advantages of home automation systems  Proposed system of automation  In 2016 Yunus Tjandi and H.Mudassir of TEU state of Makassar published a journal in IOSR-JEEE  Monitoring and control of electrical equipments using arduino mega  Quality and welfare of human life  Connecting to gadgets via internet  Use of Ethernet shield 8
  • 9. BASIC BLOCK DIAGRAM  AUTOMATIC CONTROL 9 SENSORS ARDUINO UNO R3 BOARD RELAY DOMESTIC LOADS INPUT OUTPUT
  • 10. BASIC BLOCK DIAGRAM (contd..)  REMOTELY CONTROL 10 COMMAND ARDUINO UNO R3 ETHERN ET SHEILD CLOUD SYSTEM UI LOADS INPU T OUTPU T
  • 11. INTERNET OF THINGS  Inter networking of physical devices, vehicles, buildings and other items.  Embedded with electronics, software, sensors  Internet connected objects working together to solve a problem.  Generate, collect, process and use acquired information to make better decisions.  Things could be anything. Physical or virtual.  Things can be interact each other smartly.  Create a social network of sensors 11
  • 12. HARDWARE REQUIREMENTS  Arduino UNO R3 board  W5100 Ethernet shield  5V Relay Board (230V/10A)  DHT11 Temperature & humidity sensor  LM393 Optical Photosensitive LDR Sensor  16*2 LCD disply  Android device / computer 12
  • 13. SOFTWARE REQUIREMENTS  ARDUINO IDE  CAYYANE 13
  • 14. HARDWARE DETAILS DHT11 Temperature & humidity sensor  Humidity + Temperature sensor  Measurement range: 20-90%RH,0-50’C  Sends data in form of pulses train of specific time period  for measuring temperature these sensors use a NTC temperature sensor or a Thermistor.  For measuring humidity use the humidity sensing component which has two electrodes with moisture holding substrate between them.  humidity changes,the conductivity of the substrate changes or the resistance between these electrodes changes 14
  • 15. HARDWARE DETAILS (contd..) LM393 Optical Photosensitive LDR Sensor  Used to sense light  Photocell is used  Input Voltage: 3.3V-5V  Output: Analog voltage form& Digital Switching form  Resistance is inversely proportional to light falling on it.  Lightly doped for required conductivity
  • 16. HARDWARE DETAILS (contd..)  ARDUINO UNO R3 16
  • 17. HARDWARE DETAILS (contd..)  Microcontroller ATmega328  Operating Voltage 5 V  Input Voltage (recommended) 7-12V  Input Voltage (limits) 6-20V  Digital I/O Pins 14 (of which 6 provide PWM output)  Analog Input Pins 6  DC Current per I/O Pin 40 mA  DC Current for 3.3V Pin 50 mA  Flash Memory 32 KB (ATmega328) of which 0.5 KB used by bootloader  SRAM 2 KB (ATmega328)  EEPROM 1 KB (ATmega328)  Clock Speed 16 MHz 17
  • 18. HARDWARE DETAILS (contd..) Ethernet W5100 Shield  The Arduino Wiz net Ethernet W5100 Shield allows an Arduino board to connect to the internet.  Using Ethernet library file, we can access it. 18
  • 19. HARDWARE DETAILS (contd..) 19 5V Relay Board (230V/10A)  A relay is an electrically operated switch.  Relays are used where it is necessary to control a circuit by a low- power signal.  Relays protect electrical circuits from overload or faults.  Working voltage – 5V  Can control 10A, 230v AC supply.
  • 20. HARDWARE DETAILS (contd..) 16*2 LCD DISPLY  These modules are preferred over seven segments and other multi segment LEDs  The reasons being: LCDs are economical; easily programmable 20
  • 22. WORKING Consist of 2 types of controlling  Automatic controlling.  Remotely controlling. 22
  • 23. WORKING (contd.) AUTOMATIC CONTROLING  Sensors sensing data and given to arduino as input.  Arduino comparing input and programmed values (Ref Values).  Displaying the real time temperature and humidity & condition of lamp, fan speed on LCD display connected.  When light intensity is very low, then turn on the light through relay.  Monitoring the temperature and turn on when given value is exceeding the limit. 23
  • 26. WORKING (contd..) REMOTELY CONTROLING  We can control our home equipments like light, fan , motor, etc through internet.  Can understand real time condition of the devices. 26
  • 29. WORKING (contd..)  PROGRAMMING BLOCK DIAGRAM 29 Control Actuators
  • 31. Advantages  Useful for old people.  Controlling the switching is easy  Reduces human effort.  Makes the switching control easy and convenient for Physically Disabled people  Saves electricity 31
  • 32. SCOPES  This technology can be utilised for industries as well as domestic applications  For reducing the human efforts.  To help the people who is physically challenged.  Improves economy of electrical system.  All globe access via internet.  For turning the ordinary homes into smart homes.  Security and the safety of the premises.  Password protected system with biometric locking patterns.  Senses understands and controls how we live our lives.  Automatically adjust our living environments. 32
  • 33. CONCLUSION  In this project a web based real time controlling and home automation system is developed using open source Arduino technology  The system is very user friendly. Through this, we can convert home into smart home.  Automated home control system with online and offline control is developed.  Low cost home automation system with a compact and easy design.  Useful for old ageddisabled people .  The system is very safe and clean and the chances of shock is zero.  The system will give us a chance to reduce our efforts and will give us the wisdom of technology. 33
  • 34. REFERENCES  Vinay sagar K N,Kusuma S M “ Home Automation Using Internet of Things” International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 02 Issue: 03 | June-2015  Zaid Abdulzahra Jabbar, R.S. Kawitkar “ Implementation of Smart Home Control by Using Low Cost Arduino & Android Design” International Journal of Advanced Research in Computer and Communication Engineering Vol. 5, Issue 2, February 2016  Subhajit Dey, Tamaghna Kundu, Sourav Mukherjee and Mili Sarkar “Web Based Real-Time Home AutomationAnd Security System” ISSN 2319 – 2518 www.ijeetc.com Vol. 4, No. 3, July 2015  Yunus Tjandi , H. Muddassir “Monitoring And Device Electrical Control Equipment Based on Arduino Mega” IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-ISSN: 2278-1676,p-ISSN: 2320-3331, Volume 11, Issue 5 Ver. II (Sep - Oct 2016), PP 101-108  Samir Samanta, Koushik Kr. Khan, Arghya Bhattacharyya, Sounak Das, Atul Barman, Mr. Koushick Mathur “Home Automation Using Arduino and ESP8266” International Journal of Advanced Engineering, Management and Science (IJAEMS) [Vol-2, Issue-9, Sept- 2016] 34