SlideShare a Scribd company logo
1 of 8
Download to read offline
TELKOMNIKA Telecommunication Computing Electronics and Control
Vol. 21, No. 5, October 2023, pp. 1113~1120
ISSN: 1693-6930, DOI: 10.12928/TELKOMNIKA.v21i5.24712  1113
Journal homepage: http://telkomnika.uad.ac.id
Design and implementation of a LoRa-based system for warning
of forest fire
Tuyen Phong Truong, Quang Thien Tran, Phat Tan Le
Faculty of Electronics and Telecommunications, College of Engineering, Can Tho University, Can Tho City, Viet Nam
Article Info ABSTRACT
Article history:
Received Oct 21, 2022
Revised Apr 25, 2023
Accepted Apr 30, 2023
This paper presents the design and implementation of a forest fire monitoring
and warning system based on long range (LoRa) technology, a novel ultra-low
power consumption and long-range wireless communication technology for
remote sensing applications. The proposed system includes a wireless sensor
network that records environmental parameters such as temperature,
humidity, wind speed, and carbon dioxide (CO2) concentration in the air,
as well as taking infrared photos. The data collected at each sensor node will
be transmitted to the gateway via LoRa wireless transmission. Data will be
collected, processed, and uploaded to a cloud database at the gateway.
An Android smartphone application that allows anyone to easily view the
recorded data has been developed. When a fire is detected, the system will
sound a siren and send a warning message to the responsible personnel,
instructing them to take appropriate action. Experiments in Tram Chim Park,
Vietnam, have been conducted to verify and evaluate the operation of the
system.
Keywords:
Forest fire
Infrared photos
Internet of things
LoRa technology
Wireless sensor networks
This is an open access article under the CC BY-SA license.
Corresponding Author:
Tuyen Phong Truong
Faculty of Electronics and Telecommunications, College of Engineering
Can Tho University, Campus 2, 3/2 Street, Ninh Kieu District, Can Tho City, Viet Nam
Email: tptuyen@ctu.edu.vn
1. INTRODUCTION
Forests are extremely important in the lives of organisms on earth because of the many benefits they
provide, such as keeping the air clean by absorbing carbon dioxide, providing oxygen, preventing soil
erosion, reducing wind force and water flow rate, and so on. However, the forest area is shrinking at an
alarming rate, with 129 million hectares lost between 1990 and 2015 [1]. Forests have been gradually
destroyed for a variety of reasons, including deforestation for agricultural land, logging, forest degradation
caused by climate change, and, most alarmingly, forest fires. Aside from the objective causes of recent forest
fires caused by prolonged hot weather, strong southwesterly winds, and forests with many types of trees
containing flammable essential oils, the subjective cause is to burn the hive to kill the bees and extract the
honey; unintentionally burning vegetation causes the fire to spread into the forest.
Currently, the main method in Vietnam is to use a high guard tower to observe the situation through
military binoculars to detect fire if there is smoke and notify forces to deal with it as soon as possible. However,
because it is primarily based on human factors, it has several limitations, such as limited visibility when
observing in bad weather. Furthermore, it is difficult to monitor the situation at night and can only detect when
the fire is large enough. As a result, it is extremely difficult to maneuver in time to deal with the fire [2], [3].
Many studies on routing algorithms and protocols have been conducted in order to improve the
performance of forest fire sensing networks, which is one approach to reducing the risk and damage caused
by forest fires [4], [5]. Furthermore, numerous recent studies on the development of forest fire monitoring,
 ISSN: 1693-6930
TELKOMNIKA Telecommun Comput El Control, Vol. 21, No. 5, October 2023: 1113-1120
1114
detection, and warning systems using image processing, sensor networks, and IoT technology have been
conducted [6]-[20]. Cloud-edge computing and unmanned aerial vehicle-Internet of Things (UAV-IoT)
networks are also proposed as effective methods for detecting and forecasting wildfire behavior [20]-[22].
Long range (LoRa) communication technology, in particular, with its low power consumption and long
transmission distance, has been studied and applied in a wide range of environmental monitoring and remote
control applications [23]-[27]. Recent research has focused on the use of LoRa wireless sensor networks for
forest fire monitoring, detection, and warning systems [28]-[33]. However, in these projects, only system
design was carried out, with no experiments to evaluate the system’s effectiveness under actual on-site
operating conditions. Besides, the application of artificial intelligence, machine learning, and decision support
systems is being considered as a potential solution for early warning of fire risks as well as contributing to
improving the efficiency of forest management, which is attracting the attention of many scientists [34]-[36].
The goal of this study is to propose a forest fire warning system that allows monitoring in large areas,
particularly areas with high fire risk and a lack of telecommunications infrastructure. The system monitors
environmental parameters such as soil temperature and humidity, wind speed, and CO2 concentration in the air
using wireless sensor network technology. Furthermore, the infrared camera used can capture images of the area
to be monitored both during the day and at night. The system’s wireless network employs a star topology,
allowing direct communication between sensor nodes and the gateway. This not only reduces power
consumption when compared to mesh networks [28], but it also makes it easier to set up and expand the number
of sensor nodes (number of locations to be monitored). The rest of this paper is structured as: section 1
summarizes the current state of forest fires in Vietnam as well as related research on forest fire warning systems.
Section 2 describes the system’s design and implementation steps, including the LoRa wireless sensor
network and an Android application for monitoring forest fires. Section 3 describes the experiments, followed
by section 4 which summarizes and evaluates the results and discusses future development directions.
2. METHOD
This study will design and implement a standard LoRa wireless sensor network consisting of two
sensor nodes using an ESP32-CAM microcontroller to read environmental parameters and take pictures at the
locations to be monitored. A gateway with an ESP32-CAM and a wireless-fidelity (Wi-Fi) connection
collects data from the sensor network and sends it to the cloud storage for firebase. Besides, a smartphone
application was developed that allows the display of the collected data, as can be seen in Figure 1. When the
temperature, humidity, and CO2 concentration of the vegetation exceed the allowable threshold, the siren will
sound and a warning message will be sent those responsible.
Figure 1. The architecture of the system for monitoring fire forest
2.1. Hardware design
In Figure 2, every sensor node collects and processes environmental data before transmitting it to
the gateway via LoRa wireless links. The gateway receives data from all sensor nodes in the network and
uploads it to the database via Wi-Fi. The operational status of the gateway is displayed on an liquid crystal
displays (LCD) for observation easily. The ESP32-CAM is the main control board for the gateway and
sensor node. Since an Internet connection is required to upload data into the database, a Wi-Fi transceiver
function onboard can be used to send data efficiently. In addition, with the built-in camera on the module, the
ESP32-CAM is suitable for capturing infrared images.
TELKOMNIKA Telecommun Comput El Control 
Design and implementation of a LoRa-based system for warning of forest fire (Tuyen Phong Truong)
1115
Every sensor node collects and processes environmental data before transmitting it via LoRa
wireless links to the gateway. The gateway manages the entire wireless network, including receiving data from
all sensor nodes in the network and uploading it to the database via Wi-Fi. The gateway’s operational status is
easily visible on an LCD. The main control boards for the gateway and sensor nodes are the ESP32-CAM
modules, which consist of a low-power 32-bit CPU with a clock speed of up to 160 MHz. Furthermore, the
ESP32-CAM, with a single-chip UXGA (1632×1232) camera and image processor, is suitable for capturing
infrared images in a small-footprint package [33].
The main microcontroller and peripherals are depicted in the block diagram of the gateway.
The microcontroller communicates with the peripherals via the PWM and SPI communication standards to
collect data from the wind speed sensor and receive data from the sensor nodes. The sensor MH-Z19b and
the sensor SHT20 are used to measure the CO2 concentration in the air and the temperature and humidity of
the soil, respectively. The sensor node block diagram is similar to the gateway block diagram, with the
exception that it has a low-voltage complementary metal-oxide-semiconductor (CMOS) image sensor for
taking infrared images but no wind speed sensors. The power supply circuit design includes two voltage
levels, 5 V, and 3.3 V, to provide adequate power to the circuit’s various components. Photographs of the
gateway and sensor node are shown in Figure 3 and Figure 4, respectively.
Figure 2. The general block diagram describes the basic components and communication between the root
node and the sensor node
Figure 3. The electronic circuit of the gateway Figure 4. A sensor node’s circuit is placed in an IP65
plastic box
2.2. Software development
Figure 5 describes the program execution at the gateway of the proposed wireless sensor network.
The program begins by initializing the program variables, operating the LoRa transmission module, and
communicating with the wind speed sensor and the firebase database. After the system has been initialized,
the gateway begins its data collection and alerting process by sending a data request to the first sensor node
and waiting for a response. If there is still no response from the sensor node after the predetermined waiting
time, the gateway will skip and move on to collect data at the next sensor node. In contrast, the gateway
receives and processes the received data. If the received temperature value exceeds the allowable threshold
(for example, more than 40 °C), the buzzer will sound and the sensor button information will be displayed on
the LCD. Otherwise, data will be collected at the next sensor node. The gateway will read the wind speed
value from the sensor after collecting data from all nodes in the network, then pack and upload all of the data
to the cloud database. Thus, the recorded wind speed value is regarded as representative of the entire area
where the forest fire monitoring sensor network is deployed. The gateway program is set up to repeat the
above-mentioned data collection and alarm process.
 ISSN: 1693-6930
