SlideShare a Scribd company logo
1 of 10
Download to read offline
International Journal of Electrical and Computer Engineering (IJECE)
Vol. 13, No. 2, April 2023, pp. 2223~2232
ISSN: 2088-8708, DOI: 10.11591/ijece.v13i2.pp2223-2232  2223
Journal homepage: http://ijece.iaescore.com
Crane monitoring system based on internet of things using long
range
Ng Wen Jun1
, Norlezah Hashim1
, Fakrulradzi Idris2
, Ida Syafiza1
, Nurbahirah Norddin3
1
Centre for Telecommunication Research and Innovation, Fakulti Teknologi Kejuruteraan Elektrik dan Elektronik,
Universiti Teknikal Malaysia Melaka, Durian Tunggal, Malaysia
2
Centre for Telecommunication Research and Innovation, Fakulti Kejuruteraan Elektronik dan Kejuruteraan Komputer,
Universiti Teknikal Malaysia Melaka, Durian Tunggal, Malaysia
3
Centre for Robotics and Industrial Automation, Fakulti Teknologi Kejuruteraan Elektrik dan Elektronik, Universiti Teknikal Malaysia
Melaka, Durian Tunggal, Malaysia
Article Info ABSTRACT
Article history:
Received Mar 22, 2022
Revised Sep 19, 2022
Accepted Oct 15, 2022
The four main causes of crane accidents are overturned, falls, mechanical
failure, and contact with power lines. It is important to keep track of the
crane’s health and condition as it is always too late when a failure of the
crane was found. Any abrupt accidents will interrupt or delay the work
progress and cause the operational costs to increase. Crane monitoring
system is developed using long range (LoRa) technology due to its long
range of detections making it suitable for monitoring machines that require
large space including the dock area. It also consumes low power and is
suitable for battery-operated systems. This paper discusses the design and
development crane monitoring system using Arduino Uno together with
NodeMCU ESP8266 as the hardware for this project. Temperature, power
consumption, lifting activities, and total operating hours will be measured
using appropriate sensors. The data will then be sent to the database where
users can monitor each crane from a developed Android application using a
mobile phone. This project allows users to view, monitor, and analyze
real-time or past data in a graph or table view. Experimental results prove
the proposed system is applicable and effective.
Keywords:
Crane
Internet of things
Long range
Monitoring system
Sensors
This is an open access article under the CC BY-SA license.
Corresponding Author:
Norlezah Hashim
Centre for Telecommunication Research and Innovation, Fakulti Teknologi Kejuruteraan Elektrik dan
Elektronik, Universiti Teknikal Malaysia Melaka
Hang Tuah Jaya, 76100 Durian Tunggal, Melaka, Malaysia
Email: norlezah@utem.edu.my
1. INTRODUCTION
The condition of the crane will directly affect the chance of an accident happening and the cost to
maintain the crane. This is because the cranes are usually exposed to harsh environments and always operate
at high-duty cycles. Thus, any problem related to the cranes should be identified before it occurs to prevent
tragedy [1]. To solve this problem, a monitoring system will be needed. This monitoring system should be
able to monitor four basic information: the running hours, the lifting activity (tonnage), the power
consumption, and the temperature of the motor or hydraulic or other similar things. This project is created
based on the idea of proposing and building a crane monitoring system that can monitor and inspect the
crane’s health and utilization at any time using the mobile application. When the utilization percentage of the
crane and the health status of the crane are known, then future management, maintenance, and planning will
be able to be executed to prevent an unexpected event like crane shutting down or accidents that will cause a
delay to the working schedule.
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 13, No. 2, April 2023: 2223-2232
2224
Internet of things (IoT) had been implemented in various monitoring projects using different kinds
of wireless technologies and sensors [2]–[12]. Previous research show long range (LoRa) can operate at a
maximum distance of around 300 meters due to the types of antennas used in the projects, where normally a
good quality of LoRa antenna can reach up to a few kilometers of distances [13], [14]. Few researchers
focused on developing and improving the software part of the cranes monitoring system. Yoon et al. [15],
[16] conducted simulation testing to evaluate mobile crane lift operations using various software platforms.
Besides, the latest research proposed optimization of crane operation to improve the performance of cranes
[17]–[19]. While the other researchers are focusing on improving the LoRa protocol [20]–[23]. Carmona
et al. [24] developed a low-cost system for monitoring tower cranes using LoRa, however; the monitoring
system is controlled through a website where it has limitations in terms of mobility. Another project
developed by [25] proposed a wireless system to monitor and manage the tower crane to control the cranes
efficiently and safely. The data information of the crane will be detected by the sensors and general packet
radio services (GPRS) module is connected to the internet using UART RS485 to allow the data to be sent to
the remote terminal. In the end, the user will be able to monitor and supervise the tower crane’s operation via
the web platform. The drawbacks of this paper are the web interface is not user-friendly and complex to use.
Other than that, the general packet radio service (GPRS) module used in this project is not versatile
nowadays which will cause the connectivity problem when the network ping is high.
This paper presents the design and development of a crane monitoring system using LoRa
technology. This project is uniquely designed, developed, and targeted to be used in the shipbuilding and
heavy engineering industry. LoRa technology has been chosen for wireless connectivity due to its robustness
and wider coverage, suitable for wide-area locations for example dock ship areas. Compared to previous
research, an android application is created to enable the mobility concept of the monitoring system. The
developed application will ease the user to remotely monitor the crane’s operation anywhere and anytime.
2. METHOD
Figure 1 shows the block diagram of the system designed. There are two parts which are the
transmitter and receiver parts. The sensors will evoke when the crane starts to work. The value of sensors will
be sent to Arduino for processing before being passed to LoRa for transmission. The received data will be
sent to the designed database using a Wi-Fi connection from the NodeMCU ESP8266 internet module.
Finally, the user will be able to view and monitor the crane by running the developed application on the
mobile phone.
Figure 1. Crane monitoring system block diagram
Figure 2 shows the hardware setup for the transmitter side. In this project, ACS712 was used as the
current sensor where TS90a servo motor was connected to the sensor to act as the current sensor’s load; to
allow current data measurement. An Arduino Nano is used to supply power and program the servo motor to
rotate occasionally for every 15 seconds. Besides, the load cell sensor needs a load for measuring the weight
data. Thus, an object is added and placed on the load cell sensor to become the weight sensor load. There is
also a real time clock (RTC) module used to record the date and time for calculating crane utilization rate. An
HC-SR04 Ultrasonic sensor was used to detect the crane’s fuel consumption. DHT22 is used as the
temperature sensor for detecting any abnormality of the crane. The crane data mentioned in this project are
only simulation data, these data are not tested on the real crane, but the data type can be used to monitor the
real crane. For example, the temperature data in this project refers to the temperature of the crane, the weight
Int J Elec & Comp Eng ISSN: 2088-8708 
Crane monitoring system based on internet of things using long range (Ng Wen Jun)
2225
data refers to the load of the crane, and data from the ultrasonic sensor refer to the fuel level of the crane. The
close-up figure for current and weight sensors and how there were connected is shown in Figure 3. As
mentioned earlier, the current sensor needs a load to show readings. Therefore, a servo motor is used to
mimic the real condition. In a real situation, the current sensor will be connected to the crane motor for
current measurement. The weight sensor used in this project can detect weight until 5 kg. A robust and
precise weight sensor needs to be used for measuring real crane data as it carries a bigger load. Figure 4
shows the receiver side of this project. The receiver side is simpler, it is consisting of a LoRa receiver being
connected to ESP8266 for Wi-Fi connections.
Figure 2. Transmitter side hardware setup
Figure 3. Current and weight sensor setup
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 13, No. 2, April 2023: 2223-2232
2226
Figure 4. Receiver side hardware setup
3. RESULTS AND DISCUSSION
In this section, the output obtained from the project will be elaborated. This includes the sent and
received data through the LoRa transceiver. First, the data will be collected by the sensors on the transmitter
side. Then it will be transmitted and received by the LoRa module. Next, the data will be collected and
processed on the receiver side. The results will be divided into two sub-sections, the serial data results and
the results obtained from the application.
3.1. Results from serial monitor display
Figure 5 shows the display from the serial monitor of Arduino software when a transmitter sends
data dan Figure 6 shows the serial monitor from the Arduino software when a receiver receives data. The
measured items are current, power, temperature, weight, date and time, a distance that will be used to detect
the fuel oil in the crane, and total working time for the crane. In addition, the signal to noise ratio (SNR) and
received signal strength indication (RSSI) values of the LoRa module is also displayed in the serial monitor
of the receiver side. SNR and RSSI indicate the signal strength for LoRa.
Figure 5. Transmitter’s serials monitor display Figure 6. Receiver’s serials monitor display
Int J Elec & Comp Eng ISSN: 2088-8708 
Crane monitoring system based on internet of things using long range (Ng Wen Jun)
2227
3.2. Results from database
The database has two parts, one is real-time data and another one is recorded data. The reason is due
to Google Firebase’s is a real-time database but not a structured query language (SQL) database. This means
that the data uploaded to the database is in unstructured format and hard to manage compared to SQL data. In
the first part, the real-time data will be shown and displayed in real-time but never recorded, while in the
second part the SQL database will record and save the data. The data is recorded every second and every
hour. Figure 7 shows the hourly view of Google firebase real-time database. By doing this, the data will be
able to be analyzed by applying different methods depending on user needs. In this project, the real-time data
will be shown directly with the value from the database. On the other hand, a graphical view will be used to
display both recorded seconds and hours data obtained from the database. The graph view will be displayed
in the android application.
Figure 7. Google firebase real-time database (hours view)
3.3. Results from the application
Figure 8 shows the initial page when a user launches the android application while Figure 9 shows
the response when the user clicks on the “Realtime monitoring” icon. To view the graph, the user will need to
click on the past record button. By default, there is no data when a user clicks on the past record buttons as in
Figure 10. This is due to no data was save previously. The date of the graph needs to be input by the user to
show the data in a graph view. On this page, the user will need to enter the date in a specific format and click
the “submit date” button. Besides that, there is a button labeled with the name “24H”, this button is used to
change the data mode between seconds or hours. The default data display mode is in seconds mode which
shows all the recorded data in seconds view, while another option is the hours mode which shows the data
recorded for each hour. This is useful for long-term analysis. Figure 11 shows the graph view after the date
was entered by the user in a specific format.
The user can change what sensor’s data they want to monitor by clicking on the spinner. Figure 12
shows the sensors option in the spinner. The available option for the user to monitor is current data, fuel data,
power data, temperature data, and weight data. The user can click on a specific measurement to view the
details. Besides that, the user able to zoom in and zoom out the graph for a better view experience. Zoom in
and out on the graph can be simply done by double-tapping the graph or zooming in out by dragging and
pinching the graph. Figure 13 shows the android application interface when the user zooms in on the graph
view and selected the temperature measurement. The graph in Figure 13 compared to the graph in Figure 12
is larger after zooming, as the latter one had been enlarged.
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 13, No. 2, April 2023: 2223-2232
2228
Figure 8. On launch interface Figure 9. Display after icon “Realtime
monitoring” was clicked
Figure 10. Display after “Past Record” icon was
clicked
Figure 11. Display after data was entered in specific
format and “Submit Date” icon was clicked
Figure 14 shows the current data recorded in seconds between 12:00 to 12:00 p.m. on December 26,
2021. The current value starts with zero because at that time the load which is the servo motor has not yet
connected to the current sensor. But after a while, the servo motor starts to move periodically, so the current
value increase from zero to 0.05 ampere. Any abnormality from the crane can be observed by workers
directly from mobile at any time. Figure 15 is useful for long-term analysis for example to predict the
maintenance schedule. The figure shows the fuel data in per hour graph view. An ultrasonic sensor was used
to predict the fuel level in the crane. The ultrasonic sensor will detect the range by reading the reflection of
the signal. The power and temperature data were shown in Figures 16 and 17 subsequently. The power data
of a crane will tell the user how long the crane had been operated and should be stopped after a fixed
operating time. This action can help to extend the lifespan of the crane and make the maintenance schedule
Int J Elec & Comp Eng ISSN: 2088-8708 
Crane monitoring system based on internet of things using long range (Ng Wen Jun)
2229
work easier. Besides that, the crane’s temperature is observed for its motor and hydraulic part. If the
temperature of the motor keeps increasing, it may cause the system of the crane to fail and stop working
normally. Figure 18 shows the weight data in the per hour graph view. In this project, 5 grams of load is
being used although the system able to detect up to 5 kg. The weight sensors allow the user to monitor and
control the maximum capacity that a crane can lift. Whenever a crane is overloaded, it causes irreversible
damage and may cause hazards. The most common case will be the drop of the load or crane is swinging and
hard to be controlled.
Figure 12. Spinner’s sensor option Figure 13. Zoom in option
Figure 14. Current per second graph display Figure 15. Fuel per hour graph display
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 13, No. 2, April 2023: 2223-2232
2230
Figure 16. Power per hour graph display Figure 17. Temperature per hour graph display
Figure 18. Weight per hour graph display
4. CONCLUSION
In this project, a method had been proposed for implementing cranes utilization monitoring system
based on IoT using LoRa. By implementing the monitoring system, the crane can be monitored remotely via
smartphone. Few modifications can be done in the future, this includes putting some control on the
application for controlling the crane such as on and off buttons. This is needed during an emergency, where
Int J Elec & Comp Eng ISSN: 2088-8708 
Crane monitoring system based on internet of things using long range (Ng Wen Jun)
2231
the user can be divided into many categories such that only the admin user has permission to interrupt the
crane activity. Besides that, the LoRa antenna can be changed to a more robust and durable one to suit the
heavy engineering outdoor environment.
ACKNOWLEDGEMENTS
The authors would like to acknowledge the Faculty of Electrical and Electronic Engineering
Technology (FTKEE), Universiti Teknikal Malaysia Melaka (UTeM), Malaysia; and those who give
energetic and full support in carrying out this research. This work was supported by the Ministry of Higher
Education (MoHE) Malaysia through the Fundamental Research Grant Scheme (FRGS) under Grant
FRGS/1/2020/TK0/UTEM/03/11.
REFERENCES
[1] A. R. A. Hamid et al., “Causes of crane accidents at construction sites in Malaysia,” IOP Conference Series: Earth and
Environmental Science, vol. 220, Feb. 2019, doi: 10.1088/1755-1315/220/1/012028.
[2] F. Kamaruddin, N. N. N. A. Malik, N. A. Murad, N. M. A. Latiff, S. K. S. Yusof, and S. A. Hamzah, “IoT-based intelligent
irrigation management and monitoring system using Arduino,” Telecommunication Computing Electronics and Control
(TELKOMNIKA), vol. 17, no. 5, Oct. 2019, doi: 10.12928/telkomnika.v17i5.12818.
[3] M. Rosmiati, M. F. Rizal, F. Susanti, and G. F. Alfisyahrin, “Air pollution monitoring system using LoRa modul as transceiver
system,” Telecommunication Computing Electronics and Control (TELKOMNIKA), vol. 17, no. 2, Apr. 2019, doi:
10.12928/telkomnika.v17i2.11760.
[4] M. F. M. Firdhous and B. H. Sudantha, “Cloud, IoT-powered smart weather station for microclimate monitoring,” Indonesian
Journal of Electrical Engineering and Computer Science (IJEECS), vol. 17, no. 1, pp. 508–515, Jan. 2020, doi:
10.11591/ijeecs.v17.i1.pp508-515.
[5] O. B. M. Magtibay, R. H. Cabrera, J. P. Roxas, and M. A. De Vera, “Green switch: an IoT based energy monitoring system for
mabini building in De La Salle Lipa,” Indonesian Journal of Electrical Engineering and Computer Science (IJEECS), vol. 24,
no. 2, pp. 754–761, Nov. 2021, doi: 10.11591/ijeecs.v24.i2.pp754-761.
[6] A. Hadi and M. Z. Abdullah, “Web and IoT-based hospital location determination with criteria weight analysis,” Bulletin of
Electrical Engineering and Informatics (BEEI), vol. 11, no. 1, pp. 386–395, Feb. 2022, doi: 10.11591/eei.v11i1.3214.
[7] H. Hudiono, M. Taufik, R. H. Y. Perdana, and A. E. Rakhmania, “Digital centralized water meter using 433 MHz LoRa,” Bulletin
of Electrical Engineering and Informatics, vol. 10, no. 4, pp. 2062–2071, Aug. 2021, doi: 10.11591/eei.v10i4.2950.
[8] Z. Feng, “Research on water-saving irrigation automatic control system based on internet of things,” in 2011 International
Conference on Electric Information and Control Engineering, Apr. 2011, pp. 2541–2544, doi: 10.1109/ICEICE.2011.5778297.
[9] F. Idris, N. Hashim, A. F. Kadmin, and L. B. Yee, “Intelligent fire detection and alert system using labVIEW,” International
Journal of Electrical and Computer Engineering (IJECE), vol. 9, no. 3, pp. 1842–1849, Jun. 2019, doi:
10.11591/ijece.v9i3.pp1842-1849.
[10] N. Hashim, F. Idris, A. F. Kadmin, and S. S. J. Sidek, “Automatic traffic light controller for emergency vehicle using peripheral
interface controller,” International Journal of Electrical and Computer Engineering (IJECE), vol. 9, no. 3, pp. 1788–1794, Jun.
2019, doi: 10.11591/ijece.v9i3.pp1788-1794.
[11] N. Hashim, M. A. H. A. Razak, and F. Idris, “Home security system using ZigBee,” Jurnal Teknologi, vol. 74, no. 10, Jun. 2015,
doi: 10.11113/jt.v74.4830.
[12] D. Croce, D. Garlisi, F. Giuliano, A. Lo Valvo, S. Mangione, and I. Tinnirello, “Performance of LoRa for bike-sharing systems,”
in 2019 AEIT International Conference of Electrical and Electronic Technologies for Automotive (AEIT AUTOMOTIVE), Jul.
2019, pp. 1–6, doi: 10.23919/EETA.2019.8804519.
[13] A. Zourmand, A. L. K. Hing, C. W. Hung, and M. A. Rehman, “Internet of things (IoT) using LoRa technology,” in 2019 IEEE
International Conference on Automatic Control and Intelligent Systems (I2CACIS), Jun. 2019, pp. 324–330, doi:
10.1109/I2CACIS.2019.8825008.
[14] N. Hashim, F. Idris, T. N. A. T. Ab Aziz, S. H. Johari, R. M. Nor, and N. Ab Wahab, “Location tracking using LoRa,”
International Journal of Electrical and Computer Engineering (IJECE), vol. 11, no. 4, pp. 3123–3128, Aug. 2021, doi:
10.11591/ijece.v11i4.pp3123-3128.
[15] B.-J. Yoon, K.-S. Lee, and J.-H. Lee, “Study on overturn proof monitoring system of mobile crane,” Applied Sciences, vol. 11, no.
15, Jul. 2021, doi: 10.3390/app11156819.
[16] S. Pooladvand, H. Taghaddos, A. Eslami, A. N. Tak, and U. (Rick) Hermann, “Evaluating mobile crane lift operations using an
interactive virtual reality system,” Journal of Construction Engineering and Management, vol. 147, no. 11, Nov. 2021, doi:
10.1061/(ASCE)CO.1943-7862.0002177.
[17] H.-S. Gwak, H.-C. Lee, B.-Y. Choi, and Y. Mi, “GA-based optimization method for mobile crane repositioning route planning,”
Applied Sciences, vol. 11, no. 13, Jun. 2021, doi: 10.3390/app11136010.
[18] A. Mousaei, H. Taghaddos, A. N. Tak, S. Behzadipour, and U. Hermann, “Optimized mobile crane path planning in discretized
polar space,” Journal of Construction Engineering and Management, vol. 147, no. 5, May 2021, doi: 10.1061/(ASCE)CO.1943-
7862.0002033.
[19] L. Tan, H. Xie, G. Xiao, H. Tang, Y. Li, and H. Yang, “Optimization of valve plate applied in secondary unit and noise
reduction,” Proceedings of the Institution of Mechanical Engineers, Part C: Journal of Mechanical Engineering Science, vol.
236, no. 2, pp. 763–777, Jan. 2022, doi: 10.1177/0954406221998405.
[20] Y. Hou, Z. Liu, and D. Sun, “A novel MAC protocol exploiting concurrent transmissions for massive LoRa connectivity,”
Journal of Communications and Networks, vol. 22, no. 2, pp. 108–117, Apr. 2020, doi: 10.1109/JCN.2020.000005.
[21] P. Edward, S. Elzeiny, M. Ashour, and T. Elshabrawy, “On the coexistence of LoRa- and interleaved chirp spreading LoRa-based
modulations,” in 2019 International Conference on Wireless and Mobile Computing, Networking and Communications (WiMob),
Oct. 2019, pp. 1–6, doi: 10.1109/WiMOB.2019.8923211.
[22] R. Y. Azhari, E. Firmansyah, and A. Bejo, “Simple protocol design of multi-hop network in LoRa,” in 2019 International
Seminar on Research of Information Technology and Intelligent Systems (ISRITI), 2019, doi: 10.1109/isriti48646.2019.9034662.
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 13, No. 2, April 2023: 2223-2232
2232
[23] X. Wang, L. Kong, L. He, and G. Chen, “mLoRa: a multi-packet reception protocol in LoRa networks,” in 2019 IEEE 27th
International Conference on Network Protocols (ICNP), Oct. 2019, pp. 1–11, doi: 10.1109/ICNP.2019.8888038.
[24] A. M. Carmona et al., “A low-cost system for monitoring tower crane productivity cycles combining inertial measurement units,
load cells and lora networks,” in Advances in Informatics and Computing in Civil and Construction Engineering, Cham: Springer
International Publishing, 2019, pp. 677–684.
[25] B. Li, G. Chen, L. Wang, and Z. Hao, “Tower crane remote wireless monitoring system based on modbus/Tcp protocol,” in 2017
IEEE International Conference on Computational Science and Engineering (CSE) and IEEE International Conference on
Embedded and Ubiquitous Computing (EUC), Jul. 2017, pp. 187–190, doi: 10.1109/CSE-EUC.2017.217.
BIOGRAPHIES OF AUTHORS
Ng Wen Jun is a fourth-year computer system student at the Universiti Teknikal
Malaysia Melaka (UTeM). His interest includes computer programming and mechatronics. He
enjoys playing strategy games, learning, and exploring new things in his free time. He can be
contacted at email psplapsap@gmail.com.
Norlezah Hashim obtained her first degree in 2006 from the University of
Malaya (UM) and her master’s degree from Universiti Teknologi Malaysia (UTM) in 2014.
She is currently serving UTEM as a lecturer in the Faculty of Electrical and Electronic
Engineering Technology (FTKEE). The pervasiveness of bringing high-speed mobile internet
and IoT brings to light her work on 5G and beyond, focusing on Non-Orthogonal Multiple
Access (NOMA). Her current publications are also based on wireless communication and
LoRa technology. She can be contacted at email: norlezah@utem.edu.my.
Fakrulradzi Idris received received the B.Eng. and the M.Eng. Degrees from
Universiti Teknologi Malaysia in 2007 and 2008 respectively. He received the Ph.D. degree
from The University of Manchester, U.K in 2018. He is a senior lecturer in the Faculty of
Electronics and Computer Engineering (FKEKK), Universiti Teknikal Malaysia Melaka
(UTeM). His research interests include Device-to-Device (D2D) communications,
Non-Orthogonal Multiple Access (NOMA), and 5G networks. He can be contacted at email:
fakrulradzi@utem.edu.my.
Ida Syafiza received their Ph.D. degree from the University of Leeds, U.K., in
2020, and worked on energy efficient access networks design for healthcare applications. She
is currently a Senior Lecturer with Universiti Teknikal Malaysia Melaka (UTeM), Malaysia.
She has published several articles in this area. Her research interests include network
architecture design, energy efficiency, network optimization, mixed integer linear
programming, and pt healthcare systems. She can be contacted at email:
idasyafiza@utem.edu.my.
Nurbahirah Norddin received her B. Eng degree in Electrical Engineering
(Power Electronics and Drives) in 2011 and M. Eng in Electrical Engineering from Universiti
Teknikal Malaysia Melaka (UTeM) in 2014. Currently, she is a lecturer at UTeM, and her
interest involves high voltage and signal processing. She can be contacted at email:
nurbahirah@utem.edu.my.

