0% found this document useful (0 votes)
22 views

Motorcycle Security System Using SMS War

This document summarizes a research paper that designed a security system for motorcycles using SMS warnings and GPS tracking. The system consists of a SIM808 GSM module to send warning SMS messages when the motorcycle is moved or stolen. It also includes a GPS tracker module to provide the latitude and longitude coordinates of the motorcycle's location. When activated, the GPS tracker obtains the motorcycle's coordinates from GPS satellites and sends them via SMS every minute. The owner can then use these coordinates and Google Maps on their smartphone to track the stolen motorcycle's location in real-time. The system was tested by moving the motorcycle and monitoring the changing coordinates on Google Maps, validating that it worked as planned by accurately tracking the motorcycle's movements.

Uploaded by

mathew renson
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views

Motorcycle Security System Using SMS War

This document summarizes a research paper that designed a security system for motorcycles using SMS warnings and GPS tracking. The system consists of a SIM808 GSM module to send warning SMS messages when the motorcycle is moved or stolen. It also includes a GPS tracker module to provide the latitude and longitude coordinates of the motorcycle's location. When activated, the GPS tracker obtains the motorcycle's coordinates from GPS satellites and sends them via SMS every minute. The owner can then use these coordinates and Google Maps on their smartphone to track the stolen motorcycle's location in real-time. The system was tested by moving the motorcycle and monitoring the changing coordinates on Google Maps, validating that it worked as planned by accurately tracking the motorcycle's movements.

Uploaded by

mathew renson
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Journal of Robotics and Control (JRC)

Volume 1, Issue 5, September 2020


ISSN: 2715-5072 DOI: 10.18196/jrc.1531 150

Motorcycle Security System using SMS


Warning and GPS Tracking
Budi Artono1, Tri Lestariningsih2, R. Gaguk Pratama Yudha3, Arizal Alfan Bachri4
1, 2, 3, 4
State Polytechnic of Madiun, Jl. Serayu No. 84 Madiun,Indonesia
[email protected]

Abstract—Today, technology has been developing rapidly. coordinates sent by SMS Module SIM 808. To track the
Various types of technology have been developed and provide a location of the stolen motorcycle, the owner can access the
great deal of convenience in human life activities, including SIM card number installed in the GSM Module [1] – [4], [6],
security systems. Motorcycles, parked in a park or on the street, [8], [10] – [12],[17] and the GPS Tracker [4], [6] – [12], [14],
are at high risk of being stolen. A security system for
[18] using Google Maps. The Global Positioning System
Motorcycles with SMS warning and GPS tracking that can
prevent theft of a motorcycle is needed. The research aimed to (GPS) Tracker module provides convenience as it accurately
design a security system for motorcycle consisting of a SIM808 calculates the geographical location of the motorbike's
GSM Module to send warning messages, and a GPS tracker to location by receiving information from GPS satellites.
provide information in latitude and longitude coordinates to
track the stolen motorcycle using Google Maps. GPS Tracker
GPS Tracker works to obtain vehicle location
worked by reading the coordinates where the object was located. coordinates (latitude and longitude) and the Google Maps to
The tests were carried out by moving and integrating the display the map of the location, while the GSM module as an
motorcycle system, and the results could be seen in the intermediary device that connects communication to the
coordinate changes, monitored by Google map showing the Arduino UNO microcontroller [6].
movement of the motorcycle. The system made was significantly
closer to what was planned. II. METHOD
A. SMS Warning Message and GPS Tracking
Keywords—GPS, GSM, SMS Warning, Tracking, Security
System, Map. SMS-based warning system has become popular as a
communication device for people around the world [19] –
I. INTRODUCTION [23]. All cellphones can now communicate using GSM.GSM
Technology is developing very rapidly at the moment. (Global System for Mobile Communications) [21], [24] –
Various kinds of technological works have been created to [27] is a cellular network protocol used on cellphones or
make it easier for humans to carry out their activities, smartphones. GPS (Global Positioning System) technology is
including the security system. however, there are still a navigation technology that provides accurate positioning
frequent cases of motorcycle theft, due to the lack of a and information [27] – [30], managed by the United States. It
security system on motorcycles that only uses ignition [1] – began in 1973 and was designed for military purposes, but
[3]. A dual safety system on the motorcycle has been later authorized for commercial use.
designed to prevent motorcycle theft using SMS [2], [4], [5]
and GPS Tracking system [2], [4], [6]–[11], integrated The specifications and characteristics for GSM/GPRS +
directly into the internet network on a smartphone, and GPS Module are as follows:
monitor the location of the motorcycle via Google Maps [11], •General features
[12].
• Quad-band 850/900/1800/1900MHz
Several researchers have created an automatic motorcycle
security system using GPS (global positioning system), GSM • GPRS mobile station class B
(global system for mobile communication), RFID (Radio • Compliant to GSM phase 2/2+
Frequency Identification) [2], [5], [6], [8], [13] – [16] and
short message service (SMS) [2]. Sriborrirux designed and – Class 4 (2 W @ 850/900MHz)
realized a security system based on GPS, GSM, using the – Class 1 (1 W @ 1800/1900MHz)
android application on mobile phones [2]. The security
system equipped with an artificial intelligence algorithm • Control via AT commands (3GPP TS 27.007,
could find the shortest path needed by a user. 27.005 and SIMCOM enhanced AT Commands)
When a motorbike is stolen [8], [14], [17], an alarm that • Supply voltage range 3.4 ~ 4.4V
sends an SMS warning to the Android smartphone is
activated. That way, the owner will soon find out that the bike •Specification for GPS
has been stolen. If the thief has managed to remove the bike, Receiver type
the motorbike's location can be identified by tracking the