TELKOMNIKA Telecommun Comput El Control, Vol. 21, No. 5, October 2023: 1113-1120
1116
The photos were taken at the sensor nodes using the OV2640 sensor, which is a low-voltage CMOS
image sensor that provides the full functionality of a single-chip UXGA (1632×1232) camera and image
processor. Although the image is captured and saved at the sensor node every 3 minutes, it is only sent to the
gateway upon request. The image-sending process is shown in the flowchart (see Figure 6). Sending the image
size will be sent first. For example, in the experiments, the size of the image data to be sent is 200 bytes. Then
the image data will be sent, one after another, until the end. If the gateway receives image data equal to the
image size, the image is considered to be successfully sent. This image will be stored temporarily in the
gateway’s memory before being uploaded to the image database.
Figure 5. Flow chart of the program at the gateway
Figure 6. Flow chart of the program for receiving an infrared image
3. RESULTS AND DISCUSSION
After being designed and implemented, the system is tested for operation and corrected for measured
values in the laboratory before being installed at the experimental site. Tram Chim National Park, which covers
7600 hectares and is located in Tam Nong District, Dong Thap Province, Vietnam, requires better fire
management to preserve its ecosystem [37]. Figure 7 to Figure 9 are some pictures taken during the experiment
in Tram Chim Park. In the forest area to be monitored, the sensor network consists of two sensor nodes and
a gateway. It should be noted that the condition sensor at the gateway measures the actual wind speed in the
experimental area. Environmental data such as temperature, soil moisture, CO2 concentration, and images are
collected from sensor nodes within a 2 kilometer radius of the gateway. The sensor nodes are located about 80 cm
above ground, and the gateway is located 12 meters up on the watchtower. It is possible to ensure stable data
transmission in the presence of many trees and obstacles using such a configuration.
TELKOMNIKA Telecommun Comput El Control 
Design and implementation of a LoRa-based system for warning of forest fire (Tuyen Phong Truong)
1117
The results of the experiments show that images taken in well-lit conditions (Figure 10(a)) produce
clear images. However, in low-light photos (Figure 10(b)), image details are barely visible. However, with
the above image data, it has ensured that the requirements of observing the area to be protected are met, such
as providing information on the illegal entry of strangers or early detection of forest fires.
Figure 11 and Figure 12 depict a developed Android application that allows the monitoring of
environmental parameter values recorded by sensor nodes. The application will present the value of the
parameters recorded over time after the gateway saves to the cloud database in the form of visual graphs to help
users easily observe. Furthermore, this application includes a tool for quickly and effectively searching and
viewing captured photos for management. The gateway in the above design must be located in a location where
Internet connection services can be accessed, whereas the sensor nodes of the LoRa wireless sensor network can
be deployed at any location in the forest where forest fires must be prevented and monitored. The experiment
was carried out in a densely forested area, for the longest data transmission distance of about 500 meters in dry
weather, with the transmitting antenna 1.5 meters and the receiving antenna about 10 meters above ground,
corresponding to the configuration SF12, bandwidth 125 kHz, and output power +20 dBm. When it rains,
the transmission distance is significant reduced to about 250 meters.
Figure 7. A photograph of the sensor node in the
experiment
Figure 8. Setting up a sensor node for capturing
environment values
Figure 9. In the experimental area, the gateway circuit is equipped with a wind speed sensor
(a) (b)
Figure 10. The images were captured by the OV2640 camera: (a) in well-lit conditions during the day and
(b) in low-light conditions at night
 ISSN: 1693-6930