More Related Content

Similar to Crane monitoring system based on internet of things using long range

Design and Development of a Weather Drone Using IoT
Design and Development of a Weather Drone Using IoTDesign and Development of a Weather Drone Using IoT
Design and Development of a Weather Drone Using IoTIRJET Journal
 
IRJET - Asset Monitoring of Railroad Switch using IoT
IRJET - Asset Monitoring of Railroad Switch using IoTIRJET - Asset Monitoring of Railroad Switch using IoT
IRJET - Asset Monitoring of Railroad Switch using IoTIRJET Journal
 
4 realtime wether station for monitoring and control of agricultre
4 realtime wether station for monitoring and control of agricultre4 realtime wether station for monitoring and control of agricultre
4 realtime wether station for monitoring and control of agricultreBhushan Deore
 
WiRoTip: an IoT-based Wireless Sensor Network for Water Pipeline Monitoring
WiRoTip: an IoT-based Wireless Sensor Network for Water Pipeline MonitoringWiRoTip: an IoT-based Wireless Sensor Network for Water Pipeline Monitoring
WiRoTip: an IoT-based Wireless Sensor Network for Water Pipeline MonitoringIJECEIAES
 
Design and implement WSN/IOT smart parking management system using microcontr...
Design and implement WSN/IOT smart parking management system using microcontr...Design and implement WSN/IOT smart parking management system using microcontr...
Design and implement WSN/IOT smart parking management system using microcontr...IJECEIAES
 
IOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEMIOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEMIRJET Journal
 
Train control system using can protocol
Train control system using can protocolTrain control system using can protocol
Train control system using can protocolIRJET Journal
 
Low-cost real-time internet of things-based monitoring system for power grid ...
Low-cost real-time internet of things-based monitoring system for power grid ...Low-cost real-time internet of things-based monitoring system for power grid ...
Low-cost real-time internet of things-based monitoring system for power grid ...IJECEIAES
 
Weather_monitoring_and_forecasting_system_using_Iot.pdf
Weather_monitoring_and_forecasting_system_using_Iot.pdfWeather_monitoring_and_forecasting_system_using_Iot.pdf
Weather_monitoring_and_forecasting_system_using_Iot.pdfUMANGPANCHAL34
 
FIToplankton: Wireless Controlled Remotely-operated Underwater Vehicle (ROV) ...
FIToplankton: Wireless Controlled Remotely-operated Underwater Vehicle (ROV) ...FIToplankton: Wireless Controlled Remotely-operated Underwater Vehicle (ROV) ...
FIToplankton: Wireless Controlled Remotely-operated Underwater Vehicle (ROV) ...IJECEIAES
 
Process monitoring, controlling and load management system in an induction motor
Process monitoring, controlling and load management system in an induction motorProcess monitoring, controlling and load management system in an induction motor
Process monitoring, controlling and load management system in an induction motoreSAT Publishing House
 
LORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMLORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMIRJET Journal
 
Object collision avoidance with train using android
Object collision avoidance with train using androidObject collision avoidance with train using android
Object collision avoidance with train using androideSAT Publishing House
 
Internet of things-based photovoltaics parameter monitoring system using Node...
Internet of things-based photovoltaics parameter monitoring system using Node...Internet of things-based photovoltaics parameter monitoring system using Node...
Internet of things-based photovoltaics parameter monitoring system using Node...IJECEIAES
 
IRJET- Internet of Things (IoT) based Smart Grid
IRJET- Internet of Things (IoT) based Smart GridIRJET- Internet of Things (IoT) based Smart Grid
IRJET- Internet of Things (IoT) based Smart GridIRJET Journal
 
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...ijtsrd
 
Implementation of environmental monitoring based on KAA IoT platform
Implementation of environmental monitoring based on KAA IoT platformImplementation of environmental monitoring based on KAA IoT platform
Implementation of environmental monitoring based on KAA IoT platformjournalBEEI
 
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...csandit
 
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...cscpconf
 

Similar to Crane monitoring system based on internet of things using long range (20)

Design and Development of a Weather Drone Using IoT
Design and Development of a Weather Drone Using IoTDesign and Development of a Weather Drone Using IoT
Design and Development of a Weather Drone Using IoT
 
