SlideShare uma empresa Scribd logo
1 de 4
Baixar para ler offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3460
Automated system for office using Arduino and Android
Anuradha D. Ingole1, Shubhangi Gharde2, Mayuri Lad3, Shubham Lambade4
1Asstt. Prof., Dept. of Electronics & Tele. Engineering, PRMCEAM, Badnera, Amravati, India
2, 3, 4UG Students Dept. of Electronic & Tele. Engineering, PRMCEAM, Badnera, Amravati, India
----------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Today we are living in 21st century where
automation is playing important role in human life.
Automation of the surrounding environment of a
modern human being allows increasing his work
efficiency and comfort. In the present times, we can
find most of the people clinging to their mobile phones
and smart devices throughout the day. Hence with the
help of his companion a mobile phone, some official
tasks can be accomplished by personifying the use of
the mobile phone.
Office Automation System (OAS) has been designed for
mobile phones having Android platform to automate an 8
bit Bluetooth which controls a number of office appliances
like lights, fans, bulbs and many more using on/off relay.
This paper presents the automated approach of controlling
the devices in office that could ease the tasks of using the
traditional method of the switch. The most famous and
efficient technology for short range wireless
communication- Bluetooth is used here to automate the
system. The OAS system for Android users is a step towards
the ease of the tasks by controlling one to twenty four
different appliances in any office environment.
Key Words: Office Automation, Intelligence, Sensor
System, Microcontroller, User-friendly Interface.
1. INTRODUCTION
This instructable offers a detailed description and
implementation of using an Arduino for office Automation
and Efficiency. This paper is designed and intended to
make life simpler, make things easier for the elderly and
handicapped, and to save energy costs. The idea of an
office automation system will definitely improve the
working standards in the workplace. The fundamental
control system uses a Bluetooth module which gives
wireless access to smart phones. The appliances
controlled depend on what appliances are plugged into the
system. The system design will not remove the existing
actuating switches, but rather it will be controlled with a
low voltage system technique. This system is designed to
control electrical devices throughout the office. The
system can also control lights in the office based on the
natural light. The lights will also be motion activated
meaning that the lights will only be on when people are in
the area. The system will be easy to use as well as cost
effective. The power for this system will be provided by
the mains but in future by renewable energy. The
renewable energy that will be used in this system is solar
power via solar panels.
A office automation system means to grant the end-users
to manage and handle the electric appliances. If we look at
different office automation systems over time, they have
always tried to provide efficient, convenient, and safe
ways for office inhabitants to access their offices.
Regardless of the change in user’s hope, growing
technology, or change of time, the appearance of a office
automation system has remained the same. Today most
office uses the electronic appliances such as fans, light, air
conditioner etc. As the mobile phones are very common to
all people nowadays using mobile as the key for
controlling the office appliances will enhance the
affordability and simplicity of the OAS. Mobile phones with
android based operating system are regarded as smart
phone. This smart phone has the capability of connecting
to most electronics equipment. The android application
needed for the operation of OAS is designed in Android
platform. To increase the security feature of the android
application password protection has been implemented.
Arduino has been used as a microcontroller. Bluetooth has
been used for the short range efficient connections.
Office automation systems suffer four main challenges;
these are poor manageability, inflexibility, difficulty in
achieving security and high cost of ownership. The main
objectives of this research is to design and implement a
office automation system using android that is capable of
controlling and automating most of the office appliances
through an easy manageable interface. This will decrease
the deployment cost and will increase the ability of
upgrading, and system reconfiguration.
It also discusses the significance and limitations of smart
office components and the various technologies used in
office automation. It explains the current trends of smart
office research and future challenges that must be
overcome to design a feasible smart office.
2. SYSTEM DESIGN AND IMPLEMENTATION
1. Arduino UNO
Arduino board designs use a variety of microprocessors
and controllers. The boards are equipped with sets of
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3461
digital and analog input/output (I/O) pins that may be
interfaced to various expansion boards or Breadboards
(shields) and other circuits. The boards feature serial
communications interfaces, including Universal Serial Bus
(USB) on some models, which are also used for loading
programs from personal computers. The microcontrollers
are typically programmed using a dialect of features from
the programming languages C and C++.
2. Bluetooth Module (HC-05)
For the communication between mobile phone and
microcontroller Bluetooth module (HC-05) is used. HC-05
is low power 1.8 V operation and is easy to use with
Bluetooth SPP (serial port protocol). Serial port Bluetooth
module have a Bluetooth 2.0+EDR (enhanced data rate),
3Mbps modulation with complete 2.4 GHZ radio
transceiver and baseband. Using Bluetooth profile and
android platform architecture different type of Bluetooth
applications can be developed. Bluetooth module HC-05
provides radio communication between almost all
communications enabled devices enabling user with
efficient wireless communication on an unlicensed radio
spectrum. It typically operates on a frequency of 2.4GHz
and has a range of up to 20m to communicate with other
devices.
3. Relay Module
A relay is a device that operates on electricity. It has a
control and controlled systems. It is mostly used to control
circuit automatically. Basically, it is an automatic switch to
control using a low-current signal a high-current circuit.
Relay is basically an electromagnetic switch which can be
turn on and off by an applying the voltage across its
contacts. In this project used a 12V 4-channel relay. A
relay is usually an electromechanical device that is
actuated by an electrical current. The current flowing in
one circuit causes the opening or closing of another circuit.
Relays are like remote control switches and are used in
many applications because of their relative simplicity, long
life, and proven high reliability. Relays are used in a wide
variety of applications throughout industry, such as in
telephone exchanges, digital computers and automation
systems. Highly sophisticated relays are utilized to protect
electric power systems against trouble and power
blackouts as well as to regulate and control the generation
and distribution of power.
Fig -1: Block Diagram of Automated System
Fig.1 descibes the automated system for office control.The
complete system is based on the arduino Uno which
control the electric equipment.
3. SOFTWARE IMPLEMENTATION
Android operating system is open source focused around
Linux kernel with Java programming interface planned
fundamentally for touch screen contraptions. The Android
telephone was in the business sector since October 2008.
Gadget producers, remote transporters and fan engineers
are permitted to adjust and distribute the product under
the Apache License. Google Play is Android essential
application store. There were roughly 700,000
applications accessible for Android in October 2012 and
created by a vast group of Android application designer.
Android building design comprises of a few layers as
demonstrated in Figure 2. The applications need to go
layer by layer to get to the hardware. A few libraries are
accessible. ARM architecture is the principle equipment
platform for Android.
Fig -2: Android System with LED ON & OFF
Fig -3: Flowchart
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3462
Android is a powerful operating System supporting a large
number of applications in Smart Phones. These
applications make life more comfortable and advanced for
the users. Hardware that support Android are mainly
based on ARM architecture platform. Some of the current
features and specifications of android are: Android comes
with an Android market which is an online software store.
It was developed by Google. It allows Android users to
select, and download applications developed by third
party developers and use them.
The android application allows the user to control devices
and monitor conditions in the home using the Bluetooth
connection. The android application is efficient, flexible
and has a user Friendly Graphic User Interface (GUI). The
application has a user authentication page to verify that
the authorized user is logged in and has full control of the
office appliances. The fig 3 shows the flowchart and
description of the flowchart is explained here:
1. Upload the code to the Arduino UNO.
2. Attached the Bluetooth HC-05 module. Upload the code
to the Arduino UNO where we have attached the Bluetooth
HC-05 module.
3. After Uploading, the Bluetooth module is checked
whether the module is working or not.
4. Go to the Bluetooth Settings in your phone and pair your
phone with the HC-05 Device.
5. The key is 1234. After successfully pairing, open the
Arduino Bluetooth 4CH App and connect with the HC-05
module.
6. If instruction recognized, Press button 1,2,3,4 in
arduino Bluetooth 4CH.
The Arduino 5v pin is connected to Vcc, and ground pin is
the GND connected to the Arduino ground pin. To send the
data from the module to the Arduino TXN pin is used and
to receive RX which is pin 1 of Arduino is used.
Table -1: Simulation Table for Appliances
Sr.No Input Output
1 Device ON Bulb ON
2 Device OFF Bulb OFF
3 Device ON Fan ON
4 Device OFF Fan OFF
Simulated results obtained in table 1. When device is
turn ON, the connected instrument like bulb or Fan
getting ON. When device is OFF, the connected
system remains in OFF condition.
4. CONCLUSION
The electrical appliances like fans and lights has been
automatically operated using Bluetooth module according
to the data sent by the mobile to Arduino through the
Bluetooth interface. Thus, we can save the energy and
electricity. In this we have controlled only the light and
fan. An office automation using android and hand gesture,
Controlling the office and electronic gadgets through an
Infrared remote control is now in general. But the same
controlling tasks can be done easily. Primary motive of
proposing the new system of hand gesture remote control
is to remove the need to look in to the button remote and
to search for a specific key for specific function. This paper
proposed a novel system to control office through hand
gesture as a remote control device. The future healthcare
service provider will consider the smart office powerful
method for giving remote social insurance
administrations, particularly to the elderly and disabled
people. In future office automation will smarter and it
would be extended to the large-scale environment. The
system as the name indicates, “Office automation” makes
the system more flexible and provides attractive user
interface compared to other office automation systems. In
this system we integrate mobile devices into office
automation systems. A novel architecture for a office
automation system is proposed using the relatively new
communication technologies. The system consists of
mainly three components is a bluetooth module, Arduino
microcontroller and relay circuits. WI-FI is used as the
communication channel between android phone and the
Arduino microcontroller. We hide the complexity of the
notions involved in the office automation system by
including them into a simple, but comprehensive set of
related concepts. This simplification is needed to fit as
much of the functionality on the limited space offered by a
mobile device‟s display. This paper proposes a low cost,
secure, ubiquitously accessible, auto-configurable,
remotely controlled solution. The approach discussed in
the paper is novel and has achieved the target to control
home appliances remotely using the WiFi technology to
connects system parts, satisfying user needs and
requirements. WiFi technology capable solution has
proved to be controlled remotely, provide office security
and is cost-effective as compared to the previously
existing systems.
REFERENCES
[1] D. Javale, Mohd Mohsin, S. Nandanvar, M.
Shingate,”Office automation & security using Android
ADK”, International Journal of Electronics
Communication and Computer Technology (IJECCT)
Volume 3 Issue 2 ,March 2013.
[2] A. Singh, A. Pal, B. Rai “GSM Based Office Automation,
Safety and Security System Using Android Mobile
Phone”, International Journal of Engineering Research
& Technology (IJERT) Vol. 4 Issue 05, May-2015.
[3] R. Suryavanshi, K. Khivensara, and G. Hussain, N.
Bansal, V. Kumar” Office Automation System Using
Android and WiFi”, International Journal of
Engineering and Computer Science ISSN: 2319-7242
Volume 3 Issue 10 October, 2014.
[4] S. Reza Khan and F. Sultana Dristy “android based
security and office automation system”, International
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3463
Journal of Ambient Systems and Applications (IJASA)
Vol.3, No.1, March 2015”.
[5] R.A.Kadu, P.P.Dekhane, S.J.Dhamanwala, A.S.Awate
“Real Time Monitoring and Controlling System”, Thee
International Journal of Engineering and Science
(IJES).
[6] D. Pasha, K. Takeda, “A Product Based Security Model
for Smart Office Appliances”, Proctor 40th Annual
IEEE Int.Carnahan Conf. Security Technology, 2006,
pp. 234 – 242.
[7] Rye, Dave , "My Life at X10", AV and Automation
Industry magazine. AV and Automation Industry
magazine. Retrieved October 8, 2014.
[8] “1.5 Million Office Automation Systems Installed in the
US This Year". www.abiresearch.com. Retrieved 2016-
11-22.
[9] Li, Rita Yi Man; Li, Hero Ching Yu; Make, Cho Kei; Tang,
Tony Bei qi. "Sustainable Smart office and Office
Automation: Big Data Analytics Approach".
International Journal of Smart office 10 (8): 177–
198.doi:10.14257/ijsh.2016.10.8.18