TELKOMNIKA Telecommun Comput El Control, Vol. 21, No. 5, October 2023: 1113-1120
1118
Figure 11. A snapshot of the Android application for monitoring forest fire risk
Figure 12. Charts of environmental values in an experiment
4. CONCLUSION
This article describes the steps involved in designing and implementing a wireless sensor network
based on LoRa technology for monitoring and warning of forest fires. It is proposed in this project to detect
forest fires by using sensors to record environmental parameters (temperature, humidity, CO2, and wind
speed) and take infrared images at the monitoring location. The system is compact in size and low in
deployment and operation costs to aid in the continuous monitoring of important environmental parameters
for the timely detection and warning of forest fires. When no fire is detected, the camera takes a picture and
saves it to the memory card. If a fire is detected, the sensor node will capture and send an image to the gateway.
Furthermore, the system employs LoRa technology, innovative ultra-low power consumption, and long-range
communication technology, in the establishment of wireless sensor networks. Consequently, it enables efficient
monitoring in large areas, including remote areas without telecommunications infrastructure. This not only
allows for real-time detection of fires and lowers power consumption, but it also provides accurate information
to aid in determining the extent of the fire, the direction of fire spread, and the cause of the fire, contributing to
improved forest management efficiency. Some experiments have yielded positive results, providing an incentive
for further improvements and deployment in many areas with high forest fire risk.
ACKNOWLEDGEMENTS
The authors would like to thank Can Tho University, Vietnam for funding publication fees.
REFERENCES
[1] Food and Agriculture Organization of the United Nations, Global Forest Resources Assessment 2015: How are the world’s forests
changing?, Rome, Italia, 2016, 2nd ed. Online. [Available]: https://www.fao.org/3/i4793e/i4793e.pdf
[2] H. P. Nguyen, “Ecological tourism in Tram Chim national park: potential, opportunity and challenge,” Geology, Ecology, and
Landscapes, vol. 6, no. 1, pp. 14-23, 2022, doi: 10.1080/24749508.2020.1742501.
[3] N. T. K. Dung, B. K. Veettil, D. Q. Bao, and T. Tran, “Environmental management in Ramsar designated wetland areas in
Vietnam: studies from U Minh Thuong and Tram Chim national parks (Mekong Delta),” Environmental Monitoring and
Assessment, vol. 194, no. 777, 2022, doi: 10.1007/s10661-022-10178-6.
[4] S. Bharany et al., “Wildfire monitoring based on energy efficient clustering approach for FANETS,” Drones, vol. 6, no. 8, 2022,
doi: 10.3390/drones6080193.
TELKOMNIKA Telecommun Comput El Control 
Design and implementation of a LoRa-based system for warning of forest fire (Tuyen Phong Truong)
1119
[5] N. Moussa, S. K. -Kallel, and A. E. B. E. Alaoui, “Fog-assisted hierarchical data routing strategy for IoT-enabled WSN: Forest
fire detection,” Peer-to-Peer Networking and Applications, vol. 15, pp. 2307–2325, 2022, doi: 10.1007/s12083-022-01347-y.
[6] S. Pareek, S. Shrivastava, S. Jhala, J. A. Siddiqui, and S. Patidar, “IoT and image processing based forest monitoring and
counteracting system,” 4th International Conference on Trends in Electronics and Informatics (ICOEI 2020), 2020,
pp. 1024-1027, doi: 10.1109/ICOEI48184.2020.9142996.
[7] A. Tehseen, N. A. Zafar, T. Ali, F. Jameel, and E. H. Alkhammash, “Formal modeling of IoT and drone‐based forest fire
detection and counteraction system,” Electronics, vol. 11, no. 1, 2022, doi: 10.3390/electronics11010128.
[8] H. Singh, A. Shukla, and S. Kumar, “IoT based forest fire detection system in cloud paradigm,” IOP Conference Series:
Materials Science and Engineering, 2021, vol. 1022, doi: 10.1088/1757-899X/1022/1/012068.
[9] N. Varela, D. -M. Jorge L, A. Ospino, and N. A. L. Zelaya, “Wireless sensor network for forest fire detection,” Procedia
Computer Science, vol. 175, pp. 435-440, 2020, doi: 10.1016/j.procs.2020.07.061.
[10] E. A. Kadir, H. Irie, S. L. Rosa, and M. Othman, “Modelling of wireless sensor networks for detection land and forest fire
hotspot,” TELKOMNIKA (Telecommunication Computing Electronics and Control), vol. 17, no. 6, pp. 2772–2781, 2019,
doi: 10.12928/TELKOMNIKA.v17i6.12971.
[11] J. K. Park, and J. Kim, “Smart fire monitoring system with remote control using ZigBee network,” Indonesian Journal of
Electrical Engineering and Computer Science (IJEECS), vol. 21, no. 2, pp. 1132–1139, 2021,
doi: 10.11591/ijeecs.v21.i2.pp1132-1139.
[12] G. Gaspar et al., “IoT‐Ready Temperature Probe for Smart Monitoring of Forest Roads,” Applied Sciences, vol. 12, no. 2, 2022,
doi: 10.3390/app12020743.
[13] R. J. K. Haryo, B. Artono, H. N. K. Ningrum, K. M. Habsari, and I. M. Rahma, “Forest fire detector and fire fighting monitoring
system using solar cell based internet of things (IoT),” Telematika, vol. 15, no. 1, pp. 23-26, 2022,
doi: 10.35671/telematika.v15i1.1303.
[14] B. Kizilkaya, E. Ever, H. Y. Yatbaz, and A. Yazici, “An effective forest fire detection framework using heterogeneous wireless
multimedia sensor networks,” ACM Transactions on Multimedia Computing, Communications, and Applications, vol. 18, no. 2,
pp. 1-21, 2022, doi: 10.1145/3473037.
[15] K. Mehta, S. Sharma, and D. Mishra, “Internet-of-things enabled forest fire detection system,” 2021 Fifth International Conference on
I-SMAC (IoT in Social, Mobile, Analytics and Cloud) (I-SMAC), 2021, pp. 20-23, doi: 10.1109/I-SMAC52330.2021.9640900.
[16] S. Ishitha, S. Nagaraju, H. A. Mohan, M. Harshitha, G. R. Gowda, and Jeevan N., “IoT based Anti-poaching and Fire Alarm
System for Forest,” 2021 IEEE Mysore Sub Section International Conference (MysuruCon), 2021, pp. 711-715,
doi: 10.1109/MysuruCon52639.2021.9641539.
[17] A. Ghimire, S. Shrestha, and H. Otrok, “A crowd-based efficient fault-proof localization system for IoT and MCS,” in IEEE
Access, vol. 9, pp. 62810-62819, 2021, doi: 10.1109/ACCESS.2021.3074249.
[18] M. R. Nosouhi, K. Sood, N. Kumar, T. Wevill, and C. Thapa, “Bushfire risk detection using internet of things: an application
scenario,” IEEE Internet of Things Journal, vol. 9, no. 7, pp. 5266-5274, 2022, doi: 10.1109/JIOT.2021.3110256.
[19] N. Ghosh, B. Kumar, T. Biswas, S. Patnaik, and R. Paul, “IoT fog based framework to predict forest fire,” in 2021 Smart City
Challenges & Outcomes for Urban Transformation (SCOUT), 2021, pp. 256-259, doi: 10.1109/SCOUT54618.2021.00061.
[20] O. M. Bushnaq, A. Chaaban, and T. Y. Al-Naffouri, “The role of UAV-IoT networks in future wildfire detection,” IEEE Internet
of Things Journal, vol. 8, no. 23, pp. 16984-16999, 2021, doi: 10.1109/JIOT.2021.3077593.
[21] S. Mao, S. He, and J. Wu, “Joint UAV position optimization and resource scheduling in space-air-ground integrated networks
with mixed cloud-edge computing,” IEEE Systems Journal, vol. 15, no. 3, pp. 3992-4002, 2021,
doi: 10.1109/JSYST.2020.3041706.
[22] A. S. Mahdi and S. A. Mahmood, “An edge computing environment for early wildfire detection,” Annals of Emerging
Technologies in Computing (AETiC), vol. 6, no. 3, pp. 56–68, 2022, doi: 10.33166/AETiC.2022.03.005.
[23] N. Hashim, F. Idris, T. N. A. T. A. Aziz, S. H. Johari, R. M. Nor, and N. A. Wahab, “Location tracking using LoRa,”
International Journal of Electrical and Computer Engineering (IJECE), vol. 11, no. 4, pp. 3123–3128, 2021,
doi: 10.11591/ijece.v11i4.pp3123-3128.
[24] C. L. Narayana, R. Singh, and A. Gehlot, “Performance evaluation of LoRa based sensor node and gateway architecture for oil
pipeline management,” International Journal of Electrical and Computer Engineering (IJECE), vol. 12, no. 1, pp. 974–982, 2022,
doi: 10.11591/ijece.v12i1.pp974-982.
[25] V. -P. Hoang, M. -H. Nguyen, T. Q. Do, D. -N. Le, and D. D. Bui, “A long range, energy efficient internet of things based drought
monitoring system,” International Journal of Electrical and Computer Engineering (IJECE), vol. 10, no. 2, pp. 1278–1287, 2020,
doi: 10.11591/ijece.v10i2.pp1278-1287.
[26] M. Rosmiati, M. F. Rizal, F. Susanti, and G. F. Alfisyahrin, “Air pollution monitoring system using LoRa modul as transceiver
system,” TELKOMNIKA (Telecommunication Computing Electronics and Control), vol. 17, no. 2, pp. 586–592, 2019,
doi: 10.12928/TELKOMNIKA.V17I2.11760.
[27] Adnan, A. E. U. Salam, A. Arifin, and M. Rizal, “Forest fire detection using LoRa wireless mesh topology,” in 2018 2nd East
Indonesia Conference on Computer and Information Technology (EIConCIT), 2018, pp. 184-187,
doi: 10.1109/EIConCIT.2018.8878488.
[28] R. Prasanna K., J. M. Mathana, T. A. Ramya, and R. Nirmala, “LoRa network based high performance forest fire detection
system,” Material Today: Proceedings, 2023, vol. 80, no. 3, pp. 1951-1955, doi: 10.1016/j.matpr.2021.05.656.
[29] Y. Apriani, W. A. Oktaviani, and I. M. Sofian, “Design and implementation of LoRa-based forest fire monitoring system,”
Journal of Robotics and Control (JRC), vol. 3, no. 3, pp. 236–243, 2022, doi: 10.18196/jrc.v3i3.14128.
[30] N. C. Gaitan and P. Hojbota, “Forest fire detection system using LoRa technology,” International Journal of Advanced Computer
Science and Applications (IJACSA), vol. 11, no. 5, pp. 18–21, 2020. [Online]. Available:
https://thesai.org/Downloads/Volume11No5/Paper_3-Forest_Fire_Detection_System.pdf
[31] S. Sendra, L. García, J. Lloret, I. Bosch, and R. V. -Rodríguez, “LoRaWAN network for fire monitoring in rural environments,”
Electronics, vol. 9, no. 3, 2020, doi: 10.3390/electronics9030531.
[32] U. Dampage, L. Bandaranayake, R. Wanasinghe, K. Kottahachchi, and B. Jayasanka, “Forest fire detection system using wireless
sensor networks and machine learning, “ Scientific Reports, vol. 12, no. 46, 2022, doi: 10.1038/s41598-021-03882-9.
[33] W. Benzekri, A. E. Moussati, O. Moussaoui, and M. Berrajaa, “Early forest fire detection system using wireless sensor network
and deep learning,” International Journal of Advanced Computer Science and Applications (IJACSA), vol. 11, no. 5, pp. 496-503,
2020, doi: 10.14569/IJACSA.2020.0110564.
[34] S. Verma, S. Kaur, D. B. Rawat, C. Xi, L.T. Alex, and N. Z. Jhanjhi, “Intelligent framework using IoT-based WSNs for wildfire
detection,” IEEE Access, vol. 9, pp. 48185-48196, 2021, doi: 10.1109/ACCESS.2021.3060549.
 ISSN: 1693-6930