IRJET - Asset Monitoring of Railroad Switch using IoT
IRJET - Asset Monitoring of Railroad Switch using IoTIRJET - Asset Monitoring of Railroad Switch using IoT
IRJET - Asset Monitoring of Railroad Switch using IoT
 
4 realtime wether station for monitoring and control of agricultre
4 realtime wether station for monitoring and control of agricultre4 realtime wether station for monitoring and control of agricultre
4 realtime wether station for monitoring and control of agricultre
 
WiRoTip: an IoT-based Wireless Sensor Network for Water Pipeline Monitoring
WiRoTip: an IoT-based Wireless Sensor Network for Water Pipeline MonitoringWiRoTip: an IoT-based Wireless Sensor Network for Water Pipeline Monitoring
WiRoTip: an IoT-based Wireless Sensor Network for Water Pipeline Monitoring
 
Design and implement WSN/IOT smart parking management system using microcontr...
Design and implement WSN/IOT smart parking management system using microcontr...Design and implement WSN/IOT smart parking management system using microcontr...
Design and implement WSN/IOT smart parking management system using microcontr...
 
IOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEMIOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEM
 
Train control system using can protocol
Train control system using can protocolTrain control system using can protocol
Train control system using can protocol
 
Low-cost real-time internet of things-based monitoring system for power grid ...
Low-cost real-time internet of things-based monitoring system for power grid ...Low-cost real-time internet of things-based monitoring system for power grid ...
Low-cost real-time internet of things-based monitoring system for power grid ...
 
Weather_monitoring_and_forecasting_system_using_Iot.pdf
Weather_monitoring_and_forecasting_system_using_Iot.pdfWeather_monitoring_and_forecasting_system_using_Iot.pdf
Weather_monitoring_and_forecasting_system_using_Iot.pdf
 
FIToplankton: Wireless Controlled Remotely-operated Underwater Vehicle (ROV) ...
FIToplankton: Wireless Controlled Remotely-operated Underwater Vehicle (ROV) ...FIToplankton: Wireless Controlled Remotely-operated Underwater Vehicle (ROV) ...
FIToplankton: Wireless Controlled Remotely-operated Underwater Vehicle (ROV) ...
 
Np2422282232
Np2422282232Np2422282232
Np2422282232
 
Process monitoring, controlling and load management system in an induction motor
Process monitoring, controlling and load management system in an induction motorProcess monitoring, controlling and load management system in an induction motor
Process monitoring, controlling and load management system in an induction motor
 
LORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMLORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEM
 
Object collision avoidance with train using android
Object collision avoidance with train using androidObject collision avoidance with train using android
Object collision avoidance with train using android
 
Internet of things-based photovoltaics parameter monitoring system using Node...
Internet of things-based photovoltaics parameter monitoring system using Node...Internet of things-based photovoltaics parameter monitoring system using Node...
Internet of things-based photovoltaics parameter monitoring system using Node...
 
IRJET- Internet of Things (IoT) based Smart Grid
IRJET- Internet of Things (IoT) based Smart GridIRJET- Internet of Things (IoT) based Smart Grid
IRJET- Internet of Things (IoT) based Smart Grid
 
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
 
Implementation of environmental monitoring based on KAA IoT platform
Implementation of environmental monitoring based on KAA IoT platformImplementation of environmental monitoring based on KAA IoT platform
Implementation of environmental monitoring based on KAA IoT platform
 
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
 
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
 

More from IJECEIAES

Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...IJECEIAES
 
Prediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionPrediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionIJECEIAES
 
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...IJECEIAES
 
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...IJECEIAES
 
Improving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningImproving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningIJECEIAES
 
Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...IJECEIAES
 
Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...IJECEIAES
 
Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...IJECEIAES
 
Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...IJECEIAES
 
A systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyA systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyIJECEIAES
 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationIJECEIAES
 
Three layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceThree layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceIJECEIAES
 
Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...IJECEIAES
 
Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...IJECEIAES
 
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...IJECEIAES
 
Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...IJECEIAES
 
On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...IJECEIAES
 
Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...IJECEIAES
 
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...IJECEIAES
 
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...IJECEIAES
 

More from IJECEIAES (20)

Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...
 
Prediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionPrediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regression
 
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
 
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
 
Improving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningImproving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learning
 
Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...
 
Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...
 
Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...
 
Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...
 
A systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyA systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancy
 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimization
 
Three layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceThree layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performance
 
Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...
 
Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...
 
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
 
Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...
 
On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...
 
Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...
 
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
 
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
 

Recently uploaded

Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 

Recently uploaded (20)

Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 

