SlideShare a Scribd company logo
1 of 17
HOME APPLIANCES CONTROLLING USING
ANDROID PHONE VIA BLUETOOTH
TEAM MEMBERS
SIDDULA GAYATHRI (20211A0289)
YERROLA JIMMIE LAZERS (20211A02A1)
NADIKOPPU MANOJ KUMAR (21215A0212)
PROJECT GUIDE
Dr K
VIJAY BHASKAR REDDY
M.tech, Ph.d , Professor
Department of Electrical and Electronics Engineering
B V Raju Institute of
Technology
ABSTRACT
• The main objective of this project is to develop a home application system using
an Arduino board with Bluetooth being remotely controlled by any Android OS
smart phone.
• As technology is advancing so houses are also getting smatter.
• Remote controlled home automation system provides a most modern solution
with smart phones.
• By touching the specified location on the GUI ,the loads can be turned ON/OFF
remotely through this technology. The loads are operated by Arduino board
through Opto- isolators and thyristors using Triacs.
• A user can program the system to trigger events under explicit conditions there
by controlling energy at home.
PROBLEM STATEMENT
• Affordability of smart phones had made majority of people to be attached to
their phones. A mobile phone has become an inseparable part of human life
which is an opportunity for us to take this Advantage to manage power usage at
home and provide convenience to users by integrating it in smart home.
• Countries like Zimbabwe, Bangladesh, South Sudan are suffering from power
shortages which resulted in serious inconvenience to the socio-economic growth.
• As a nation, there is a need to look for ways to control and manage available
power together with load shading.
• People tend to forget to switch off their electrical gadgets while leaving their
homes and hence there is need to control appliances from afar.
• With just a click on your phone you can save energy.
• With this type of systems in place, and embracing affordable smart phone users
can save their time and have a greater experience of enjoying the benefits of IoT.
• Not only this, this project will aslo be helpful for the physical handicapped persons
and aged persons those who can operate smart phones, makes them to control
their home appliances by ease .
PROJECT AIM
To solve the problems met, we design a prototype of a home
automation lightning system that can be remotely switched ON/OFF by an
android application.
Components required
Hardware Requirements
1. Arduino uno
2. Bluetooth Module (HC - 05)
3. 4 – Channel Relay Module
4. jumper wires
5. Loads (like Bulbs, Fans, etc.)
6. Power supply (Battery )
7. Connecting wires.
Software Requirements
1. Arduino IDE
2. Android application installed on users Android Device.
BLUETOOTH
MODULE (HC -05)
RELAY MODULE
4 - CHANNEL
BLOCK DIAGRAM
CIRCUIT DIAGRAM
WORKING
• In this project, a Bluetooth module is interfaced to Arduino uno. This
Bluetooth module receives the commands from the Android devices,
using wireless communication (Bluetooth technology).
• The program which is written to the Arduino uno communicates with
Bluetooth module serially to receive the commands.
• Microcontroller switches the electrical loads automatically based on
the commands received from the Bluetooth.
• An Android application should be installed in users mobile or tablet to control the
electrical loads.
• Using this Android application user can send the commands to the Bluetooth
module to control the electrical loads.
• It can also be called as “Bluetooth Controlled Electronic Home Appliances” or
“Android based Home Automation system ”.
CODE
• char val; void setup() { pinMode(13,OUTPUT); pinMode(12,OUTPUT);
pinMode(11,OUTPUT); pinMode(10,OUTPUT); Serial.begin(9600); digitalWrite(13,HIGH);
digitalWrite(12,HIGH); digitalWrite(11,HIGH); digitalWrite(10,HIGH);
• } void loop() { if(Serial.available()){ val = Serial.read(); Serial.println(val); } if(val=='1'){
digitalWrite(13,LOW);
• } else if(val=='2'){ digitalWrite(13,HIGH); } if(val=='3'){ digitalWrite(12,LOW);
• } else if(val=='4'){ digitalWrite(12,HIGH);
• } if(val=='5'){ digitalWrite(11,LOW);
• } else if(val=='6'){ digitalWrite(11,HIGH);
• } if(val=='7'){ digitalWrite(10,LOW);
• } else if(val=='8'){ digitalWrite(10,HIGH);
• }
• delay(100);
• }
CHALLENGES
• MECHANICAL CONSTRAINTS.
• How to build the model to be robust, balanced, reliable and safe.
• COMPONENTS CONSTRAINTS.
• Problem of uploading the code to the arduino uno.
• The working of some components such as relays which damages
beyond 7 amperes .
• MONEY CONSTRAINTS.
CONCLUSION
• The system as name indicates “Home Automation” makes the system more
flexible and provides attractive user interface compared to other home
automation systems.
• Finally , the proposed system is better from the scalability and flexibility point of
view than the commercially available home automation system
• The range of this bluetooth controlled home automation is around 30
feet.
• It takes around hardly a week to compete this prototype.
• The budgect required to complete this project is around 2500 rupees.
REFERENCES
• https://create.arduino.cc/projecthub/Shubhamkumar97/home-
automation-using-arduino-and-bluetooth-control-404e9c
• https://techatronic.com/home-automation-using-arduino-and-
bluetooth/
home automation.pptx

