Next Article in Journal
A Direct Immunoassay Based on Surface-Enhanced Spectroscopy Using AuNP/PS-b-P2VP Nanocomposites
Previous Article in Journal
Contract-Optimization Approach (COA): A New Approach for Optimizing Service Caching, Computation Offloading, and Resource Allocation in Mobile Edge Computing Network
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Realization of Forest Internet of Things Using Wireless Network Communication Technology of Low-Power Wide-Area Network

1
School of Computer Science, Yangtze University, Jingzhou 434023, China
2
Graduate School of Applied Chinese Studies, National Yunlin University of Science and Technology, Douliu 64002, Taiwan
3
Department of Medical Informatics, Chung Shan Medical University, Taichung 40201, Taiwan
4
Department of Information Center, Chung Shan Medical University Hospital, Taichung 40201, Taiwan
*
Authors to whom correspondence should be addressed.
Sensors 2023, 23(10), 4809; https://doi.org/10.3390/s23104809
Submission received: 25 February 2023 / Revised: 7 May 2023 / Accepted: 9 May 2023 / Published: 16 May 2023
(This article belongs to the Section Communications)

Abstract

:
This work implements an intelligent forest monitoring system using the Internet of things (IoT) with the wireless network communication technology of a low-power wide-area network (LPWAN), a long range (LoRa), and a narrow-band Internet of things (NB-IoT). A solar micro-weather station with LoRa-based sensors and communications was built to monitor the forest status and information such as the light intensity, air pressure, ultraviolet intensity, CO2, etc. Moreover, a multi-hop algorithm for the LoRa-based sensors and communications is proposed to solve the problem of long-distance communication without 3G/4G. For the forest without electricity, we installed solar panels to supply electricity for the sensors and other equipment. In order to avoid the problem of insufficient solar panels due to insufficient sunlight in the forest, we also connected each solar panel to a battery to store electricity. The experimental results show the implementation of the proposed method and its performance.

1. Introduction

In recent years, the concept of the Internet of things (IoT) has developed rapidly and has been applied successfully in different fields, including city applications [1,2,3,4,5,6,7,8], medical applications [9,10,11,12,13,14,15,16,17,18], industrial applications [19,20,21,22], agricultural applications [23,24,25,26,27], and forestry applications [28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43]. The applications using IoT technology in forestry can be classified into three major aspects: forest resource planning and environmental monitoring, the intelligent management of forest fires, and the prevention of illegal logging. Forestry IoT technology has been successfully applied to forest resource planning and environmental monitoring using a wireless sensing network (WSN). Zhang et al. [28] proposed a platform of forest environmental factor collection based on the ZigBee protocol. The platform includes many different types of terminal monitoring equipment such as temperature, humidity, water level, gas, micro-electromechanical system (MEMS), photoresistor, and human infrared sensors. Anitha and Ravi [29] discussed the WSN-based landslide forecasting and geographical information system as an overview. Suciu et al. [30] used available resources to present an effective WSN architecture with a solution. In the WSN architecture, they tried to optimize the duty cycle of a single sensor (but a single node) or maximize the network service life. Ganesh et al. [31] proposed an IoT-based environmental monitoring system using a WSN.
Next, we reviewed studies related to intelligent forest fire management. In [32,33,34], the authors proposed a forest fire detection system that randomly deployed sensor nodes in the forest area, with each node being equipped with a temperature sensor. Moreover, each node checked the environment periodically to determine whether there was an emergency. When some sensor nodes detect a significant change in temperature, they will broadcast data packets containing the measured values. At the same time, the measured values are presented on computer web pages and mobile phone pages. Generally speaking, the higher the sensor density, the more reliable the data obtained. However, saving energy is also one of the important issues in WSNs. There is a compromise between the two. Therefore, Ma et al. [35] proposed a mathematical solution called the forest fire monitoring paradigm (FFMP). The purpose of the FFMP is to provide early detection and location information for forest fires based on a hybrid WSN. Differently from pure static and mobile WSNs, an FFMP hybrid WSN is composed of mobile sensor nodes and static sensor nodes. Hybrid wireless sensor networks are a compromise between cost and coverage. The system proposed by Chandrasekharan et al. [36] consists of temperature sensors and a GSM module, where the temperature sensors use tree power for their operation and the GSM module is connected to the GSM network to transmit the detected fire alarm signal.
In illegal logging prevention, the sensor network by Miroslav et al. [37], which uses sound collection and actual recording, is the first anti-pilot logging system that can continuously provide real-time monitoring for endangered forests. Sarde and Kshirsagar [38] recorded the sound through a microphone and loaded the sound into matlab software on the network to perform a Fourier transform operation to transform the time domain into the frequency domain for analysis and recognition. Narhari R. Kotkar [39] developed a system that can be used to stop smuggling. Each tree is equipped with a small electronic device composed of a microcontroller, a flexible vibration sensor, and a Zigbee module. The flexible vibration sensor detects tree cutting and the communication is completed by the Zigbee, GSM-modem, CMGF-message-format module. The smuggling/theft of important trees such as sandalwoods in the forest poses a serious threat to forest resources, causes significant economic losses, and ultimately causes considerable destructive effects on the environment around the world. Therefore, in the literature [40,41], the authors used MEMS technology and the forest sector to use renewable solar energy vibration sensors to monitor special trees such as sandalwoods. Suguvanam et al. [42] provided a method that included three units, a tree unit, a sub-server unit, and a forest officer, to prevent the smuggling of valuable trees such as sandalwoods and red sandalwoods in forest areas. In the tree unit vibration sensor, the sensor is deployed using continuity. An RFID receiver and a ZigBee transmitter are connected to the microcontroller. One subserver was used for every 50 trees. In the subserver, GPS, GSM, and ZigBee receivers are connected.
In the above concept, the information collected by deploying various traditional sensors and types of monitoring equipment can be received through different wireless communication methods such as Zigbee, WiFi, 2G, 3G, or 4G. However, they are all limited by transmission distance, power consumption, and transmission costs. The aim of this work is to implement an intelligent forest Internet of things (IoT) using the wireless network communication technology of a low-power wide-area network (LPWAN). The proposed contributions include the following: 1. We selected two LPWAN technologies; long range (LoRa), which uses unlicensed frequency bands, and narrow-band Internet of things (NB-IoT), which uses licensed frequency bands, combined with their respective sensors, including a LoRa-support solar micro-weather station and NB-IoT-support sensors. 2. A multi-hop technique for the LoRa-based sensors and communications was proposed to solve the problem of long-distance communication without 3G/4G. 3. For the forest without electricity, we installed solar panels to supply electricity to the sensors and other equipment. In order to avoid the problem of insufficient solar panels due to insufficient sunlight in the forest, we also connected each solar panel to a battery to store electricity. Thus, sensing data on parameters such as the light intensity, air pressure, ultraviolet intensity, and CO2 were transmitted successfully to a LoRa gateway connected to 3G/4G. Finally, the real-time sensing data were transmitted to a web server.
The rest of this work is organized as follows. Section 2 provides the background related to the forest sensors and communication technology proposed in Section 3. The proposed forest sensors and communication technology are presented in Section 3. Section 4 shows the implementation and experimental results. Section 5 gives a conclusion.