Crane monitoring system based on internet of things using long range

  • 1. International Journal of Electrical and Computer Engineering (IJECE) Vol. 13, No. 2, April 2023, pp. 2223~2232 ISSN: 2088-8708, DOI: 10.11591/ijece.v13i2.pp2223-2232  2223 Journal homepage: http://ijece.iaescore.com Crane monitoring system based on internet of things using long range Ng Wen Jun1 , Norlezah Hashim1 , Fakrulradzi Idris2 , Ida Syafiza1 , Nurbahirah Norddin3 1 Centre for Telecommunication Research and Innovation, Fakulti Teknologi Kejuruteraan Elektrik dan Elektronik, Universiti Teknikal Malaysia Melaka, Durian Tunggal, Malaysia 2 Centre for Telecommunication Research and Innovation, Fakulti Kejuruteraan Elektronik dan Kejuruteraan Komputer, Universiti Teknikal Malaysia Melaka, Durian Tunggal, Malaysia 3 Centre for Robotics and Industrial Automation, Fakulti Teknologi Kejuruteraan Elektrik dan Elektronik, Universiti Teknikal Malaysia Melaka, Durian Tunggal, Malaysia Article Info ABSTRACT Article history: Received Mar 22, 2022 Revised Sep 19, 2022 Accepted Oct 15, 2022 The four main causes of crane accidents are overturned, falls, mechanical failure, and contact with power lines. It is important to keep track of the crane’s health and condition as it is always too late when a failure of the crane was found. Any abrupt accidents will interrupt or delay the work progress and cause the operational costs to increase. Crane monitoring system is developed using long range (LoRa) technology due to its long range of detections making it suitable for monitoring machines that require large space including the dock area. It also consumes low power and is suitable for battery-operated systems. This paper discusses the design and development crane monitoring system using Arduino Uno together with NodeMCU ESP8266 as the hardware for this project. Temperature, power consumption, lifting activities, and total operating hours will be measured using appropriate sensors. The data will then be sent to the database where users can monitor each crane from a developed Android application using a mobile phone. This project allows users to view, monitor, and analyze real-time or past data in a graph or table view. Experimental results prove the proposed system is applicable and effective. Keywords: Crane Internet of things Long range Monitoring system Sensors This is an open access article under the CC BY-SA license. Corresponding Author: Norlezah Hashim Centre for Telecommunication Research and Innovation, Fakulti Teknologi Kejuruteraan Elektrik dan Elektronik, Universiti Teknikal Malaysia Melaka Hang Tuah Jaya, 76100 Durian Tunggal, Melaka, Malaysia Email: norlezah@utem.edu.my 1. INTRODUCTION The condition of the crane will directly affect the chance of an accident happening and the cost to maintain the crane. This is because the cranes are usually exposed to harsh environments and always operate at high-duty cycles. Thus, any problem related to the cranes should be identified before it occurs to prevent tragedy [1]. To solve this problem, a monitoring system will be needed. This monitoring system should be able to monitor four basic information: the running hours, the lifting activity (tonnage), the power consumption, and the temperature of the motor or hydraulic or other similar things. This project is created based on the idea of proposing and building a crane monitoring system that can monitor and inspect the crane’s health and utilization at any time using the mobile application. When the utilization percentage of the crane and the health status of the crane are known, then future management, maintenance, and planning will be able to be executed to prevent an unexpected event like crane shutting down or accidents that will cause a delay to the working schedule.
  • 2.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 13, No. 2, April 2023: 2223-2232 2224 Internet of things (IoT) had been implemented in various monitoring projects using different kinds of wireless technologies and sensors [2]–[12]. Previous research show long range (LoRa) can operate at a maximum distance of around 300 meters due to the types of antennas used in the projects, where normally a good quality of LoRa antenna can reach up to a few kilometers of distances [13], [14]. Few researchers focused on developing and improving the software part of the cranes monitoring system. Yoon et al. [15], [16] conducted simulation testing to evaluate mobile crane lift operations using various software platforms. Besides, the latest research proposed optimization of crane operation to improve the performance of cranes [17]–[19]. While the other researchers are focusing on improving the LoRa protocol [20]–[23]. Carmona et al. [24] developed a low-cost system for monitoring tower cranes using LoRa, however; the monitoring system is controlled through a website where it has limitations in terms of mobility. Another project developed by [25] proposed a wireless system to monitor and manage the tower crane to control the cranes efficiently and safely. The data information of the crane will be detected by the sensors and general packet radio services (GPRS) module is connected to the internet using UART RS485 to allow the data to be sent to the remote terminal. In the end, the user will be able to monitor and supervise the tower crane’s operation via the web platform. The drawbacks of this paper are the web interface is not user-friendly and complex to use. Other than that, the general packet radio service (GPRS) module used in this project is not versatile nowadays which will cause the connectivity problem when the network ping is high. This paper presents the design and development of a crane monitoring system using LoRa technology. This project is uniquely designed, developed, and targeted to be used in the shipbuilding and heavy engineering industry. LoRa technology has been chosen for wireless connectivity due to its robustness and wider coverage, suitable for wide-area locations for example dock ship areas. Compared to previous research, an android application is created to enable the mobility concept of the monitoring system. The developed application will ease the user to remotely monitor the crane’s operation anywhere and anytime. 2. METHOD Figure 1 shows the block diagram of the system designed. There are two parts which are the transmitter and receiver parts. The sensors will evoke when the crane starts to work. The value of sensors will be sent to Arduino for processing before being passed to LoRa for transmission. The received data will be sent to the designed database using a Wi-Fi connection from the NodeMCU ESP8266 internet module. Finally, the user will be able to view and monitor the crane by running the developed application on the mobile phone. Figure 1. Crane monitoring system block diagram Figure 2 shows the hardware setup for the transmitter side. In this project, ACS712 was used as the current sensor where TS90a servo motor was connected to the sensor to act as the current sensor’s load; to allow current data measurement. An Arduino Nano is used to supply power and program the servo motor to rotate occasionally for every 15 seconds. Besides, the load cell sensor needs a load for measuring the weight data. Thus, an object is added and placed on the load cell sensor to become the weight sensor load. There is also a real time clock (RTC) module used to record the date and time for calculating crane utilization rate. An HC-SR04 Ultrasonic sensor was used to detect the crane’s fuel consumption. DHT22 is used as the temperature sensor for detecting any abnormality of the crane. The crane data mentioned in this project are only simulation data, these data are not tested on the real crane, but the data type can be used to monitor the real crane. For example, the temperature data in this project refers to the temperature of the crane, the weight
  • 3. Int J Elec & Comp Eng ISSN: 2088-8708  Crane monitoring system based on internet of things using long range (Ng Wen Jun) 2225 data refers to the load of the crane, and data from the ultrasonic sensor refer to the fuel level of the crane. The close-up figure for current and weight sensors and how there were connected is shown in Figure 3. As mentioned earlier, the current sensor needs a load to show readings. Therefore, a servo motor is used to mimic the real condition. In a real situation, the current sensor will be connected to the crane motor for current measurement. The weight sensor used in this project can detect weight until 5 kg. A robust and precise weight sensor needs to be used for measuring real crane data as it carries a bigger load. Figure 4 shows the receiver side of this project. The receiver side is simpler, it is consisting of a LoRa receiver being connected to ESP8266 for Wi-Fi connections. Figure 2. Transmitter side hardware setup Figure 3. Current and weight sensor setup
  • 4.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 13, No. 2, April 2023: 2223-2232 2226 Figure 4. Receiver side hardware setup 3. RESULTS AND DISCUSSION In this section, the output obtained from the project will be elaborated. This includes the sent and received data through the LoRa transceiver. First, the data will be collected by the sensors on the transmitter side. Then it will be transmitted and received by the LoRa module. Next, the data will be collected and processed on the receiver side. The results will be divided into two sub-sections, the serial data results and the results obtained from the application. 3.1. Results from serial monitor display Figure 5 shows the display from the serial monitor of Arduino software when a transmitter sends data dan Figure 6 shows the serial monitor from the Arduino software when a receiver receives data. The measured items are current, power, temperature, weight, date and time, a distance that will be used to detect the fuel oil in the crane, and total working time for the crane. In addition, the signal to noise ratio (SNR) and received signal strength indication (RSSI) values of the LoRa module is also displayed in the serial monitor of the receiver side. SNR and RSSI indicate the signal strength for LoRa. Figure 5. Transmitter’s serials monitor display Figure 6. Receiver’s serials monitor display
  • 5. Int J Elec & Comp Eng ISSN: 2088-8708  Crane monitoring system based on internet of things using long range (Ng Wen Jun) 2227 3.2. Results from database The database has two parts, one is real-time data and another one is recorded data. The reason is due to Google Firebase’s is a real-time database but not a structured query language (SQL) database. This means that the data uploaded to the database is in unstructured format and hard to manage compared to SQL data. In the first part, the real-time data will be shown and displayed in real-time but never recorded, while in the second part the SQL database will record and save the data. The data is recorded every second and every hour. Figure 7 shows the hourly view of Google firebase real-time database. By doing this, the data will be able to be analyzed by applying different methods depending on user needs. In this project, the real-time data will be shown directly with the value from the database. On the other hand, a graphical view will be used to display both recorded seconds and hours data obtained from the database. The graph view will be displayed in the android application. Figure 7. Google firebase real-time database (hours view) 3.3. Results from the application Figure 8 shows the initial page when a user launches the android application while Figure 9 shows the response when the user clicks on the “Realtime monitoring” icon. To view the graph, the user will need to click on the past record button. By default, there is no data when a user clicks on the past record buttons as in Figure 10. This is due to no data was save previously. The date of the graph needs to be input by the user to show the data in a graph view. On this page, the user will need to enter the date in a specific format and click the “submit date” button. Besides that, there is a button labeled with the name “24H”, this button is used to change the data mode between seconds or hours. The default data display mode is in seconds mode which shows all the recorded data in seconds view, while another option is the hours mode which shows the data recorded for each hour. This is useful for long-term analysis. Figure 11 shows the graph view after the date was entered by the user in a specific format. The user can change what sensor’s data they want to monitor by clicking on the spinner. Figure 12 shows the sensors option in the spinner. The available option for the user to monitor is current data, fuel data, power data, temperature data, and weight data. The user can click on a specific measurement to view the details. Besides that, the user able to zoom in and zoom out the graph for a better view experience. Zoom in and out on the graph can be simply done by double-tapping the graph or zooming in out by dragging and pinching the graph. Figure 13 shows the android application interface when the user zooms in on the graph view and selected the temperature measurement. The graph in Figure 13 compared to the graph in Figure 12 is larger after zooming, as the latter one had been enlarged.
  • 6.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 13, No. 2, April 2023: 2223-2232 2228 Figure 8. On launch interface Figure 9. Display after icon “Realtime monitoring” was clicked Figure 10. Display after “Past Record” icon was clicked Figure 11. Display after data was entered in specific format and “Submit Date” icon was clicked Figure 14 shows the current data recorded in seconds between 12:00 to 12:00 p.m. on December 26, 2021. The current value starts with zero because at that time the load which is the servo motor has not yet connected to the current sensor. But after a while, the servo motor starts to move periodically, so the current value increase from zero to 0.05 ampere. Any abnormality from the crane can be observed by workers directly from mobile at any time. Figure 15 is useful for long-term analysis for example to predict the maintenance schedule. The figure shows the fuel data in per hour graph view. An ultrasonic sensor was used to predict the fuel level in the crane. The ultrasonic sensor will detect the range by reading the reflection of the signal. The power and temperature data were shown in Figures 16 and 17 subsequently. The power data of a crane will tell the user how long the crane had been operated and should be stopped after a fixed operating time. This action can help to extend the lifespan of the crane and make the maintenance schedule
  • 7. Int J Elec & Comp Eng ISSN: 2088-8708  Crane monitoring system based on internet of things using long range (Ng Wen Jun) 2229 work easier. Besides that, the crane’s temperature is observed for its motor and hydraulic part. If the temperature of the motor keeps increasing, it may cause the system of the crane to fail and stop working normally. Figure 18 shows the weight data in the per hour graph view. In this project, 5 grams of load is being used although the system able to detect up to 5 kg. The weight sensors allow the user to monitor and control the maximum capacity that a crane can lift. Whenever a crane is overloaded, it causes irreversible damage and may cause hazards. The most common case will be the drop of the load or crane is swinging and hard to be controlled. Figure 12. Spinner’s sensor option Figure 13. Zoom in option Figure 14. Current per second graph display Figure 15. Fuel per hour graph display
  • 8.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 13, No. 2, April 2023: 2223-2232 2230 Figure 16. Power per hour graph display Figure 17. Temperature per hour graph display Figure 18. Weight per hour graph display 4. CONCLUSION In this project, a method had been proposed for implementing cranes utilization monitoring system based on IoT using LoRa. By implementing the monitoring system, the crane can be monitored remotely via smartphone. Few modifications can be done in the future, this includes putting some control on the application for controlling the crane such as on and off buttons. This is needed during an emergency, where
  • 9. Int J Elec & Comp Eng ISSN: 2088-8708  Crane monitoring system based on internet of things using long range (Ng Wen Jun) 2231 the user can be divided into many categories such that only the admin user has permission to interrupt the crane activity. Besides that, the LoRa antenna can be changed to a more robust and durable one to suit the heavy engineering outdoor environment. ACKNOWLEDGEMENTS The authors would like to acknowledge the Faculty of Electrical and Electronic Engineering Technology (FTKEE), Universiti Teknikal Malaysia Melaka (UTeM), Malaysia; and those who give energetic and full support in carrying out this research. This work was supported by the Ministry of Higher Education (MoHE) Malaysia through the Fundamental Research Grant Scheme (FRGS) under Grant FRGS/1/2020/TK0/UTEM/03/11. REFERENCES [1] A. R. A. Hamid et al., “Causes of crane accidents at construction sites in Malaysia,” IOP Conference Series: Earth and Environmental Science, vol. 220, Feb. 2019, doi: 10.1088/1755-1315/220/1/012028. [2] F. Kamaruddin, N. N. N. A. Malik, N. A. Murad, N. M. A. Latiff, S. K. S. Yusof, and S. A. Hamzah, “IoT-based intelligent irrigation management and monitoring system using Arduino,” Telecommunication Computing Electronics and Control (TELKOMNIKA), vol. 17, no. 5, Oct. 2019, doi: 10.12928/telkomnika.v17i5.12818. [3] M. Rosmiati, M. F. Rizal, F. Susanti, and G. F. Alfisyahrin, “Air pollution monitoring system using LoRa modul as transceiver system,” Telecommunication Computing Electronics and Control (TELKOMNIKA), vol. 17, no. 2, Apr. 2019, doi: 10.12928/telkomnika.v17i2.11760. [4] M. F. M. Firdhous and B. H. Sudantha, “Cloud, IoT-powered smart weather station for microclimate monitoring,” Indonesian Journal of Electrical Engineering and Computer Science (IJEECS), vol. 17, no. 1, pp. 508–515, Jan. 2020, doi: 10.11591/ijeecs.v17.i1.pp508-515. [5] O. B. M. Magtibay, R. H. Cabrera, J. P. Roxas, and M. A. De Vera, “Green switch: an IoT based energy monitoring system for mabini building in De La Salle Lipa,” Indonesian Journal of Electrical Engineering and Computer Science (IJEECS), vol. 24, no. 2, pp. 754–761, Nov. 2021, doi: 10.11591/ijeecs.v24.i2.pp754-761. [6] A. Hadi and M. Z. Abdullah, “Web and IoT-based hospital location determination with criteria weight analysis,” Bulletin of Electrical Engineering and Informatics (BEEI), vol. 11, no. 1, pp. 386–395, Feb. 2022, doi: 10.11591/eei.v11i1.3214. [7] H. Hudiono, M. Taufik, R. H. Y. Perdana, and A. E. Rakhmania, “Digital centralized water meter using 433 MHz LoRa,” Bulletin of Electrical Engineering and Informatics, vol. 10, no. 4, pp. 2062–2071, Aug. 2021, doi: 10.11591/eei.v10i4.2950. [8] Z. Feng, “Research on water-saving irrigation automatic control system based on internet of things,” in 2011 International Conference on Electric Information and Control Engineering, Apr. 2011, pp. 2541–2544, doi: 10.1109/ICEICE.2011.5778297. [9] F. Idris, N. Hashim, A. F. Kadmin, and L. B. Yee, “Intelligent fire detection and alert system using labVIEW,” International Journal of Electrical and Computer Engineering (IJECE), vol. 9, no. 3, pp. 1842–1849, Jun. 2019, doi: 10.11591/ijece.v9i3.pp1842-1849. [10] N. Hashim, F. Idris, A. F. Kadmin, and S. S. J. Sidek, “Automatic traffic light controller for emergency vehicle using peripheral interface controller,” International Journal of Electrical and Computer Engineering (IJECE), vol. 9, no. 3, pp. 1788–1794, Jun. 2019, doi: 10.11591/ijece.v9i3.pp1788-1794. [11] N. Hashim, M. A. H. A. Razak, and F. Idris, “Home security system using ZigBee,” Jurnal Teknologi, vol. 74, no. 10, Jun. 2015, doi: 10.11113/jt.v74.4830. [12] D. Croce, D. Garlisi, F. Giuliano, A. Lo Valvo, S. Mangione, and I. Tinnirello, “Performance of LoRa for bike-sharing systems,” in 2019 AEIT International Conference of Electrical and Electronic Technologies for Automotive (AEIT AUTOMOTIVE), Jul. 2019, pp. 1–6, doi: 10.23919/EETA.2019.8804519. [13] A. Zourmand, A. L. K. Hing, C. W. Hung, and M. A. Rehman, “Internet of things (IoT) using LoRa technology,” in 2019 IEEE International Conference on Automatic Control and Intelligent Systems (I2CACIS), Jun. 2019, pp. 324–330, doi: 10.1109/I2CACIS.2019.8825008. [14] N. Hashim, F. Idris, T. N. A. T. Ab Aziz, S. H. Johari, R. M. Nor, and N. Ab Wahab, “Location tracking using LoRa,” International Journal of Electrical and Computer Engineering (IJECE), vol. 11, no. 4, pp. 3123–3128, Aug. 2021, doi: 10.11591/ijece.v11i4.pp3123-3128. [15] B.-J. Yoon, K.-S. Lee, and J.-H. Lee, “Study on overturn proof monitoring system of mobile crane,” Applied Sciences, vol. 11, no. 15, Jul. 2021, doi: 10.3390/app11156819. [16] S. Pooladvand, H. Taghaddos, A. Eslami, A. N. Tak, and U. (Rick) Hermann, “Evaluating mobile crane lift operations using an interactive virtual reality system,” Journal of Construction Engineering and Management, vol. 147, no. 11, Nov. 2021, doi: 10.1061/(ASCE)CO.1943-7862.0002177. [17] H.-S. Gwak, H.-C. Lee, B.-Y. Choi, and Y. Mi, “GA-based optimization method for mobile crane repositioning route planning,” Applied Sciences, vol. 11, no. 13, Jun. 2021, doi: 10.3390/app11136010. [18] A. Mousaei, H. Taghaddos, A. N. Tak, S. Behzadipour, and U. Hermann, “Optimized mobile crane path planning in discretized polar space,” Journal of Construction Engineering and Management, vol. 147, no. 5, May 2021, doi: 10.1061/(ASCE)CO.1943- 7862.0002033. [19] L. Tan, H. Xie, G. Xiao, H. Tang, Y. Li, and H. Yang, “Optimization of valve plate applied in secondary unit and noise reduction,” Proceedings of the Institution of Mechanical Engineers, Part C: Journal of Mechanical Engineering Science, vol. 236, no. 2, pp. 763–777, Jan. 2022, doi: 10.1177/0954406221998405. [20] Y. Hou, Z. Liu, and D. Sun, “A novel MAC protocol exploiting concurrent transmissions for massive LoRa connectivity,” Journal of Communications and Networks, vol. 22, no. 2, pp. 108–117, Apr. 2020, doi: 10.1109/JCN.2020.000005. [21] P. Edward, S. Elzeiny, M. Ashour, and T. Elshabrawy, “On the coexistence of LoRa- and interleaved chirp spreading LoRa-based modulations,” in 2019 International Conference on Wireless and Mobile Computing, Networking and Communications (WiMob), Oct. 2019, pp. 1–6, doi: 10.1109/WiMOB.2019.8923211. [22] R. Y. Azhari, E. Firmansyah, and A. Bejo, “Simple protocol design of multi-hop network in LoRa,” in 2019 International Seminar on Research of Information Technology and Intelligent Systems (ISRITI), 2019, doi: 10.1109/isriti48646.2019.9034662.
  • 10.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 13, No. 2, April 2023: 2223-2232 2232 [23] X. Wang, L. Kong, L. He, and G. Chen, “mLoRa: a multi-packet reception protocol in LoRa networks,” in 2019 IEEE 27th International Conference on Network Protocols (ICNP), Oct. 2019, pp. 1–11, doi: 10.1109/ICNP.2019.8888038. [24] A. M. Carmona et al., “A low-cost system for monitoring tower crane productivity cycles combining inertial measurement units, load cells and lora networks,” in Advances in Informatics and Computing in Civil and Construction Engineering, Cham: Springer International Publishing, 2019, pp. 677–684. [25] B. Li, G. Chen, L. Wang, and Z. Hao, “Tower crane remote wireless monitoring system based on modbus/Tcp protocol,” in 2017 IEEE International Conference on Computational Science and Engineering (CSE) and IEEE International Conference on Embedded and Ubiquitous Computing (EUC), Jul. 2017, pp. 187–190, doi: 10.1109/CSE-EUC.2017.217. BIOGRAPHIES OF AUTHORS Ng Wen Jun is a fourth-year computer system student at the Universiti Teknikal Malaysia Melaka (UTeM). His interest includes computer programming and mechatronics. He enjoys playing strategy games, learning, and exploring new things in his free time. He can be contacted at email psplapsap@gmail.com. Norlezah Hashim obtained her first degree in 2006 from the University of Malaya (UM) and her master’s degree from Universiti Teknologi Malaysia (UTM) in 2014. She is currently serving UTEM as a lecturer in the Faculty of Electrical and Electronic Engineering Technology (FTKEE). The pervasiveness of bringing high-speed mobile internet and IoT brings to light her work on 5G and beyond, focusing on Non-Orthogonal Multiple Access (NOMA). Her current publications are also based on wireless communication and LoRa technology. She can be contacted at email: norlezah@utem.edu.my. Fakrulradzi Idris received received the B.Eng. and the M.Eng. Degrees from Universiti Teknologi Malaysia in 2007 and 2008 respectively. He received the Ph.D. degree from The University of Manchester, U.K in 2018. He is a senior lecturer in the Faculty of Electronics and Computer Engineering (FKEKK), Universiti Teknikal Malaysia Melaka (UTeM). His research interests include Device-to-Device (D2D) communications, Non-Orthogonal Multiple Access (NOMA), and 5G networks. He can be contacted at email: fakrulradzi@utem.edu.my. Ida Syafiza received their Ph.D. degree from the University of Leeds, U.K., in 2020, and worked on energy efficient access networks design for healthcare applications. She is currently a Senior Lecturer with Universiti Teknikal Malaysia Melaka (UTeM), Malaysia. She has published several articles in this area. Her research interests include network architecture design, energy efficiency, network optimization, mixed integer linear programming, and pt healthcare systems. She can be contacted at email: idasyafiza@utem.edu.my. Nurbahirah Norddin received her B. Eng degree in Electrical Engineering (Power Electronics and Drives) in 2011 and M. Eng in Electrical Engineering from Universiti Teknikal Malaysia Melaka (UTeM) in 2014. Currently, she is a lecturer at UTeM, and her interest involves high voltage and signal processing. She can be contacted at email: nurbahirah@utem.edu.my.