TELKOMNIKA Telecommun Comput El Control, Vol. 21, No. 5, October 2023: 1113-1120
1120
[35] J. S. Almeida, C. Huang, F. G. Nogueira, S. Bhatia, and V. H. C. D. Albuquerque, “EdgeFireSmoke: a novel lightweight CNN
model for real-time video fire–smoke detection,” IEEE Transactions on Industrial Informatics, vol. 18, no. 11, pp. 7889-7898,
2022, doi: 10.1109/TII.2021.3138752.
[36] V. K. Singh, C. Singh, and H. Raza, “Event classification and intensity discrimination for forest fire inference With IoT,” in IEEE
Sensors Journal, vol. 22, no. 9, pp. 8869-8880, 2022, doi: 10.1109/JSEN.2022.3163155.
[37] Y. Y. Jie, H. H. Loc, Y. L. Poh, T. V. -Thanh, and E. Park, “Socio-geographical evaluation of ecosystem services in an
ecotourism destination: PGIS application in Tram Chim National Park, Vietnam,” Journal of Environmental Management,
vol. 291, 2021, doi: 10.1016/j.jenvman.2021.112656.
BIOGRAPHY OF AUTHORS
Tuyen Phong Truong was born in Bac Lieu Province, Vietnam. He received the
Bachelor of Engineering degree in electronic engineering from Can Tho University, Vietnam
in 2003. He obtained the MSc degree in electronic engineering, micro-nanoelectronics major
from University of Science, HCMC, Vietnam. He got the Ph.D. degree in Computer Science –
Wireless Sensor Networks at Lab-STICC/UBO, CNRS UMR 6285, University of Brest,
France, in 2018. He is a lecturer in the College of Engineering, Can Tho University (CTU),
Vietnam. His research interests include embedded systems, cyber-physical systems (CPS),
parallel and distributed algorithms, modeling and simulation of physical phenomena based on
cellular automata, long-range communications in wireless sensor networks, especially focusing
on LoRa technology. He can be contacted: tptuyen@ctu.edu.vn, tptuyen@gmail.com.
Quang Thien Tran was born in An Giang, Vietnam. He graduated from Can Tho
University in 2019 with a Bachelor in Computer Engineering. His research interests include
embedded systems for internet of things, wireless sensor networks, and image processing.
Currently, he is working as an IT engineer for Jollibee Company, Vietnam. He can be
contacted: quangb1609668@student.ctu.edu.vn, quang.tran.ktmt@gmail.com.
Phat Tan Le graduated in Computer Engineering from Can Tho University in
2019. Currently, he is working as a firmware engineer at My Lan Group, Tra Vinh, Vietnam.
His research interests include embedded systems, wireless networks, and IoT applications. He
can be contacted: phatb1609663@student.ctu.edu.vn, phat.le.ktmt@gmail.com.

More Related Content

Similar to Design and implementation of a LoRa-based system for warning of forest fire

Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Coal Mine Ventilator Smart Monitoring System
Coal Mine Ventilator Smart Monitoring SystemCoal Mine Ventilator Smart Monitoring System
Coal Mine Ventilator Smart Monitoring SystemIJMTST Journal
 
WSN nodes power consumption using multihop routing protocol for illegal cutti...
WSN nodes power consumption using multihop routing protocol for illegal cutti...WSN nodes power consumption using multihop routing protocol for illegal cutti...
WSN nodes power consumption using multihop routing protocol for illegal cutti...TELKOMNIKA JOURNAL
 
IRJET - Forest Fire Detection, Prevention and Response System using IoT
IRJET - Forest Fire Detection, Prevention and Response System using IoTIRJET - Forest Fire Detection, Prevention and Response System using IoT
IRJET - Forest Fire Detection, Prevention and Response System using IoTIRJET Journal
 
Design and Implementation of Smart Environmental Air Pollution Monitoring Sys...
Design and Implementation of Smart Environmental Air Pollution Monitoring Sys...Design and Implementation of Smart Environmental Air Pollution Monitoring Sys...
Design and Implementation of Smart Environmental Air Pollution Monitoring Sys...BRNSSPublicationHubI
 
Sub-1 GHz Wireless Nodes Performance Evaluation for Intelligent Greenhouse Sy...
Sub-1 GHz Wireless Nodes Performance Evaluation for Intelligent Greenhouse Sy...Sub-1 GHz Wireless Nodes Performance Evaluation for Intelligent Greenhouse Sy...
Sub-1 GHz Wireless Nodes Performance Evaluation for Intelligent Greenhouse Sy...TELKOMNIKA JOURNAL
 
A long range, energy efficient Internet of Things based drought monitoring sy...
A long range, energy efficient Internet of Things based drought monitoring sy...A long range, energy efficient Internet of Things based drought monitoring sy...
A long range, energy efficient Internet of Things based drought monitoring sy...IJECEIAES
 
Intelligent fire detection and alert system using labVIEW
Intelligent fire detection and alert system using labVIEWIntelligent fire detection and alert system using labVIEW
Intelligent fire detection and alert system using labVIEWIJECEIAES
 
Development of a Wireless Sensors Network for Greenhouse Monitoring and Control
Development of a Wireless Sensors Network for Greenhouse Monitoring and ControlDevelopment of a Wireless Sensors Network for Greenhouse Monitoring and Control
Development of a Wireless Sensors Network for Greenhouse Monitoring and Controlijeei-iaes
 
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
 
Remote Monitoring of Crop Field Using Wireless Sensor Network
Remote Monitoring of Crop Field Using Wireless Sensor NetworkRemote Monitoring of Crop Field Using Wireless Sensor Network
Remote Monitoring of Crop Field Using Wireless Sensor NetworkIJMER
 
Air pollution monitoring system using LoRa modul as transceiver system
Air pollution monitoring system using LoRa modul as transceiver systemAir pollution monitoring system using LoRa modul as transceiver system
Air pollution monitoring system using LoRa modul as transceiver systemTELKOMNIKA JOURNAL
 
Earlier Detection of Forest Fire Using IoT
Earlier Detection of Forest Fire Using IoTEarlier Detection of Forest Fire Using IoT
Earlier Detection of Forest Fire Using IoTIRJET Journal
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)inventionjournals
 
Remote Monitoring System for Communication Base Based on Short Message
Remote Monitoring System for Communication Base Based on Short MessageRemote Monitoring System for Communication Base Based on Short Message
Remote Monitoring System for Communication Base Based on Short MessageNooria Sukmaningtyas
 
IRJET- Wireless Health Monitoring System in Mine Areas using NRF24L01
IRJET-  	  Wireless Health Monitoring System in Mine Areas using NRF24L01IRJET-  	  Wireless Health Monitoring System in Mine Areas using NRF24L01
IRJET- Wireless Health Monitoring System in Mine Areas using NRF24L01IRJET Journal
 
Single electron transistor technology based on chip implementation of smoke d...
Single electron transistor technology based on chip implementation of smoke d...Single electron transistor technology based on chip implementation of smoke d...
Single electron transistor technology based on chip implementation of smoke d...eSAT Publishing House
 
Online monitoring of greenhouse gases leakage by using gsm
Online monitoring of greenhouse gases leakage by using gsmOnline monitoring of greenhouse gases leakage by using gsm
Online monitoring of greenhouse gases leakage by using gsmIAEME Publication
 
Harmful Gases Profiling in Meru Menora Tunnel using SICK Sensor
Harmful Gases Profiling in Meru Menora Tunnel using SICK SensorHarmful Gases Profiling in Meru Menora Tunnel using SICK Sensor
Harmful Gases Profiling in Meru Menora Tunnel using SICK SensorTELKOMNIKA JOURNAL
 