More Related Content

Similar to home automation.pptx

Presentation on bluetooth controlled electronic home appliances
Presentation on bluetooth controlled electronic home appliancesPresentation on bluetooth controlled electronic home appliances
Presentation on bluetooth controlled electronic home appliancesmirzaahmadali
 
Andriod 3. smart home system using android mobile
Andriod 3. smart home system using android mobileAndriod 3. smart home system using android mobile
Andriod 3. smart home system using android mobile1000kv technologies
 
DIGITAL LOGIC DESIGN (1) PROJECT REPORT.docx
DIGITAL LOGIC DESIGN (1) PROJECT REPORT.docxDIGITAL LOGIC DESIGN (1) PROJECT REPORT.docx
DIGITAL LOGIC DESIGN (1) PROJECT REPORT.docxRafayNaveed4
 
power-point-project-1.pptx
power-point-project-1.pptxpower-point-project-1.pptx
power-point-project-1.pptxShubhamPundir26
 
bluetooth controlled home automation using arduino by shubham sinha
bluetooth controlled home automation using arduino by shubham sinhabluetooth controlled home automation using arduino by shubham sinha
bluetooth controlled home automation using arduino by shubham sinhaShubham Sinha
 
Android Based Home Automation Control
Android Based Home Automation ControlAndroid Based Home Automation Control
Android Based Home Automation ControlVivek Porwal
 
HOME AUTOMATION BY PROJECT PPT NIDHI.pptx
HOME AUTOMATION BY PROJECT PPT  NIDHI.pptxHOME AUTOMATION BY PROJECT PPT  NIDHI.pptx
HOME AUTOMATION BY PROJECT PPT NIDHI.pptxNIDHIKUMARI585101
 
Smart homes for a better living using bluetooth
Smart homes for a better living using bluetoothSmart homes for a better living using bluetooth
Smart homes for a better living using bluetootheSAT Publishing House
 
PROJECT REPORT ON Home automation using by Bluetooth
 PROJECT REPORT ON Home automation using by Bluetooth PROJECT REPORT ON Home automation using by Bluetooth
PROJECT REPORT ON Home automation using by BluetoothAakashkumar276
 
HOME AUTOMATION USING ARDUINO
HOME AUTOMATION USING ARDUINOHOME AUTOMATION USING ARDUINO
HOME AUTOMATION USING ARDUINOEklavya Sharma
 
Home automation using arduino.pptx
Home automation using arduino.pptxHome automation using arduino.pptx
Home automation using arduino.pptxArun93488
 
home automation ppt using google assistant and wifi
home automation ppt using google assistant and wifihome automation ppt using google assistant and wifi
home automation ppt using google assistant and wifiHamed Raza
 
Connecting Home Appliances via Bluetooth using IoT
Connecting Home Appliances via Bluetooth using IoTConnecting Home Appliances via Bluetooth using IoT
Connecting Home Appliances via Bluetooth using IoTIRJET Journal
 
IRJET-Wireless Controlling of Remote Electrical Device using Android Smartphone
IRJET-Wireless Controlling of Remote Electrical Device using Android SmartphoneIRJET-Wireless Controlling of Remote Electrical Device using Android Smartphone
IRJET-Wireless Controlling of Remote Electrical Device using Android SmartphoneIRJET Journal
 
ESP8266 MICROCONTROLLER APPLICATION IN WIRELESS SYNCHRONIZATION TASKS.pptx
ESP8266 MICROCONTROLLER APPLICATION IN WIRELESS SYNCHRONIZATION TASKS.pptxESP8266 MICROCONTROLLER APPLICATION IN WIRELESS SYNCHRONIZATION TASKS.pptx
ESP8266 MICROCONTROLLER APPLICATION IN WIRELESS SYNCHRONIZATION TASKS.pptxVenkateshVenkatesh96
 
Home automatin
Home automatinHome automatin
Home automatinEngrNirob
 
