SlideShare a Scribd company logo
1 of 7
Download to read offline
TELKOMNIKA, Vol.16, No.3, June 2018, pp. 1107~1113
ISSN: 1693-6930, accredited A by DIKTI, Decree No: 58/DIKTI/Kep/2013
DOI: 10.12928/TELKOMNIKA.v16i3.8063 ๏ฎ 1107
Received November 27, 2017; Revised April 3, 2018; Accepted May 2, 2018
Smart Garage Implementation and Design Using
Whatsapp Communication Media
Rendy Munadi*
1
, Arief Rakhman
2
, Doan Perdana
3
1,2,3
School of Electical Engineering, Telkom University
Jl. Telekomunikasi Terusan Buah Batu Bandung 40257 Indonesia (+6222) 7564 108
*Corresponding author, e-mail: rendymunadi@telkomuniversity.ac.id
1
, ariefrakhmans96@gmail.com
2
,
doanperdana@telkomuniversity.ac.id
3
Abstract
WhatsApp is a social networking app that serves as a communication medium. According to the
Online Audience Measurement Standards named comScore, in 2017, WhatsApp application users in
Indonesia amounted to 35.8 million people. As the most popular mobile application with the most users in
the country, in this research the authors chose Whatsapp as a communication medium that will be
integrated into one application of Internet of Things (IoT), that is Smart Garage. Smart Garage is a
combination of information technology and computing technology that is applied to a house by relying on
efficiency and device automation. The results of this research shows that it is better to use mobile data
networks than using the wireless networks. The maximum delay when using mobile data is 7.5 s and 7.7 s
when using wireless networks. The research using WhatsApp application still rare especially in the
field of IoT.
Keywords: whatsapp, iot, smart garage
Copyright ยฉ 2018 Universitas Ahmad Dahlan. All rights reserved.
1. Introduction
Research into the use of Raspberry PI and Arduino on front doors has been done
especially for guests whenever the owner is not home, where the guest will provide a message
or voice messaging to the owner of the said house. The system is completed by an LCD (liquid
crystal to display) to identify the guest, to display the voice message, and other important
information regarding the house. With the LCD, the house owner can also leave messages that
can be displayed should he/she please. As long as the voice message has been recorded, the
Raspberry Pi camera can be used for security and to provide information such as images of
guests that arrive to the houseโ€™s owner [1].
The utilization of IPv6 internet protocol for house automation has started to be done
with the taken object as a single network layer and all relevant aspects of house automation. All
of this is as a basic knowledge that supporting infrastructure eases the development in making
applications and in creating interactions with a beneficial concept for the vendor and to the user.
Clearly, internet technology is an option for a solution to a automated home system [2].
Differently with a smart home system based on Raspberry Pi and android smartphone
that is equipped with wireless router access that has given comfort and convenience in
monitoring as well as house and environment situation control and also to raise electrical energy
efficiency in accordance to the needs of the user [3]. Meanwhile, according to [4] with the new
standard in wireless communication with higher coverage area provide low energy consumption.
Different power patterns can be created by wireless and mobile data communication.
The use of maximal sparse linear arrays has been done to create a new approach [5] to the
synthesis of shaped patterns. Here, the Compressive Sensing (CS) theory is used with
optimization in parameters that may affect the CS performance. The initial constraints may be
fulfilled by different power patterns. Several other applications of interest can use the same
procedure. Examples include the design of factorable pattern in the shaped zone or one-
dimensional simple reconfigurable array. Radiation performance that is near the ultimate
physical limitation is achieved in such a scenario. Moreover, based on [6], the rigorous delay
specification, made the performance results on the communications scheme difficult to achieve.
๏ฎ ISSN: 1693-6930
TELKOMNIKA Vol. 16, No. 3, June 2018: 1107โ€“1113
1108
Here, a fast deterministic procedure is presented to fulfill the requirements of fixed
power pattern and directivity by implementing the feedsโ€™ size as a degree of freedom of the
problem. As a result, different field levels are produced on their aperture even though the feeds
have the same power but different sizes. A smaller field will produce a larger field level on its
aperture [7].
By taking advantage of the rapid development in electronical and telecommunication
technology, added to the use of Raspberry Pi, Arduino, and wireless routers as well as motor
drivers, we are design and implementation a Home Automation system that uses a android-
based smartphone. The purpose in this research is using an android smartphone with
WhatsApp which can be implemented to help drivers open and close garage doors without
having to come into physical contact with it.
The Raspberry Pi and the transmitter component, as Single Board Computer (SBC) or
local server, and the microcontroller will be able to communicate, or to exchange data with each
other, through a wireless communication. In this paper we are design and implementation
system, we used a wireless and mobile data communication as the communication media. the
Single Board Computer will be placed inside a house and the microcontroller will be placed near
the garage door. When the SBC receives data from the user, the SBC will communicate with the
microcontroller and data will be processed by the microcontroller.
2. Research Method
In an effort to implementation smart garage as part of Internet of Things, the research
methodology steps begin from the system design that includes Raspberry Pi, Access Point,
Arduino and smart phone and End devices.Then the second step is realization that consist of
source code and prototyte design. The third step is performance test with attention of distance,
protocol, words length and connection type. The final step is results analysis with several
parameter performances like as delay, CPU load and response time. The research methodology
is as shown in Figure 1.
Figure 1. Research Methodology
2.1. System design
The initial stage of this research is the design phase or system design. At this stage,
used several important components, such as: Raspberry Pi, Access Point, and Arduino.
Raspberry Pi is a small single-board computer that can be used to run computer programs
similar to a computer. On the Raspberry Pi, we can configure anything according to our needs.
This eases users in doing configuration and in controlling it [8]. Raspberry Pi serves as a server
to receive commands from Whatsapp. Access Point serves to transmit information obtained
from Raspberry Pi to Arduino.
Arduino Uno is a microcontroller-based board at Atmega328. This series has 14 digital
input/output pins (where 6 pins can be used as a PWM output), 6 analog inputs, 16 MHz crystal
ocillators, USB connection, and an electrical jack reset button. These pins has all that is needed
Access Point Distance
Raspberry Pi Protocol
Arduino Words Length
Motor DC Connection Type
Motor Driver
Smart Phone
Prototype Design Response Time
Source Code CPU Load
Delay
1. System Design
2. Realization
3. Performance Test
4. Result Analysis
Smart Garage
TELKOMNIKA ISSN: 1693-6930 ๏ฎ
Smart Garage Implementation and Design Using Whatsapp... (Rendy Munadi)
1109
to support a microcontroller. It only requires to be connected to a computer through the USB
cable or the power source can be obtained from a power source through an AC-DC adaptor or
also a battery [9]. Arduino serves to receive commands from Raspberry Pi for later executed
directly by motor driver.
Motor Driver L298 N is a driver module that uses a ST L298N chip that can control two
motors simultaneously [10]. NRF24LO1 wireless module is a wireless communication module
that uses the 2.4 GHz band. This module uses the SPI interface to communicate and runs on a
voltage of 5V [11]. In this design, motor drivers are used as modules to drive DC motors and
smartphones as executing commands through the WhatsApp application.
2.2. Realization
In the realization stage, prototypes of system designs have been made. In addition, also
configure the system and create the source code. In Raspberry Pi, the authors make the source
code for the process of receiving messages WhatsApp for the next sent to Arduino as a
command. Meanwhile, the Arduino generated source code to receive commands from
Raspberry Pi, to then be executed by motor drivers it is described in the block diagram of the
system as in Figure 2.
Detailed process description of Figure 2, started by smartphones or user devices
(laptops, gatgets) that can connect to the internet and can send messages determined by the
number of words sent according to need, at least one word such as opening or closing. Besides,
it takes the server whatsapp as a container of the number of messages made by the user.
Figure 2. System Block Diagram
Raspberry Pi with wireless communication module NRF24LO1 is said to be a
subsystem and works as a Local Server that can accommodate data packet sent or received.
Local Server through Access Point can communicate with other subsystems that is smart
controller device, where Raspberry Pi function as interface that runs programs both for
configuration and control needs like a computer. So every message that comes from the
smartphone by Raspberry Pi will be processed and then will be forwarded to Arduino Uno R3
via wireless module media that is NRF24LO1.
Garage Motor DC Motor Driver
9 VCC
Ground
Power Module 9v DC
NRF24LO1 Receiver Arduino Uno R3
Smart Controller Device
Power Supply
220V AC Access Point
NRF24LO1 Transmitter Raspberry Pi
Local Server
Smartphone
๏ฎ ISSN: 1693-6930
TELKOMNIKA Vol. 16, No. 3, June 2018: 1107โ€“1113
1110
Power supply 220V AC through power module distribute power especially 9 volt DC
voltage on Arduino Controller. The existence of motor drivers in order to move the wheels on
the smart wheel in accordance with the Arduino Controller command either to open or close the
garage door. In the source code for message delivery WhatsApp to Raspberry Pi serves as an
interface with WhatsApp server, process handles ACK, initialization layer, process to start the
program and process for message delivery. While the source code for message reception
WhatsApp to Raspberry Pi serves as a process to check messages received from WhatsApp
and then save them into variables including the process to handle ACK, to then do the process
of decrypt from received messages. In the source code of the process of sending data from
Raspberry Pi to Arduino there is a command that can set the payload to be sent, the channel to
be used, the length of CRC and Data Rate to be used.
2.3. Performance test
At the performance test stage, several system testing schemes are performed. In the
distance testing scheme, measurements are made in several distance samples to determine
how much effect of distance to the system. In the connection type test scheme, the comparison
between the use of WiFi with the use of Mobile Data and its effect on the delay. In the word
length test scheme, measurements of the number of characters in words sent in some samples
are taken. In order to measure how much resources used by the system. In the protocol testing
scheme, comparisons of MQTT protocols and HTTP protocols are used to determine which
protocols are most efficient in the use of IoT.
3. Results and Analysis
In the analysis stage, analyzed the change of distance to the value of delay that occurs,
protocol usage, connection type and character length analysis of Raspberry Pi resource usage.
3.1. Delay measurement
Delay measurement will performed through different media, that are wireless
communication media and mobile data communication media.
3.1.1. Using a wireless communication media
During the first measurement, the authors used a wireless communication medium in
the form of a wireless router that is under one network that is used by yowsup service.
A smartphone that had WhatsApp installed is connected to a wireless router inside a home
under the assumption that the signal from the wireless router can reach the smartphone.
Figure 3. Delay measurement vs distance by using wireless communication medium
Figure 3 shows the result of delay measurement with wireshark software and by using a
stopwatch towards the change in distance in meters. This measurement had the purpose to see
how fast the response from Raspberry Pi is as the controller towards a smartphone user who
provides messages to it. From the figure, it can be observed that up to 15 meters, the delay is
relatively constant at around 6 to 7 seconds. The delay in measuring by stopwatch is larger than
the result from wireshark. The delay will continue to increase at distances above 15 meters
closer to 8 seconds. Using a wireless communication medium through a wireless router, the
TELKOMNIKA ISSN: 1693-6930 ๏ฎ
Smart Garage Implementation and Design Using Whatsapp... (Rendy Munadi)
1111
signal received by the smartphone will increasingly decrease if the distance is more than 15
meters and will affect the performance of the system.
3.1.2. Using mobile data communication media
In this measurement, the authors used the network connection that is in smartphones
such as GSM and LTE and does not use the connection from wireless routers. There is a
difference in the network used by the user and the one used by yowsup service. Figure 4 is a
graph of the result of delay trials by using a mobile data communication medium. Based on the
acquired result, using the wireshark software and the stopwatch as a measuring tool does not
always result in an increasing delay. This means that by using mobile data, the signal recived by
the smartphone will affect how fast or how slow the objectโ€™s response is, in this case the motor
driver wheels towards the Raspberry Pi controlled. The minimum delay is 6 seconds while the
maximum is 7,5 seconds. The Measurement by stopwatch is larger than the wireshark.
Therefore, by using mobile data communication medium, the delay is not linearly affected by the
change in distance but is instead affected by the mobile data signal strength or power patterns
reach towards the smartphone.
Figure 4. Delay measurement vs ditance by using mobile data communication medium
3.2. CPU and RAM Load Measurement
The next measurement is towards the CPU and RAM load from an idle position to a
processing data sent from a smartphone. The rise in data from the smartphone is done in
phases in order to acquire the CPU and RAM characteristic towards the Raspberry PI used
other than to understand the load increase process experienced by the CPU and the RAM.
Figure 5. CPU and RAM Load Characteristic with Change of Data Received
๏ฎ ISSN: 1693-6930
TELKOMNIKA Vol. 16, No. 3, June 2018: 1107โ€“1113
1112
Figure 5 is a graph depicting the result of CPU load measurement towards the amount
of data sent. In an idle condition, CPU usage is 19% while RAM usage is 32%. Meanwhile,
when receiving data one word large with a length of 4 characters, CPU usage experienced a
rise becoming 33% while RAM usage becomes 38%. When receiving data with 11 words that
has 50 characters, CPU usage rose by1% to 32% and RAM usage stays at 38%. While
receiving data 82 words long with 500 characters, CPU usage rose by 1% becoming 33% and
RAM usage is 38%. When receiving data 196 words long with 1431 characters, CPU usage
rose by 6% to become 39% while RAM usage stays at 38%. A signigicant rise happened why
receiving data 518 words long that has 3858 characters. CPU usage rose by 7% to become
46% while RAM usage stays at 38%. This shows that when data has been sent through
WhatsApp from a smartphone, there will only be a raise in load on the CPU while the RAM will
not experience a rise in line with the function of RAM as a multitasking medium.
3.3. Protocol comparison between HTTP and MQTT
Figure 6 is a graph that states the comparison of response time to distance on MQTT
protocol and HTTP protocol. The data were taken ten times. The data were taken at distance
1,5,10,15 and 20 meter respectively. Based on the above graph on the results of this research
implementation, the HTTP protocol has a smaller reponse time value compared to the MQTT
protocol. This is because the micro-controller used only communicate with 1 device. Therefore,
the use of HTTP protocol is more efficient.
Figure 6. Response time vs distance between HTTP protocol and MQTT protocol
4. Conclusion
This research designed and implemented a smart garage by using WhatsApp
communication media through system design, realization and performance measurement
metrics. The result shows that when using a wireless communication medium, the largest delay
was at 20 meters and the smallest delay was at 1 meter. When using mobile data as the
communication medium, the largest delay was at 10 meters and the smallest delay was at 1
meter. The use HTTP protocol has a smaller reponse time value compared to the MQTT
protocol. Therefore, the use of HTTP protocol is more efficient, and generally more familiar in
implementation especially in the field of internet.
The CPU measurement result shows that the largest CPU load happened when sending
data 518 words long with 3858 characters and the smallest rise in CPU load hapened when
sending data 11 words long with 50 characters. During the RAM measurement, a rise in RAM
usage happened only when switching from an idle condition to a running condition. After the
program is running, no amount of data received affected the RAM performance. This is in line
with the purpose of RAM as a media for multitasking.
TELKOMNIKA ISSN: 1693-6930 ๏ฎ
Smart Garage Implementation and Design Using Whatsapp... (Rendy Munadi)
1113
References
[1] P Kumar, UC Pati. Arduino and raspberry Pi based smart communication and control of home
appliance system. Online Int. Conf. Green Eng. Technol. IC-GET, 2017.
[2] M Kovatsch, M Weiss, D Guinard. Embedding internet technology for home automation. IEEE 15th
Conf. Emerg. Technol. Fact. Autom. (ETFA 2010), 2010: 1โ€“8.
[3] VS Gunge, PS Yalagi. Design of Raspberry Pi based Home Automation through Android Application.
Int. J. Innov. Eng. Technol. 2016; 7(1): 532โ€“535.
[4] MA Paramartha Putra, D Perdana, R Muldina Negara. Performance Analysis of Data Traffic Offload
Scheme on Long-Term Evolution and IEEE 802.11ah, Telecommunication, Computing, Electronics
and Control (TELKOMNIKA). 2017; 15(4): 1659โ€“1665.
[5] AF Morabito, AR Lagana, T Isernia. Isophoric Array Antennas With A Low Number of Control Points:
A โ€˜Size Taperedโ€™ Solution. 2013; 36: 121โ€“131.
[6] D Perdana, R Munadi, RC Manurung. Performance Evaluation of Gauss-Markov Mobility Model in
Hybrid LTE-VANET Networks. Telecommunication, Computing, Electronics and Control
(TELKOMNIKA). 2017; 15(2): 606โ€“621.
[7] AF Morabito, AR Laganร , G Sorbello, T Isernia, Mask-constrained power synthesis of maximally
sparse linear arrays through a compressive-sensing-driven strategy, J. Electromagn. Waves Appl.
2015; 29(10): 1384โ€“1396.
[8] P Sachdeva, S Katchii. A Review Paper on Raspberry Pi. Int. J. Curr. Eng. Technol. 2014;
381844(66): 3818โ€“3819.
[9] HH Hadwan, YP Reddy. Smart Home Control by using Raspberry Pi & Arduino UNO. Int. J. Adv.
Res. Comput. Commun. Eng. 2016; 5(4): 283โ€“288.
[10] B Walunj, A Ingle, S Patil. Solar Powered Android Controlled Inspection Car By Using IP Camera.
2016: 16โ€“19.
[11] A Rahim, Z Ali, R Bharti, NSP Sabeel. Design and Implementation of a Low Cost Wireless Sensor
Network using Arduino and nRF24L01 (+). 2016; 5(5): 307โ€“309.