Mais conteúdo relacionado

Mais procurados

IRJET- Voice based Elder Care System
IRJET- Voice based Elder Care SystemIRJET- Voice based Elder Care System
IRJET- Voice based Elder Care SystemIRJET Journal
 
IRJET- Smart SMD Packer
IRJET-  	  Smart SMD PackerIRJET-  	  Smart SMD Packer
IRJET- Smart SMD PackerIRJET Journal
 
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
 
IRJET- Home Automation using Voice Commands in the Hindi Language
IRJET- Home Automation using Voice Commands in the Hindi LanguageIRJET- Home Automation using Voice Commands in the Hindi Language
IRJET- Home Automation using Voice Commands in the Hindi LanguageIRJET Journal
 
IRJET- IoT based Classroom Automation System
IRJET-  	  IoT based Classroom Automation SystemIRJET-  	  IoT based Classroom Automation System
IRJET- IoT based Classroom Automation SystemIRJET Journal
 
IRJET- An IoT based Remote HRV Monitoring System for Hypertensive Patients
IRJET-  	  An IoT based Remote HRV Monitoring System for Hypertensive PatientsIRJET-  	  An IoT based Remote HRV Monitoring System for Hypertensive Patients
IRJET- An IoT based Remote HRV Monitoring System for Hypertensive PatientsIRJET Journal
 