Journal Web site: http://journal.umy.ac.id/index.php/jrc Journal Email: [email protected]


Journal of Robotics and Control (JRC) ISSN: 2715-5072 151

- 22 tracking /66 acquisition-channel the smartphone to find the motorbike location visually, and
then copy and paste the SMS data of the coordinates to
- GPS L1 C/A code
connect to the GPS. The smartphone will keep monitoring the
Sensitivity motorcycle location.
-Tracking: -165 dBm
Accuracy
-Horizontal position: <2.5m CEP
•Specifications for SMS via GSM/GPRS
• Point to point MO and MT
• SMS cell broadcast
• Text and PDU mode
B. System Block Diagram
The operating principle of the motorcycle security
system as illustrated in figure 1 is that when the engine starts,
the security system activates the engine ignition [5], [6], [12],
[13], [15] and at the same time, it activates the alarm and
transmits signals to be processed by Arduino microcontroller. Fig. 2. SMS warning with coordinate values
The system will send an SMS message and the last coordinate
points of the vehicle's movement every one minute to the C. System workflow program
owner using the SMS Gateway facility.
Figure 3 shows the system workflow diagram, and Figure
4 shows the operation process starting when GPRS is active,
and the GPS sensor located on the GPRS Shield SIM808
detects the location of the motorcycle. When requesting a
position via SMS, the GPS sensor will read the coordinates
of the location, and then sends them via SMS. The GPS
sensor will read the data and send them repeatedly every one
minute via SMS.

Fig. 1. System Block Diagram

Figure 1 shows that the GPS generates data from the GPS
sensor on the GPRS Shield SIM808. When a motorcycle is
stolen by unlocking the motor key, the engine lock output
enters the Arduino UNO input for access and sends an SMS
warning message. Access to these alerts is provided by the
GPRS Module SIM808. The SIM808 GPRS module is a
component that sends data communications from Arduino
Uno to smartphones and from smartphones to Arduino Uno.
Data communication cannot take place without the use of an
intermediate GPS satellite. When the motorcycle moves, GPS
Satellite continues to detect the movement of the motorcycle.
The GPS tracker device installed in the vehicle had been Fig. 3. Flow diagram of GPS Tracker
set up to send the data of the motorbike location obtained
from GPS communication with GPS satellites. Figure 2 Generally, the work of the GPS (Global Navigation
displays SMS warning messages informing the coordinate Satellite System) starts when the motorcycle security system
values. Users need the Google Maps application installed on is activated.

Budi Artono, Motorcycle Security System using SMS Warning and GPS Tracking
Journal of Robotics and Control (JRC) ISSN: 2715-5072 152

A. Testing with Google maps


The step to track the object was first defining the user
location to determine the location and accuracy of Google
Maps in the tracking process. This process was performed by
entering the latitude and longitude coordinates where the
user's starting point was. The second step was opening
Google Maps and clicking the “current location” button.
Finally, entering the latitude and longitude coordinates, for
example, -7.645625, 111.5198.

Fig. 4. GPS Tracking

GPS tracking displayed in figure 4 shows that when