Home automation Using Arduino Uno and Bluetooth
Home automation Using Arduino Uno and BluetoothHome automation Using Arduino Uno and Bluetooth
Home automation Using Arduino Uno and BluetoothSOURAV ROY
 

Similar to home automation.pptx (20)

Presentation on bluetooth controlled electronic home appliances
Presentation on bluetooth controlled electronic home appliancesPresentation on bluetooth controlled electronic home appliances
Presentation on bluetooth controlled electronic home appliances
 
Andriod 3. smart home system using android mobile
Andriod 3. smart home system using android mobileAndriod 3. smart home system using android mobile
Andriod 3. smart home system using android mobile
 
Seminar (1)
Seminar (1)Seminar (1)
Seminar (1)
 
DIGITAL LOGIC DESIGN (1) PROJECT REPORT.docx
DIGITAL LOGIC DESIGN (1) PROJECT REPORT.docxDIGITAL LOGIC DESIGN (1) PROJECT REPORT.docx
DIGITAL LOGIC DESIGN (1) PROJECT REPORT.docx
 
power-point-project-1.pptx
power-point-project-1.pptxpower-point-project-1.pptx
power-point-project-1.pptx
 
bluetooth controlled home automation using arduino by shubham sinha
bluetooth controlled home automation using arduino by shubham sinhabluetooth controlled home automation using arduino by shubham sinha
bluetooth controlled home automation using arduino by shubham sinha
 
Android Based Home Automation Control
Android Based Home Automation ControlAndroid Based Home Automation Control
Android Based Home Automation Control
 
HOME AUTOMATION BY PROJECT PPT NIDHI.pptx
HOME AUTOMATION BY PROJECT PPT  NIDHI.pptxHOME AUTOMATION BY PROJECT PPT  NIDHI.pptx
HOME AUTOMATION BY PROJECT PPT NIDHI.pptx
 
Smart homes for a better living using bluetooth
Smart homes for a better living using bluetoothSmart homes for a better living using bluetooth
Smart homes for a better living using bluetooth
 
PROJECT REPORT ON Home automation using by Bluetooth
 PROJECT REPORT ON Home automation using by Bluetooth PROJECT REPORT ON Home automation using by Bluetooth
PROJECT REPORT ON Home automation using by Bluetooth
 
HOME AUTOMATION USING ARDUINO
HOME AUTOMATION USING ARDUINOHOME AUTOMATION USING ARDUINO
HOME AUTOMATION USING ARDUINO
 
Home automation using arduino.pptx
Home automation using arduino.pptxHome automation using arduino.pptx
Home automation using arduino.pptx
 
home automation ppt using google assistant and wifi
home automation ppt using google assistant and wifihome automation ppt using google assistant and wifi
home automation ppt using google assistant and wifi
 
Connecting Home Appliances via Bluetooth using IoT
Connecting Home Appliances via Bluetooth using IoTConnecting Home Appliances via Bluetooth using IoT
Connecting Home Appliances via Bluetooth using IoT
 
Home automation
Home automationHome automation
Home automation
 
IRJET-Wireless Controlling of Remote Electrical Device using Android Smartphone
IRJET-Wireless Controlling of Remote Electrical Device using Android SmartphoneIRJET-Wireless Controlling of Remote Electrical Device using Android Smartphone
IRJET-Wireless Controlling of Remote Electrical Device using Android Smartphone
 
ESP8266 MICROCONTROLLER APPLICATION IN WIRELESS SYNCHRONIZATION TASKS.pptx
ESP8266 MICROCONTROLLER APPLICATION IN WIRELESS SYNCHRONIZATION TASKS.pptxESP8266 MICROCONTROLLER APPLICATION IN WIRELESS SYNCHRONIZATION TASKS.pptx
ESP8266 MICROCONTROLLER APPLICATION IN WIRELESS SYNCHRONIZATION TASKS.pptx
 
Home automatin
Home automatinHome automatin
Home automatin
 
Home automation Using Arduino Uno and Bluetooth
Home automation Using Arduino Uno and BluetoothHome automation Using Arduino Uno and Bluetooth
Home automation Using Arduino Uno and Bluetooth
 
synopsis
synopsissynopsis
synopsis
 

Recently uploaded

Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...Call Girls in Nagpur High Profile
 

Recently uploaded (20)

Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 