Coalmine safety system with zigbee specification
Coalmine safety system with zigbee specificationCoalmine safety system with zigbee specification
Coalmine safety system with zigbee specificationIAEME Publication
 

Similar to Design and implementation of a LoRa-based system for warning of forest fire (20)

Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coal Mine Ventilator Smart Monitoring System
Coal Mine Ventilator Smart Monitoring SystemCoal Mine Ventilator Smart Monitoring System
Coal Mine Ventilator Smart Monitoring System
 
WSN nodes power consumption using multihop routing protocol for illegal cutti...
WSN nodes power consumption using multihop routing protocol for illegal cutti...WSN nodes power consumption using multihop routing protocol for illegal cutti...
WSN nodes power consumption using multihop routing protocol for illegal cutti...
 
IRJET - Forest Fire Detection, Prevention and Response System using IoT
IRJET - Forest Fire Detection, Prevention and Response System using IoTIRJET - Forest Fire Detection, Prevention and Response System using IoT
IRJET - Forest Fire Detection, Prevention and Response System using IoT
 
Design and Implementation of Smart Environmental Air Pollution Monitoring Sys...
Design and Implementation of Smart Environmental Air Pollution Monitoring Sys...Design and Implementation of Smart Environmental Air Pollution Monitoring Sys...
Design and Implementation of Smart Environmental Air Pollution Monitoring Sys...
 
Sub-1 GHz Wireless Nodes Performance Evaluation for Intelligent Greenhouse Sy...
Sub-1 GHz Wireless Nodes Performance Evaluation for Intelligent Greenhouse Sy...Sub-1 GHz Wireless Nodes Performance Evaluation for Intelligent Greenhouse Sy...
Sub-1 GHz Wireless Nodes Performance Evaluation for Intelligent Greenhouse Sy...
 
A long range, energy efficient Internet of Things based drought monitoring sy...
A long range, energy efficient Internet of Things based drought monitoring sy...A long range, energy efficient Internet of Things based drought monitoring sy...
A long range, energy efficient Internet of Things based drought monitoring sy...
 
Intelligent fire detection and alert system using labVIEW
Intelligent fire detection and alert system using labVIEWIntelligent fire detection and alert system using labVIEW
Intelligent fire detection and alert system using labVIEW
 
Development of a Wireless Sensors Network for Greenhouse Monitoring and Control
Development of a Wireless Sensors Network for Greenhouse Monitoring and ControlDevelopment of a Wireless Sensors Network for Greenhouse Monitoring and Control
Development of a Wireless Sensors Network for Greenhouse Monitoring and Control
 
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
 
Remote Monitoring of Crop Field Using Wireless Sensor Network
Remote Monitoring of Crop Field Using Wireless Sensor NetworkRemote Monitoring of Crop Field Using Wireless Sensor Network
Remote Monitoring of Crop Field Using Wireless Sensor Network
 
Air pollution monitoring system using LoRa modul as transceiver system
Air pollution monitoring system using LoRa modul as transceiver systemAir pollution monitoring system using LoRa modul as transceiver system
Air pollution monitoring system using LoRa modul as transceiver system
 
Earlier Detection of Forest Fire Using IoT
Earlier Detection of Forest Fire Using IoTEarlier Detection of Forest Fire Using IoT
Earlier Detection of Forest Fire Using IoT
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
Remote Monitoring System for Communication Base Based on Short Message
Remote Monitoring System for Communication Base Based on Short MessageRemote Monitoring System for Communication Base Based on Short Message
Remote Monitoring System for Communication Base Based on Short Message
 
IRJET- Wireless Health Monitoring System in Mine Areas using NRF24L01
IRJET-  	  Wireless Health Monitoring System in Mine Areas using NRF24L01IRJET-  	  Wireless Health Monitoring System in Mine Areas using NRF24L01
IRJET- Wireless Health Monitoring System in Mine Areas using NRF24L01
 
Single electron transistor technology based on chip implementation of smoke d...
Single electron transistor technology based on chip implementation of smoke d...Single electron transistor technology based on chip implementation of smoke d...
Single electron transistor technology based on chip implementation of smoke d...
 
Online monitoring of greenhouse gases leakage by using gsm
Online monitoring of greenhouse gases leakage by using gsmOnline monitoring of greenhouse gases leakage by using gsm
Online monitoring of greenhouse gases leakage by using gsm
 
Harmful Gases Profiling in Meru Menora Tunnel using SICK Sensor
Harmful Gases Profiling in Meru Menora Tunnel using SICK SensorHarmful Gases Profiling in Meru Menora Tunnel using SICK Sensor
Harmful Gases Profiling in Meru Menora Tunnel using SICK Sensor
 
Coalmine safety system with zigbee specification
Coalmine safety system with zigbee specificationCoalmine safety system with zigbee specification
Coalmine safety system with zigbee specification
 

More from TELKOMNIKA JOURNAL

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

More from TELKOMNIKA JOURNAL (20)

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

Recently uploaded

Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdfKamal Acharya
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Ramkumar k
 
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...vershagrag
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.Kamal Acharya
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptxJIT KUMAR GUPTA
 
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...jabtakhaidam7
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Call Girls Mumbai
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaOmar Fathy
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxkalpana413121
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxSCMS School of Architecture
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdfAldoGarca30
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationBhangaleSonal
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdfKamal Acharya
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...drmkjayanthikannan
 

Recently uploaded (20)

Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)
 
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptx
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
 