Bluetooth Home Automation System
Bluetooth Home Automation SystemBluetooth Home Automation System
Bluetooth Home Automation SystemAI Publications
 
IRJET- Smart Home: Speech Recognition based Home Automation using IoT
IRJET-  	  Smart Home: Speech Recognition based Home Automation using IoTIRJET-  	  Smart Home: Speech Recognition based Home Automation using IoT
IRJET- Smart Home: Speech Recognition based Home Automation using IoTIRJET Journal
 
IRJET - IoT based Advanced Home Automation
IRJET -  	  IoT based Advanced Home AutomationIRJET -  	  IoT based Advanced Home Automation
IRJET - IoT based Advanced Home AutomationIRJET Journal
 
IRJET- Design and Implementation of Integrated Smart Home System (ISHS)
IRJET- Design and Implementation of Integrated Smart Home System (ISHS)IRJET- Design and Implementation of Integrated Smart Home System (ISHS)
IRJET- Design and Implementation of Integrated Smart Home System (ISHS)IRJET Journal
 
IRJET- A Remotely Controlled Home Automation System for Energy Saving
IRJET-  	  A Remotely Controlled Home Automation System for Energy SavingIRJET-  	  A Remotely Controlled Home Automation System for Energy Saving
IRJET- A Remotely Controlled Home Automation System for Energy SavingIRJET Journal
 
Residential and Official Extension of IOT Enabled Building Automation System
Residential and Official Extension of IOT Enabled Building Automation SystemResidential and Official Extension of IOT Enabled Building Automation System
Residential and Official Extension of IOT Enabled Building Automation SystemAssociate Professor in VSB Coimbatore
 