home automation.pptx

  • 1. HOME APPLIANCES CONTROLLING USING ANDROID PHONE VIA BLUETOOTH TEAM MEMBERS SIDDULA GAYATHRI (20211A0289) YERROLA JIMMIE LAZERS (20211A02A1) NADIKOPPU MANOJ KUMAR (21215A0212) PROJECT GUIDE Dr K VIJAY BHASKAR REDDY M.tech, Ph.d , Professor Department of Electrical and Electronics Engineering B V Raju Institute of Technology
  • 2. ABSTRACT • The main objective of this project is to develop a home application system using an Arduino board with Bluetooth being remotely controlled by any Android OS smart phone. • As technology is advancing so houses are also getting smatter. • Remote controlled home automation system provides a most modern solution with smart phones. • By touching the specified location on the GUI ,the loads can be turned ON/OFF remotely through this technology. The loads are operated by Arduino board through Opto- isolators and thyristors using Triacs. • A user can program the system to trigger events under explicit conditions there by controlling energy at home.
  • 3. PROBLEM STATEMENT • Affordability of smart phones had made majority of people to be attached to their phones. A mobile phone has become an inseparable part of human life which is an opportunity for us to take this Advantage to manage power usage at home and provide convenience to users by integrating it in smart home. • Countries like Zimbabwe, Bangladesh, South Sudan are suffering from power shortages which resulted in serious inconvenience to the socio-economic growth. • As a nation, there is a need to look for ways to control and manage available power together with load shading. • People tend to forget to switch off their electrical gadgets while leaving their homes and hence there is need to control appliances from afar.
  • 4. • With just a click on your phone you can save energy. • With this type of systems in place, and embracing affordable smart phone users can save their time and have a greater experience of enjoying the benefits of IoT. • Not only this, this project will aslo be helpful for the physical handicapped persons and aged persons those who can operate smart phones, makes them to control their home appliances by ease .
  • 5. PROJECT AIM To solve the problems met, we design a prototype of a home automation lightning system that can be remotely switched ON/OFF by an android application.
  • 6. Components required Hardware Requirements 1. Arduino uno 2. Bluetooth Module (HC - 05) 3. 4 – Channel Relay Module 4. jumper wires 5. Loads (like Bulbs, Fans, etc.) 6. Power supply (Battery ) 7. Connecting wires. Software Requirements 1. Arduino IDE 2. Android application installed on users Android Device.
  • 7. BLUETOOTH MODULE (HC -05) RELAY MODULE 4 - CHANNEL
  • 10. WORKING • In this project, a Bluetooth module is interfaced to Arduino uno. This Bluetooth module receives the commands from the Android devices, using wireless communication (Bluetooth technology). • The program which is written to the Arduino uno communicates with Bluetooth module serially to receive the commands. • Microcontroller switches the electrical loads automatically based on the commands received from the Bluetooth.
  • 11. • An Android application should be installed in users mobile or tablet to control the electrical loads. • Using this Android application user can send the commands to the Bluetooth module to control the electrical loads. • It can also be called as “Bluetooth Controlled Electronic Home Appliances” or “Android based Home Automation system ”.
  • 12. CODE • char val; void setup() { pinMode(13,OUTPUT); pinMode(12,OUTPUT); pinMode(11,OUTPUT); pinMode(10,OUTPUT); Serial.begin(9600); digitalWrite(13,HIGH); digitalWrite(12,HIGH); digitalWrite(11,HIGH); digitalWrite(10,HIGH); • } void loop() { if(Serial.available()){ val = Serial.read(); Serial.println(val); } if(val=='1'){ digitalWrite(13,LOW); • } else if(val=='2'){ digitalWrite(13,HIGH); } if(val=='3'){ digitalWrite(12,LOW); • } else if(val=='4'){ digitalWrite(12,HIGH); • } if(val=='5'){ digitalWrite(11,LOW); • } else if(val=='6'){ digitalWrite(11,HIGH); • } if(val=='7'){ digitalWrite(10,LOW); • } else if(val=='8'){ digitalWrite(10,HIGH); • } • delay(100); • }
  • 13. CHALLENGES • MECHANICAL CONSTRAINTS. • How to build the model to be robust, balanced, reliable and safe. • COMPONENTS CONSTRAINTS. • Problem of uploading the code to the arduino uno. • The working of some components such as relays which damages beyond 7 amperes . • MONEY CONSTRAINTS.
  • 14. CONCLUSION • The system as name indicates “Home Automation” makes the system more flexible and provides attractive user interface compared to other home automation systems. • Finally , the proposed system is better from the scalability and flexibility point of view than the commercially available home automation system
  • 15. • The range of this bluetooth controlled home automation is around 30 feet. • It takes around hardly a week to compete this prototype. • The budgect required to complete this project is around 2500 rupees.