searching for locations, several AT commands are needed to
order some GPS functions. If the AT Command instructs
CGNSPWR to be active, it means that the GNSS Power
Control is on and active, so the GPS will start processing the
data. When AT Command orders CGNSSEQ = RMC, it is
Fig. 6. Tracking on Google Maps when users and objects are in one location
defined as reading the last description of the NMEA
(National Marine Electronics Association) sentence. The
Figure 6 shows the tracking on Google Maps when users
RMC is the AT command contains time, date, position, path,
and objects are in one location. It shows that when testing
and data speed commands. Debug the program functions to
Google Maps by searching for the coordinates for the analysis
display the response in the form of data in latitude and
results, the system works and can detect the starting location
longitude coordinates.
latitude and longitude, which are the same as the location of
III. RESULT the motorcycle (the initial position is indicated by the arrow).
Project implementation is shown in Figure 5 in the form B. Coordinates Testing
of a security system prototype, complete with an SMS
The coordinates testing was performed at Jl. Serayu, Gg.
Warning message and GPS tracking to be installed on the
field (Fig. 7). The test aimed at determining changes in
motorcycle ignition.
latitude and longitude coordinates. The tested coordinates
were placed at the starting point, and the measurement was
10 meters north, south, west, and east from the starting point.
Table 1 presents the result of the coordinate test.

Fig. 7. Comparison data between the data from the Google Maps and from
Fig. 5. Hardware prototype the SMS response

Budi Artono, Motorcycle Security System using SMS Warning and GPS Tracking
Journal of Robotics and Control (JRC) ISSN: 2715-5072 153

TABLE I. COORDINATE POINT TESTING RESULTS

Points of the compass Latitude Longitude


-7.648308 111.525
Starting Point -7.648302 111.5254
-7.648233 111.525
-7.648308 111.525
North direction -7.648302 111.5254
-7.648233 111.525
-7.648367 111.5255
East direction -7.648362 111.525
-7.648362 111.525
-7.648412 111.5250
South direction -7.648411 111.525
-7.648411 111.5253
-7.648288 111.5241
West direction -7.648293 111.524
-7.648240 111.5240

The coordinate number for latitude is marked with a


minus (-), while longitude with a plus (+). At one position,
the numbers change with the tolerance of one digit for the last
digit on latitude and longitude. The following conversion
formula is used to convert decimal numbers to decimal
degrees.
The decimal coordinate data value -7.648240, 111.5240
means that the number 7 is the degree value, and the number
.648240 ... is the number of divisions of 60 from the decimal
coordinate value. The degree value -7° means -7° and
60*0.648240 = 38.895. The degree value 111° means 111°
and 60*0.5240 = 31.44. Thus, the result of the conversion of
Fig. 9. Testing tracking objects with the user
decimal degrees is -7° 38.895', 111° 31.44'
C. Testing the movement of Object When the tracking and data from the object showing the
same coordinate number, it means that the object is not
Object monitoring starts when the object is in RRI moving, as shown in Figure 10.
Madiun City, Jl. Panjaitan and users are in Pandean
Village, Jl. Serayu Timur Gg 2, as shown in Figure 8.

Fig. 8. Test object tracking

The object monitoring results can be seen when the object Fig. 10. Testing when the object is not moving
is in the Madiun State Polytechnic, and the user is on Jl. East
Serayu Gg 2, as shown in Figure 9.

Budi Artono, Motorcycle Security System using SMS Warning and GPS Tracking
Journal of Robotics and Control (JRC) ISSN: 2715-5072 154

The SMS Gateway facility identifies the location of the IEEE 81st Vehicular Technology Conference (VTC Spring), 2015,
vol. 2015, pp. 1–5.
object, and the SMS data value entered to Google Maps
updates the position, as shown in Figure 11. [3] S. Patil, M. G. Hegde, S. Bhattacharjee, and B. C. Rajeshwari,
“Smart motorcycle security system,” 1st Int. Conf. Emerg. Trends
Eng. Technol. Sci. ICETETS 2016 - Proc., pp. 3–6, 2016.

[4] A. Palchaudhuri and C. . Manimegalai, “Smart Electric Motorcycle


Security System Based on GSM and ZigBee Communication,” in
2018 International Conference on Communication and Signal
Processing (ICCSP), 2018, pp. 0204–0208.

[5] N. Jinaporn, S. Wisadsud, P. Nakonrat, and A. Suriya, “Security


system against asset theft by using Radio Frequency Identification
Technology,” in 2008 5th International Conference on Electrical
Engineering/Electronics, Computer, Telecommunications and
Information Technology, 2008, vol. 2, pp. 761–764.

[6] M. M. Hossain, M. S. Islam, N. F. Dipu, M. T. Islam, S. A. Fattah,