More Related Content

What's hot

Internet of things unit-1
Internet of things unit-1Internet of things unit-1
Internet of things unit-1Srimatre K
ย 
IRJET - Cryptographic Communication between Two ESP32 Devices
IRJET - Cryptographic Communication between Two ESP32 DevicesIRJET - Cryptographic Communication between Two ESP32 Devices
IRJET - Cryptographic Communication between Two ESP32 DevicesIRJET Journal
ย 
Iot presentation and hand on building tools
Iot presentation and hand on building toolsIot presentation and hand on building tools
Iot presentation and hand on building toolsAhmedMostafa787
ย 
Unit 10 Assignment_2_Sig_Theory_and_Data Elements V3
Unit 10 Assignment_2_Sig_Theory_and_Data Elements V3Unit 10 Assignment_2_Sig_Theory_and_Data Elements V3
Unit 10 Assignment_2_Sig_Theory_and_Data Elements V3John Mathias
ย 
ND0801_Assignment_3_Protocols for P3
ND0801_Assignment_3_Protocols for P3ND0801_Assignment_3_Protocols for P3
ND0801_Assignment_3_Protocols for P3John Mathias
ย 
Smart (3 files merged)
Smart (3 files merged)Smart (3 files merged)
Smart (3 files merged)City University
ย 
Design of Mobile Public Key Infrastructure (M-PKI) Using Elliptic Curve Crypt...
Design of Mobile Public Key Infrastructure (M-PKI) Using Elliptic Curve Crypt...Design of Mobile Public Key Infrastructure (M-PKI) Using Elliptic Curve Crypt...
Design of Mobile Public Key Infrastructure (M-PKI) Using Elliptic Curve Crypt...ijcisjournal
ย 
Study of Various Techniques to Filter Spam Emails
Study of Various Techniques to Filter Spam EmailsStudy of Various Techniques to Filter Spam Emails
Study of Various Techniques to Filter Spam EmailsIRJET Journal
ย 
Development of IoT at hydroponic system using raspberry Pi
Development of IoT at hydroponic system using raspberry PiDevelopment of IoT at hydroponic system using raspberry Pi
Development of IoT at hydroponic system using raspberry PiTELKOMNIKA JOURNAL
ย 
Ip and mac adress
Ip and mac adressIp and mac adress
Ip and mac adresssheikhparvez4
ย 
mumble: Framework for Seamless Message Transfer on Smartphones
mumble: Framework for Seamless Message Transfer on Smartphonesmumble: Framework for Seamless Message Transfer on Smartphones
mumble: Framework for Seamless Message Transfer on SmartphonesAnand Bhojan
ย 
Cse318,lab report
Cse318,lab reportCse318,lab report
Cse318,lab reportFarhadHimel
ย 
Wireless Data Acquisition System Using ARM Cortex M-3
Wireless Data Acquisition System Using ARM Cortex M-3Wireless Data Acquisition System Using ARM Cortex M-3
Wireless Data Acquisition System Using ARM Cortex M-3IOSR Journals
ย 
Performance Evaluation of Smart Home System using Internet of Things
Performance Evaluation of Smart Home System using   Internet of Things Performance Evaluation of Smart Home System using   Internet of Things
Performance Evaluation of Smart Home System using Internet of Things IJECEIAES
ย 