Smart Home Automation using Wi-Fi
Smart Home Automation using Wi-FiSmart Home Automation using Wi-Fi
Smart Home Automation using Wi-Fiijtsrd
 
Project final filewith front
Project final filewith frontProject final filewith front
Project final filewith frontPankaj Patidar
 
Vesceral Control on Electric Gadgets by Smartphones for Smart Abode Environment
Vesceral Control on Electric Gadgets by Smartphones for Smart Abode EnvironmentVesceral Control on Electric Gadgets by Smartphones for Smart Abode Environment
Vesceral Control on Electric Gadgets by Smartphones for Smart Abode EnvironmentAssociate Professor in VSB Coimbatore
 
IRJET- Monitoring and Control of PLC based Automation System Parameters using...
IRJET- Monitoring and Control of PLC based Automation System Parameters using...IRJET- Monitoring and Control of PLC based Automation System Parameters using...
IRJET- Monitoring and Control of PLC based Automation System Parameters using...IRJET Journal
 
IRJET- Low Cost IoT based Remote Health Monitoring System
IRJET-  	  Low Cost IoT based Remote Health Monitoring SystemIRJET-  	  Low Cost IoT based Remote Health Monitoring System
IRJET- Low Cost IoT based Remote Health Monitoring SystemIRJET Journal
 
IRJET- Voice Controlled Home Automation System
IRJET- Voice Controlled Home Automation SystemIRJET- Voice Controlled Home Automation System
IRJET- Voice Controlled Home Automation SystemIRJET Journal
 

Mais procurados (20)

IRJET- Voice based Elder Care System
IRJET- Voice based Elder Care SystemIRJET- Voice based Elder Care System
IRJET- Voice based Elder Care System
 
IRJET- Smart SMD Packer
IRJET-  	  Smart SMD PackerIRJET-  	  Smart SMD Packer
IRJET- Smart SMD Packer
 
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
 
IRJET- Home Automation using Voice Commands in the Hindi Language
IRJET- Home Automation using Voice Commands in the Hindi LanguageIRJET- Home Automation using Voice Commands in the Hindi Language
IRJET- Home Automation using Voice Commands in the Hindi Language
 
IRJET- IoT based Classroom Automation System
IRJET-  	  IoT based Classroom Automation SystemIRJET-  	  IoT based Classroom Automation System
IRJET- IoT based Classroom Automation System
 
IRJET- An IoT based Remote HRV Monitoring System for Hypertensive Patients
IRJET-  	  An IoT based Remote HRV Monitoring System for Hypertensive PatientsIRJET-  	  An IoT based Remote HRV Monitoring System for Hypertensive Patients
IRJET- An IoT based Remote HRV Monitoring System for Hypertensive Patients
 
Bluetooth Home Automation System
Bluetooth Home Automation SystemBluetooth Home Automation System
Bluetooth Home Automation System
 
IRJET- Smart Home: Speech Recognition based Home Automation using IoT
IRJET-  	  Smart Home: Speech Recognition based Home Automation using IoTIRJET-  	  Smart Home: Speech Recognition based Home Automation using IoT
IRJET- Smart Home: Speech Recognition based Home Automation using IoT
 
IRJET - IoT based Advanced Home Automation
IRJET -  	  IoT based Advanced Home AutomationIRJET -  	  IoT based Advanced Home Automation
IRJET - IoT based Advanced Home Automation
 
Blue arm
Blue armBlue arm
Blue arm
 
IRJET- Design and Implementation of Integrated Smart Home System (ISHS)
IRJET- Design and Implementation of Integrated Smart Home System (ISHS)IRJET- Design and Implementation of Integrated Smart Home System (ISHS)
IRJET- Design and Implementation of Integrated Smart Home System (ISHS)
 
IRJET- A Remotely Controlled Home Automation System for Energy Saving
IRJET-  	  A Remotely Controlled Home Automation System for Energy SavingIRJET-  	  A Remotely Controlled Home Automation System for Energy Saving
IRJET- A Remotely Controlled Home Automation System for Energy Saving
 
Residential and Official Extension of IOT Enabled Building Automation System
Residential and Official Extension of IOT Enabled Building Automation SystemResidential and Official Extension of IOT Enabled Building Automation System
Residential and Official Extension of IOT Enabled Building Automation System
 
Smart Home Automation using Wi-Fi
Smart Home Automation using Wi-FiSmart Home Automation using Wi-Fi
Smart Home Automation using Wi-Fi
 
Project final filewith front
Project final filewith frontProject final filewith front
Project final filewith front
 
Vesceral Control on Electric Gadgets by Smartphones for Smart Abode Environment
Vesceral Control on Electric Gadgets by Smartphones for Smart Abode EnvironmentVesceral Control on Electric Gadgets by Smartphones for Smart Abode Environment
Vesceral Control on Electric Gadgets by Smartphones for Smart Abode Environment
 
IRJET- Monitoring and Control of PLC based Automation System Parameters using...
IRJET- Monitoring and Control of PLC based Automation System Parameters using...IRJET- Monitoring and Control of PLC based Automation System Parameters using...
IRJET- Monitoring and Control of PLC based Automation System Parameters using...
 