2. Background and Related Work of LPWAN

2.1. Background

In the past, the information collected by various monitoring equipment could be used through different wireless communication methods such as Zigbee, WiFi, 2G, 3G, or 4G. However, they were all limited by the transmission distance, power consumption, and transmission costs and could not be deployed in a large area, especially in a forest area. For long-distance, low-power, high-coverage wireless communication needs, the newly developed wireless network communication technology of an LPWAN in recent years can be roughly divided into two categories: an NB-IoT, which uses licensed frequency bands, and LoRa, Sigfox, and Weightless, which use unlicensed frequency bands. As shown in Figure 1, compared with other communication technologies, an LPWAN has many advantages, such as its long-distance range, high coverage, low power consumption, low cost, and so on. At present, the global Internet of things and communication manufacturers have actively set up various cross-domain or independent LPWAN base stations, combining their advantages of a long-distance range, high coverage, low power consumption, and low cost with related sensors and smart devices to provide related innovative services. In addition to the common characteristics of a long-distance range, low power consumption, and high coverage, this section evaluates and analyzes the advantages and disadvantages of the above-mentioned LPWAN communication technology and its application areas as follows:
NB-IoT: An NB-IoT is a carrier-grade network supported by the international telecommunications standards development organization, 3GPP, and built for the IoT. It has a good network transmission quality, high data security, and a low construction cost. Based on the low-rate IoT market in the licensed spectrum, an NB-IoT can be deployed directly on LTE networks, and an NB-IoT can be quickly deployed without drastically changing the current 4G LTE telecommunication network architecture. In addition, an NB-IoT can also be deployed through equipment upgrades based on the current operator’s existing 2G, 3G, and 4G networks, which can reduce deployment costs. As a result, an NB-IoT is supported by telecom companies in various countries and is a widely used Internet-of-things technology worldwide. The Global Mobile Suppliers Association announced in March 2019 that more than 100 operators have deployed an NB-IoT.
LoRa: LoRa is the basis of the wireless communication technology developed by the American semiconductor manufacturer Semtech through its acquisition of the French company Cycleo, with the specification completed in cooperation with IBM. The LoRa Alliance, composed of Semtech, IBM, and Cisco as the core, promotes related development. LoRa, like Wi-Fi, adopts a mode in which anyone can set up a Wi-Fi access point to build a network environment. With more than 500 members, it can be said to be the most industry-supported LPWAN technology.
LoRa’s communication protocol and network architecture will directly affect the battery life, network capacity, service quality, security, and network applications of the node. LoRa is a technology that modulates data into electromagnetic waves. The transmission method used is called the “chirp spread spectrum”. LoRa nodes can only be used to transmit data. Supporting two-way communication is one of the main features of LoRa, which allows terminal devices such as sensors to send information such as the location, occupancy, and data to the network, and receive messages from the network.
Sigfox: Although Sigfox from France uses an unlicensed spectrum, it needs to rely on base stations built by manufacturers in order to strike a balance between cost and communication quality. Sigfox is the technology with the lowest transfer rate; the speed is only 100 bits/s, each device can only transmit 140 messages a day, and the maximum capacity of each message is 12 bytes. As the amount of information transmission is reduced, the power consumption of IoT devices can be greatly reduced. For example, applications such as electricity meters, water meters, and street lamp controls are suitable for Sigfox because the flow rate reporting frequency is less than once per hour. In addition, Sigfox also provides SigfoxCloud cloud system integration services, which can reduce the complexity of users developing programs and accessing the data. At present, Sigfox has promoted the deployment of base stations in 32 countries around the world, including France, the United Kingdom, Spain, Germany, the Netherlands, and the United States.
Weightless: The Weightless Technology and Standards Organization was founded by Dr. William Webb in 2012. The initial board members included Neul, ARM, Cable & Wireless, CSR, and other companies. Dr. William Webb serves as the CEO of the Weightless SIG Standards Organization, and concurrently serves as the co-founder and CTO of Neul. The Weightless standard was released in April 2013. In response to the needs of the IoT communication market, in accordance with the goal of city-level networking, the Weightless Internet-of-things wireless communication standard was created.
Weightless has three different architectures: Weightless-N, Weightless-P, and Weightless-W. Weightless-W is the earliest developed version, which mainly uses TV white space (TVWS) to transmit data. However, due to the significant differences in the development process of TVWS released by various countries, its development is limited. The Weightless-N version adopts a sub-GHz license-free frequency band; the transmission rate is 30~100 kbit/s and the transmission distance is about 5 km. Weightless-W and Weightless-N only support one-way transmission, while the latest version, Weightless-P, supports two-way communication, and its transmission rate and transmission distance are about 100 kbit/s and up to 2 km, respectively.
As shown in Table 1, under the same conditions, LoRa has the best network signal coverage, but in terms of the number of supported nodes and spectrum efficiency, Weightless performs better than LoRa and Sigfox.