What's hot (17)

Internet of things unit-1
Internet of things unit-1Internet of things unit-1
Internet of things unit-1
ย 
IRJET - Cryptographic Communication between Two ESP32 Devices
IRJET - Cryptographic Communication between Two ESP32 DevicesIRJET - Cryptographic Communication between Two ESP32 Devices
IRJET - Cryptographic Communication between Two ESP32 Devices
ย 
Iot presentation and hand on building tools
Iot presentation and hand on building toolsIot presentation and hand on building tools
Iot presentation and hand on building tools
ย 
Unit 10 Assignment_2_Sig_Theory_and_Data Elements V3
Unit 10 Assignment_2_Sig_Theory_and_Data Elements V3Unit 10 Assignment_2_Sig_Theory_and_Data Elements V3
Unit 10 Assignment_2_Sig_Theory_and_Data Elements V3
ย 
ND0801_Assignment_3_Protocols for P3
ND0801_Assignment_3_Protocols for P3ND0801_Assignment_3_Protocols for P3
ND0801_Assignment_3_Protocols for P3
ย 
Smart (3 files merged)
Smart (3 files merged)Smart (3 files merged)
Smart (3 files merged)
ย 
Design of Mobile Public Key Infrastructure (M-PKI) Using Elliptic Curve Crypt...
Design of Mobile Public Key Infrastructure (M-PKI) Using Elliptic Curve Crypt...Design of Mobile Public Key Infrastructure (M-PKI) Using Elliptic Curve Crypt...
Design of Mobile Public Key Infrastructure (M-PKI) Using Elliptic Curve Crypt...
ย 
Study of Various Techniques to Filter Spam Emails
Study of Various Techniques to Filter Spam EmailsStudy of Various Techniques to Filter Spam Emails
Study of Various Techniques to Filter Spam Emails
ย 
Development of IoT at hydroponic system using raspberry Pi
Development of IoT at hydroponic system using raspberry PiDevelopment of IoT at hydroponic system using raspberry Pi
Development of IoT at hydroponic system using raspberry Pi
ย 
Ip and mac adress
Ip and mac adressIp and mac adress
Ip and mac adress
ย 
mumble: Framework for Seamless Message Transfer on Smartphones
mumble: Framework for Seamless Message Transfer on Smartphonesmumble: Framework for Seamless Message Transfer on Smartphones
mumble: Framework for Seamless Message Transfer on Smartphones
ย 
Cse318,lab report
Cse318,lab reportCse318,lab report
Cse318,lab report
ย 
Wireless Data Acquisition System Using ARM Cortex M-3
Wireless Data Acquisition System Using ARM Cortex M-3Wireless Data Acquisition System Using ARM Cortex M-3
Wireless Data Acquisition System Using ARM Cortex M-3
ย 
PROTECTED DESKTOP ACCESS BASED ON USE OF MOBILE PHONE
PROTECTED DESKTOP ACCESS BASED ON USE OF MOBILE PHONEPROTECTED DESKTOP ACCESS BASED ON USE OF MOBILE PHONE
PROTECTED DESKTOP ACCESS BASED ON USE OF MOBILE PHONE
ย 
3
33
3
ย 
Performance Evaluation of Smart Home System using Internet of Things
Performance Evaluation of Smart Home System using   Internet of Things Performance Evaluation of Smart Home System using   Internet of Things
Performance Evaluation of Smart Home System using Internet of Things
ย 
Ijetr042327
Ijetr042327Ijetr042327
Ijetr042327
ย 