IRJET- Low Cost IoT based Remote Health Monitoring System
IRJET-  	  Low Cost IoT based Remote Health Monitoring SystemIRJET-  	  Low Cost IoT based Remote Health Monitoring System
IRJET- Low Cost IoT based Remote Health Monitoring System
 
Uvais
Uvais Uvais
Uvais
 
IRJET- Voice Controlled Home Automation System
IRJET- Voice Controlled Home Automation SystemIRJET- Voice Controlled Home Automation System
IRJET- Voice Controlled Home Automation System
 

Semelhante a IRJET- Automated System for Office using Arduino and Android

Home Automation Application with voice commands using Arduino
Home Automation Application with voice commands using ArduinoHome Automation Application with voice commands using Arduino
Home Automation Application with voice commands using ArduinoIRJET Journal
 
IoT Based home automation system using Arduino board
IoT Based home automation system using Arduino boardIoT Based home automation system using Arduino board
IoT Based home automation system using Arduino boardIRJET Journal
 
IRJET- H-Box (Connecting Homes)
IRJET- H-Box (Connecting Homes)IRJET- H-Box (Connecting Homes)
IRJET- H-Box (Connecting Homes)IRJET Journal
 
IRJET- Centralized Wireless Home Appliances Control System
IRJET- Centralized Wireless Home Appliances Control SystemIRJET- Centralized Wireless Home Appliances Control System
IRJET- Centralized Wireless Home Appliances Control SystemIRJET Journal
 
IRJET- Smart Power Optimization with IoT
IRJET-  	  Smart Power Optimization with IoTIRJET-  	  Smart Power Optimization with IoT
IRJET- Smart Power Optimization with IoTIRJET Journal
 
IRJET- Multi-Featured Android Controlled Smart Car
IRJET- Multi-Featured Android Controlled Smart CarIRJET- Multi-Featured Android Controlled Smart Car
IRJET- Multi-Featured Android Controlled Smart CarIRJET Journal
 
IRJET- Multi-Featured Android Controlled Smart Car
IRJET- Multi-Featured Android Controlled Smart CarIRJET- Multi-Featured Android Controlled Smart Car
IRJET- Multi-Featured Android Controlled Smart CarIRJET Journal
 
IoT BASED ON WIRELESS HOME AUTOMATION
IoT BASED ON WIRELESS HOME AUTOMATIONIoT BASED ON WIRELESS HOME AUTOMATION
IoT BASED ON WIRELESS HOME AUTOMATIONIRJET Journal
 
A Short Review on the Perspective of Home Automation Technology
A Short Review on the Perspective of Home Automation TechnologyA Short Review on the Perspective of Home Automation Technology
A Short Review on the Perspective of Home Automation TechnologyIRJET Journal
 
IRJET- Android based Home Automation using Bluetooth Technology
IRJET- Android based Home Automation using Bluetooth TechnologyIRJET- Android based Home Automation using Bluetooth Technology
IRJET- Android based Home Automation using Bluetooth TechnologyIRJET Journal
 
IRJET- Android based Home Automation using Bluetooth Technology
IRJET-  	  Android based Home Automation using Bluetooth TechnologyIRJET-  	  Android based Home Automation using Bluetooth Technology
IRJET- Android based Home Automation using Bluetooth TechnologyIRJET Journal
 
IRJET - Home Security System using Arduino
IRJET -  	  Home Security System using ArduinoIRJET -  	  Home Security System using Arduino
IRJET - Home Security System using ArduinoIRJET Journal
 
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 - Smart Home with Power Consumed Statistics using Android Application
IRJET - Smart Home with Power Consumed Statistics using Android ApplicationIRJET - Smart Home with Power Consumed Statistics using Android Application
IRJET - Smart Home with Power Consumed Statistics using Android ApplicationIRJET Journal
 
IRJET- Home Automation using Arduino and IoT
IRJET-  	  Home Automation using Arduino and IoTIRJET-  	  Home Automation using Arduino and IoT
IRJET- Home Automation using Arduino and IoTIRJET Journal
 
IRJET- A Review on: Smart and Advanced Living Technology (SALT)
IRJET- A Review on: Smart and Advanced Living Technology (SALT)IRJET- A Review on: Smart and Advanced Living Technology (SALT)
IRJET- A Review on: Smart and Advanced Living Technology (SALT)IRJET 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
 

Semelhante a IRJET- Automated System for Office using Arduino and Android (20)

Home Automation Application with voice commands using Arduino
Home Automation Application with voice commands using ArduinoHome Automation Application with voice commands using Arduino
Home Automation Application with voice commands using Arduino
 
IoT Based home automation system using Arduino board
IoT Based home automation system using Arduino boardIoT Based home automation system using Arduino board
IoT Based home automation system using Arduino board
 
IRJET- H-Box (Connecting Homes)
IRJET- H-Box (Connecting Homes)IRJET- H-Box (Connecting Homes)
IRJET- H-Box (Connecting Homes)
 
IRJET- Centralized Wireless Home Appliances Control System
IRJET- Centralized Wireless Home Appliances Control SystemIRJET- Centralized Wireless Home Appliances Control System
IRJET- Centralized Wireless Home Appliances Control System
 