2.2. Related Work to Applications of LPWAN

In this sub-section, we summarize the current solutions based on similar networks in Section 2.1 for forests or environmental monitoring. In Refs. [43,44], data communication networks that can inform about forest fires in real-time were developed that could use long-distance, wireless-communication-based tools, namely LoRa. In terms of data transmission, the use of LoRa as an early warning method for monitoring forest fires in the Riau province allowed data to be sent from sensors to a gateway as far as 30 miles away [45]. In Ref. [46], M. I. Nashiruddin and S. Winalisa designed a LoRaWAN Internet-of-things network for Smart Manufacture on Batam Island. LoRa acquires high recognition by providing a low cost for IoT modules and equipment, M2M, and other industrial needs [47]. In order to monitor the system conditions perfectly, the authors of Ref. [48] incorporated LoRaWan-based IoT technology into the smart field environment. In Ref. [49], the authors applied IoT technology to propose a novel forestry management system in the Fushan Botanical Garden in Taiwan. Their system techniques included the following: 1. Transmission of sensing data on forest information using the wireless network communication technology of a low-power wide-area network (LPWAN) such as LoRa or an NB-IoT. 2. Application of different sensing techniques to process forest resources and monitor the microclimate changes in a forest. In Ref. [50], the authors presented the design and implementation of a LoRa-based forest-fire-monitoring system. The LoRa-based forest-fire-monitoring system technology was based on wireless technology that can transmit data across the forest. To detect the presence of a fire, Arduino Uno was used as a microcontroller that regulates the input from the AMG8833 sensor and GPS Ubox 6M. In Ref. [51], the authors built a LoRa-based smart agricultural management and monitoring system using a WSN in rural areas to replace the current technology of the agricultural monitoring system. In Ref. [52], the authors proposed the design and implementation of a LoRa-based wireless sensor network for monitoring the quality of water in coastal areas, rivers, and ditches with the aim of generating an observatory of water quality for the monitored areas. A comparison between the proposed solution with other methods is listed in Table 2.

3. Proposed Forest Sensors and Communication Technology

Based on the discussion in the last section, we adopted the two wireless network communication technologies LPWAN and NB-IoT, which use licensed frequency bands, and LoRa, which uses unlicensed frequency bands, combined with their respective sensors, as shown in Figure 2, to be the proposed forest sensors and communication technology. In forests or mountains, an NB-IoT is used in a small number of areas with 3G/4G telecommunication signals, while RoLa is used mostly in areas without 3G/4G telecommunication signals. The implementation architecture is presented in Section 3.1 and Section 3.2.

3.1. NB-IoT Communication Technology and Its Respective Sensors

In a few areas with 3G/4G, we used NB-IoT communication technology to continuously return the sensing data from NB-IoT-support sensors to the server or computer through the 3G/4G telecommunication network. Figure 3 shows the proposed NB-IoT-support sensors and the architecture of NB-IoT communication technology.

3.2. LoRa Communication Technology and Its Respective Sensors

In most areas without a 3G/4G telecommunication signal, the proposed LoRa signal repeat method will continuously return the sensing data of the LoRa-support solar micro-weather station. Figure 4 presents the proposed LoRa-support solar micro-weather station and the architecture of the LoRa signal repeat method, which is described in detail as follows. First, the gateway is set up in a place with electricity, such as a street lamp or public facility at the foot of a mountain, and is supplemented by an external battery that can be charged at any time to achieve uninterrupted power and avoid an unstable power supply in mountainous areas, as shown in Figure 5. Next, the LoRa-support solar micro-weather station is set up in a place that needs a forest resource survey or monitoring, and then the related sensing data are transmitted through LoRa communication technology. Whether the transmitted signal strength is sufficient to be received by the gateway is evaluated by the RSSI. The signal strength pd according to the distance (d) can be represented by:
p d = p 0 10 n log 10 ( d )
or:
d = 10 p 0 p d 10 n
where p0 is the strength of the transmission signal measured at a distance of one meter from the transmitter; d is the distance between the transmitter and receiver; and n is a signal attenuation constant that can be obtained from the received signal and the actual distance.
Different levels of signal strength can reduce the location errors of the RSSI caused by the interferences. In order to determine the signal repeat location of a specified sensor, we defined the indication function by:
I ( d ) = 1 , if   d ε 0 , otherwise
where ε denotes the threshold for which the receiver can receive the signal from the transmitter.
If the RSSI determines that the signal strength is not high enough to send the sensing data back to the gateway using (2) and (3), it is necessary to set up a RoLa signal repeat station powered by solar energy. Finally, the gateway sends the received sensing data back to the server or computer through the 3G/4G telecommunication network.

4. Experiments and Discussion

This section shows the implementation of the proposed forest monitoring system using the IoT with an LPWAN in the Fushan Botanical Garden in Taiwan. Section 4.1 shows the realization and experimental results of NB-IoT communication in a few areas with a 3G/4G telecommunication signal. Section 4.2 shows the realization and experimental results of LoRa repeat planning for a large area without a 3G/4G telecommunication signal.