Similar to Smart Garage Implementation and Design Using Whatsapp Communication Media

IRJET - Hand Gesture Recognition and Voice Conversion System using IoT
IRJET -  	  Hand Gesture Recognition and Voice Conversion System using IoTIRJET -  	  Hand Gesture Recognition and Voice Conversion System using IoT
IRJET - Hand Gesture Recognition and Voice Conversion System using IoTIRJET Journal
ย 
Intelligent Device TO Device Communication Using IoT
 Intelligent Device TO Device Communication Using IoT Intelligent Device TO Device Communication Using IoT
Intelligent Device TO Device Communication Using IoTIJCERT
ย 
IRJET- Raspberry Pi and NodeMCU based Home Automation System
IRJET- Raspberry Pi and NodeMCU based Home Automation SystemIRJET- Raspberry Pi and NodeMCU based Home Automation System
IRJET- Raspberry Pi and NodeMCU based Home Automation SystemIRJET Journal
ย 
Iisrt sinthuja mepco (ec)
Iisrt sinthuja mepco (ec)Iisrt sinthuja mepco (ec)
Iisrt sinthuja mepco (ec)IISRT
ย 
An improved electricity efficiency method based on microcontroller and IoT wi...
An improved electricity efficiency method based on microcontroller and IoT wi...An improved electricity efficiency method based on microcontroller and IoT wi...
An improved electricity efficiency method based on microcontroller and IoT wi...TELKOMNIKA JOURNAL
ย 
202_camera ready_RTEICT_16_prasanth (1)
202_camera ready_RTEICT_16_prasanth (1)202_camera ready_RTEICT_16_prasanth (1)
202_camera ready_RTEICT_16_prasanth (1)Prasanth R
ย 
CCNA project-report
CCNA project-reportCCNA project-report
CCNA project-reportSagar Shashank
ย 
IRJET- IOT Based Surveillance Robotic Car using Raspberry PI
IRJET- IOT Based Surveillance Robotic Car using Raspberry PIIRJET- IOT Based Surveillance Robotic Car using Raspberry PI
IRJET- IOT Based Surveillance Robotic Car using Raspberry PIIRJET Journal
ย 
UDP Pervasive Protocol Implementation for Smart Home Environment on MyRIO usi...
UDP Pervasive Protocol Implementation for Smart Home Environment on MyRIO usi...UDP Pervasive Protocol Implementation for Smart Home Environment on MyRIO usi...
UDP Pervasive Protocol Implementation for Smart Home Environment on MyRIO usi...IJECEIAES
ย 
cv2
cv2cv2
cv2sree p
ย 
IRJET - Digital Notice Board using Raspberry Pi
IRJET - Digital Notice Board using Raspberry PiIRJET - Digital Notice Board using Raspberry Pi
IRJET - Digital Notice Board using Raspberry PiIRJET Journal
ย 
15513-Article Text-47349-1-10-20191127.pdf
15513-Article Text-47349-1-10-20191127.pdf15513-Article Text-47349-1-10-20191127.pdf
15513-Article Text-47349-1-10-20191127.pdfSiegriqueCeasarAJalw
ย 
IRJET - Mirroring of Source and Sink Devices in Android Screen Casting
IRJET - Mirroring of Source and Sink Devices in Android Screen CastingIRJET - Mirroring of Source and Sink Devices in Android Screen Casting
IRJET - Mirroring of Source and Sink Devices in Android Screen CastingIRJET Journal
ย 
LORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMLORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMIRJET Journal
ย 
Bcc network connection
Bcc network connectionBcc network connection
Bcc network connectionMDMusab
ย 
Smart Home for Senior Citizens
Smart Home for Senior CitizensSmart Home for Senior Citizens
Smart Home for Senior CitizensIRJET Journal
ย 
Ah4301185187
Ah4301185187Ah4301185187
Ah4301185187IJERA Editor
ย 
Smart Car Parking System Based on IoT Concept
Smart Car Parking System Based on IoT ConceptSmart Car Parking System Based on IoT Concept
Smart Car Parking System Based on IoT Conceptinventionjournals
ย 