IRJET- Smart Power Optimization with IoT
IRJET-  	  Smart Power Optimization with IoTIRJET-  	  Smart Power Optimization with IoT
IRJET- Smart Power Optimization with IoT
 
IRJET- Multi-Featured Android Controlled Smart Car
IRJET- Multi-Featured Android Controlled Smart CarIRJET- Multi-Featured Android Controlled Smart Car
IRJET- Multi-Featured Android Controlled Smart Car
 
IRJET- Multi-Featured Android Controlled Smart Car
IRJET- Multi-Featured Android Controlled Smart CarIRJET- Multi-Featured Android Controlled Smart Car
IRJET- Multi-Featured Android Controlled Smart Car
 
IoT BASED ON WIRELESS HOME AUTOMATION
IoT BASED ON WIRELESS HOME AUTOMATIONIoT BASED ON WIRELESS HOME AUTOMATION
IoT BASED ON WIRELESS HOME AUTOMATION
 
A Short Review on the Perspective of Home Automation Technology
A Short Review on the Perspective of Home Automation TechnologyA Short Review on the Perspective of Home Automation Technology
A Short Review on the Perspective of Home Automation Technology
 
IRJET- Android based Home Automation using Bluetooth Technology
IRJET- Android based Home Automation using Bluetooth TechnologyIRJET- Android based Home Automation using Bluetooth Technology
IRJET- Android based Home Automation using Bluetooth Technology
 
IRJET- Android based Home Automation using Bluetooth Technology
IRJET-  	  Android based Home Automation using Bluetooth TechnologyIRJET-  	  Android based Home Automation using Bluetooth Technology
IRJET- Android based Home Automation using Bluetooth Technology
 
IRJET - Home Security System using Arduino
IRJET -  	  Home Security System using ArduinoIRJET -  	  Home Security System using Arduino
IRJET - Home Security System using Arduino
 
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
 
IRJET - Smart Home with Power Consumed Statistics using Android Application
IRJET - Smart Home with Power Consumed Statistics using Android ApplicationIRJET - Smart Home with Power Consumed Statistics using Android Application
IRJET - Smart Home with Power Consumed Statistics using Android Application
 
Smart home automation system
Smart home automation systemSmart home automation system
Smart home automation system
 
IRJET- Home Automation using Arduino and IoT
IRJET-  	  Home Automation using Arduino and IoTIRJET-  	  Home Automation using Arduino and IoT
IRJET- Home Automation using Arduino and IoT
 
[IJET-V1I3P8] Authors :Mrs. Latha A.P.,Pratik Agarwal, Rishabh Rajgarhia,Shas...
[IJET-V1I3P8] Authors :Mrs. Latha A.P.,Pratik Agarwal, Rishabh Rajgarhia,Shas...[IJET-V1I3P8] Authors :Mrs. Latha A.P.,Pratik Agarwal, Rishabh Rajgarhia,Shas...
[IJET-V1I3P8] Authors :Mrs. Latha A.P.,Pratik Agarwal, Rishabh Rajgarhia,Shas...
 
(23 26) siraj pa
(23 26) siraj pa(23 26) siraj pa
(23 26) siraj pa
 
IRJET- A Review on: Smart and Advanced Living Technology (SALT)
IRJET- A Review on: Smart and Advanced Living Technology (SALT)IRJET- A Review on: Smart and Advanced Living Technology (SALT)
IRJET- A Review on: Smart and Advanced Living Technology (SALT)
 
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
 

Mais de IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

Mais de IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Último

The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
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
 
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
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
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
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 

Último (20)

The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
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
 
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
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
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
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 