Design and implementation of a LoRa-based system for warning of forest fire

  • 1. TELKOMNIKA Telecommunication Computing Electronics and Control Vol. 21, No. 5, October 2023, pp. 1113~1120 ISSN: 1693-6930, DOI: 10.12928/TELKOMNIKA.v21i5.24712  1113 Journal homepage: http://telkomnika.uad.ac.id Design and implementation of a LoRa-based system for warning of forest fire Tuyen Phong Truong, Quang Thien Tran, Phat Tan Le Faculty of Electronics and Telecommunications, College of Engineering, Can Tho University, Can Tho City, Viet Nam Article Info ABSTRACT Article history: Received Oct 21, 2022 Revised Apr 25, 2023 Accepted Apr 30, 2023 This paper presents the design and implementation of a forest fire monitoring and warning system based on long range (LoRa) technology, a novel ultra-low power consumption and long-range wireless communication technology for remote sensing applications. The proposed system includes a wireless sensor network that records environmental parameters such as temperature, humidity, wind speed, and carbon dioxide (CO2) concentration in the air, as well as taking infrared photos. The data collected at each sensor node will be transmitted to the gateway via LoRa wireless transmission. Data will be collected, processed, and uploaded to a cloud database at the gateway. An Android smartphone application that allows anyone to easily view the recorded data has been developed. When a fire is detected, the system will sound a siren and send a warning message to the responsible personnel, instructing them to take appropriate action. Experiments in Tram Chim Park, Vietnam, have been conducted to verify and evaluate the operation of the system. Keywords: Forest fire Infrared photos Internet of things LoRa technology Wireless sensor networks This is an open access article under the CC BY-SA license. Corresponding Author: Tuyen Phong Truong Faculty of Electronics and Telecommunications, College of Engineering Can Tho University, Campus 2, 3/2 Street, Ninh Kieu District, Can Tho City, Viet Nam Email: tptuyen@ctu.edu.vn 1. INTRODUCTION Forests are extremely important in the lives of organisms on earth because of the many benefits they provide, such as keeping the air clean by absorbing carbon dioxide, providing oxygen, preventing soil erosion, reducing wind force and water flow rate, and so on. However, the forest area is shrinking at an alarming rate, with 129 million hectares lost between 1990 and 2015 [1]. Forests have been gradually destroyed for a variety of reasons, including deforestation for agricultural land, logging, forest degradation caused by climate change, and, most alarmingly, forest fires. Aside from the objective causes of recent forest fires caused by prolonged hot weather, strong southwesterly winds, and forests with many types of trees containing flammable essential oils, the subjective cause is to burn the hive to kill the bees and extract the honey; unintentionally burning vegetation causes the fire to spread into the forest. Currently, the main method in Vietnam is to use a high guard tower to observe the situation through military binoculars to detect fire if there is smoke and notify forces to deal with it as soon as possible. However, because it is primarily based on human factors, it has several limitations, such as limited visibility when observing in bad weather. Furthermore, it is difficult to monitor the situation at night and can only detect when the fire is large enough. As a result, it is extremely difficult to maneuver in time to deal with the fire [2], [3]. Many studies on routing algorithms and protocols have been conducted in order to improve the performance of forest fire sensing networks, which is one approach to reducing the risk and damage caused by forest fires [4], [5]. Furthermore, numerous recent studies on the development of forest fire monitoring,
  • 2.  ISSN: 1693-6930 TELKOMNIKA Telecommun Comput El Control, Vol. 21, No. 5, October 2023: 1113-1120 1114 detection, and warning systems using image processing, sensor networks, and IoT technology have been conducted [6]-[20]. Cloud-edge computing and unmanned aerial vehicle-Internet of Things (UAV-IoT) networks are also proposed as effective methods for detecting and forecasting wildfire behavior [20]-[22]. Long range (LoRa) communication technology, in particular, with its low power consumption and long transmission distance, has been studied and applied in a wide range of environmental monitoring and remote control applications [23]-[27]. Recent research has focused on the use of LoRa wireless sensor networks for forest fire monitoring, detection, and warning systems [28]-[33]. However, in these projects, only system design was carried out, with no experiments to evaluate the system’s effectiveness under actual on-site operating conditions. Besides, the application of artificial intelligence, machine learning, and decision support systems is being considered as a potential solution for early warning of fire risks as well as contributing to improving the efficiency of forest management, which is attracting the attention of many scientists [34]-[36]. The goal of this study is to propose a forest fire warning system that allows monitoring in large areas, particularly areas with high fire risk and a lack of telecommunications infrastructure. The system monitors environmental parameters such as soil temperature and humidity, wind speed, and CO2 concentration in the air using wireless sensor network technology. Furthermore, the infrared camera used can capture images of the area to be monitored both during the day and at night. The system’s wireless network employs a star topology, allowing direct communication between sensor nodes and the gateway. This not only reduces power consumption when compared to mesh networks [28], but it also makes it easier to set up and expand the number of sensor nodes (number of locations to be monitored). The rest of this paper is structured as: section 1 summarizes the current state of forest fires in Vietnam as well as related research on forest fire warning systems. Section 2 describes the system’s design and implementation steps, including the LoRa wireless sensor network and an Android application for monitoring forest fires. Section 3 describes the experiments, followed by section 4 which summarizes and evaluates the results and discusses future development directions. 2. METHOD This study will design and implement a standard LoRa wireless sensor network consisting of two sensor nodes using an ESP32-CAM microcontroller to read environmental parameters and take pictures at the locations to be monitored. A gateway with an ESP32-CAM and a wireless-fidelity (Wi-Fi) connection collects data from the sensor network and sends it to the cloud storage for firebase. Besides, a smartphone application was developed that allows the display of the collected data, as can be seen in Figure 1. When the temperature, humidity, and CO2 concentration of the vegetation exceed the allowable threshold, the siren will sound and a warning message will be sent those responsible. Figure 1. The architecture of the system for monitoring fire forest 2.1. Hardware design In Figure 2, every sensor node collects and processes environmental data before transmitting it to the gateway via LoRa wireless links. The gateway receives data from all sensor nodes in the network and uploads it to the database via Wi-Fi. The operational status of the gateway is displayed on an liquid crystal displays (LCD) for observation easily. The ESP32-CAM is the main control board for the gateway and sensor node. Since an Internet connection is required to upload data into the database, a Wi-Fi transceiver function onboard can be used to send data efficiently. In addition, with the built-in camera on the module, the ESP32-CAM is suitable for capturing infrared images.
  • 3. TELKOMNIKA Telecommun Comput El Control  Design and implementation of a LoRa-based system for warning of forest fire (Tuyen Phong Truong) 1115 Every sensor node collects and processes environmental data before transmitting it via LoRa wireless links to the gateway. The gateway manages the entire wireless network, including receiving data from all sensor nodes in the network and uploading it to the database via Wi-Fi. The gateway’s operational status is easily visible on an LCD. The main control boards for the gateway and sensor nodes are the ESP32-CAM modules, which consist of a low-power 32-bit CPU with a clock speed of up to 160 MHz. Furthermore, the ESP32-CAM, with a single-chip UXGA (1632×1232) camera and image processor, is suitable for capturing infrared images in a small-footprint package [33]. The main microcontroller and peripherals are depicted in the block diagram of the gateway. The microcontroller communicates with the peripherals via the PWM and SPI communication standards to collect data from the wind speed sensor and receive data from the sensor nodes. The sensor MH-Z19b and the sensor SHT20 are used to measure the CO2 concentration in the air and the temperature and humidity of the soil, respectively. The sensor node block diagram is similar to the gateway block diagram, with the exception that it has a low-voltage complementary metal-oxide-semiconductor (CMOS) image sensor for taking infrared images but no wind speed sensors. The power supply circuit design includes two voltage levels, 5 V, and 3.3 V, to provide adequate power to the circuit’s various components. Photographs of the gateway and sensor node are shown in Figure 3 and Figure 4, respectively. Figure 2. The general block diagram describes the basic components and communication between the root node and the sensor node Figure 3. The electronic circuit of the gateway Figure 4. A sensor node’s circuit is placed in an IP65 plastic box 2.2. Software development Figure 5 describes the program execution at the gateway of the proposed wireless sensor network. The program begins by initializing the program variables, operating the LoRa transmission module, and communicating with the wind speed sensor and the firebase database. After the system has been initialized, the gateway begins its data collection and alerting process by sending a data request to the first sensor node and waiting for a response. If there is still no response from the sensor node after the predetermined waiting time, the gateway will skip and move on to collect data at the next sensor node. In contrast, the gateway receives and processes the received data. If the received temperature value exceeds the allowable threshold (for example, more than 40 °C), the buzzer will sound and the sensor button information will be displayed on the LCD. Otherwise, data will be collected at the next sensor node. The gateway will read the wind speed value from the sensor after collecting data from all nodes in the network, then pack and upload all of the data to the cloud database. Thus, the recorded wind speed value is regarded as representative of the entire area where the forest fire monitoring sensor network is deployed. The gateway program is set up to repeat the above-mentioned data collection and alarm process.
  • 4.  ISSN: 1693-6930 TELKOMNIKA Telecommun Comput El Control, Vol. 21, No. 5, October 2023: 1113-1120 1116 The photos were taken at the sensor nodes using the OV2640 sensor, which is a low-voltage CMOS image sensor that provides the full functionality of a single-chip UXGA (1632×1232) camera and image processor. Although the image is captured and saved at the sensor node every 3 minutes, it is only sent to the gateway upon request. The image-sending process is shown in the flowchart (see Figure 6). Sending the image size will be sent first. For example, in the experiments, the size of the image data to be sent is 200 bytes. Then the image data will be sent, one after another, until the end. If the gateway receives image data equal to the image size, the image is considered to be successfully sent. This image will be stored temporarily in the gateway’s memory before being uploaded to the image database. Figure 5. Flow chart of the program at the gateway Figure 6. Flow chart of the program for receiving an infrared image 3. RESULTS AND DISCUSSION After being designed and implemented, the system is tested for operation and corrected for measured values in the laboratory before being installed at the experimental site. Tram Chim National Park, which covers 7600 hectares and is located in Tam Nong District, Dong Thap Province, Vietnam, requires better fire management to preserve its ecosystem [37]. Figure 7 to Figure 9 are some pictures taken during the experiment in Tram Chim Park. In the forest area to be monitored, the sensor network consists of two sensor nodes and a gateway. It should be noted that the condition sensor at the gateway measures the actual wind speed in the experimental area. Environmental data such as temperature, soil moisture, CO2 concentration, and images are collected from sensor nodes within a 2 kilometer radius of the gateway. The sensor nodes are located about 80 cm above ground, and the gateway is located 12 meters up on the watchtower. It is possible to ensure stable data transmission in the presence of many trees and obstacles using such a configuration.
  • 5. TELKOMNIKA Telecommun Comput El Control  Design and implementation of a LoRa-based system for warning of forest fire (Tuyen Phong Truong) 1117 The results of the experiments show that images taken in well-lit conditions (Figure 10(a)) produce clear images. However, in low-light photos (Figure 10(b)), image details are barely visible. However, with the above image data, it has ensured that the requirements of observing the area to be protected are met, such as providing information on the illegal entry of strangers or early detection of forest fires. Figure 11 and Figure 12 depict a developed Android application that allows the monitoring of environmental parameter values recorded by sensor nodes. The application will present the value of the parameters recorded over time after the gateway saves to the cloud database in the form of visual graphs to help users easily observe. Furthermore, this application includes a tool for quickly and effectively searching and viewing captured photos for management. The gateway in the above design must be located in a location where Internet connection services can be accessed, whereas the sensor nodes of the LoRa wireless sensor network can be deployed at any location in the forest where forest fires must be prevented and monitored. The experiment was carried out in a densely forested area, for the longest data transmission distance of about 500 meters in dry weather, with the transmitting antenna 1.5 meters and the receiving antenna about 10 meters above ground, corresponding to the configuration SF12, bandwidth 125 kHz, and output power +20 dBm. When it rains, the transmission distance is significant reduced to about 250 meters. Figure 7. A photograph of the sensor node in the experiment Figure 8. Setting up a sensor node for capturing environment values Figure 9. In the experimental area, the gateway circuit is equipped with a wind speed sensor (a) (b) Figure 10. The images were captured by the OV2640 camera: (a) in well-lit conditions during the day and (b) in low-light conditions at night
  • 6.  ISSN: 1693-6930 TELKOMNIKA Telecommun Comput El Control, Vol. 21, No. 5, October 2023: 1113-1120 1118 Figure 11. A snapshot of the Android application for monitoring forest fire risk Figure 12. Charts of environmental values in an experiment 4. CONCLUSION This article describes the steps involved in designing and implementing a wireless sensor network based on LoRa technology for monitoring and warning of forest fires. It is proposed in this project to detect forest fires by using sensors to record environmental parameters (temperature, humidity, CO2, and wind speed) and take infrared images at the monitoring location. The system is compact in size and low in deployment and operation costs to aid in the continuous monitoring of important environmental parameters for the timely detection and warning of forest fires. When no fire is detected, the camera takes a picture and saves it to the memory card. If a fire is detected, the sensor node will capture and send an image to the gateway. Furthermore, the system employs LoRa technology, innovative ultra-low power consumption, and long-range communication technology, in the establishment of wireless sensor networks. Consequently, it enables efficient monitoring in large areas, including remote areas without telecommunications infrastructure. This not only allows for real-time detection of fires and lowers power consumption, but it also provides accurate information to aid in determining the extent of the fire, the direction of fire spread, and the cause of the fire, contributing to improved forest management efficiency. Some experiments have yielded positive results, providing an incentive for further improvements and deployment in many areas with high forest fire risk. ACKNOWLEDGEMENTS The authors would like to thank Can Tho University, Vietnam for funding publication fees. REFERENCES [1] Food and Agriculture Organization of the United Nations, Global Forest Resources Assessment 2015: How are the world’s forests changing?, Rome, Italia, 2016, 2nd ed. Online. [Available]: https://www.fao.org/3/i4793e/i4793e.pdf [2] H. P. Nguyen, “Ecological tourism in Tram Chim national park: potential, opportunity and challenge,” Geology, Ecology, and Landscapes, vol. 6, no. 1, pp. 14-23, 2022, doi: 10.1080/24749508.2020.1742501. [3] N. T. K. Dung, B. K. Veettil, D. Q. Bao, and T. Tran, “Environmental management in Ramsar designated wetland areas in Vietnam: studies from U Minh Thuong and Tram Chim national parks (Mekong Delta),” Environmental Monitoring and Assessment, vol. 194, no. 777, 2022, doi: 10.1007/s10661-022-10178-6. [4] S. Bharany et al., “Wildfire monitoring based on energy efficient clustering approach for FANETS,” Drones, vol. 6, no. 8, 2022, doi: 10.3390/drones6080193.
  • 7. TELKOMNIKA Telecommun Comput El Control  Design and implementation of a LoRa-based system for warning of forest fire (Tuyen Phong Truong) 1119 [5] N. Moussa, S. K. -Kallel, and A. E. B. E. Alaoui, “Fog-assisted hierarchical data routing strategy for IoT-enabled WSN: Forest fire detection,” Peer-to-Peer Networking and Applications, vol. 15, pp. 2307–2325, 2022, doi: 10.1007/s12083-022-01347-y. [6] S. Pareek, S. Shrivastava, S. Jhala, J. A. Siddiqui, and S. Patidar, “IoT and image processing based forest monitoring and counteracting system,” 4th International Conference on Trends in Electronics and Informatics (ICOEI 2020), 2020, pp. 1024-1027, doi: 10.1109/ICOEI48184.2020.9142996. [7] A. Tehseen, N. A. Zafar, T. Ali, F. Jameel, and E. H. Alkhammash, “Formal modeling of IoT and drone‐based forest fire detection and counteraction system,” Electronics, vol. 11, no. 1, 2022, doi: 10.3390/electronics11010128. [8] H. Singh, A. Shukla, and S. Kumar, “IoT based forest fire detection system in cloud paradigm,” IOP Conference Series: Materials Science and Engineering, 2021, vol. 1022, doi: 10.1088/1757-899X/1022/1/012068. [9] N. Varela, D. -M. Jorge L, A. Ospino, and N. A. L. Zelaya, “Wireless sensor network for forest fire detection,” Procedia Computer Science, vol. 175, pp. 435-440, 2020, doi: 10.1016/j.procs.2020.07.061. [10] E. A. Kadir, H. Irie, S. L. Rosa, and M. Othman, “Modelling of wireless sensor networks for detection land and forest fire hotspot,” TELKOMNIKA (Telecommunication Computing Electronics and Control), vol. 17, no. 6, pp. 2772–2781, 2019, doi: 10.12928/TELKOMNIKA.v17i6.12971. [11] J. K. Park, and J. Kim, “Smart fire monitoring system with remote control using ZigBee network,” Indonesian Journal of Electrical Engineering and Computer Science (IJEECS), vol. 21, no. 2, pp. 1132–1139, 2021, doi: 10.11591/ijeecs.v21.i2.pp1132-1139. [12] G. Gaspar et al., “IoT‐Ready Temperature Probe for Smart Monitoring of Forest Roads,” Applied Sciences, vol. 12, no. 2, 2022, doi: 10.3390/app12020743. [13] R. J. K. Haryo, B. Artono, H. N. K. Ningrum, K. M. Habsari, and I. M. Rahma, “Forest fire detector and fire fighting monitoring system using solar cell based internet of things (IoT),” Telematika, vol. 15, no. 1, pp. 23-26, 2022, doi: 10.35671/telematika.v15i1.1303. [14] B. Kizilkaya, E. Ever, H. Y. Yatbaz, and A. Yazici, “An effective forest fire detection framework using heterogeneous wireless multimedia sensor networks,” ACM Transactions on Multimedia Computing, Communications, and Applications, vol. 18, no. 2, pp. 1-21, 2022, doi: 10.1145/3473037. [15] K. Mehta, S. Sharma, and D. Mishra, “Internet-of-things enabled forest fire detection system,” 2021 Fifth International Conference on I-SMAC (IoT in Social, Mobile, Analytics and Cloud) (I-SMAC), 2021, pp. 20-23, doi: 10.1109/I-SMAC52330.2021.9640900. [16] S. Ishitha, S. Nagaraju, H. A. Mohan, M. Harshitha, G. R. Gowda, and Jeevan N., “IoT based Anti-poaching and Fire Alarm System for Forest,” 2021 IEEE Mysore Sub Section International Conference (MysuruCon), 2021, pp. 711-715, doi: 10.1109/MysuruCon52639.2021.9641539. [17] A. Ghimire, S. Shrestha, and H. Otrok, “A crowd-based efficient fault-proof localization system for IoT and MCS,” in IEEE Access, vol. 9, pp. 62810-62819, 2021, doi: 10.1109/ACCESS.2021.3074249. [18] M. R. Nosouhi, K. Sood, N. Kumar, T. Wevill, and C. Thapa, “Bushfire risk detection using internet of things: an application scenario,” IEEE Internet of Things Journal, vol. 9, no. 7, pp. 5266-5274, 2022, doi: 10.1109/JIOT.2021.3110256. [19] N. Ghosh, B. Kumar, T. Biswas, S. Patnaik, and R. Paul, “IoT fog based framework to predict forest fire,” in 2021 Smart City Challenges & Outcomes for Urban Transformation (SCOUT), 2021, pp. 256-259, doi: 10.1109/SCOUT54618.2021.00061. [20] O. M. Bushnaq, A. Chaaban, and T. Y. Al-Naffouri, “The role of UAV-IoT networks in future wildfire detection,” IEEE Internet of Things Journal, vol. 8, no. 23, pp. 16984-16999, 2021, doi: 10.1109/JIOT.2021.3077593. [21] S. Mao, S. He, and J. Wu, “Joint UAV position optimization and resource scheduling in space-air-ground integrated networks with mixed cloud-edge computing,” IEEE Systems Journal, vol. 15, no. 3, pp. 3992-4002, 2021, doi: 10.1109/JSYST.2020.3041706. [22] A. S. Mahdi and S. A. Mahmood, “An edge computing environment for early wildfire detection,” Annals of Emerging Technologies in Computing (AETiC), vol. 6, no. 3, pp. 56–68, 2022, doi: 10.33166/AETiC.2022.03.005. [23] N. Hashim, F. Idris, T. N. A. T. A. Aziz, S. H. Johari, R. M. Nor, and N. A. Wahab, “Location tracking using LoRa,” International Journal of Electrical and Computer Engineering (IJECE), vol. 11, no. 4, pp. 3123–3128, 2021, doi: 10.11591/ijece.v11i4.pp3123-3128. [24] C. L. Narayana, R. Singh, and A. Gehlot, “Performance evaluation of LoRa based sensor node and gateway architecture for oil pipeline management,” International Journal of Electrical and Computer Engineering (IJECE), vol. 12, no. 1, pp. 974–982, 2022, doi: 10.11591/ijece.v12i1.pp974-982. [25] V. -P. Hoang, M. -H. Nguyen, T. Q. Do, D. -N. Le, and D. D. Bui, “A long range, energy efficient internet of things based drought monitoring system,” International Journal of Electrical and Computer Engineering (IJECE), vol. 10, no. 2, pp. 1278–1287, 2020, doi: 10.11591/ijece.v10i2.pp1278-1287. [26] M. Rosmiati, M. F. Rizal, F. Susanti, and G. F. Alfisyahrin, “Air pollution monitoring system using LoRa modul as transceiver system,” TELKOMNIKA (Telecommunication Computing Electronics and Control), vol. 17, no. 2, pp. 586–592, 2019, doi: 10.12928/TELKOMNIKA.V17I2.11760. [27] Adnan, A. E. U. Salam, A. Arifin, and M. Rizal, “Forest fire detection using LoRa wireless mesh topology,” in 2018 2nd East Indonesia Conference on Computer and Information Technology (EIConCIT), 2018, pp. 184-187, doi: 10.1109/EIConCIT.2018.8878488. [28] R. Prasanna K., J. M. Mathana, T. A. Ramya, and R. Nirmala, “LoRa network based high performance forest fire detection system,” Material Today: Proceedings, 2023, vol. 80, no. 3, pp. 1951-1955, doi: 10.1016/j.matpr.2021.05.656. [29] Y. Apriani, W. A. Oktaviani, and I. M. Sofian, “Design and implementation of LoRa-based forest fire monitoring system,” Journal of Robotics and Control (JRC), vol. 3, no. 3, pp. 236–243, 2022, doi: 10.18196/jrc.v3i3.14128. [30] N. C. Gaitan and P. Hojbota, “Forest fire detection system using LoRa technology,” International Journal of Advanced Computer Science and Applications (IJACSA), vol. 11, no. 5, pp. 18–21, 2020. [Online]. Available: https://thesai.org/Downloads/Volume11No5/Paper_3-Forest_Fire_Detection_System.pdf [31] S. Sendra, L. García, J. Lloret, I. Bosch, and R. V. -Rodríguez, “LoRaWAN network for fire monitoring in rural environments,” Electronics, vol. 9, no. 3, 2020, doi: 10.3390/electronics9030531. [32] U. Dampage, L. Bandaranayake, R. Wanasinghe, K. Kottahachchi, and B. Jayasanka, “Forest fire detection system using wireless sensor networks and machine learning, “ Scientific Reports, vol. 12, no. 46, 2022, doi: 10.1038/s41598-021-03882-9. [33] W. Benzekri, A. E. Moussati, O. Moussaoui, and M. Berrajaa, “Early forest fire detection system using wireless sensor network and deep learning,” International Journal of Advanced Computer Science and Applications (IJACSA), vol. 11, no. 5, pp. 496-503, 2020, doi: 10.14569/IJACSA.2020.0110564. [34] S. Verma, S. Kaur, D. B. Rawat, C. Xi, L.T. Alex, and N. Z. Jhanjhi, “Intelligent framework using IoT-based WSNs for wildfire detection,” IEEE Access, vol. 9, pp. 48185-48196, 2021, doi: 10.1109/ACCESS.2021.3060549.
  • 8.  ISSN: 1693-6930 TELKOMNIKA Telecommun Comput El Control, Vol. 21, No. 5, October 2023: 1113-1120 1120 [35] J. S. Almeida, C. Huang, F. G. Nogueira, S. Bhatia, and V. H. C. D. Albuquerque, “EdgeFireSmoke: a novel lightweight CNN model for real-time video fire–smoke detection,” IEEE Transactions on Industrial Informatics, vol. 18, no. 11, pp. 7889-7898, 2022, doi: 10.1109/TII.2021.3138752. [36] V. K. Singh, C. Singh, and H. Raza, “Event classification and intensity discrimination for forest fire inference With IoT,” in IEEE Sensors Journal, vol. 22, no. 9, pp. 8869-8880, 2022, doi: 10.1109/JSEN.2022.3163155. [37] Y. Y. Jie, H. H. Loc, Y. L. Poh, T. V. -Thanh, and E. Park, “Socio-geographical evaluation of ecosystem services in an ecotourism destination: PGIS application in Tram Chim National Park, Vietnam,” Journal of Environmental Management, vol. 291, 2021, doi: 10.1016/j.jenvman.2021.112656. BIOGRAPHY OF AUTHORS Tuyen Phong Truong was born in Bac Lieu Province, Vietnam. He received the Bachelor of Engineering degree in electronic engineering from Can Tho University, Vietnam in 2003. He obtained the MSc degree in electronic engineering, micro-nanoelectronics major from University of Science, HCMC, Vietnam. He got the Ph.D. degree in Computer Science – Wireless Sensor Networks at Lab-STICC/UBO, CNRS UMR 6285, University of Brest, France, in 2018. He is a lecturer in the College of Engineering, Can Tho University (CTU), Vietnam. His research interests include embedded systems, cyber-physical systems (CPS), parallel and distributed algorithms, modeling and simulation of physical phenomena based on cellular automata, long-range communications in wireless sensor networks, especially focusing on LoRa technology. He can be contacted: tptuyen@ctu.edu.vn, tptuyen@gmail.com. Quang Thien Tran was born in An Giang, Vietnam. He graduated from Can Tho University in 2019 with a Bachelor in Computer Engineering. His research interests include embedded systems for internet of things, wireless sensor networks, and image processing. Currently, he is working as an IT engineer for Jollibee Company, Vietnam. He can be contacted: quangb1609668@student.ctu.edu.vn, quang.tran.ktmt@gmail.com. Phat Tan Le graduated in Computer Engineering from Can Tho University in 2019. Currently, he is working as a firmware engineer at My Lan Group, Tra Vinh, Vietnam. His research interests include embedded systems, wireless networks, and IoT applications. He can be contacted: phatb1609663@student.ctu.edu.vn, phat.le.ktmt@gmail.com.