Similar to Smart Garage Implementation and Design Using Whatsapp Communication Media (20)

IRJET - Hand Gesture Recognition and Voice Conversion System using IoT
IRJET -  	  Hand Gesture Recognition and Voice Conversion System using IoTIRJET -  	  Hand Gesture Recognition and Voice Conversion System using IoT
IRJET - Hand Gesture Recognition and Voice Conversion System using IoT
ย 
Intelligent Device TO Device Communication Using IoT
 Intelligent Device TO Device Communication Using IoT Intelligent Device TO Device Communication Using IoT
Intelligent Device TO Device Communication Using IoT
ย 
IRJET- Raspberry Pi and NodeMCU based Home Automation System
IRJET- Raspberry Pi and NodeMCU based Home Automation SystemIRJET- Raspberry Pi and NodeMCU based Home Automation System
IRJET- Raspberry Pi and NodeMCU based Home Automation System
ย 
Iisrt sinthuja mepco (ec)
Iisrt sinthuja mepco (ec)Iisrt sinthuja mepco (ec)
Iisrt sinthuja mepco (ec)
ย 
An improved electricity efficiency method based on microcontroller and IoT wi...
An improved electricity efficiency method based on microcontroller and IoT wi...An improved electricity efficiency method based on microcontroller and IoT wi...
An improved electricity efficiency method based on microcontroller and IoT wi...
ย 
202_camera ready_RTEICT_16_prasanth (1)
202_camera ready_RTEICT_16_prasanth (1)202_camera ready_RTEICT_16_prasanth (1)
202_camera ready_RTEICT_16_prasanth (1)
ย 
29
2929
29
ย 
Aquarius_IJARCCE
Aquarius_IJARCCEAquarius_IJARCCE
Aquarius_IJARCCE
ย 
CCNA project-report
CCNA project-reportCCNA project-report
CCNA project-report
ย 
IRJET- IOT Based Surveillance Robotic Car using Raspberry PI
IRJET- IOT Based Surveillance Robotic Car using Raspberry PIIRJET- IOT Based Surveillance Robotic Car using Raspberry PI
IRJET- IOT Based Surveillance Robotic Car using Raspberry PI
ย 
UDP Pervasive Protocol Implementation for Smart Home Environment on MyRIO usi...
UDP Pervasive Protocol Implementation for Smart Home Environment on MyRIO usi...UDP Pervasive Protocol Implementation for Smart Home Environment on MyRIO usi...
UDP Pervasive Protocol Implementation for Smart Home Environment on MyRIO usi...
ย 
cv2
cv2cv2
cv2
ย 
IRJET - Digital Notice Board using Raspberry Pi
IRJET - Digital Notice Board using Raspberry PiIRJET - Digital Notice Board using Raspberry Pi
IRJET - Digital Notice Board using Raspberry Pi
ย 
15513-Article Text-47349-1-10-20191127.pdf
15513-Article Text-47349-1-10-20191127.pdf15513-Article Text-47349-1-10-20191127.pdf
15513-Article Text-47349-1-10-20191127.pdf
ย 
IRJET - Mirroring of Source and Sink Devices in Android Screen Casting
IRJET - Mirroring of Source and Sink Devices in Android Screen CastingIRJET - Mirroring of Source and Sink Devices in Android Screen Casting
IRJET - Mirroring of Source and Sink Devices in Android Screen Casting
ย 
LORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMLORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEM
ย 
Bcc network connection
Bcc network connectionBcc network connection
Bcc network connection
ย 
Smart Home for Senior Citizens
Smart Home for Senior CitizensSmart Home for Senior Citizens
Smart Home for Senior Citizens
ย 
Ah4301185187
Ah4301185187Ah4301185187
Ah4301185187
ย 
Smart Car Parking System Based on IoT Concept
Smart Car Parking System Based on IoT ConceptSmart Car Parking System Based on IoT Concept
Smart Car Parking System Based on IoT Concept
ย 

More from TELKOMNIKA JOURNAL

Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...TELKOMNIKA JOURNAL
ย 
Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...TELKOMNIKA JOURNAL
ย 
Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...TELKOMNIKA JOURNAL
ย 
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...TELKOMNIKA JOURNAL
ย 
Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...TELKOMNIKA JOURNAL
ย 
Efficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaEfficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaTELKOMNIKA JOURNAL
ย 
Design and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireDesign and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireTELKOMNIKA JOURNAL
ย 
Wavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkWavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkTELKOMNIKA JOURNAL
ย 
A novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsA novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsTELKOMNIKA JOURNAL
ย 
Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...TELKOMNIKA JOURNAL
ย 
Brief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesBrief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesTELKOMNIKA JOURNAL
ย 
Implementation of FinFET technology based low power 4ร—4 Wallace tree multipli...
Implementation of FinFET technology based low power 4ร—4 Wallace tree multipli...Implementation of FinFET technology based low power 4ร—4 Wallace tree multipli...
Implementation of FinFET technology based low power 4ร—4 Wallace tree multipli...TELKOMNIKA JOURNAL
ย 
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemEvaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemTELKOMNIKA JOURNAL
ย 
Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...TELKOMNIKA JOURNAL
ย 
Reagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorReagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorTELKOMNIKA JOURNAL
ย 
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...TELKOMNIKA JOURNAL
ย 
A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...TELKOMNIKA JOURNAL
ย 
Electroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksElectroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksTELKOMNIKA JOURNAL
ย 
Adaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingAdaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingTELKOMNIKA JOURNAL
ย 
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...TELKOMNIKA JOURNAL
ย 