4.1. Realization and Experimental Results of NB-IoT Communication

In a few areas with a 3G/4G telecommunication signal, as shown in Figure 6, we first set up the NB-IoT-support sensors and continuously sent out their sensing data by using NB-IoT communication technology. Next, the real-time sensing data, including temperature and humidity, were connected to the 3G/4G telecommunication network, and finally, they were transmitted to the web server, as shown in Figure 7.

4.2. Realization and Experimental Results of LoRa Repeat Planning for Solving No Signal

To transmit sensing data in the large areas without a 3G/4G telecommunication signal, as shown in Figure 8, we first assembled a LoRa-support solar micro-weather station with LoRa communication, an illuminance sensor, an atmospheric pressure sensor, an ultraviolet light sensor, a carbon dioxide sensor, etc. The antenna was 868 megaHz. For convenience, the RSSI values were measured by the tool WifiInfoView. Then, we used the RSSI to measure the signal strength and set up a gateway on the beam of the pavilion at the entrance of the Fushan Botanical Garden, which has both electricity and 3G/4G internet signals. The gateway shared the electricity of the pavilion lights and monitors. In order to avoid an unstable power supply in mountainous areas, the gateway was supplemented by 7A batteries that can be charged at any time to achieve uninterrupted power. Next, we set up a LoRa-support solar micro-weather station near the top of the mountain where we needed to conduct a resource investigation. Thus, the LoRa-support solar micro-weather station could continuously send out sensing data by using LoRa communication technology.
However, as shown in Figure 9, at a distance of between 775 m and 1645 m from the LoRa-support solar micro-weather station, that is, from 810 m above sea level to 680 m, the signal was lost for an RSSI of −120 dB and was unstable from −110 dB to 120 dB. Therefore, as shown in Figure 10, we initially set up a LoRa repeat station between the LoRa-support solar micro-weather station and the gateway to solve the lost-signal problem so as to successfully repeat the real-time sensing data, including data on the illuminance, atmospheric pressure, ultraviolet light, and carbon dioxide. As shown in Table 3, we evaluated the correspondence between the distance and the signal strength using three times the average of the RSSI from the LoRa-support solar micro-weather station on the mountain slope without rain. In order to reduce the location errors of the RSSI from −110 dB to 120 dB caused by the interference, we excluded the RSSIs below −110 dB, and Equation (3) became: I ( d ) = 1 , if   d 500 0 , otherwise where ε = 500   m or ε = 0.5   km . Then, the sensing data were transmitted to the LoRa gateway, which was connected to the 3G/4G telecommunication network with an average of 10 s. Finally, these real-time sensing (the sensor senses immediately) data were transmitted to a web server within seconds.
Furthermore, as shown in Table 4, when it rains heavily, the signal strength was attenuated by about 20% so that Equation (3) became: I ( d ) = 1 , if   d 400 0 , otherwise where ε = 400   m or ε = 0.4   km . Different levels of signal strength can reduce the location errors of the RSSI caused by the interference of heavy rain. Accordingly, we set up a signal repeat station every 0.4 km between the LoRa-support solar micro-weather station and the gateway on the mountain slope. Therefore, we added an additional signal repeat station between the weather station and the original signal repeat station, as shown in Figure 11, to obtain all sensing data in the web server again, as shown in Figure 12. Similarly, we evaluated the correspondence between the distance and the signal strength using three times the average of the RSSI from the LoRa-support solar micro-weather station at the mountain edge without rain in Table 5. Because of the attenuated 20% due to heavy rain, we set up a signal repeat station every 1 km along the mountain edge. Finally, Figure 13 shows the realization of multiple LoRa-support solar micro-weather stations with repeat stations and communication technology.

5. Conclusions

In this work, we applied the wireless network communication technology of an LPWAN to implement an intelligent forest Internet-of-things (IoT) management by taking the Fushan Botanical Garden in Taiwan as a real case. In the areas with 3G/4G, we set up NB-IoT-support sensors and continuously sent out their sensing data by using NB-IoT communication technology. In particular, an RSSI multi-hop for the signal repeat of the LoRa-support sensors was proposed to solve the problem of long-distance communication without 3G/4G. For the forest without electricity, we installed solar panels to supply electricity to the sensors and other equipment so that the sensing data on parameters such as light intensity, air pressure, ultraviolet intensity, and CO2 would be transmitted to the LoRa gateway. By connecting the LoRa gateway to 3G/4G, the real-time sensing data were successfully transmitted to the web server. In order to avoid the problem of insufficient solar panels due to insufficient sunlight in the forest, we also connected each solar panel to a battery to store electricity.
In the future, we will design a more comprehensive mathematical model that considers the location, number, and cost of weather stations, sensors, relay stations, gateways, and other equipment.

Author Contributions