IRJET- Automated System for Office using Arduino and Android

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3460 Automated system for office using Arduino and Android Anuradha D. Ingole1, Shubhangi Gharde2, Mayuri Lad3, Shubham Lambade4 1Asstt. Prof., Dept. of Electronics & Tele. Engineering, PRMCEAM, Badnera, Amravati, India 2, 3, 4UG Students Dept. of Electronic & Tele. Engineering, PRMCEAM, Badnera, Amravati, India ----------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Today we are living in 21st century where automation is playing important role in human life. Automation of the surrounding environment of a modern human being allows increasing his work efficiency and comfort. In the present times, we can find most of the people clinging to their mobile phones and smart devices throughout the day. Hence with the help of his companion a mobile phone, some official tasks can be accomplished by personifying the use of the mobile phone. Office Automation System (OAS) has been designed for mobile phones having Android platform to automate an 8 bit Bluetooth which controls a number of office appliances like lights, fans, bulbs and many more using on/off relay. This paper presents the automated approach of controlling the devices in office that could ease the tasks of using the traditional method of the switch. The most famous and efficient technology for short range wireless communication- Bluetooth is used here to automate the system. The OAS system for Android users is a step towards the ease of the tasks by controlling one to twenty four different appliances in any office environment. Key Words: Office Automation, Intelligence, Sensor System, Microcontroller, User-friendly Interface. 1. INTRODUCTION This instructable offers a detailed description and implementation of using an Arduino for office Automation and Efficiency. This paper is designed and intended to make life simpler, make things easier for the elderly and handicapped, and to save energy costs. The idea of an office automation system will definitely improve the working standards in the workplace. The fundamental control system uses a Bluetooth module which gives wireless access to smart phones. The appliances controlled depend on what appliances are plugged into the system. The system design will not remove the existing actuating switches, but rather it will be controlled with a low voltage system technique. This system is designed to control electrical devices throughout the office. The system can also control lights in the office based on the natural light. The lights will also be motion activated meaning that the lights will only be on when people are in the area. The system will be easy to use as well as cost effective. The power for this system will be provided by the mains but in future by renewable energy. The renewable energy that will be used in this system is solar power via solar panels. A office automation system means to grant the end-users to manage and handle the electric appliances. If we look at different office automation systems over time, they have always tried to provide efficient, convenient, and safe ways for office inhabitants to access their offices. Regardless of the change in user’s hope, growing technology, or change of time, the appearance of a office automation system has remained the same. Today most office uses the electronic appliances such as fans, light, air conditioner etc. As the mobile phones are very common to all people nowadays using mobile as the key for controlling the office appliances will enhance the affordability and simplicity of the OAS. Mobile phones with android based operating system are regarded as smart phone. This smart phone has the capability of connecting to most electronics equipment. The android application needed for the operation of OAS is designed in Android platform. To increase the security feature of the android application password protection has been implemented. Arduino has been used as a microcontroller. Bluetooth has been used for the short range efficient connections. Office automation systems suffer four main challenges; these are poor manageability, inflexibility, difficulty in achieving security and high cost of ownership. The main objectives of this research is to design and implement a office automation system using android that is capable of controlling and automating most of the office appliances through an easy manageable interface. This will decrease the deployment cost and will increase the ability of upgrading, and system reconfiguration. It also discusses the significance and limitations of smart office components and the various technologies used in office automation. It explains the current trends of smart office research and future challenges that must be overcome to design a feasible smart office. 2. SYSTEM DESIGN AND IMPLEMENTATION 1. Arduino UNO Arduino board designs use a variety of microprocessors and controllers. The boards are equipped with sets of
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3461 digital and analog input/output (I/O) pins that may be interfaced to various expansion boards or Breadboards (shields) and other circuits. The boards feature serial communications interfaces, including Universal Serial Bus (USB) on some models, which are also used for loading programs from personal computers. The microcontrollers are typically programmed using a dialect of features from the programming languages C and C++. 2. Bluetooth Module (HC-05) For the communication between mobile phone and microcontroller Bluetooth module (HC-05) is used. HC-05 is low power 1.8 V operation and is easy to use with Bluetooth SPP (serial port protocol). Serial port Bluetooth module have a Bluetooth 2.0+EDR (enhanced data rate), 3Mbps modulation with complete 2.4 GHZ radio transceiver and baseband. Using Bluetooth profile and android platform architecture different type of Bluetooth applications can be developed. Bluetooth module HC-05 provides radio communication between almost all communications enabled devices enabling user with efficient wireless communication on an unlicensed radio spectrum. It typically operates on a frequency of 2.4GHz and has a range of up to 20m to communicate with other devices. 3. Relay Module A relay is a device that operates on electricity. It has a control and controlled systems. It is mostly used to control circuit automatically. Basically, it is an automatic switch to control using a low-current signal a high-current circuit. Relay is basically an electromagnetic switch which can be turn on and off by an applying the voltage across its contacts. In this project used a 12V 4-channel relay. A relay is usually an electromechanical device that is actuated by an electrical current. The current flowing in one circuit causes the opening or closing of another circuit. Relays are like remote control switches and are used in many applications because of their relative simplicity, long life, and proven high reliability. Relays are used in a wide variety of applications throughout industry, such as in telephone exchanges, digital computers and automation systems. Highly sophisticated relays are utilized to protect electric power systems against trouble and power blackouts as well as to regulate and control the generation and distribution of power. Fig -1: Block Diagram of Automated System Fig.1 descibes the automated system for office control.The complete system is based on the arduino Uno which control the electric equipment. 3. SOFTWARE IMPLEMENTATION Android operating system is open source focused around Linux kernel with Java programming interface planned fundamentally for touch screen contraptions. The Android telephone was in the business sector since October 2008. Gadget producers, remote transporters and fan engineers are permitted to adjust and distribute the product under the Apache License. Google Play is Android essential application store. There were roughly 700,000 applications accessible for Android in October 2012 and created by a vast group of Android application designer. Android building design comprises of a few layers as demonstrated in Figure 2. The applications need to go layer by layer to get to the hardware. A few libraries are accessible. ARM architecture is the principle equipment platform for Android. Fig -2: Android System with LED ON & OFF Fig -3: Flowchart
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3462 Android is a powerful operating System supporting a large number of applications in Smart Phones. These applications make life more comfortable and advanced for the users. Hardware that support Android are mainly based on ARM architecture platform. Some of the current features and specifications of android are: Android comes with an Android market which is an online software store. It was developed by Google. It allows Android users to select, and download applications developed by third party developers and use them. The android application allows the user to control devices and monitor conditions in the home using the Bluetooth connection. The android application is efficient, flexible and has a user Friendly Graphic User Interface (GUI). The application has a user authentication page to verify that the authorized user is logged in and has full control of the office appliances. The fig 3 shows the flowchart and description of the flowchart is explained here: 1. Upload the code to the Arduino UNO. 2. Attached the Bluetooth HC-05 module. Upload the code to the Arduino UNO where we have attached the Bluetooth HC-05 module. 3. After Uploading, the Bluetooth module is checked whether the module is working or not. 4. Go to the Bluetooth Settings in your phone and pair your phone with the HC-05 Device. 5. The key is 1234. After successfully pairing, open the Arduino Bluetooth 4CH App and connect with the HC-05 module. 6. If instruction recognized, Press button 1,2,3,4 in arduino Bluetooth 4CH. The Arduino 5v pin is connected to Vcc, and ground pin is the GND connected to the Arduino ground pin. To send the data from the module to the Arduino TXN pin is used and to receive RX which is pin 1 of Arduino is used. Table -1: Simulation Table for Appliances Sr.No Input Output 1 Device ON Bulb ON 2 Device OFF Bulb OFF 3 Device ON Fan ON 4 Device OFF Fan OFF Simulated results obtained in table 1. When device is turn ON, the connected instrument like bulb or Fan getting ON. When device is OFF, the connected system remains in OFF condition. 4. CONCLUSION The electrical appliances like fans and lights has been automatically operated using Bluetooth module according to the data sent by the mobile to Arduino through the Bluetooth interface. Thus, we can save the energy and electricity. In this we have controlled only the light and fan. An office automation using android and hand gesture, Controlling the office and electronic gadgets through an Infrared remote control is now in general. But the same controlling tasks can be done easily. Primary motive of proposing the new system of hand gesture remote control is to remove the need to look in to the button remote and to search for a specific key for specific function. This paper proposed a novel system to control office through hand gesture as a remote control device. The future healthcare service provider will consider the smart office powerful method for giving remote social insurance administrations, particularly to the elderly and disabled people. In future office automation will smarter and it would be extended to the large-scale environment. The system as the name indicates, “Office automation” makes the system more flexible and provides attractive user interface compared to other office automation systems. In this system we integrate mobile devices into office automation systems. A novel architecture for a office automation system is proposed using the relatively new communication technologies. The system consists of mainly three components is a bluetooth module, Arduino microcontroller and relay circuits. WI-FI is used as the communication channel between android phone and the Arduino microcontroller. We hide the complexity of the notions involved in the office automation system by including them into a simple, but comprehensive set of related concepts. This simplification is needed to fit as much of the functionality on the limited space offered by a mobile device‟s display. This paper proposes a low cost, secure, ubiquitously accessible, auto-configurable, remotely controlled solution. The approach discussed in the paper is novel and has achieved the target to control home appliances remotely using the WiFi technology to connects system parts, satisfying user needs and requirements. WiFi technology capable solution has proved to be controlled remotely, provide office security and is cost-effective as compared to the previously existing systems. REFERENCES [1] D. Javale, Mohd Mohsin, S. Nandanvar, M. Shingate,”Office automation & security using Android ADK”, International Journal of Electronics Communication and Computer Technology (IJECCT) Volume 3 Issue 2 ,March 2013. [2] A. Singh, A. Pal, B. Rai “GSM Based Office Automation, Safety and Security System Using Android Mobile Phone”, International Journal of Engineering Research & Technology (IJERT) Vol. 4 Issue 05, May-2015. [3] R. Suryavanshi, K. Khivensara, and G. Hussain, N. Bansal, V. Kumar” Office Automation System Using Android and WiFi”, International Journal of Engineering and Computer Science ISSN: 2319-7242 Volume 3 Issue 10 October, 2014. [4] S. Reza Khan and F. Sultana Dristy “android based security and office automation system”, International
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3463 Journal of Ambient Systems and Applications (IJASA) Vol.3, No.1, March 2015”. [5] R.A.Kadu, P.P.Dekhane, S.J.Dhamanwala, A.S.Awate “Real Time Monitoring and Controlling System”, Thee International Journal of Engineering and Science (IJES). [6] D. Pasha, K. Takeda, “A Product Based Security Model for Smart Office Appliances”, Proctor 40th Annual IEEE Int.Carnahan Conf. Security Technology, 2006, pp. 234 – 242. [7] Rye, Dave , "My Life at X10", AV and Automation Industry magazine. AV and Automation Industry magazine. Retrieved October 8, 2014. [8] “1.5 Million Office Automation Systems Installed in the US This Year". www.abiresearch.com. Retrieved 2016- 11-22. [9] Li, Rita Yi Man; Li, Hero Ching Yu; Make, Cho Kei; Tang, Tony Bei qi. "Sustainable Smart office and Office Automation: Big Data Analytics Approach". International Journal of Smart office 10 (8): 177– 198.doi:10.14257/ijsh.2016.10.8.18