and C. Shahnaz, “Design of a low cost anti-theft sensor for
motorcycle security device,” in 2017 IEEE Region 10 Humanitarian
Technology Conference (R10-HTC), 2017, vol. 2018-Janua, pp.
778–783.
Fig. 11. SMS warning with decimal degree value
[7] M. T. Brillian, Y. G. Sucahyo, Y. Ruldeviyani, and A. Gandhi,
“Revealing the misuse of motorcycle ride-sharing applications using
The user can follow the blue path seen on Google Maps extended deterrence theory approach,” 2018 Int. Conf. Adv.
to check the object location. Following is the conversion Comput. Sci. Inf. Syst. ICACSIS 2018, pp. 131–135, 2019.
value from decimal coordinates to degrees at the locations of
the user and the object. [8] B. Siregar, S. Efendi, C. Setiawan, and F. Fahmi, “RFID Wristband
for Motorbikes Real-Time Security System,” 2019 3rd Int. Conf.
● When the user is on Jl. Serayu Gg 2, Madiun city, Electr. Telecommun. Comput. Eng. ELTICOM 2019 - Proc., pp.
116–119, 2019.
the coordinates show: -7.631395.111.545588, the conversion
values to decimal degrees are -7° (60*0, 631395)', 111° [9] P. Vaya, R. Simon, and S. K. Khatri, “Motorcycle Safety Solution
(60*0.545588)' - 7° 37.8837', 111° 32.73528' decimal using the Internet of Things,” 2019 4th Int. Conf. Inf. Syst. Comput.
degrees. Networks, pp. 95–98, 2020.

● When the user is on Jl. Serayu, Gg. Field, Madiun [10] P. R. Rajarapollu, N. V. Bansode, and P. P. Mane, “A novel two
City, the coordinates show: -7.648302.111.5254, the wheeler security system based on embedded system,” in 2016 2nd
International Conference on Advances in Computing,
conversion values to decimal degrees are -7° (60*0.648302)', Communication, & Automation (ICACCA) (Fall), 2016, pp. 1–5.
111° (60*0.5254)' -7° 38, 89812', 111° 31,524' decimal
degrees. [11] P. Bhatt, S. Gupta, P. Singh, and P. Dhiman, “Accident and road
quality assessment using android google maps API,” in 2017
● When the user is at the Madiun State Polytechnic International Conference on Computing, Communication and
campus, Jl. As, Madiun city, the coordinates show - Automation (ICCCA), 2017, vol. 2017-Janua, pp. 1061–1064.
7.646923.111.5264, the conversion values to decimal degrees
[12] A. O. Pachica, D. S. Barsalote, J. M. P. Geraga, J. M. Ong, and M.
are -7° (60*0.646923)', 111° (60*0.5264)' -7° 38.81538 ', D. Sajulan, “Motorcycle theft prevention and recovery security
111° 31,584' system,” in 2017 14th International Conference on Electrical
Engineering/Electronics, Computer, Telecommunications and
● When the user is at RRI on Jl. Panjaitan, Madiun Information Technology (ECTI-CON), 2017, vol. 12, no. 11, pp.
city, the coordinate number shows -7.646043.111.5320, the 850–855.
conversion value becomes: -7° (60*0.646043)', 111°
(60*0.5320) -7° 38.76258', 111° 31.92' degrees decimal. [13] P. Jarupunphol, W. Buathong, and T. Chansaeng, “The MTAS for
addressing motorcycle theft,” in 2016 13th International Conference
on Electrical Engineering/Electronics, Computer,
IV. CONCLUSIONS Telecommunications and Information Technology (ECTI-CON),
GPS sensor reading is based on where the object is 2016, pp. 1–4.
located. Every movement and shift of 10 meters, the
[14] S. P. Joy, V. S. Sunitha, V. R. S. Devi, A. Sneha, S. Deepak, and A.
coordinate number changes. The object search on Google J. Raju, “A novel security enabled speed monitoring system for two
Maps is based on the longitude and latitude coordinates that wheelers using wireless technology,” in 2016 International
are converted to decimal degrees. Monitoring objects uses Conference on Circuit, Power and Computing Technologies
Google Maps on the user's Smart Phone. (ICCPCT), 2016, pp. 1–7.

REFERENCES [15] W. Koodtalang and T. Sangsuwan, “Improving motorcycle anti-


theft system with the use of Bluetooth Low Energy 4.0,” 2016 Int.
[1] M. A. M. Nasir and W. Mansor, “GSM based motorcycle security Symp. Intell. Signal Process. Commun. Syst. ISPACS 2016, pp. 1–
system,” Proc. - 2011 IEEE Control Syst. Grad. Res. Colloquium, 5, 2017.
ICSGRC 2011, pp. 129–134, 2011.
[16] M. T. Tombeng and H. S. Laluyan, “Prototype of authentication
[2] W. Sriborrirux, P. Dan-klang, W. Wiyarun, and N. Indra-Payoong, system of motorcycle using RFID implants,” 2017 5th Int. Conf.
“An Embedded RF-Based Motorcycle Trajectory Data for Security Cyber IT Serv. Manag. CITSM 2017, 2017.
Monitoring System over University Vehicular Network,” in 2015