More from TELKOMNIKA JOURNAL (20)

Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...
ย 
Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...
ย 
Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...
ย 
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
ย 
Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...
ย 
Efficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaEfficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antenna
ย 
Design and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireDesign and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fire
ย 
Wavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkWavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio network
ย 
A novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsA novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bands
ย 
Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...
ย 
Brief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesBrief note on match and miss-match uncertainties
Brief note on match and miss-match uncertainties
ย 
Implementation of FinFET technology based low power 4ร—4 Wallace tree multipli...
Implementation of FinFET technology based low power 4ร—4 Wallace tree multipli...Implementation of FinFET technology based low power 4ร—4 Wallace tree multipli...
Implementation of FinFET technology based low power 4ร—4 Wallace tree multipli...
ย 
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemEvaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
ย 
Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...
ย 
Reagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorReagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensor
ย 
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
ย 
A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...
ย 
Electroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksElectroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networks
ย 
Adaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingAdaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imaging
ย 
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
ย 

Recently uploaded

Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdfKamal Acharya
ย 
Top Rated Call Girls In chittoor ๐Ÿ“ฑ {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor ๐Ÿ“ฑ {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor ๐Ÿ“ฑ {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor ๐Ÿ“ฑ {7001035870} VIP Escorts chittoordharasingh5698
ย 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayEpec Engineered Technologies
ย 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
ย 
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
ย 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
ย 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
ย 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
ย 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
ย 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
ย 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
ย 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.Kamal Acharya
ย 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixNeometrix_Engineering_Pvt_Ltd
ย 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projectssmsksolar
ย 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
ย 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringmulugeta48
ย 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086anil_gaur
ย 
22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf203318pmpc
ย 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationBhangaleSonal
ย 

Recently uploaded (20)

Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
ย 
Top Rated Call Girls In chittoor ๐Ÿ“ฑ {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor ๐Ÿ“ฑ {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor ๐Ÿ“ฑ {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor ๐Ÿ“ฑ {7001035870} VIP Escorts chittoor
ย 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
ย 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
ย 
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...
ย 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
ย 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
ย 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ย 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
ย 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
ย 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
ย 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
ย 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
ย 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
ย 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects
ย 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
ย 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
ย 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086
ย 
22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf
ย 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
ย 

Smart Garage Implementation and Design Using Whatsapp Communication Media

  • 1. TELKOMNIKA, Vol.16, No.3, June 2018, pp. 1107~1113 ISSN: 1693-6930, accredited A by DIKTI, Decree No: 58/DIKTI/Kep/2013 DOI: 10.12928/TELKOMNIKA.v16i3.8063 ๏ฎ 1107 Received November 27, 2017; Revised April 3, 2018; Accepted May 2, 2018 Smart Garage Implementation and Design Using Whatsapp Communication Media Rendy Munadi* 1 , Arief Rakhman 2 , Doan Perdana 3 1,2,3 School of Electical Engineering, Telkom University Jl. Telekomunikasi Terusan Buah Batu Bandung 40257 Indonesia (+6222) 7564 108 *Corresponding author, e-mail: rendymunadi@telkomuniversity.ac.id 1 , ariefrakhmans96@gmail.com 2 , doanperdana@telkomuniversity.ac.id 3 Abstract WhatsApp is a social networking app that serves as a communication medium. According to the Online Audience Measurement Standards named comScore, in 2017, WhatsApp application users in Indonesia amounted to 35.8 million people. As the most popular mobile application with the most users in the country, in this research the authors chose Whatsapp as a communication medium that will be integrated into one application of Internet of Things (IoT), that is Smart Garage. Smart Garage is a combination of information technology and computing technology that is applied to a house by relying on efficiency and device automation. The results of this research shows that it is better to use mobile data networks than using the wireless networks. The maximum delay when using mobile data is 7.5 s and 7.7 s when using wireless networks. The research using WhatsApp application still rare especially in the field of IoT. Keywords: whatsapp, iot, smart garage Copyright ยฉ 2018 Universitas Ahmad Dahlan. All rights reserved. 1. Introduction Research into the use of Raspberry PI and Arduino on front doors has been done especially for guests whenever the owner is not home, where the guest will provide a message or voice messaging to the owner of the said house. The system is completed by an LCD (liquid crystal to display) to identify the guest, to display the voice message, and other important information regarding the house. With the LCD, the house owner can also leave messages that can be displayed should he/she please. As long as the voice message has been recorded, the Raspberry Pi camera can be used for security and to provide information such as images of guests that arrive to the houseโ€™s owner [1]. The utilization of IPv6 internet protocol for house automation has started to be done with the taken object as a single network layer and all relevant aspects of house automation. All of this is as a basic knowledge that supporting infrastructure eases the development in making applications and in creating interactions with a beneficial concept for the vendor and to the user. Clearly, internet technology is an option for a solution to a automated home system [2]. Differently with a smart home system based on Raspberry Pi and android smartphone that is equipped with wireless router access that has given comfort and convenience in monitoring as well as house and environment situation control and also to raise electrical energy efficiency in accordance to the needs of the user [3]. Meanwhile, according to [4] with the new standard in wireless communication with higher coverage area provide low energy consumption. Different power patterns can be created by wireless and mobile data communication. The use of maximal sparse linear arrays has been done to create a new approach [5] to the synthesis of shaped patterns. Here, the Compressive Sensing (CS) theory is used with optimization in parameters that may affect the CS performance. The initial constraints may be fulfilled by different power patterns. Several other applications of interest can use the same procedure. Examples include the design of factorable pattern in the shaped zone or one- dimensional simple reconfigurable array. Radiation performance that is near the ultimate physical limitation is achieved in such a scenario. Moreover, based on [6], the rigorous delay specification, made the performance results on the communications scheme difficult to achieve.
  • 2. ๏ฎ ISSN: 1693-6930 TELKOMNIKA Vol. 16, No. 3, June 2018: 1107โ€“1113 1108 Here, a fast deterministic procedure is presented to fulfill the requirements of fixed power pattern and directivity by implementing the feedsโ€™ size as a degree of freedom of the problem. As a result, different field levels are produced on their aperture even though the feeds have the same power but different sizes. A smaller field will produce a larger field level on its aperture [7]. By taking advantage of the rapid development in electronical and telecommunication technology, added to the use of Raspberry Pi, Arduino, and wireless routers as well as motor drivers, we are design and implementation a Home Automation system that uses a android- based smartphone. The purpose in this research is using an android smartphone with WhatsApp which can be implemented to help drivers open and close garage doors without having to come into physical contact with it. The Raspberry Pi and the transmitter component, as Single Board Computer (SBC) or local server, and the microcontroller will be able to communicate, or to exchange data with each other, through a wireless communication. In this paper we are design and implementation system, we used a wireless and mobile data communication as the communication media. the Single Board Computer will be placed inside a house and the microcontroller will be placed near the garage door. When the SBC receives data from the user, the SBC will communicate with the microcontroller and data will be processed by the microcontroller. 2. Research Method In an effort to implementation smart garage as part of Internet of Things, the research methodology steps begin from the system design that includes Raspberry Pi, Access Point, Arduino and smart phone and End devices.Then the second step is realization that consist of source code and prototyte design. The third step is performance test with attention of distance, protocol, words length and connection type. The final step is results analysis with several parameter performances like as delay, CPU load and response time. The research methodology is as shown in Figure 1. Figure 1. Research Methodology 2.1. System design The initial stage of this research is the design phase or system design. At this stage, used several important components, such as: Raspberry Pi, Access Point, and Arduino. Raspberry Pi is a small single-board computer that can be used to run computer programs similar to a computer. On the Raspberry Pi, we can configure anything according to our needs. This eases users in doing configuration and in controlling it [8]. Raspberry Pi serves as a server to receive commands from Whatsapp. Access Point serves to transmit information obtained from Raspberry Pi to Arduino. Arduino Uno is a microcontroller-based board at Atmega328. This series has 14 digital input/output pins (where 6 pins can be used as a PWM output), 6 analog inputs, 16 MHz crystal ocillators, USB connection, and an electrical jack reset button. These pins has all that is needed Access Point Distance Raspberry Pi Protocol Arduino Words Length Motor DC Connection Type Motor Driver Smart Phone Prototype Design Response Time Source Code CPU Load Delay 1. System Design 2. Realization 3. Performance Test 4. Result Analysis Smart Garage
  • 3. TELKOMNIKA ISSN: 1693-6930 ๏ฎ Smart Garage Implementation and Design Using Whatsapp... (Rendy Munadi) 1109 to support a microcontroller. It only requires to be connected to a computer through the USB cable or the power source can be obtained from a power source through an AC-DC adaptor or also a battery [9]. Arduino serves to receive commands from Raspberry Pi for later executed directly by motor driver. Motor Driver L298 N is a driver module that uses a ST L298N chip that can control two motors simultaneously [10]. NRF24LO1 wireless module is a wireless communication module that uses the 2.4 GHz band. This module uses the SPI interface to communicate and runs on a voltage of 5V [11]. In this design, motor drivers are used as modules to drive DC motors and smartphones as executing commands through the WhatsApp application. 2.2. Realization In the realization stage, prototypes of system designs have been made. In addition, also configure the system and create the source code. In Raspberry Pi, the authors make the source code for the process of receiving messages WhatsApp for the next sent to Arduino as a command. Meanwhile, the Arduino generated source code to receive commands from Raspberry Pi, to then be executed by motor drivers it is described in the block diagram of the system as in Figure 2. Detailed process description of Figure 2, started by smartphones or user devices (laptops, gatgets) that can connect to the internet and can send messages determined by the number of words sent according to need, at least one word such as opening or closing. Besides, it takes the server whatsapp as a container of the number of messages made by the user. Figure 2. System Block Diagram Raspberry Pi with wireless communication module NRF24LO1 is said to be a subsystem and works as a Local Server that can accommodate data packet sent or received. Local Server through Access Point can communicate with other subsystems that is smart controller device, where Raspberry Pi function as interface that runs programs both for configuration and control needs like a computer. So every message that comes from the smartphone by Raspberry Pi will be processed and then will be forwarded to Arduino Uno R3 via wireless module media that is NRF24LO1. Garage Motor DC Motor Driver 9 VCC Ground Power Module 9v DC NRF24LO1 Receiver Arduino Uno R3 Smart Controller Device Power Supply 220V AC Access Point NRF24LO1 Transmitter Raspberry Pi Local Server Smartphone
  • 4. ๏ฎ ISSN: 1693-6930 TELKOMNIKA Vol. 16, No. 3, June 2018: 1107โ€“1113 1110 Power supply 220V AC through power module distribute power especially 9 volt DC voltage on Arduino Controller. The existence of motor drivers in order to move the wheels on the smart wheel in accordance with the Arduino Controller command either to open or close the garage door. In the source code for message delivery WhatsApp to Raspberry Pi serves as an interface with WhatsApp server, process handles ACK, initialization layer, process to start the program and process for message delivery. While the source code for message reception WhatsApp to Raspberry Pi serves as a process to check messages received from WhatsApp and then save them into variables including the process to handle ACK, to then do the process of decrypt from received messages. In the source code of the process of sending data from Raspberry Pi to Arduino there is a command that can set the payload to be sent, the channel to be used, the length of CRC and Data Rate to be used. 2.3. Performance test At the performance test stage, several system testing schemes are performed. In the distance testing scheme, measurements are made in several distance samples to determine how much effect of distance to the system. In the connection type test scheme, the comparison between the use of WiFi with the use of Mobile Data and its effect on the delay. In the word length test scheme, measurements of the number of characters in words sent in some samples are taken. In order to measure how much resources used by the system. In the protocol testing scheme, comparisons of MQTT protocols and HTTP protocols are used to determine which protocols are most efficient in the use of IoT. 3. Results and Analysis In the analysis stage, analyzed the change of distance to the value of delay that occurs, protocol usage, connection type and character length analysis of Raspberry Pi resource usage. 3.1. Delay measurement Delay measurement will performed through different media, that are wireless communication media and mobile data communication media. 3.1.1. Using a wireless communication media During the first measurement, the authors used a wireless communication medium in the form of a wireless router that is under one network that is used by yowsup service. A smartphone that had WhatsApp installed is connected to a wireless router inside a home under the assumption that the signal from the wireless router can reach the smartphone. Figure 3. Delay measurement vs distance by using wireless communication medium Figure 3 shows the result of delay measurement with wireshark software and by using a stopwatch towards the change in distance in meters. This measurement had the purpose to see how fast the response from Raspberry Pi is as the controller towards a smartphone user who provides messages to it. From the figure, it can be observed that up to 15 meters, the delay is relatively constant at around 6 to 7 seconds. The delay in measuring by stopwatch is larger than the result from wireshark. The delay will continue to increase at distances above 15 meters closer to 8 seconds. Using a wireless communication medium through a wireless router, the
  • 5. TELKOMNIKA ISSN: 1693-6930 ๏ฎ Smart Garage Implementation and Design Using Whatsapp... (Rendy Munadi) 1111 signal received by the smartphone will increasingly decrease if the distance is more than 15 meters and will affect the performance of the system. 3.1.2. Using mobile data communication media In this measurement, the authors used the network connection that is in smartphones such as GSM and LTE and does not use the connection from wireless routers. There is a difference in the network used by the user and the one used by yowsup service. Figure 4 is a graph of the result of delay trials by using a mobile data communication medium. Based on the acquired result, using the wireshark software and the stopwatch as a measuring tool does not always result in an increasing delay. This means that by using mobile data, the signal recived by the smartphone will affect how fast or how slow the objectโ€™s response is, in this case the motor driver wheels towards the Raspberry Pi controlled. The minimum delay is 6 seconds while the maximum is 7,5 seconds. The Measurement by stopwatch is larger than the wireshark. Therefore, by using mobile data communication medium, the delay is not linearly affected by the change in distance but is instead affected by the mobile data signal strength or power patterns reach towards the smartphone. Figure 4. Delay measurement vs ditance by using mobile data communication medium 3.2. CPU and RAM Load Measurement The next measurement is towards the CPU and RAM load from an idle position to a processing data sent from a smartphone. The rise in data from the smartphone is done in phases in order to acquire the CPU and RAM characteristic towards the Raspberry PI used other than to understand the load increase process experienced by the CPU and the RAM. Figure 5. CPU and RAM Load Characteristic with Change of Data Received
  • 6. ๏ฎ ISSN: 1693-6930 TELKOMNIKA Vol. 16, No. 3, June 2018: 1107โ€“1113 1112 Figure 5 is a graph depicting the result of CPU load measurement towards the amount of data sent. In an idle condition, CPU usage is 19% while RAM usage is 32%. Meanwhile, when receiving data one word large with a length of 4 characters, CPU usage experienced a rise becoming 33% while RAM usage becomes 38%. When receiving data with 11 words that has 50 characters, CPU usage rose by1% to 32% and RAM usage stays at 38%. While receiving data 82 words long with 500 characters, CPU usage rose by 1% becoming 33% and RAM usage is 38%. When receiving data 196 words long with 1431 characters, CPU usage rose by 6% to become 39% while RAM usage stays at 38%. A signigicant rise happened why receiving data 518 words long that has 3858 characters. CPU usage rose by 7% to become 46% while RAM usage stays at 38%. This shows that when data has been sent through WhatsApp from a smartphone, there will only be a raise in load on the CPU while the RAM will not experience a rise in line with the function of RAM as a multitasking medium. 3.3. Protocol comparison between HTTP and MQTT Figure 6 is a graph that states the comparison of response time to distance on MQTT protocol and HTTP protocol. The data were taken ten times. The data were taken at distance 1,5,10,15 and 20 meter respectively. Based on the above graph on the results of this research implementation, the HTTP protocol has a smaller reponse time value compared to the MQTT protocol. This is because the micro-controller used only communicate with 1 device. Therefore, the use of HTTP protocol is more efficient. Figure 6. Response time vs distance between HTTP protocol and MQTT protocol 4. Conclusion This research designed and implemented a smart garage by using WhatsApp communication media through system design, realization and performance measurement metrics. The result shows that when using a wireless communication medium, the largest delay was at 20 meters and the smallest delay was at 1 meter. When using mobile data as the communication medium, the largest delay was at 10 meters and the smallest delay was at 1 meter. The use HTTP protocol has a smaller reponse time value compared to the MQTT protocol. Therefore, the use of HTTP protocol is more efficient, and generally more familiar in implementation especially in the field of internet. The CPU measurement result shows that the largest CPU load happened when sending data 518 words long with 3858 characters and the smallest rise in CPU load hapened when sending data 11 words long with 50 characters. During the RAM measurement, a rise in RAM usage happened only when switching from an idle condition to a running condition. After the program is running, no amount of data received affected the RAM performance. This is in line with the purpose of RAM as a media for multitasking.
  • 7. TELKOMNIKA ISSN: 1693-6930 ๏ฎ Smart Garage Implementation and Design Using Whatsapp... (Rendy Munadi) 1113 References [1] P Kumar, UC Pati. Arduino and raspberry Pi based smart communication and control of home appliance system. Online Int. Conf. Green Eng. Technol. IC-GET, 2017. [2] M Kovatsch, M Weiss, D Guinard. Embedding internet technology for home automation. IEEE 15th Conf. Emerg. Technol. Fact. Autom. (ETFA 2010), 2010: 1โ€“8. [3] VS Gunge, PS Yalagi. Design of Raspberry Pi based Home Automation through Android Application. Int. J. Innov. Eng. Technol. 2016; 7(1): 532โ€“535. [4] MA Paramartha Putra, D Perdana, R Muldina Negara. Performance Analysis of Data Traffic Offload Scheme on Long-Term Evolution and IEEE 802.11ah, Telecommunication, Computing, Electronics and Control (TELKOMNIKA). 2017; 15(4): 1659โ€“1665. [5] AF Morabito, AR Lagana, T Isernia. Isophoric Array Antennas With A Low Number of Control Points: A โ€˜Size Taperedโ€™ Solution. 2013; 36: 121โ€“131. [6] D Perdana, R Munadi, RC Manurung. Performance Evaluation of Gauss-Markov Mobility Model in Hybrid LTE-VANET Networks. Telecommunication, Computing, Electronics and Control (TELKOMNIKA). 2017; 15(2): 606โ€“621. [7] AF Morabito, AR Laganร , G Sorbello, T Isernia, Mask-constrained power synthesis of maximally sparse linear arrays through a compressive-sensing-driven strategy, J. Electromagn. Waves Appl. 2015; 29(10): 1384โ€“1396. [8] P Sachdeva, S Katchii. A Review Paper on Raspberry Pi. Int. J. Curr. Eng. Technol. 2014; 381844(66): 3818โ€“3819. [9] HH Hadwan, YP Reddy. Smart Home Control by using Raspberry Pi & Arduino UNO. Int. J. Adv. Res. Comput. Commun. Eng. 2016; 5(4): 283โ€“288. [10] B Walunj, A Ingle, S Patil. Solar Powered Android Controlled Inspection Car By Using IP Camera. 2016: 16โ€“19. [11] A Rahim, Z Ali, R Bharti, NSP Sabeel. Design and Implementation of a Low Cost Wireless Sensor Network using Arduino and nRF24L01 (+). 2016; 5(5): 307โ€“309.