Conceptualization, S.-T.C.; methodology, S.-T.C.; software, S.-T.C.; validation, S.-T.C., Y.-C.C. and Z.-Y.C.; writing—review and editing, S.-T.C., R.-J.Y. and M.Z. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Yang, C.-T.; Chen, S.-T.; Yan, Y.-Z. The implementation of a cloud city traffic state assessment system using a novel big data architecture. Clust. Comput. 2017, 20, 1101–1121. [Google Scholar] [CrossRef]
  2. Yang, C.-T.; Chen, S.-T.; Den, W.; Wu, C.-C. Implementation of an Environmental Quality and Harmful Gases Monitoring System. J. Med. Biol. Eng. 2018, 39, 456–469. [Google Scholar] [CrossRef]
  3. Baldini, G.; Dimc, F.; Kamnik, R.; Steri, G.; Giuliani, R.; Gentile, C. Identification of mobile phones using the built-in magnetometers stimulated by motion patterns. Sensors 2017, 17, 783. [Google Scholar] [CrossRef]
  4. Zuo, Z.; Liu, L.; Zhang, L.; Fang, Y. Indoor Positioning Based on Bluetooth Low-Energy Beacons Adopting Graph Optimization. Sensors 2018, 18, 3736. [Google Scholar] [CrossRef] [PubMed]
  5. Yang, C.-T.; Chen, S.-T.; Liu, J.-C.; Sun, P.-L.; Yen, N.Y. On construction of the air pollution monitoring service with a hybrid database converter. Soft Comput. 2019, 24, 7955–7975. [Google Scholar] [CrossRef]
  6. Chang, C.-L.; Syu, J.-M.; Chang, C.-Y.; Chen, S.-T. Optimization-based Deployment of Beacons for Indoor Positioning Using Wireless Communications and Signal Power Ranking. IET Commun. 2020, 14, 2915–2923. [Google Scholar] [CrossRef]
  7. Chang, C.-L.; Chen, S.-T.; Chang, C.-Y.; Jhou, Y.-C. The Application of Machine Learning in Air Hockey Interactive Control System. Sensors 2020, 18, 7233. [Google Scholar] [CrossRef] [PubMed]
  8. Chang, C.-L.; Tsai, Y.-L.; Chang, C.-Y.; Chen, S.-T. Emergency Evacuation Planning via the Point of View on the Relationship between Crowd Density and Moving Speed. Wirel. Pers. Commun. 2021, 119, 2577–2602. [Google Scholar] [CrossRef]
  9. Kumar, S.; Nilsen, W.; Pavel, M.; Srivastava, M. Mobile health: Revolutionizing healthcare through transdisciplinary research. Computer 2013, 46, 28–35. [Google Scholar] [CrossRef]
  10. Chatterjee, P.; Armentano, R.L. Internet of things for a smart and ubiquitous ehealth system. In Proceedings of the 7th International Conference on Computational Intelligence and Communication Networks (CICN), Jabalpur, India, 12–14 December 2015; pp. 178–183. [Google Scholar]
  11. Verma, P.; Sood, S.K. Cloud-centric IoT based disease diagnosis healthcare framework. J. Ambient. Intell. Humaniz. Comput. 2017, 9, 1293–1309. [Google Scholar] [CrossRef]
  12. Banka, S.; Madan, I.; Saranya, S.S. Smart Healthcare Monitoring using IoT. Int. J. Appl. Eng. Res. 2018, 13, 11984–11989. [Google Scholar]
  13. Hassan, H.K.; Abed, J.K.; Waheb, M.A. The IoT for Healthcare Applications. In Proceedings of the IOP Conference Series: Materials Science and Engineering, Fifth Scientific Conference for Engineering and Postgraduate Research (PEC 2020), Baghdad, Iraq, 21–22 December 2020; Volume 1105. [Google Scholar]
  14. Abbas, S. An innovative IoT service for medical diagnosis. Int. J. Electr. Comput. Eng. 2020, 10, 4918–4927. [Google Scholar] [CrossRef]
  15. Lin, S.-J.; Chen, S.-T. Enhance the perception of easy-to-fall and apply the Internet of Things to fall prediction and protection. J. Healthc. Commun. 2020, 5, 52. [Google Scholar]
  16. Hemalathaa, P.; Balajib, S.; Chandruc, E.; Kumard, P.P.; Saravanane, D. Monitoring and Securing the Healthcare Data Harnessing IOT and Blockchain Technology. Turk. J. Comput. Math. Educ. 2021, 12, 2554–2561. [Google Scholar]
  17. Sahu, M.L.; Atulkar, M.; Ahirwal, M.K. IoT-Based Smart Healthcare System: A Review on Constituent Technologies. J. Circuits Syst. Comput. 2021, 30, 2130008. [Google Scholar] [CrossRef]
  18. Chen, S.-Y.; Lin, S.-J.; Tsai, M.-C.; Tsai, M.-D.; Tang, Y.-J.; Chen, S.-T.; Wang, L.-H. Patient Confidential Information Transmission Using the Integration of PSO-based Biomedical Signal Steganography and Threshold-based Compression. J. Med. Biol. Eng. 2021, 41, 433–446. [Google Scholar] [CrossRef]
  19. Frank, A.G.; Dalenogare, L.S.; Ayala, N.F. Industry 4.0 technologies: Implementation patterns in manufacturing companies. Int. J. Prod. Econ. 2019, 210, 15–26. [Google Scholar] [CrossRef]
  20. Chang, C.-L.; Chang, C.-Y.; Chen, S.-T.; Tu, S.-Y.; Ho, K.-Y. Optimisation-based time slot assignment and synchronisation for TDMA MAC in industrial wireless sensor network. IET Commun. 2019, 13, 2932–2940. [Google Scholar] [CrossRef]
  21. Chang, C.-L.; Chen, C.-J.; Lee, H.-T.; Chang, C.-Y.; Chen, S.-T. Bounding the Sensing Data Collection Time with Ring-based Routing for Industrial Wireless Sensor Networks. J. Internet Technol. 2020, 21, 673–680. [Google Scholar]
  22. Tran, K.P. Artificial Intelligence for Smart Manufacturing: Methods and Applications. Sensors 2021, 21, 5584. [Google Scholar] [CrossRef]
  23. Savale, O.; Managave, A.; Ambekar, D.; Sathe, S. Internet of Things in Precision Agriculture using Wireless Sensor Networks. Int. J. Adv. Eng. Innov. Technol. 2015, 2, 1–5. [Google Scholar]
  24. Dlodlo, N.; Kalezhi, J. The Internet of Things in Agriculture for Sustainable Rural Development. In Proceedings of the International Conference on Emerging Trends in Networks and Computer Communications 2015, Windhoek, Namibia, 17–20 May 2015. [Google Scholar]
  25. Mat, I.; Kassim, M.R.M.; Harun, A.N.; Yusoff, I.M. IoT in Precision Agriculture Applications Using Wireless Moisture Sensor Network. In Proceedings of the 2016 IEEE Conference on Open Systems, Langkawi, Malaysia, 10–12 October 2016. [Google Scholar]
  26. Savića, D.; Vamvakeridou-Lyroudia, L.; Kapelan, Z. Smart Meters, Smart Water, Smart Societies: The iWIDGET Project. In Proceedings of the 16th Conference on Water Distribution System Analysis, WDSA 2014, Bari, Italy, 14–17 July 2014. [Google Scholar]
  27. Managave, A.; Savale, O.; Ambekar, D.; Sathe, S. Precision Agriculture using Internet of Things and Wireless sensor Networks. Int. J. Adv. Res. Comput. Eng. Technol. 2016, 7, 5. [Google Scholar]
  28. Yu, Z.; Xugang, L.; Xue, G.; Dan, L. IoT Forest Environmental Factors Collection Platform Based on ZIGBEE. Cybern. Inf. Technol. 2014, 14, 51–62. [Google Scholar] [CrossRef]
  29. Anitha, K.; Ravi, S. An Overview of Landslide Forecasting Using Wireless Sensor Network and Geographical Information System. Int. J. Eng. Res. Appl. 2016, 6, 70–75. [Google Scholar]
  30. Suciu, G.; Ciuciuc, R.; Pasat, A.; Scheianu, A. Remote Sensing for Forest Environment Preservation. In Recent Advances in Information Systems and Technologies; Springer: Cham, Switzerland, 2017; pp. 211–220. [Google Scholar] [CrossRef]
  31. Ganesh, E.N. IOT Based Environment Monitoring using Wireless Sensor Network. Int. J. Adv. Res. 2017, 5, 964–970. [Google Scholar] [CrossRef]
  32. Döner, Ç.; Şimşek, G.; Yıldırım, K.S.; Kantarc, A. Forest Fire Detection with Wireless Sensor Networks. Bachelor’s Thesis, Ege University, Izmir, Turkey, 2009. [Google Scholar]
  33. Bolourchi, P.; Uysa, S. Forest Fire Detection in Wireless Sensor Network Using Fuzzy Logic. In Proceedings of the 2013 Fifth International Conference on Computational Intelligence, Communication Systems and Networks, Madrid, Spain, 5–7 June 2013. [Google Scholar]
  34. Dener, M.; Özkök, Y.; Bostancioglu, C. Fire Detection Systems in Wireless Sensor Networks. In Proceedings of the World Conference on Technology, Innovation and Entrepreneurship, Social and Behavioral Sciences 2015, Istanbul, Turkey, 28–30 May 2015; Volume 195, pp. 1846–1850. [Google Scholar]
  35. Ma, T.; Liu, Y.; Fu, J.; Jing, Y. Forest Fire Monitoring Based on Mixed Wireless Sensor Networks. Int. J. Smart Home 2015, 9, 169–184. [Google Scholar] [CrossRef]
  36. Chandrasekharan, R.; Ashiq, M.I.; Prakash, V. Forest Fire Detection using Temperature Sensors Powered by Tree and Auto Alarming using GSM. Int. J. Res. Sci. Innov. 2015, 2, 23–28. [Google Scholar]
  37. Babiš, M.; Ďuríček, M.; Harvanová, V.; Vojtko, M. Forest Guardian—Monitoring System for Detecting Logging Activities Based on Sound. In Proceedings of the IIT.SRC 2011, Bratislava, Slovakia, 4 May 2011; pp. 1–6. [Google Scholar]
  38. Sarde, R.K.M.; Kshirsagar, R.V. Development of wireless sensor network (WSN) for remote monitoring of illegal cutting trees in forest. In Proceedings of the International Conference on Advances in Computer Science and Electronics Engineering 2012, Delhi, India, 2–3 February 2012. [Google Scholar]
  39. Narhari, R.K. AntiSmuggling System for Trees in Forest using Flex Sensor and Zigbee. Int. J. Adv. Res. Comput. Eng. Technol. 2014, 3, 2945–2948. [Google Scholar]
  40. Muruganantham, K.; Mythili, T.; Thilagavathi, S.; Prabhakaran, R. WSN Based Forest Tree Protection System. South Asian J. Eng. Technol. 2017, 3, 44–50. [Google Scholar]
  41. Dalvi, A.; Dautapure, M. Undetected Detective to Protect the Forest Trees Against Poaching Using WSN Technology. In Proceedings of the National Conference on Quality Up-Gradation in Engineering, Science and Technology (NC-QUEST018), Dhanamgaon, India, 22 March 2018. [Google Scholar]
  42. Suguvanam, K.; Kumar, S.; Sarathy, P.; Karthick, K.; Kumar, R. Innovative Protection of Valuable Trees from Smuggling Using RFID and Sensors. Int. J. Innov. Res. Sci. Eng. Technol. 2017, 6, 3836–3845. [Google Scholar]
  43. Wixted, A.J.; Kinnaird, P.; Larijani, H.; Tait, A.; Ahmadinia, A.; Strachan, N. Evaluation of LoRa and LoRaWAN for Wireless Sensor Networks. Rev. Bras. Ergon. 2016, 9, 10. [Google Scholar]
  44. Lavric, A.; Petrariu, A.I. LoRaWAN communication protocol: The new era of IoT. In Proceedings of the 14th International Conference on Development and Application Systems (DAS), Suceava, Romania, 24–26 May 2018; pp. 74–77. [Google Scholar]
  45. Kadir, E.A.; Efendi, A.; Rosa, S.L. Application of LoRa WAN sensor and IoT for environmental monitoring in Riau Province Indonesia. In Proceedings of the 2018 5th International Conference on Electrical Engineering, Computer Science and Informatics (EECSI), Malang, Indonesia, 16–18 October 2018; pp. 281–285. [Google Scholar]
  46. Nashiruddin, M.I.; Winalisa, S. Designing LoRaWAN Internet of Things Network for Smart Manufacture in Batam Island. In Proceedings of the 2020 8th International Conference on Information and Communication Technology (ICoICT), Yogyakarta, Indonesia, 24–26 June 2020. [Google Scholar]
  47. Queralta, J.P.; Gia, T.N.; Zou, Z.; Tenhunen, H.; Westerlund, T. Comparative Study of LPWAN Technologies on Unlicensed Bands for M2M Communication in the IoT: Beyond LoRa and LoRaWAN. Procedia Comput. Sci. 2019, 155, 343–350. [Google Scholar] [CrossRef]
  48. Siddique, A.; Prabhu, B.; Chaskar, A.; Pathak, R. A Review on Intelligent Agriculture Service Platform with Lora Based Wireless Sensor Network. Int. Res. J. Eng. Technol. 2019, 6, 2539–2542. [Google Scholar]
  49. Chen, S.-T.; Hua, C.-C.; Chuang, C.-C. Forest Management using Internet of Things in the Fushan Botanical Garden in Taiwan. J. Adv. Inn Artif. Life Robot. 2021, 2, 78–82. [Google Scholar]
  50. Apriani, Y.; Oktaviani, W.A.; Sofian, I.M. Design and Implementation of LoRa-Based Forest Fire Monitoring System. J. Robot. Control. 2020, 3, 236–243. [Google Scholar] [CrossRef]
  51. Prasad, S.J.S.; Thangatamilan, M.; Suresh, M.; Panchal, H.; Rajan, C.A.; Sagana, C.; Gunapriya, B.; Sharma, A.; Panchal, T.; Sadasivuni, K.K. An efficient LoRa-based smart agriculture management and monitoring system using wireless sensor networks. Int. J. Ambient. Energy 2022, 43, 5447–5450. [Google Scholar] [CrossRef]
  52. Sendra, S.; Parra, L.; Jimenez, J.M.; Garcia, L.; Lloret, J. LoRa-based network for water quality monitoring in coastal areas. Mob. Netw. Appl. 2022, 1–17. [Google Scholar] [CrossRef]