Budi Artono, Motorcycle Security System using SMS Warning and GPS Tracking
Journal of Robotics and Control (JRC) ISSN: 2715-5072 155

[17] K. Helvaci and C. Karakuzu, “Uzaktan Denetimli Motosiklet Modem,” in 2018 21st International Conference of Computer and
Güvenlik Sistemi (MotoGS),” 2nd Int. Conf. Comput. Sci. Eng. Information Technology (ICCIT), 2018, pp. 1–5.
UBMK 2017, pp. 201–205, 2017.
[25] E. K. Payne, L. Shulin, Q. Wang, and L. Wu, “Design Concept of
[18] A. H. Alasiry, E. S. Ningrum, E. B. Utomo, and L. N. B. Nugroho, Thermal Behavior Condition Monitoring of Distributed Energy
“Prototype design of EDR (event data recorder) on motorcycle,” Resources Network System with ZigBee and GSM Technology in
Proc. - 2016 Int. Electron. Symp. IES 2016, pp. 117–121, 2017. Remote and Rural Areas,” in 2018 IEEE International Conference
on Smart Energy Grid Engineering (SEGE), 2018, pp. 298–302.
[19] A. Hinostroza, J. Perez, J. Astuvilca, P. Silva, and J. Tarrillo, “SMS-
based ON/OFF monitor for electronic devices,” in 2018 IEEE XXV [26] Savita, S. Shrivastava, A. Arora, and V. Varshney, “Overvoltage and
International Conference on Electronics, Electrical Engineering and Undervoltage Protection of Load using GSM modem SMS Alert,”
Computing (INTERCON), 2018, pp. 1–4. in 2018 2nd IEEE International Conference on Power Electronics,
Intelligent Control and Energy Systems (ICPEICES), 2018, pp.
[20] A. Banik, B. Aich, and S. Ghosh, “Microcontroller based low cost 249–252.
gas leakage detector with SMS alert,” in 2018 Emerging Trends in
Electronic Devices and Computational Techniques (EDCT), 2018, [27] M. R. Usikalu, B. M. Allen, W. A. Ayara, and I. O. Babarimisa,
pp. 1–3. “Design of Autocrash Emergency Locator,” in 2018 IEEE
Conference on Technologies for Sustainability (SusTech), 2018, pp.
[21] M. R. Islam, Y. I. Asif, J. Rahman, S. Das Shuvo, A. Imran, and N. 1–4.
Jahan Prithee, “A Prominent Smart Gas Meter,” in 2018 2nd
International Conference on Electronics, Materials Engineering & [28] M. S. Azzaz and M. A. Krimil, “A New Chaos-based Text
Nano-Technology (IEMENTech), 2018, pp. 1–7. Encryption to Secure GPS Data,” in 2018 International Conference
on Smart Communications in Network Technologies (SaCoNeT),
[22] M. Bodic, P. Vukovic, V. Rajs, M. Vasiljevic-Toskic, and J. Bajic, 2018, pp. 294–299.
“Station for Soil Humidity, Temperature and Air Humidity
Measurement with SMS Forwarding of Measured Data,” in 2018 [29] E. O. Elamin, W. M. Alawad, E. Yahya, A. Abdeen, and Y. M.
41st International Spring Seminar on Electronics Technology Alkasim, “Design of Vehicle Tracking System,” in 2018
(ISSE), 2018, vol. 2018-May, pp. 1–5. International Conference on Computer, Control, Electrical, and
Electronics Engineering (ICCCEEE), 2018, pp. 1–6.
[23] A. R. Patil, N. J. Patil, A. D. Mishra, and Y. D. Mane, “Smart Baby
cradle,” in 2018 International Conference on Smart City and [30] A. K. Birajdar and P. More, “Healthcare and security system for
Emerging Technology (ICSCET), 2018, pp. 1–5. elderly and disabled people using ARM Microcontroller,” in 2018
International Conference on Information , Communication,
[24] M. E. Alam, M. A. Kader, S. A. Proma, and S. Sharma, Engineering and Technology (ICICET), 2018, pp. 1–5..
“Development of a Voice and SMS Controlled Dot Matrix Display
Based Smart Noticing System with RF Transceiver and GSM

Budi Artono, Motorcycle Security System using SMS Warning and GPS Tracking

You might also like