Figure 1. Comparison of LPWAN and other communication technologies.
Figure 1. Comparison of LPWAN and other communication technologies.
Sensors 23 04809 g001
Figure 2. Two communication technologies, NB-IoT and LoRa, combined with their respective sensors. (a) NB-IoT communication technology and its respective sensors. (b) LoRa communication technology and its respective sensors.
Figure 2. Two communication technologies, NB-IoT and LoRa, combined with their respective sensors. (a) NB-IoT communication technology and its respective sensors. (b) LoRa communication technology and its respective sensors.
Sensors 23 04809 g002aSensors 23 04809 g002b
Figure 3. Architecture of NB-IoT communication technology for returning the sensing data.
Figure 3. Architecture of NB-IoT communication technology for returning the sensing data.
Sensors 23 04809 g003
Figure 4. Architecture of LoRa signal repeat method for returning the sensing data of the LoRa-support solar micro-weather station.
Figure 4. Architecture of LoRa signal repeat method for returning the sensing data of the LoRa-support solar micro-weather station.
Sensors 23 04809 g004
Figure 5. The gateway device (indicated by the yellow arrow) has an external battery (indicated by the red arrow) that can be charged at any time.
Figure 5. The gateway device (indicated by the yellow arrow) has an external battery (indicated by the red arrow) that can be charged at any time.
Sensors 23 04809 g005
Figure 6. NB-IoT-support temperature and humidity sensors.
Figure 6. NB-IoT-support temperature and humidity sensors.
Sensors 23 04809 g006
Figure 7. Real-time data on temperature and humidity. Moreover, the green light means the battery has enough power.
Figure 7. Real-time data on temperature and humidity. Moreover, the green light means the battery has enough power.
Sensors 23 04809 g007
Figure 8. LoRa-support solar micro-weather station.
Figure 8. LoRa-support solar micro-weather station.
Sensors 23 04809 g008
Figure 9. RSSI of LoRa signal between the LoRa-support solar micro-weather station and the gateway. (a) The RSSI variety from the LoRa-support solar micro-weather station to the gateway. (b) The RSSI from the LoRa-support solar micro-weather station to the gateway.
Figure 9. RSSI of LoRa signal between the LoRa-support solar micro-weather station and the gateway. (a) The RSSI variety from the LoRa-support solar micro-weather station to the gateway. (b) The RSSI from the LoRa-support solar micro-weather station to the gateway.
Sensors 23 04809 g009
Figure 10. Realization of one LoRa-support solar micro-weather station, one repeat station, and the communication technology.
Figure 10. Realization of one LoRa-support solar micro-weather station, one repeat station, and the communication technology.
Sensors 23 04809 g010
Figure 11. Realization of one LoRa-support solar micro-weather station, two repeat stations, and the communication technology.
Figure 11. Realization of one LoRa-support solar micro-weather station, two repeat stations, and the communication technology.
Sensors 23 04809 g011
Figure 12. Real-time data on illuminance, atmospheric pressure, ultraviolet light, and carbon dioxide.
Figure 12. Real-time data on illuminance, atmospheric pressure, ultraviolet light, and carbon dioxide.
Sensors 23 04809 g012
Figure 13. Realization of multiple LoRa-support solar micro-weather stations with repeat stations, and the communication technology.
Figure 13. Realization of multiple LoRa-support solar micro-weather stations with repeat stations, and the communication technology.
Sensors 23 04809 g013
Table 1. Main technical comparison table for LPWAN.
Table 1. Main technical comparison table for LPWAN.
Technical ProtocolPromoterEstablished YearNumber of Base Station ConnectionsFrequency Band UsedTransmission DistanceTransmission SpeedTechnical Category
SigfoxSigfox20091,000,000ISM band,
sub-1 GHz
Urban area, 10 km; outskirts, 50 km100 bpsTerminal
device to
front-end application
LoRaWANIBM,
CISCO
2015250,000ISM band,
sub-1 GHz
Urban area, 3–5 km; outskirts, 15 km300 bps–50 kbpsCommunication protocol
WeightlessARM,
NEUL
20151,000,000ISM band,
sub-1 GHz
5 km+(-N)
2 km+(-P)
30–100 kbps(-N)
100 kbps(-P)
Communication protocol
NB-IoT3GPP2016100,000GSM or LTE band20 km~50 kbpsCommunication protocol
Table 2. Comparison between the proposed solution and other methods.
Table 2. Comparison between the proposed solution and other methods.
MethodSignal Repeat
Station
External BatteryUsing NB-IoT in Areas with 3G/4G Telecommunication SignalConsideration of Heavy Rain
Reference [43]NoNoNoNo
Reference [44]NoNoNoNo
Reference [45]NoNoNoNo
Reference [46]NoNoNoNo
Reference [47]NoNoNoNo
Reference [48]NoNoNoNo
Reference [49]YesNoYesNo
Reference [50]NoNoNoNo
Reference [51]NoNoNoNo
Reference [52]NoNoNoNo
The proposed methodYesYesYesYes
Table 3. Correspondence between distance (d) and signal strength using the average RSSI from the LoRa-support solar micro-weather station on a mountain slope without rain.
Table 3. Correspondence between distance (d) and signal strength using the average RSSI from the LoRa-support solar micro-weather station on a mountain slope without rain.
Distance (km)RSSI on Mountain Slope 1RSSI on Mountain Slope 2RSSI on Mountain Slope 3RSSI on Mountain Slope 4
0.1−64 dBm−63 dBm−62 dBm−63 dBm
0.2−68 dBm−70 dBm−67 dBm−69 dBm
0.3−74 dBm−75 dBm−71 dBm−72 dBm
0.4−83 dBm−83 dBm−80 dBm−78 dBm
0.5−104 dBm−102 dBm−103 dBm−101 dBm
0.6−122 dBm−121 dBm−122 dBm−120 dBm
Table 4. Correspondence between distance (d) and signal strength using the average RSSI from the LoRa-support solar micro-weather station on the mountain slope in the case of heavy rain.
Table 4. Correspondence between distance (d) and signal strength using the average RSSI from the LoRa-support solar micro-weather station on the mountain slope in the case of heavy rain.
Distance (km)RSSI on Mountain Slope 1RSSI on Mountain Slope 2RSSI on Mountain Slope 3RSSI on Mountain Slope 4
0.1−77 dBm−78 dBm−76 dBm−75 dBm
0.2−81 dBm−80 dBm−79 dBm−81 dBm
0.3−90 dBm−89 dBm−87 dBm−89 dBm
0.4−98 dBm−96 dBm−97 dBm−98 dBm
0.5−118 dBm−120 dBm−121 dBm−119 dBm
0.6−132 dBm−131 dBm−132 dBm−130 dBm
Table 5. Correspondence between distance (d) and signal strength using the average RSSI from the LoRa-support solar micro-weather station at the mountain edge without rain.
Table 5. Correspondence between distance (d) and signal strength using the average RSSI from the LoRa-support solar micro-weather station at the mountain edge without rain.
Distance (km)RSSI at Mountain Edge 1RSSI at Mountain Edge 2RSSI at Mountain Edge 3
0.6−63 dBm−67 dBm−64 dBm
0.7−70 dBm−70 dBm−69 dBm
0.8−73 dBm−75 dBm−74 dBm
0.9−78 dBm−80 dBm−79 dBm
1.0−80 dBm−79 dBm−83 dBm
1.1−96 dBm−95 dBm−93 dBm
1.2−121 dBm−122 dBm−120 dBm
1.3−129 dBm−130 dBm−131 dBm
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Zhao, M.; Ye, R.-J.; Chen, S.-T.; Chen, Y.-C.; Chen, Z.-Y. Realization of Forest Internet of Things Using Wireless Network Communication Technology of Low-Power Wide-Area Network. Sensors 2023, 23, 4809. https://doi.org/10.3390/s23104809

AMA Style

Zhao M, Ye R-J, Chen S-T, Chen Y-C, Chen Z-Y. Realization of Forest Internet of Things Using Wireless Network Communication Technology of Low-Power Wide-Area Network. Sensors. 2023; 23(10):4809. https://doi.org/10.3390/s23104809

Chicago/Turabian Style

Zhao, Ming, Ren-Jie Ye, Shuo-Tsung Chen, Yen-Chun Chen, and Zi-Yu Chen. 2023. "Realization of Forest Internet of Things Using Wireless Network Communication Technology of Low-Power Wide-Area Network" Sensors 23, no. 10: 4809. https://doi.org/10.3390/s23104809

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop