Next Article in Journal
5G V2X System-Level Architecture of 5GCAR Project
Previous Article in Journal
Sensorial Network Framework Embedded in Ubiquitous Mobile Devices
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Survey on LoRaWAN Architecture, Protocol and Technologies

by
Mehmet Ali Ertürk
1,*,
Muhammed Ali Aydın
2,
Muhammet Talha Büyükakkaşlar
2 and
Hayrettin Evirgen
3
1
IT Department, İstanbul University, 34116 İstanbul, Turkey
2
Computer Engineering Department, İstanbul University-Cerrahpaşa, 34320 İstanbul, Turkey
3
Open and Distance Education Faculty, İstanbul University, 34126 İstanbul, Turkey
*
Author to whom correspondence should be addressed.
Future Internet 2019, 11(10), 216; https://doi.org/10.3390/fi11100216
Submission received: 7 September 2019 / Revised: 11 October 2019 / Accepted: 11 October 2019 / Published: 17 October 2019

Abstract

:
Internet of Things (IoT) expansion led the market to find alternative communication technologies since existing protocols are insufficient in terms of coverage, energy consumption to fit IoT needs. Low Power Wide Area Networks (LPWAN) emerged as an alternative cost-effective communication technology for the IoT market. LoRaWAN is an open LPWAN standard developed by LoRa Alliance and has key features i.e., low energy consumption, long-range communication, builtin security, GPS-free positioning. In this paper, we will introduce LoRaWAN technology, the state of art studies in the literature and provide open opportunities.

1. Introduction

Cost-effective Internet connectivity is an essential issue for the low power embedded devices that are dedicated to a specific task. Conventional wireless communication technologies are insufficient when considered for coverage (communication range), energy consumption and cost. LPWAN aims to solve these problems which can scale and suitable for large-scale deployments for low power end devices. Low Power Wide Area Networks are supposed to operate at low data rates to have kilometer range coverage from dense urban to suburban regions. LoRaWAN, SigFox, NB-IoT, Weightless, and other sub-GHz communication technologies are successfully providing these functionalities, however, LoRaWAN took the attention of organizations, communities, and researchers and have become a popular LPWAN technology [1].
LPWANs have some common characteristic that distinguishes these technologies within traditional communication networks [2]:
  • Low power, the network and end devices should consume low energy.
  • Communication, deployment and management cost is an essential issue since a large number of deployments are considered.
  • From devices to the applications, the whole eco-system needs strong security mechanism.
  • Built-in localization is a plus when indoor deployments are considered.
  • Network deployment in dense urban areas leads radio networks to jam within same or adjacent channels. Robust (interference resistance) modulation is a must.
  • End of the day, nodes generate data and this has to be handled properly.
Several LPWANs emerged on both licensed and unlicensed bands, LoRaWAN, Sigfox and, NB-IoT are widely deployed vital technologies [3].
Sigfox is an ultra-narrow band network that is patented and operated by Sigfox. Sigfox occupies 100 Hz and operates at 433MHz, 868MHz and 915MHz frequencies depending on the geographical regions. Technology has strict constraints on the number of packets (140 per day) and the packet size (12 bytes) to be sent. Also, LoRaWAN has similar policies to prevent network congestion allowing channels to be available only %1 duty-cycle for EU 868MHz (See Section 2.4.7). NB-IoT is an ultra-narrow band technology developed by the 3GPP group which can be adopted on GSM and LTE networks. It occupies 200 MHz bandwidth and can reach up to 200 kbps data transmission speed. Compared to LoRaWAN, Sigfox and NB-IoT operated by global network operators which limit deployments of the private networks [4].
An overview comparison of the three networks is shown in Table 1. When LPWAN characteristics are considered LoRaWAN becomes a strong candidate for both scientific and industrial uses cases.
LoRa referrer to Long Range and a physical layer technology patented by Semtech [5]. LoRaWAN is an open protocol proposed by the LoRa Alliance which enables the MAC layer for the network [6].
In this study, we will introduce the technological aspects of LoRaWAN and the state of art studies fulfilled about LoRaWAN till today. LoRaWAN protocol was first released in 2015 and had a few minor revisions, the differences in the protocol has been highlighted in the relevant subsection. In the survey, we will introduce LoRaWAN in depth both technological aspects and the use cases of its different areas. We categorized literature studies as in Figure 1. Studies are classified as two main sections; network technology and the applications, each section has own sub-branches. The majority of the work is focused on the coverage tests and applicability of the technology for different fields from large scale smart city applications to personal tracking assets. However, there are still gaps in the literature where researchers can address these problems such as post-disaster communication, decentralized networks, network management, and Adaptive Data Rate.
This paper is organized as follows; In Section 2, LoRaWAN technology is explained in detail with two main layers of the network Phy and MAC. In Section 3, different types of LoRaWAN applications are discussed and the most important use cases are highlighted. In Section 4, possible research focus areas are introduced that can help researchers to take action against and Section 5 concludes the paper.

2. LoRa & LoRaWAN Technologies

LoRa is a RF modulation and corresponds to the physical layer in OSI reference model. Whereas LoRaWAN is a MAC layer standard which coordinates the medium. In this section, we will discuss technological apects of both LoRa and LoRaWAN in detail.

2.1. Architecture

Network topology of the LoRaWAN is considered as star-of-stars and from the architectural point of view, the system has three main components (i) network servers, (ii) gateways (GWs) and (iii) end nodes. End nodes communicate with the network server (or data server) via GWs and Node-to-GW communication can be either LoRa or FSK modulation with different data rates and channels. Network servers manage the GWs through standard IP technology and data frames sent through end nodes, received by GWs and routed through the network server [7]. An overview of the LoRaWAN architecture is presented in Figure 2.
LoRaWAN is a MAC layer protocol and aims to solve management issues of the medium and network congestion. Any node using LoRaWAN protocol can benefit the following features provided by the standard;
  • Channel management
  • Energy efficiency
  • Adaptive data rate
  • Security
  • GPS-Free geolocation
Next sections will discuss more details about the protocol.

2.2. OSI Reference Layers

Layered network design provides seamless communication among different network elements. LoRaWAN layers can be mapped to OSI Reference for better understanding underlying technology as presented in Figure 3. Generic LoRaWAN network deployments consist of multiple end-nodes, one or more gateways and at least one network server to run a complete network. LoRaWAN networks are distinguished with classical TCP/IP communication with GWs and end-nodes. Network servers are plain application services that operate over Transport Layer however, all MAC layer functionalities of the whole network are controlled by the Network Server.
LoRa is a Physical layer technology that operates on L1, and the main function is to transmit Application layer data to the medium. LoRa is explained in detail in Section 2.3. OSI reference L2 Data Link Layer matches with the LoRaWAN protocol (Section 2.4), which defines secure medium access and end-node management strategies. Usually, end-nodes do one simple specific task to minimize energy consumption thus, end-nodes perform L1, L2, and L7 functionalities in OSI reference. GWs are the links between the end-node and the network server. Network Server is the main factor that controls the medium.

2.3. Physical Layer-LoRa

Long Range (LoRa) is a physical layer technology introduced by Semtech and intellectual property rights of the modulation are held by the company [5].
LoRa modulation extends the traditional Spread Spectrum principles to reduce the amount of energy required to transmit bits over the channel. The Data Rate (DR) in attainable communication can be computed from the bandwidth BW (Hz), the Spreading Factor (SF), and the Coding Rate (CR).
The LoRa modulation has better performance than Frequency Hopping techniques in managing interferences. The modulation can tolerate interferences of arbitrary power levels up to 30% of the symbol length with less than 6 dB sensitivity degradation [5].
SF is the key variable that ensures the quality of service. When using the lower range of SF values, the data rate is very high and air time is low. The higher SFs extend the range but limit the Quality of Service. SFs from 7 to 12 allow orthogonal communications, i.e., different networks can speak simultaneously on the same frequency band without interfering. Table 2 presents SF values against Chirps/Symbol and Demodulation SNR. SF LoRa modulation is based on the representation of each bit of information by multi-chirps information [5,8].
The data transmission rate and the SF relationship is defined as below. Symbol rate (RS), bandwidth (BW), and the spreading factor relationship are defined in Equation (1).
Equation (1) defines the data transmission rate and relationship between SF, Symbol Rate (RS), bandwidth (BW).
R S = B W 2 S F
LoRa frame format can be either implicit or explicit where explicit packet includes a short header containing information about the bytes, CRC and coding rate used in the frame. LoRa frame format is given Figure 4. In most cases, coding rate and CRC are known and don’t change, it doesn’t necessary to specify the values, this scenario is called implicit header mode.
Frame air time is an important issue for real-time applications. Given CR, SF and BW time required to transmit a LoRa frame can be computed [8], which is the sum of the transmission time of the preamble T p r e a m b l e and the payload T p a y l o a d as defined in Equation (2):
T f r a m e = T p r e a m b l e + T p a y l o a d
T p r e a m b l e is depended on the T s y m which is given by Equation (3) and programmable length of modem registers n p r e a m b l e in Equation (6) and LoRaWAN 1.0 specifies default preamble value as 8:
T s y m = 1 R S
T p r e a m b l e = ( n p r e a m b l e + 4.25 ) T s y m
Frame transmission time is depended on payload size n p a y l o a d which is calculated using Packet Length P L (number of bytes), Implicit Header I H , Low data rate optimization D E and Coding Rate C R = { 1 : 4 / 5 , 4 : 4 / 8 } . I H is 0 if the header is enabled, otherwise 1. Implicit header reduces packet size by using predefined C R and C R C configurations, otherwise, these values are included in the frame header. If a low data rate is enabled D E value is set to 1.
n p a y l o a d = 8 + m a x c e i l 8 P L - 4 S F + 28 + 16 C R C - 20 I H 4 ( S F - 2 D E ) ( C R + 4 ) , 0
T p a y l o a d = n p a y l o a d × T s y m
Given Equations (2)–(6) it is possible to calculate frame air time for a single LoRa frame. Using this mathematical model LoRa frame air times are evaluated using S F = { 7 , 8 , 9 , 10 , 11 , 12 } in terms of payload size and the B W . The results of the simulations for different configurations are available in Figure 5, Figure 6 and Figure 7. We can conclude that LoRa frame air is highly depended on the SF values. Higher the SF values (such as S F = 12 ), higer the frame air time.
To evaluate LoRa frame transmission performance we have implemented a testbed environment in our previous work [9]. The testbed includes Semtech SX1272/76 chipsets, a GW and a network server. Mathematical Equation (2) and testbed results are evaluated in terms of frame transmission times in Figure 8. Dashed lines represent the mathematical model where solid lines are real testbed results.
Obtained data proves that both testbed and mathematical models are almost identical. We can conclude that this model could be used to simulate LoRa modulation and other LoRa based systems

Related Work

Operating at ISM band frequencies, LoRa modulation attracts attention from the academic and industrial community. This led researchers to study different aspects of the LoRa modulations; such as communication range (coverage), interference, link quality, and other performance metrics.
Researchers performed LoRa coverage tests in different regions to analyze the boundaries of the modulation. Jörke et al. [10] make a LoRa analysis for 433 and 868 MHz using a testbed at Dortmund/Germany to test different frequencies and performance with field tests. Petajajarvi et al. [11] test LoRa coverage for Oulu/Finland to range limits of the modulation and aims to find an attenuation model. Results given by the study show that 80% of the frames are received successfully up to 5 km and 60% of the frames are delivered correctly up to 5–10 km. The most of frames sent over 10 km were lost. The above water surface communication range could be up to 30 km. Oliveira et al. [12] aim to measure the impact of structures for LoRa communication range, the study obtains 5.6 km and 2 km ranges in suburban and urban areas. LoRa and FSK are compared analyzed for IoT applications for smart cities by [13]. The author presents that LoRa performs much better when compared to FSK in most scenarios and highlights of successful transmission ranges up to 10 km in suburban scenarios. Also, other researchers illustrate that LoRa can provide long ranges with different environments [14,15,16,17].
Comparative coverage analysis is also studied and cross-technology comparisons are performed. Vejlgaard et al. [18] simulate LoRa link budget using existing 2G, 3G coverage data and compare results with Sigfox, NB-IoT. Also, in the study, a model is presented to estimate uplink probabilities. It is highlighted that LoRa has lower blocking probabilities than Sigfox, however, Sigfox has better uplink performance. Similar cross-technology coverage studies are performed by Lauridsen et al. [19], in Denmark for Sigfox, LoRa, GPRS, and NB-IoT. In the study, all compared LPWAN technologies have less than 1% outage for outdoor deployments.
As show from studies from 2 km to 30 km point to point LoRa communication is possible and this results in approximately 12.5 km 2 to 2827.4 km 2 area of coverage.
Dimayuga et al. [20] develop an error detection technique for LoRa based sensor nodes and model is implemented on MSP430 processors.
A physical layer study for implementing a power amplifier for LoRa [21] and LoRa compatible CMOS design is presented by the authors [22].
Finding an optimum configuration for the LoRa to increase performance is a challenging task, with the studies carried by Bor and Roedig [23] aim to find optimum tx power for nodes to optimize node energy consumption. Qin and McCann [24] performed a LoRa uplink analysis, channel assignment and power allocation issues with a model. Also, similar link analyses addressed by different researchers [25] and evaluated with simulations.
LoRa is a sub-GHz technology and it has many application areas, authors [26] aim to analyze fading and path loss of the technology for smart animal tracking.
LoRa is a Chirp Spreading Spectrum (CSS) technology that provides LoRa to be resistant to interference, this feature is analyzed by the paper [27] to illustrate how the gain of the chirps can be set independently with the number of orthogonal chirps. Also, it is shown that orthogonal CSS is more flexible for various applications.
Since IoT deployments are increasing both urban sub-urban areas, LoRa deployed IoT-nodes will face high interference. Angrisani et al. [28] take attention to the issue and aim to analyze protocol performance. It is shown that even high interference scenarios LoRa provides robust communication links. Mikhaylov et al. [29] present a work to validate channel orthogonality within different SF values using testbed experiments. Also, LoRa GFSK mutual interference is evaluated by the study. Also, interference studies carried out for different regions in North America—915 MHz and it is proven that 915 MHz in North America can achieve higher throughput than EU 863–870 MHz [30].
ISM frequency bands give researchers, hobbyists and makers flexibility to use and develop RF protocols. This advantage brings a downside to co-existing communication technologies for interference. Orfanidis et al. [31] inspect the IEEE 802.15.4 and LoRa for cross-technology interference using different BW and SFs. Respectively LPWAN and other sub-GHz radio technologies operating at the near frequency can cause interference to each other these issues addressed by works of the authors [32,33].
Performance of the LoRa technology is analyzed for different types of application scenarios such as Smart Grids. Barriquello et al. [34] evaluate LoRa for rural smart grid application for network coverage and path losses. According to the study, it is reported that the packet success ratio ranges from 0.9–0.95 which is a feasible technology in most Smart Grid applications.
An interesting signal measurement is performed by Radcliffe et al. [35], where authors track human movements (mainly walking) within an area with LoRa. According to the study, it is not feasible to track a person on the streets in an Urban area. Unlike the theoretical range 25 km, the authors claim that 200 m is the successful packet reception range and packet loses start at 600 m.
A prorogation analysis presented by Xue-fen et al. [36] using LoRa for underground soils and, the electrical conductivity of soil is evaluated. It is shown that rain has effects on the successful packet reception ratios and also, the performance of the system decreases during heavy rains.
A spread spectrum analysis performed at 2.45 GHz using LoRa modulation by Wendt et al. [37].
868 MHz & 915 MHz require 8.1 cm and 7.9 cm long antenna to have proper signal reception and transmission. Researchers address this issue to provide compact [38], wearable [39,40] and electrically configurable patch [41] antenna solutions.
μ PnP is a plug and plug system for IoT platforms.Ramachandran et al. [42] aim to add LoRa technology to provide sensor based IoT platform.
While a large number of studies focus communication range in LoRa, indoor performance analysis is a fact that to be considered. Researchers Ayele et al. [43] and Erturk [44] address this issue and provides LoRa metrics for indoor use cases for various indoor scenarios. Gregora et al. [45] evaluates indoor signal propagation and it is shown that packet loses increase when the building or structures get complicated.
Radio-based wake receivers are evaluated by Aoudia et al. [46] to eliminate idle listening. Authors present a scheme to solve latency and power consumption and analytical results show that 3000 times energy savings.
Since LoRa modulation is patented this resulted in the search of alternative modulation methods to replace LoRa [47]. Thus, the authors offer a FSK mathematical model that aligns with LoRa which is intended to be an open alternative.

2.4. MAC Layer—LoRaWAN

LoRaWAN is a layer two protocol to provide LoRa end devices Adaptive Data Rate (ADR), Security, GPS-free Geolocation, Channel Access and Energy Saving functionalities. LoRaWAN is introduced by LoRa alliance [7,48,49,50,51]. By version 1.1 LoRaWAN supports roaming and adds additional security features to Class B (see Section 2.4.1 for LoRaWAN classes). Regional parameters are specified by a companion document [52].
LoRa and other narrowband technologies have to be efficient that’s any overhead will cost more energy or latency (frame air time Figure 8). To overcome this problem LoRaWAN uses a quite simple channel management strategy to keep end devices to be cost-effective. LoRaWAN adopts pure Aloha [7] with additional ACK mechanisms to simplify medium access control. MAC layer protocol defines one mandatory and two optional classes for different possible use cases and an overview of this class representations is presented in Figure 9.

2.4.1. LoRaWAN - Classes

LoRaWAN has three main channel access strategies grouped as Class A, B and, C. Class A is mandatory and all end devices have to implement protocol specification defined by [7]. Table 3 presents a brief info about the classes.
LoRaWAN adopts ALOHA-type random access to keep network complexity as simple as possible and maximize energy saving. In Class A devices, downlink (DL) is controlled by the end node and devices don’t have an active DL receive windows. Only two DL receive windows are activated after an uplink (UL) transmission performed. Any packet to be transmitted from GW to the node have to wait next UL message. Thus, Class A devices are the most energy efficient.
Class B devices control the receive windows with pre-determined time slots and end devices open DL windows only scheduled times. End-node timers are controlled Beacon frames by the gateway.
Class C devices are the least efficient devices since DL receive windows are always active. Class A and B devices are higher latency when compared to Class C nodes.

2.4.2. Physical Message Formats

UL messages are transmitted from end nodes to the medium and received by the all GW in range. The network server eliminates duplicate frames and the single packet is processed.
UL messages use explicit mode in LoRa modulation as described in Section 2.3. UL frame format is shown in Figure 10.
DL messages are sent from the network server to the devices through the GW. DL messages are sent to one single end node. LoRaWAN is a single hop protocol and does not support routing or multi-hop packet delivery. DL frame format is shown in Figure 11.
Receive windows is a slotting access control initiated via a UL message from the end-nodes. First DL receive window RX1 is opened until RECEIVE_DELAY1 seconds (+/−20 microseconds) using the same channel as shown in Figure 12. RX2 has a configurable data rate and frequency via MAC commands.

2.4.3. MAC Message Formats

LoRaWAN frame format is given in Figure 13. MAC Header field (MHDR) has MType field to distinguish different MAC messages given in Table 4.
Join Request and Accept messages are used by the Over The Air Activation (OTAA) process. Data messages can be either MAC Commands or Data messages. Unconfirmed messages do not require any Acknowledgment (ACK) mechanisms to check message delivery.

2.4.4. MAC Commands

LoRaWAN protocol runs a simple control mechanism to coordinate the medium and end-devices through the commands presented in Table 5. MAC commands are identified by an octet identifier called CID (Command Identifier). Each command has a predefined length and has to be identified implicitly by the implementation.
L i n k C h e c k R e q command is used by end-device to validate network connectivity. L i n k C h e c k A n s is replied by the GW including GwCnt indicating the number of GWs received the request successfully.
L i n k A D R R e q is sent from GW through the nodes to adopt a data rate. ADR (Adaptive Data Rate) message contains DataRate and Tx output power TXPower with region specific values. Also, usable uplink channels are encoded using ChMask field in the message. L i n k A D R A n s is sent by end-devices indicating that weather requested DataRate, Tx Power and requested channel states are discarded or successfully implemented.
Maximum aggregated (Equation (7)) Duty Cycle is controlled through the D u t y C y c l e R e q request and message contains MaxDCycle in range [0:15] field to be implemented for all sub-bands as. 0 indicated that there is no duty cycle limitation and 255 is off switch to turn off the remote device immediately.
A g g r e a g e d d u t y c y c l e = 1 2 M a x D C y c l e
D u t y C y c l e A n s is a reply to D u t y C y c l e R e q without any payload.
R X P a r a m S e t u p R e q controls the second receive window (RX2) data rate and the frequency for each uplink. R X P a r a m S e t u p A n s contains status bits indicating that configuration is successful or invalid.
D e v S t a t u s R e q is an empty message is used to check the status of end-devices. End-device replies the message with battery level, modulation margin of SNR ratio with D e v S t a t u s A n s .
The Network Server can modify an existing channel or add a new one with N e w C h a n n e l R e q request. The message contains central frequency and range of usable data rates as shown in Figure 14. According to the protocol end-devices have to handle 16 different channels indexed through 0 to N − 1 where N is the number of default channels. ChIndex is the index of the channel being configured. Freq field is 24 bit unsigned integer to refer actual frequency (100× Freq). Below 100 MHz reserved for future use cases so, the frequency can be set through 100–1670 MHz with 100 Hz steps. if Freq value set to 0, the channel is disabled. DrRange subfield (in Figure 15) in N e w C h a n n e l R e q specifies the permitted data range for the given channel with 4 bit indexes. DrRange field has min and max data rates referred to as MinDR, MaxDR. DrRange = 0 × 50 refers to DR0/125 kHz–DR5/125 kHz are available.
End-device sends an ACK frame ( Figure 16 ) indicating the status of the N e w C h a n n e l R e q request either successful or not.
The delay between uplink Tx and the first reception window is configured with R X T i m i n g S e t u p R e q message. The second reception window is opened after one second of the first window.

2.4.5. Class B: Synchronized Reception Window

Class B device specification aims to solve limited DL message in Class A by using a synchronized reception slot. In Class B, GWs transmit a broadcast message to the nodes a timing reference. End-nodes use this reference to open the reception window which is called "ping slots" to initiate DL reception process.
All nodes in the network have to implement Class A and start the network with the same joining process. If an end-device decides to operate as Class B devices it has to follow these steps:
  • The node makes a request to operate as Class B mode and searches for a beacon. The beacon can be found B E A C O N _ L O C K E D or not B E A C O N _ N O T _ F O U N D with the help of BeaconTimingReq message.
  • The node selects an appropriate ping slot data rate and slot period depending on the signal strength and battery level.
  • Class B mode is controlled over FCTRL field of every UL frame transmitted by end-device.
  • End-device periodically reports its location and DL route to the network server.
  • If no beacon frame received for given time [7], devices fall back to Class A device.
Beacon periods and timing references are briefly presented in Figure 17. Class B MAC commands are described in Table 6.

2.4.6. Class C: Continuous Listening Nodes

Class C devices implement mandatory Class A reception window mechanism and these devices keep reception windows open after seconds delay RECIEVE_DELAY2. This process is shown in Figure 18.

2.4.7. Channel Access

LoRaWAN controls how devices access to the medium by duty-cycle limitation. Each sub-band has to wait for T o f f s u b b a n d duration to transmit the next frame. Nodes can still use different sub-band while waiting for previously available sub-band.
T o f f s u b b a n d = F r a m e A i r T i m e D u t y C y c l e s u b b a n d - F r a m e A i r T i m e
For 868 MHz duty-cycle limitation, 1% and it corresponds to 36 s. The first three channels 868.1, 868.3 and 868.5 reserved for control commands and should be implemented by all end nodes.
The protocol has two activation processes for nodes to participate in the network; (i) Activation By Personalization (ABP) and (ii) Over The Air Activation (OTAA) which will be discussed in Section 2.6.

2.4.8. Adaptive Data Rate (ADR)

The protocol supports a built-in Data Rate control mechanism which enables end-nodes to be configured with different data rates depending on the network condition. However, the protocol doesn’t define an algorithm to control node transmission rates, the network server has to implement depending on the conditions.
Aim of ADR to reduce frame transmission time since nodes closer to GWs can use lower SF values and have higher transmission rates that will reduce channel usage and energy consumption.
ADR Process is initiated by L i n k A D R R e q command given parameters in Figure 19.
An ADR mechanism is illustrated by The Things Network (TTN is introduced in Section 3.2) [53]. The method is publicly available [54], and calculates the optimum data rate through 20 most recent UL measurements. It includes a frame counter, SNR and number of GWs that UP link received. When ADR is determined, the system starts a new measurement process to determine the next ADR value.
ADR is an important feature in LoRaWAN networks to control coverage, interference and energy consumption. However, ADR hasn’t been investigated fully by the researchers yet.

2.4.9. GPS-Free Positioning

LoRaWAN networks support geolocation without any hardware dependency using Received Signal Strength (RSSI) or Time Difference of Arrival (TDOA) methods from 200 m to 20 m resolution. It is not necessary to have any specific frame or protocol message, any data frame received by at least 3 GWs are enough to determine the location of the end-node.
An overview of the architecture is shown in Figure 20. Since GPS coordinates of the GWs are known and fixed, by using TDOA node location can be extracted by GeoLocation solver.
Since GPS modules are energy hungry and have additional hardware costs, LoRaWAN’s builtin GeoLocation functionality becomes an efficient alternative. The resolution of the system is highly depended on the GW deployment density.

2.4.10. LoRaWAN v1.0–1.1

First stable version of the protocol (LoRaWAN v.1.0) released in 2015 [7]. In the following years, LoRa alliance released a few minor updates to the standard [48,49]. The two most important updates are LoRaWAN v1.0.3 [50] adds full support of unicast & multicast Class B devices and LoRaWAN v1.1 which enables handover roaming and enhancements in security [51].
Security enhancements are handled in Over-the-Air Activation (OTAA) procedure by JoinAccept MIC to prevent replay attacks. Also, new Session keys, ReJoin-Request messages are introduced.
Roaming is a key feature introduced in version 1.1 which enables LoRa nodes to benefit from multiple Network Servers. In addition to the protocol specification, LoRa Alliance introduced LoRa Backend Interfaces Specification document [55]. Since multiple network servers are involved in the roaming process, the document addresses Over The Air Activation and Roaming procedures of end-nodes. These include;
  • Passive and Handover Roaming for existing sessions
  • Activation of New Roaming based on Passive and Handover Roaming

2.5. Energy

LPWANs built on the communication range and energy efficiency, this has been investigated among other narrowband technologies. LoRaWAN Class A devices are designed to be the most energy efficient modes of the protocol. Since DL procedure is initiated by successful UL transmissions, end-nodes don’t require power during sleep mode for network operations. Class A devices intended to send a few packets (i.e., 3 packets per day), LoRa transceivers are not active frequently. Despite efficient protocol design, energy consumption highly depended on the hardware implementations.
Semtech SX1272/76 transceivers are the first market-ready chips that have been actively used LoRa end-node manufacturers. According to the datasheets, SX1276 has 100 mW constant RF output at +20 dBm and can have high sensitivity down to −148 dBm [8]

2.6. Security

LoRaWAN has built-in security to protect network protocol and user data. Data through node-to-application and note-to-network-server are protected by AES 128 encryption by four components:
  • DevAddr: a 32 bit device identifier.
  • AppEUI: an Application unique identifier which as IEEE UI64 address space.
  • NwkSKey: a Network session key used to encrypt end-device to network-server communication.
  • AppSKey: an Application session key (AES-128 key) used to protect application specific data.
LoRaWAN supports two main end-device activation methods (i) Over-the-Air Activation (OTAA) and (ii) Activation by Personalization (ABP).

2.6.1. Over-the-Air Activation (OTAA)

End-devices require to join the network before the application specific data transmission stage. End nodes initiate the activation process with an unencrypted Join Request, with AppEUI (8 octets), DevUI(8 octets) and a DevNonce (2 octets). DevNonce is a randomly generated and GW keeps tracks of these values for each end-node.
If the network server replies to the Join Request with a Join Accept, end-node is allowed to join the network. Unanswered messages yield that end-node cannot participate in the network.
Join Accept message contains; a random AppNonce (3 octets), Network Identifier—NetID (3 octets), an end-node address—DevAddr (4 octets), a delay RxDelay between TX and RX(1 octet), DL configuration parameters DLSettings (1 octet) and optional channel frequency list CFList.
Initial Join Request message sent from a node is unencrypted, however, the response message from Network Server (Join Accept message) is encrypted with AppKey. NwkSKey and AppSKey are calculated as follows:
N w k S K e y = a s e s 128 _ e n c r y p t ( A p p K e y , 0 x 01 | A p p N o n c e | N e t I D | D e v N o n c e | p a d 16 )
A p p S K e y = a s e s 128 _ e n c r y p t ( A p p K e y , 0 x 02 | A p p N o n c e | N e t I D | D e v N o n c e | p a d 16 )

2.6.2. Activation by Personalization (ABP)

In ABP mode, end-devices store DevAddr, NwkSKey, and AppSKey to eliminate Join Request/Join Response stages. These devices can directly communicate with the Network server with given keys. Storing and securing critical keys is a vital task, any hardware attack can compromise these keys and unwanted network access may occur. Also, ABP strictly binds end-nodes to the specific Network Server where these types of devices cannot benefit roaming features available since LoRaWAN v1.1.

2.6.3. LoRaWAN Simulation

LoRaWAN designed to simplify Medium Access Control (MAC) to reduce complexity on the network and the end-nodes. However, this approach may lead to performance issues when a high number of active nodes participate in the network. For these reasons, we have implemented a MAC layer simulation of the protocol using Matlab to test efficiency. Simulation is configured as follows;
  • Each node is configured to simulate only Class A devices.
  • Each node is configured to send packets ranging from 10 to 50 bytes (plus 14 bytes protocol overhead).
  • Each node is configured with random 7–12 SF values.
  • Nodes has always a packet to transmit after T o f f s u b b a n d time if there are no collisions. Equation (8).
  • Frame air time is computed using Equation (2).
  • Nodes are distributed to have a communication range with the GW. Ex. Figure 21.
  • The GW is placed in the center of the simulation area. Ex. Figure 21.
  • Simulation runs with single GW and it has 4 different sub-bands { 1 , 3 , 6 , 12 } configuration.
  • Simulation is configured to simulayte a complete year (365 days).
Also, we assume that the network runs only unconfirmed messages and nodes activated using ABP with predefined keys. Obtained results are presented in Figure 22. According to the simulation data, the node count directly affects the successful packet transmissions. This outcome can be improved by partitioning the network with small cells with multiple GW.

2.7. Related Work

In this section, we will discuss the state of art MAC layer researches.
Adelantado et al. [56] summarize LoRa, LoRaWAN application scenarios with open search areas. Similar studies exist to overview the technology [57] and to highlight the bottlenecks [58].
LoRa channels are orthogonal and provide interference-free communication using the same channel with different SF values. Georgiou and Raza [59] focuses on interference which is unique to LoRa networks which they call co-spreading factor interference. In the study, using single GW a mathematical tool is presented the evaluate UL and coverage of the network. Authors use Stochastic Geometry to model uplink coverage with a spatial distribution of the end-nodes. It is shown that LoRa networks are resistance to cumulative interferences. And, Ferrari et al. [60] analyze interframe spacing and interference with co-channel in LoRa. Using the same SF with min overlapping and PER is evaluated up-to 100%.
LoRaWAN link capacity is studied with a single node by Mikhaylov et al. [61] and in detail, results are shared. The study shows that UL capacity is limited to 2 kbit/s and highly related to the distance between node and GW.
An interference modeling using frequency and time domain is presented by Li et al. [62] to compare LWPANs. Model is based on card toasting and in the study, Sigofx and LoRaWAN are selected and analyzed. Given the model in the study, it can be used to solve LPWAN deployments and MAC layer problems.
The MAC layer of the protocol has been investigated by researchers to model channel access strategies for different LoRaWAN Classes. Since Class A is mandatory for all LoRaWAN devices, performance evaluation of the channel is highly investigated. By Centenaro et al. [63], Class A, uplink message performance is analyzed and the presented model is compared with ALOHA for model validation. Sørensen et al. [64] analyze the LoRaWAN Class A, UL performance in-terms of collision latency in a regulated duty cycling. A realistic Class A, MAC layer bounds analysis is performed by the authors [65] to model the channel. Also, Accettura et al. [66] developed an ALOHA based channel access model and tested with Python based simulation(LoRaWAN-sim) for model validation with realistic duty-cycle restrictions. ALOHA based mathematical models help to estimate error rates for LoRaWAN including Acknowledgment mechanisms [67].
Delobel et al. [68] analyze and outline the limitations of the Class B devices. The communication delay is evaluated with different parameters and a Markov Chains DL model is presented.
A realistic traffic generation is studied by Gupta et al. [69] for LoRaWAN networks. Using generated traffic, interference in node-to-GW radio communication is evaluated. According to the study, sudden data burst affects the GW.
LoRaWAN’s built-in ADR (Section 2.4.8) is extended with SNR margin estimation algorithms. The presented model evaluated with The Things Network (Open Source LoRaWAN infrastructure provider) coexisting algorithms.
LoRaWAN is considered as star-of-stars network topology and only a single relay (which is GW) is used to access nodes. Alternative approaches are still under consideration to extend this behavior. Liao et al. [58] aim to bring multi-hop networking LoRa for better performance indoor uses cases for CT (concurrent transmissions) flooding mechanism. In the study, the authors analyze the physical layer effects of CT scenarios. Cross technology integration is an alternative approach to provide new MAC functionalities. A LoRa - WiFi bridge for flexible use cases are presented by Oliveira et al. [70]. Multi hope mesh network design has been studied [71,72,73] by many researchers and alternative methods presented for content forwarding [74] and distributed channel access [75].
Beside multi-hop MAC layer studies, more interoperability work efforts exit to integrate 6LowPAN and IPv6 [74,76]. In [77], a Contiki OS based implementation is evaluated for IPv6 efforts.
A Delay Tolerant Network perspective is investigated with LoRa and WiFi by the authors [78]. Both wireless technologies are analyzed in terms of latency, packet delivery ratio, buffer usage and message TTLs (Time To Live).
An experimental study is carried on LoRaWAN networks to handle sensor data as a backhaul network [79]. Using Tx and Rx timing, packet arrivals are measurements to evaluate proposed system stability.

2.7.1. Security

There are only a few studies address the LoRaWAN security [80,81]. Studies focus on the most important and the least secure stages of the LoRaWAN network protocol which is activation process [82]. Na et al. [83] penetrate the network to gain network access with sniffing unencrypted join requests in OTAA and replaying these packets to the GW. Also, Join Procedure misusage can lead to the network server to be unavailable for a time period (Denial of Service - DoS). Tomasin et al. [84] present that DoS attacks can be performed when considered the randomness of the DevNonce. An attack can keep an end-node to out of service by using this approach.
Lee et al. [85] aim to attach extra information LoRaWAN payloads without decrypting messages using bit-flipping attacks. According to the study, Message Integrity checks can be bypassed using brute-force. Alternatively, a shifting method is presented to prevent bit flipping.
LoRa itself can be used as a plain radio communication which has no security procedures. Kim and Song [86] present an architecture for point-to-point LoRa communication.
A distributed digitalized ledger technology Blockchain has an increasing momentum store any kind of data in a secure manner. Blockchain and IoT integration have been studied and an alternative architecture is presented by Özyılmaz and Yurdakul [87]. The authors aim to integrate Blockchain to LoRaWAN infrastructures.
Xu et al. [88] address PKI (Public Key Infrastructure) issues on resource constrained environments and offer alternative wireless key generation schemes to the problem. According to the results of the study, the presented schema can achieve 128-bit key generation up to 18 bit/s in stationary and 31 bit/s in mobile situations. Authors do not consider how network congestion will affect key generation methods.
Blockchain technology has become an important player in cybersecurity and traditional centralized methods replaced with decentralized techniques. One of the projections of Blockchain applications is presented by Ozyilmaz and Yurdakul [89] which study tells us, LoRa enabled IoT data can be stored in a secure distributed system which will ensure distributed denial of service attacks (DDOS).

2.7.2. Energy

Morin et al. [90] evaluate IoT communication technologies (802.154/e, BLE, 802.11, 802.11 ah, LoRa and Sigofx) for battery consumption with a realistic energy models. The considered network is limited with single hope and 802.1ah and Bluetooth Low Energy (BLE) multi hope scenarios are ignored. The model accounts for frame retransmissions due to collisions or external effects on the network. Study accounts TX, RX, and sleep modes of IoT platforms while calculation of the devices. To keep calculation simple, the authors omit security and other MAC overheads. Results revile when BLE offers the best performance when high traffic applications and LoRa has better performance ultra-low traffic. Kurtoglu et al. [91] compare ZigBee and LoRaWAN energy efficiency and it is highlighted that LoRaWAN networks are a higher advantage and can be run with solar energy since the presented network uses 6 Joules per day.
LoRaWAN Class A devices optimize the energy with controlling the DL receive windows. In most cases selected TX parameter directly affects the battery usage of the end-devices. Haghighi et al. [92] present a game theoretical approach to selecting the configuration to decrease energy consumption while maximizing the throughput.
Costa et al. [93] aim to calculate frame transmission cost in terms of Joule and present a model for channel based energy consumption. It also offers a calculation for a lifetime of a LoRa battery. The model is not validated with a real testbed.
Researchers working on different aspects of energy efficiency such as amplifier design [94], on/off switches to save energy for remote systems [95], tracking systems [96], solar power monitoring systems [97] and running end-devices energy gained through bridge seismographic movements [98]. Spectrum usage, bandwidth and battery usage analysis are evaluated among LPWAN technologies; LoRa, Sigfox, Weightless, LTE-M, NB-IoT [99].
Mikhaylov et al. [100] combine Multiple Radio Access Technologies (RAT)on a single IoT board to provide energy efficient IoT platform which can be used for general purpose applications. NB-IoT and LoRaWAN are selected and radio modules can be configured to transmit data sequentially or in parallel. Both single and combined use cases of the RAT evaluated in terms of energy consumption. The result indicates that Multi RAT platform is more efficient where, the total energy consumption of single RATs has 1005.56 mW, parallel Multi RAT has 941.58 mW and sequential Multi RAT has 738.5 mW.
A Far-Field Wireless Power Transfer (WPT) sensor node is developed and integrated into a LoRa based system to measure temperature and humidity remotely [101]. It is shown that battery free sensor implementations will increase the use of cases of LPWAN. LoRaWAN fits well with real battery constrain applications both for UL and DL data transmissions.

3. Applications

LoRaWAN aims at becoming the de facto wireless connectivity standard for the Internet of Things (IoT) applications. Providing services that span areas ranging kilometers and to be implementable in devices that operate requiring very low energy is promising among industry and academia.
In our previous work [9] have introduced how e-Health application can be adopted with LoRaWAN and evaluated the performance of the time critic data transmissions. Since the protocol released in 2015 [7], a high number of IoT application has been powered by the LoRaWAN protocol. In this section we will cover a variety of LoRaWAN based applications and Network Servers available today.

3.1. LoRaWAN Applications

It is not limited but, Smart Cities, Smart Farming, Environmental Monitoring, Smart Grids, and e-Health are the most common application areas for the LPWAN technologies.
IoT monitoring applications are becoming an important part of our lives since most of the systems rely on these network data. When deployment costs are considered having a long life LoRaWAN equipped IoT devices becomes a feasible solution. Lee et al. [102], a LoRa based application for monitoring environmental changes presented. The designed system is capable of keeping track of floating-point cases for rivers and the seas. Guibene et al. [103] share the results of the LoRa river monitoring system with air and water temperature, river depth, solar/battery performance, and barometric pressure. Almeida et al. [104] aim to solve multi-technology environmental monitoring in Smart Cities such as both static and moving elements, such as cars, bicycles, aquatic and aerial drones. Air pollution monitoring for Smart Cities is illustrated by the authors Rossi and Tosato [105] and Liu et al. [106]. By Li et al. [107], LoRa is analyzed for sailing monitoring systems and PER are evaluated. Obtained results show that, while moving with 20 km/h average speed, the frame loss rate is 0.34% within the range of 400 m. Wotherspoon et al. [108], a wildlife monitoring system has purposed using LoRa and shown that it can achieve up to 2% frame loss with a 5.5 km range with a power of 20 dBm. Also, other monitoring studies such as landslide [109,110], anomaly monitoring and detection in infrastructures [111]
Bellini and Amaud [112] presents a Smart Farming application to detect the heat of the cattle using LoRA. According to the study developed system can stay online up to 5 years with 400 mAh over 10 km range. An agricultural use cases for monitoring crops [113], rice fields [114] and plant water controlling systems are [115,116,117,118] discussed. Kontogiannis [119] purpose a low power Beekeeping system to monitor temperature, humidity and control security of the hives through LoRaWAN.
Car parking and monitoring [120], traffic lights [121] and traffic light congestion [122] monitoring systems are purposed as Smart City applications. Loriot et al. [123] make field test for a Smart Campus application in North France called SunRise with outdoor and indoor usages. A solid waste management system and its is implementations are discussed by Bharadwaj et al. [124] and it is argued that RF Mesh networks can be useful for private scenarios, however, when inter-probability is in mind LoRaWAN is the feasible solutions. iCar [125], is another Smart City application focused on public and driver safety by tracing diagnostic information of the car. A cost-effective bus tracking system can be implemented using LoRa over Wi-SUN [126].
LoRaWAN also took the attention of the industry, where Smart Grid applications and LoRaWAN integrations are evaluated in recent studies. Terashmila et al. [127] analyze LoRa, Radioteletype, and VHF wireless technologies for controlling remote SCADA systems in an energy efficient manner. Results of the show that LoRa is the only feasible solution. A technological comparison of RF Mesh and LoRaWAN has presented by [128]. Also, it is possible to track electrical vehicle charging stations using LoRa [129].
Our previous work focused on developing an e-Health device to test if LoRaWAN is the right solution for the e-Health application [9]. As outlined in the paper Frame Air Times and moderated duty-cycles are a critical bottleneck for real-time patient tracking. However, this communication technology can be enough to keep track of measured data on a timely basis such as glucose levels or weight ... etc. Another work has been published by [130] and communication ranges are tested in the study up-to 33 km 2 coverage areas are reached in rural test cases. Mentally disordered patients can be tracked using LoRa based communication technology [131]. Also, Petäjäjärvi et al. [132] address the health and well being monitoring systems using testbeds. Study shows that sent frames are received by GW with a ratio of 96%.
Different work effort put such as generic sensor framework [133] for IoT, analysis of LoRa for smart metering [134,135], undermine and soils [136,137,138,139], propagation analysis of indoor (Smart Buildings) [140] and campuses [141], industrial use cases [142,143], aerospace [144] and satellite communications [145], verticular smart city applications [146], remote on/off switches [147], multi hop monitoring system [148] and enegery efficient monitoring systems [149], military use cases for troop tracking [150] and public use case for tracking kids [151].

3.2. LoRaWAN Network Server

The Network Server is the heart of the LoRaWAN protocol, where all MAC functionality controlled by the Network Server. Network Server is the termination point of the LoRaWAN MAC layer for the end-nodes and responsible for [51,55];
  • Managing all MAC layer functionality,
  • Managing Join Request and Join Responses and Roaming
  • End-node address control,
  • Frame counter and authentication controls,
  • Acknowledgment mechanism,
  • Data rate adoption (or ADR)
  • Data delivery to Application Servers,
  • Data delivery to end-devices from Application Servers.
This section will embrace different LoRaWAN Network Servers and tools available today.
Growth in the IoT ecosystem led the increase in the communities where individual volunteers share their knowledge, interest, infrastructure (internet connection) and other resources ... etc. with public usage. The Things Network (TTN) is one of the well known IoT community which aims to build open global LoRa community to provide wide coverage [53].
TTN has both free and commercial solutions, however, providing free Network Server took the attention of hobbyists, researches and makers to dive into LoRaWAN quickly. The community has help and support documents, forums and volunteers that help each other. Also, TTN Network Server is available as open source [152] to start private LoRaWAN Networks.
An alternative open protocol OpenChirp is presented by Dongare et al. [153], which has a purpose to provide simplified LoRaWAN network services such as; data serialization, meta-data, and time series data storage.
A flexible open source LoRaWAN Network Server project is sponsored by CableLabs [154], which has Web user interfaces and also RestFul API support for network management.
Besides open soruce solutions, there are serveral commertial products available through companies Actility [155], Ublsoftware [156] and LORIOT [157].

4. Future Work & Research Directions

In previous sections, we have introduced the LoRaWAN and related work is done until today. It is obvious that the most majority of the researches are performed on coverage test and how far a LoRaWAN frame can be transmitted. We can conclude that modulation is proven and other research paths should be followed.
LPWANs are fairly new and there are challenging issues awaiting to be addressed. We have covered the LoRaWAN protocol in previous sections. The protocol is driven from Aloha which is fairly simple to implement however, it has some drawbacks when using an increasing number of network elements are involved. When the size of the network increases, packet transmission attempts will increase and successful packet delivery ratios will dramatically decrease. This would be a vital problem when real-time or critical services rely on LoRaWAN infrastructures. The problem of, efficient successfully packet delivery on unreliable medium should be investigated.
Another related research direction would be controlling the ADR with application-specific domains. The protocol itself doesn’t provide an algorithm for ADR however, it gives necessary MAC commands to control it. Applications having frequent data transmission may be configured to with (depending on the distance) lower SFs and higher data rates to utilize the channel more effectively. Also, controlling the ADR will affect energy consumption and the costs which could lead the problem to be more complicated.
With LoRaWAN v1.1 network servers are able to support roaming and network backends should be coordinated through a standard. LoRaWAN Backend Interfaces v1.0 introduces roaming related management problems (OTA) however, higher network level management issues are not addressed such as; monitoring, configurations, and management of the GW and the nodes. Detecting multifunctional devices on the network, and maintaining all devices are important in enterprise level solutions.
LoRaWAN networks best fit for outdoor IoT solutions such as smart city, airport, and farming ... etc. Besides outdoor usage, there is a gap in indoor deployments and solutions. Signal propagations and other network problems will raise for indoor application scenarios for different home users.
We are in an Information Age and the way information is driven has dramatically changed towards humans to machines, from centralized to decentralized from closed to open. LoRaWAN is an open platform that enables m2m to connectivity however, it is not a fully decentralized network. Daily usage of Blockchain technology is getting hits and studies aiming LPWAN and Blockchain integration would be a game changer.
It is also possible to benefit from transmission ranges of modulation on emergency conditions such as post-disaster communications and surveillance systems.
As explained in previous sections, LoRaWAN has key features such as; GPS-free Positioning, Long Range data transmission, ADR, different classes for different use cases, low energy consumption. These functionalities enhance the protocol and provide flexibility however, profile or policy-based approaches are needed in the long term. A profile based configuration could help application developers quick start and network operators could utilize the network and medium more effectively.

5. Conclusions

LPWA Networks have become a de facto communication standard for IoT since, power consumption, coverage are key features. Being an open platform LoRaWAN has become an important protocol among the LPWA Networks. In this study, we introduced LoRaWAN architecture and design details with state of the art literature review of the protocol. LoRa is RF modulation which enables very long from 2 km (urban) to 20 km (rural areas) data transmission ranges. LoRa signals can penetrate through walls and receivers can extract data from very weak signals. LoRa is a closed modulation however, LoRaWAN is an open standard developed to prevent consumption and moderate the network effectively. LoRaWAN Classes introduce TX and RX policies to control medium access and energy consumption of the end-nodes.
When compared with other communication technologies, LoRaWAN has advantages on being an open standard, builtin security, GPS-free geolocation, ability to have long range communication, low energy consumption, and options to have private deployments. Besides it is advantages, low data rate and duty cycle constraints limit LoRaWAN networks for real-time applications. LoRaWAN best fits scenarios where data transmissions are rare (a few packets in a day) and the size of the payload is around 10–50 bytes. Smart city, smart grids, smart farming, and remote monitoring systems are the areas of the example where LoRaWAN could be best beneficial.
The majority of the LoRaWAN studies are focused on the data transmission ranges and applicability of the protocol of different application scenarios. The technology is fairly new and there are still open research fields are available to concentrate on such as optimization of high dense LoRaWAN deployments, ADR, Network Management, interoperability of applications and the networks.

Author Contributions

This paper is the result of collaborative work of all authors. Conceptualization, M.A.E. and M.A.A.; writing—original draft preparation, M.A.E., M.T.B., M.A.A. and H.E.; writing—review and editing, M.A.E., M.T.B., M.A.A. and H.E.; Methodology, M.A.E., M.T.B. and M.A.A.; validation, M.A.E. and M.A.A.; visualization, M.A.E.; supervision, M.A.A.

Funding

This research was funded by İstanbul University-Cerrahpaşa Scientific Research Projects with title LoRaWAN Next Generation LPWAN Technology Analysis and grant number FBA-2017-24061.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Raza, U.; Kulkarni, P.; Sooriyabandara, M. Low Power Wide Area Networks: An Overview. IEEE Commun. Surv. Tutor. 2017, 19, 855–873. [Google Scholar] [CrossRef] [Green Version]
  2. Bardyn, J.; Melly, T.; Seller, O.; Sornin, N. IoT: The era of LPWAN is starting now. In Proceedings of the ESSCIRC Conference 2016: 42nd European Solid-State Circuits Conference, Lausanne, Switzerland, 12–15 September 2016; pp. 25–30. [Google Scholar] [CrossRef]
  3. Mekki, K.; Bajic, E.; Chaxel, F.; Meyer, F. A comparative study of LPWAN technologies for large-scale IoT deployment. ICT Express 2019, 5, 1–7. [Google Scholar] [CrossRef]
  4. Centenaro, M.; Vangelista, L.; Zanella, A.; Zorzi, M. Long-range communications in unlicensed bands: the rising stars in the IoT and smart city scenarios. IEEE Wirel. Commun. 2016, 23, 60–67. [Google Scholar] [CrossRef]
  5. Semtech Corporation. LoRa Modulation Basics; AN1200.22; Semtech Corporation: Camarillo, CA, USA, 2015; Available online: https://www.semtech.com/uploads/documents/an1200.22.pdf (accessed on 14 August 2019).
  6. LoRa Alliance. Wide Area Network for IoT. Available online: https://lora-alliance.org (accessed on 14 August 2018).
  7. LoRa Alliance. LoRaWAN v1.0 Specification; LoRa Alliance: Fremont, CA, USA, 2015; Available online: https://lora-alliance.org/resource-hub/lorawanr-specification-v10 (accessed on 15 September 2019).
  8. Semtech Corporation. SX1276/77/78/79 - 137 MHz to 1020 MHz Low Power Long Range Transciever. 2015. Available online: https://www.semtech.com/uploads/documents/an1200.22.pdf (accessed on 14 August 2019).
  9. Buyukakkaslar, M.T.; Erturk, M.A.; Aydin, M.A.; Vollero, L. LoRaWAN as an e-Health Communication Technology. In Proceedings of the 2017 IEEE 41st Annual Computer Software and Applications Conference (COMPSAC), Turin, Italy, 4–8 July 2017; Volume 2, pp. 310–313. [Google Scholar] [CrossRef]
  10. Jörke, P.; Böcker, S.; Liedmann, F.; Wietfeld, C. Urban channel models for smart city IoT-networks based on empirical measurements of LoRa-links at 433 and 868 MHz. In Proceedings of the 2017 IEEE 28th Annual International Symposium on Personal, Indoor, and Mobile Radio Communications (PIMRC), Montreal, QC, Canada, 8–13 October 2017; pp. 1–6. [Google Scholar] [CrossRef]
  11. Petajajarvi, J.; Mikhaylov, K.; Roivainen, A.; Hanninen, T.; Pettissalo, M. On the coverage of LPWANs: range evaluation and channel attenuation model for LoRa technology. In Proceedings of the 14th International Conference on ITS Telecommunications (ITST), Copenhagen, Denmark, 2–4 December 2015; pp. 55–59. [Google Scholar] [CrossRef]
  12. Oliveira, R.; Guardalben, L.; Sargento, S. Long range communications in urban and rural environments. In Proceedings of the IEEE Symposium on Computers and Communications (ISCC), Heraklion, Greece, 3–6 July 2017; pp. 810–817. [Google Scholar] [CrossRef]
  13. Sanchez-Gomez, J.; Sanchez-Iborra, R.; Skarmeta, A. Transmission Technologies Comparison for IoT Communications in Smart-Cities. In Proceedings of the GLOBECOM 2017—2017 IEEE Global Communications Conference, Singapore, 4–8 December 2017; pp. 1–6. [Google Scholar] [CrossRef]
  14. Andrei, M.L.; Rădoi, L.A.; Tudose, D.Ş. Measurement of node mobility for the LoRa protocol. In Proceedings of the 16th RoEduNet Conference: Networking in Education and Research (RoEduNet), Targu Mures, Romania, 21–23 September 2017; pp. 1–6. [Google Scholar] [CrossRef]
  15. Seye, M.R.; Gueye, B.; Diallo, M. An evaluation of LoRa coverage in Dakar Peninsula. In Proceedings of the 8th IEEE Annual Information Technology, Electronics and Mobile Communication Conference (IEMCON), Vancouver, BC, Canada, 3–5 October 2017; pp. 478–482. [Google Scholar] [CrossRef]
  16. Vejlgaard, B.; Lauridsen, M.; Nguyen, H.; Kovacs, I.Z.; Mogensen, P.; Sorensen, M. Interference Impact on Coverage and Capacity for Low Power Wide Area IoT Networks. In Proceedings of the IEEE Wireless Communications and Networking Conference (WCNC), San Francisco, CA, USA, 19–22 March 2017; pp. 1–6. [Google Scholar] [CrossRef]
  17. Wixted, A.J.; Kinnaird, P.; Larijani, H.; Tait, A.; Ahmadinia, A.; Strachan, N. Evaluation of LoRa and LoRaWAN for wireless sensor networks. In Proceedings of the IEEE SENSORS, Orlando, FL, USA, 30 October–3 November 2016; pp. 1–3. [Google Scholar] [CrossRef]
  18. Vejlgaard, B.; Lauridsen, M.; Nguyen, H.; Kovacs, I.Z.; Mogensen, P.; Sorensen, M. Coverage and Capacity Analysis of Sigfox, LoRa, GPRS, and NB-IoT. In Proceedings of the IEEE 85th Vehicular Technology Conference (VTC Spring), Sydney, Australia, 4–7 June 2017; pp. 1–5. [Google Scholar] [CrossRef]
  19. Lauridsen, M.; Nguyen, H.; Vejlgaard, B.; Kovacs, I.Z.; Mogensen, P.; Sorensen, M. Coverage Comparison of GPRS, NB-IoT, LoRa, and SigFox in a 7800 km² Area. In Proceedings of the IEEE 85th Vehicular Technology Conference (VTC Spring), Sydney, Australia, 4–7 June 2017; pp. 1–5. [Google Scholar] [CrossRef]
  20. Dimayuga, J.C.; Fernandez, I.C.; Lopez, A.E.; Pangilinan, R.; Alarcon, L.; de Leon, M.T.; Maestro, R.J.; Rosales, M.; Densing, C.V. A study on the effects of dynamic voltage and frequency scaling on an error detection block for a LoRa communications system. In Proceedings of the TENCON 2017—2017 IEEE Region 10 Conference, Penang, Malaysia, 5–8 November 2017; pp. 1538–1543. [Google Scholar] [CrossRef]
  21. Vera, M.D.; Garcia, C.M.; Marifosque, L.K.; Palafox, J.; Soriano, D.; Alarcón, L.; de Leon, M.T.; Densing, C.V.; Maestro, R.J.; Rosales, M. Designing wireless transceiver blocks for LoRa application. In Proceedings of the TENCON 2017—2017 IEEE Region 10 Conference, Penang, Malaysia, 5–8 November 2017; pp. 2116–2121. [Google Scholar] [CrossRef]
  22. Dellosa, D.; del Mundo, M.B.; Manzanares, G.; Marqueses, E.D.; Alarcón, E.R.V.L.; Densing, C.V.; Maestro, R.J.; Rosales, M.; de Leon, M.T. Design of sigma-delta analog-to-digital converters implemented in 65nm digital CMOS process for LoRa. In Proceedings of the TENCON 2017—2017 IEEE Region 10 Conference, Penang, Malaysia, 5–8 November 2017; pp. 500–504. [Google Scholar] [CrossRef]
  23. Bor, M.; Roedig, U. LoRa Transmission Parameter Selection. In Proceedings of the 13th International Conference on Distributed Computing in Sensor Systems (DCOSS), Ottawa, ON, Canada, 5–7 June 2017; pp. 27–34. [Google Scholar] [CrossRef]
  24. Qin, Z.; McCann, J.A. Resource Efficiency in Low-Power Wide-Area Networks for IoT Applications. In Proceedings of the GLOBECOM 2017—2017 IEEE Global Communications Conference, Singapore, 4–8 December 2017; pp. 1–7. [Google Scholar] [CrossRef]
  25. Croce, D.; Gucciardo, M.; Mangione, S.; Santaromita, G.; Tinnirello, I. Impact of LoRa Imperfect Orthogonality: Analysis of Link-Level Performance. IEEE Commun. Lett. 2018, 22, 796–799. [Google Scholar] [CrossRef] [Green Version]
  26. Benaissa, S.; Plets, D.; Tanghe, E.; Trogh, J.; Martens, L.; Vandaele, L.; Verloock, L.; Tuyttens, F.A.M.; Sonck, B.; Joseph, W. Internet of animals: characterisation of LoRa sub-GHz off-body wireless channel in dairy barns. Electron. Lett. 2017, 53, 1281–1283. [Google Scholar] [CrossRef]
  27. Ouyang, X.; Dobre, O.A.; Guan, Y.L.; Zhao, J. Chirp Spread Spectrum Toward the Nyquist Signaling Rate—Orthogonality Condition and Applications. IEEE Signal Process. Lett. 2017, 24, 1488–1492. [Google Scholar] [CrossRef]
  28. Angrisani, L.; Arpaia, P.; Bonavolontà, F.; Conti, M.; Liccardo, A. LoRa protocol performance assessment in critical noise conditions. In Proceedings of the IEEE 3rd International Forum on Research and Technologies for Society and Industry (RTSI), Modena, Italy, 11–13 September 2017; pp. 1–5. [Google Scholar] [CrossRef]
  29. Mikhaylov, K.; Petäjäjärvi, J.; Janhunen, J. On LoRaWAN scalability: Empirical evaluation of susceptibility to inter-network interference. In Proceedings of the European Conference on Networks and Communications (EuCNC), Oulu, Finland, 12–15 Jully 2017; pp. 1–6. [Google Scholar] [CrossRef]
  30. Alsohaily, A.; Sousa, E.; Tenenbaum, A.J.; Maljevic, I. LoRaWAN radio interface analysis for North American frequency band operation. In Proceedings of the IEEE 28th Annual International Symposium on Personal, Indoor, and Mobile Radio Communications (PIMRC), , Montreal, QC, Canada, 8–13 October 2017; pp. 1–6. [Google Scholar] [CrossRef]
  31. Orfanidis, C.; Feeney, L.M.; Jacobsson, M. Measuring PHY layer interactions between LoRa and IEEE 802.15.4g networks. In Proceedings of the IFIP Networking Conference (IFIP Networking) and Workshops, Stockholm, Sweden, 12–16 June 2017; pp. 1–2. [Google Scholar] [CrossRef]
  32. Lauridsen, M.; Vejlgaard, B.; Kovacs, I.Z.; Nguyen, H.; Mogensen, P. Interference Measurements in the European 868 MHz ISM Band with Focus on LoRa and SigFox. In Proceedings of the IEEE Wireless Communications and Networking Conference (WCNC), San Francisco, CA, USA, 19–22 March 2017; pp. 1–6. [Google Scholar] [CrossRef]
  33. Krupka, L.; Vojtech, L.; Neruda, M. The issue of LPWAN technology coexistence in IoT environment. In Proceedings of the 17th International Conference on Mechatronics - Mechatronika (ME), Prague, Czech Republic, 19–22 March 2016; pp. 1–8. [Google Scholar]
  34. Barriquello, C.H.; Bernardon, D.P.; Canha, L.N.; e Silva, F.E.S.; Porto, D.S.; da Silveira Ramos, M.J. Performance assessment of a low power wide area network in rural smart grids. In Proceedings of the 52nd International Universities Power Engineering Conference (UPEC), Heraklion, Greece, 28–31 August 2017; pp. 1–4. [Google Scholar] [CrossRef]
  35. Radcliffe, P.J.; Chavez, K.G.; Beckett, P.; Spangaro, J.; Jakob, C. Usability of LoRaWAN Technology in a Central Business District. In Proceedings of the IEEE 85th Vehicular Technology Conference (VTC Spring), Sydney, Australia, 4–7 June 2017; pp. 1–5. [Google Scholar] [CrossRef]
  36. Wan, X.; Du, X.; Yang, Y.; Zhang, J.; Sardar, M.S.; Cui, J. Smartphone based LoRa in-soil propagation measurement for wireless underground sensor networks. In Proceedings of the IEEE Conference on Antenna Measurements Applications (CAMA), Tsukuba, Japan, 4–6 December 2017; pp. 114–117. [Google Scholar] [CrossRef]
  37. Wendt, T.; Volk, F.; Mackensen, E. A benchmark survey of long range (LoRaTM) spread-spectrum- communication at 2.45 GHz for safety applications. In Proceedings of the IEEE 16th Annual Wireless and Microwave Technology Conference (WAMICON), Cocoa Beach, FL, USA, 13–15 April 2015; pp. 1–4. [Google Scholar] [CrossRef]
  38. Chuma, E.L.; Iano, Y.; Roger, L.L.B. Compact antenna based on fractal for IoT sub-GHz wireless communications. In Proceedings of the SBMO/IEEE MTT-S International Microwave and Optoelectronics Conference (IMOC), Aguas de Lindoia, Brazil, 27–30 August 2017; pp. 1–5. [Google Scholar] [CrossRef]
  39. Trinh, L.H.; Nguyen, T.Q.K.; Tran, H.L.; Nguyen, P.C.; Truong, N.V.; Ferrero, F. Low-profile horizontal omni-directional antenna for LoRa wearable devices. In Proceedings of the International Conference on Advanced Technologies for Communications (ATC), Quy Nhon, Vietnam, 18–20 October 2017; pp. 136–139. [Google Scholar] [CrossRef]
  40. Trinh, L.H.; Nguyen, T.Q.K.; Phan, D.D.; Tran, V.Q.; Bui, V.X.; Truong, N.V.; Ferrero, F. Miniature antenna for IoT devices using LoRa technology. In Proceedings of the International Conference on Advanced Technologies for Communications (ATC), Quy Nhon, Vietnam, 9–14 July 2017; pp. 170–173. [Google Scholar] [CrossRef]
  41. Asadallah, F.A.; Costantine, J.; Tawk, Y.; Lizzi, L.; Ferrero, F.; Christodoulou, C.G. A digitally tuned reconfigurable patch antenna for IoT devices. In Proceedings of the IEEE International Symposium on Antennas and Propagation USNC/URSI National Radio Science Meeting, San Diego, CA, USA, 9–14 July 2017; pp. 917–918. [Google Scholar] [CrossRef]
  42. Ramachandran, G.S.; Yang, F.; Lawrence, P.; Michiels, S.; Joosen, W.; Hughes, D. μPnP-WAN: Experiences with LoRa and its deployment in DR Congo. In Proceedings of the 9th International Conference on Communication Systems and Networks (COMSNETS), Bangalore, India, 4–8 June 2017; pp. 63–70. [Google Scholar] [CrossRef]
  43. Ayele, E.D.; Hakkenberg, C.; Meijers, J.P.; Zhang, K.; Meratnia, N.; Havinga, P.J.M. Performance analysis of LoRa radio for an indoor IoT applications. In Proceedings of the International Conference on Internet of Things for the Global Community (IoTGC), Funchal, Portugal, 10–13 July 2017; pp. 1–8. [Google Scholar] [CrossRef]
  44. Erturk, M.A. LoraWAN indoor performance analysis. Int. Res. J. Comput. Sci. 2017, 23–29. [Google Scholar] [CrossRef]
  45. Gregora, L.; Vojtech, L.; Neruda, M. Indoor signal propagation of LoRa technology. In Proceedings of the 17th International Conference on Mechatronics - Mechatronika (ME), Prague, Czech Republic, 7–9 December 2016; pp. 1–4. [Google Scholar]
  46. Aoudia, F.A.; Magno, M.; Gautier, M.; Berder, O.; Benini, L. A Low Latency and Energy Efficient Communication Architecture for Heterogeneous Long-Short Range Communication. In Proceedings of the Euromicro Conference on Digital System Design (DSD), Limassol, Cyprus, 31 August–2 September 2016; pp. 200–206. [Google Scholar] [CrossRef]
  47. Vangelista, L. Frequency Shift Chirp Modulation: The LoRa Modulation. IEEE Signal Process. Lett. 2017, 24, 1818–1821. [Google Scholar] [CrossRef]
  48. LoRa Alliance. LoRaWAN v1.0.1 Specification; LoRa Alliance: Fremont, CA, USA, 2016; Available online: https://lora-alliance.org/resource-hub/lorawanr-specification-v101 (accessed on 15 September 2019).
  49. LoRa Alliance. LoRaWAN v1.0.2 Specification; LoRa Alliance: Fremont, CA, USA, 2016; Available online: https://lora-alliance.org/resource-hub/lorawanr-specification-v102 (accessed on 15 September 2019).
  50. LoRa Alliance. LoRaWAN v1.0.3 Specification; LoRa Alliance: Fremont, CA, USA, 2018; Available online: https://lora-alliance.org/resource-hub/lorawanr-specification-v103 (accessed on 15 September 2019).
  51. LoRa Alliance. LoRaWAN v1.1 Specification; LoRa Alliance: Fremont, CA, USA, 2017; Available online: https://lora-alliance.org/resource-hub/lorawanr-specification-v11 (accessed on 15 September 2019).
  52. LoRa Alliance. LoRaWAN v1.1 Regional Parameters; LoRa Alliance: Fremont, CA, USA, 2017; Available online: https://lora-alliance.org/resource-hub/lorawanr-specification-v11 (accessed on 15 September 2019).
  53. The Things Network. Available online: https://www.thethingsnetwork.org (accessed on 15 September 2019).
  54. The Things Network - Adaptive Data Rate (ADR). Available online: https://www.thethingsnetwork.org/docs/lorawan/adr.html (accessed on 15 September 2019).
  55. LoRa Alliance. LoRaWAN Backend Interfaces 1.0 Specification; LoRa Alliance: Fremont, CA, USA, 2017; Available online: https://lora-alliance.org/resource-hub/lorawanr-back-end-interfaces-v10 (accessed on 15 September 2019).
  56. Adelantado, F.; Vilajosana, X.; Tuset-Peiro, P.; Martinez, B.; Melia-Segui, J.; Watteyne, T. Understanding the Limits of LoRaWAN. IEEE Commun. Mag. 2017, 55, 34–40. [Google Scholar] [CrossRef] [Green Version]
  57. Lavric, A.; Popa, V. Internet of Things and LoRa™ Low-Power Wide-Area Networks: A survey. In Proceedings of the International Symposium on Signals, Circuits and Systems (ISSCS), Iasi, Romania, 13–14 July 2017; pp. 1–5. [Google Scholar] [CrossRef]
  58. Liao, C.; Zhu, G.; Kuwabara, D.; Suzuki, M.; Morikawa, H. Multi-Hop LoRa Networks Enabled by Concurrent Transmission. IEEE Access 2017, 5, 21430–21446. [Google Scholar] [CrossRef]
  59. Georgiou, O.; Raza, U. Low Power Wide Area Network Analysis: Can LoRa Scale? IEEE Wirel. Commun. Lett. 2017, 6, 162–165. [Google Scholar] [CrossRef] [Green Version]
  60. Ferrari, P.; Flammini, A.; Rizzi, M.; Sisinni, E.; Gidlund, M. On the evaluation of LoRaWAN virtual channels orthogonality for dense distributed systems. In Proceedings of the IEEE International Workshop on Measurement and Networking (M N), Naples, Italy, 27–28 September 2017; pp. 1–6. [Google Scholar] [CrossRef]
  61. Mikhaylov, K.; Petaejaejaervi, J.; Haenninen, T. Analysis of Capacity and Scalability of the LoRa Low Power Wide Area Network Technology. In Proceedings of the European Wireless 2016; 22th European Wireless Conference, Oulu, Finland, 21–25 May 2016; pp. 1–6. [Google Scholar]
  62. Li, Z.; Zozor, S.; Drossier, J.; Varsier, N.; Lampin, Q. 2D time-frequency interference modelling using stochastic geometry for performance evaluation in Low-Power Wide-Area Networks. In Proceedings of the IEEE International Conference on Communications (ICC), Paris, France, 21–25 May 2017; pp. 1–7. [Google Scholar] [CrossRef]
  63. Centenaro, M.; Vangelista, L.; Kohno, R. On the impact of downlink feedback on LoRa performance. In Proceedings of the IEEE 28th Annual International Symposium on Personal, Indoor, and Mobile Radio Communications (PIMRC), Montreal, QC, Canada, 8–13 October 2017; pp. 1–6. [Google Scholar] [CrossRef]
  64. Sørensen, R.B.; Kim, D.M.; Nielsen, J.J.; Popovski, P. Analysis of Latency and MAC-Layer Performance for Class A LoRaWAN. IEEE Wirel. Commun. Lett. 2017, 6, 566–569. [Google Scholar] [CrossRef] [Green Version]
  65. Bankov, D.; Khorov, E.; Lyakhov, A. On the Limits of LoRaWAN Channel Access. In Proceedings of the International Conference on Engineering and Telecommunication (EnT), Moscow, Russia, 29–30 November 2016; pp. 10–14. [Google Scholar] [CrossRef]
  66. Accettura, N.; Medjiah, S.; Prabhu, B.; Monteil, T. Low power radiolocation through long range wide area networks: A performance study. In Proceedings of the IEEE 13th International Conference on Wireless and Mobile Computing, Networking and Communications (WiMob), Rome, Italy, 9–11 October 2017; pp. 1–8. [Google Scholar] [CrossRef]
  67. Bankov, D.; Khorov, E.; Lyakhov, A. Mathematical model of LoRaWAN channel access. In Proceedings of the IEEE 18th International Symposium on A World of Wireless, Mobile and Multimedia Networks (WoWMoM), Macau, China, 12–15 June 2017; pp. 1–3. [Google Scholar] [CrossRef]
  68. Delobel, F.; Rachkidy, N.E.; Guitton, A. Analysis of the Delay of Confirmed Downlink Frames in Class B of LoRaWAN. In Proceedings of the IEEE 85th Vehicular Technology Conference (VTC Spring), Sydney, Australia, 4–7 June 2017; pp. 1–6. [Google Scholar] [CrossRef]
  69. Gupta, V.; Devar, S.K.; Kumar, N.H.; Bagadi, K.P. Modelling of IoT Traffic and Its Impact on LoRaWAN. In Proceedings of the GLOBECOM 2017—2017 IEEE Global Communications Conference, Singapore, 4–8 December 2017; pp. 1–6. [Google Scholar] [CrossRef]
  70. Oliveira, R.; Guardalben, L.; Luis, M.; Sargento, S. Multi-Technology Data Collection: Short and Long Range Communications. In Proceedings of the IEEE 86th Vehicular Technology Conference (VTC-Fall), Toronto, ON, Canada, 24–27 September 2017; pp. 1–6. [Google Scholar] [CrossRef]
  71. Sartori, B.; Thielemans, S.; Bezunartea, M.; Braeken, A.; Steenhaut, K. Enabling RPL multihop communications based on LoRa. In Proceedings of the IEEE 13th International Conference on Wireless and Mobile Computing, Networking and Communications (WiMob), Rome, Italy, 9–11 October 2017; pp. 1–8. [Google Scholar] [CrossRef]
  72. Dvornikov, A.; Abramov, P.; Efremov, S.; Voskov, L. QoS Metrics Measurement in Long Range IoT Networks. In Proceedings of the IEEE 19th Conference on Business Informatics (CBI), Thessaloniki, Greece, 24–27 July 2017; Volume 2, pp. 15–20. [Google Scholar] [CrossRef]
  73. Ebi, C.; Schaltegger, F.; Rüst, A.; Blumensaat, F. Synchronous LoRa Mesh Network to Monitor Processes in Underground Infrastructure. IEEE Access 2019, 7, 57663–57677. [Google Scholar] [CrossRef]
  74. Zhu, M.; Cui, Y.; Qian, L. CC-OffGrid: A content-centric communication system in infrastructure-less mobile environments. In Proceedings of the 14th IEEE Annual Consumer Communications Networking Conference (CCNC), Las Vegas, NV, USA, 8–11 July 2017; pp. 760–766. [Google Scholar] [CrossRef]
  75. Zhang, K.; Marchiori, A. Demo Abstract: PlanIt and DQ-N for Low-Power Wide-Area Networks. In Proceedings of the IEEE/ACM Second International Conference on Internet-of-Things Design and Implementation (IoTDI), Pittsburgh, PA, USA, 8–11 July 2017; pp. 291–292. [Google Scholar]
  76. Vilajosana, X.; Dohler, M.; Yegin, A. Transmission of IPv6 Packets over LoRa; Internet Engineering Task Force - IETF: Fremont, CA, USA, 2016. [Google Scholar]
  77. Thielemans, S.; Bezunartea, M.; Steenhaut, K. Establishing transparent IPv6 communication on LoRa based low power wide area networks (LPWANS). In Proceedings of the Wireless Telecommunications Symposium (WTS), Chicago, IL, USA, 8–11 July 2017; pp. 1–6. [Google Scholar] [CrossRef]
  78. Herrera-Tapia, J.; Hernández-Orallo, E.; Tomás, A.; Calafate, C.T.; Cano, J.; Zennaro, M.; Manzoni, P. Evaluating the use of sub-gigahertz wireless technologies to improve message delivery in opportunistic networks. In Proceedings of the IEEE 14th International Conference on Networking, Sensing and Control (ICNSC), Calabria, Italy, 16–18 May 2017; pp. 305–310. [Google Scholar] [CrossRef]
  79. Rizzi, M.; Ferrari, P.; Flammini, A.; Sisinni, E. Evaluation of the IoT LoRaWAN Solution for Distributed Measurement Applications. IEEE Trans. Instrum. Meas. 2017, 66, 3340–3349. [Google Scholar] [CrossRef]
  80. Aras, E.; Ramachandran, G.S.; Lawrence, P.; Hughes, D. Exploring the Security Vulnerabilities of LoRa. In Proceedings of the 3rd IEEE International Conference on Cybernetics (CYBCONF), Exeter, UK, 21–23 June 2017. [Google Scholar] [CrossRef]
  81. Oniga, B.; Dadarlat, V.; Poorter, E.D.; Munteanu, A. Analysis, design and implementation of secure LoRaWAN sensor networks. In Proceedings of the 13th IEEE International Conference on Intelligent Computer Communication and Processing (ICCP), Cluj-Napoca, Romania, 7–9 September 2017; pp. 421–428. [Google Scholar] [CrossRef]
  82. Krejčí, R.; Hujňák, O.; Švepeš, M. Security survey of the IoT wireless protocols. In Proceedings of the 25th Telecommunication Forum (TELFOR), Belgrade, Serbia, 21–22 November 2017; pp. 1–4. [Google Scholar] [CrossRef]
  83. Na, S.; Hwang, D.; Shin, W.; Kim, K.H. Scenario and countermeasure for replay attack using join request messages in LoRaWAN. In Proceedings of the International Conference on Information Networking (ICOIN), Da Nang, Vietnam, 11–13 June 2017; pp. 718–720. [Google Scholar] [CrossRef]
  84. Tomasin, S.; Zulian, S.; Vangelista, L. Security Analysis of LoRaWAN Join Procedure for Internet of Things Networks. In Proceedings of the IEEE Wireless Communications and Networking Conference Workshops (WCNCW), San Francisco, CA, USA, 19–22 March 2017; pp. 1–6. [Google Scholar] [CrossRef]
  85. Lee, J.; Hwang, D.; Park, J.; Kim, K.H. Risk analysis and countermeasure for bit-flipping attack in LoRaWAN. In Proceedings of the International Conference on Information Networking (ICOIN), Da Nang, Vietnam, 13–14 July 2017; pp. 549–551. [Google Scholar] [CrossRef]
  86. Kim, J.; Song, J. A Secure Device-to-Device Link Establishment Scheme for LoRaWAN. IEEE Sens. J. 2018, 18, 2153–2160. [Google Scholar] [CrossRef]
  87. Özyılmaz, K.R.; Yurdakul, A. Work-in-progress: integrating low-power IoT devices to a blockchain-based infrastructure. In Proceedings of the International Conference on Embedded Software (EMSOFT), Seoul, Korea, 15–20 October 2017; pp. 1–2. [Google Scholar] [CrossRef]
  88. Xu, W.; Jha, S.; Hu, W. LoRa-Key: Secure Key Generation System for LoRa-based Network. IEEE Internet Things J. 2019, 1. [Google Scholar] [CrossRef]
  89. Ozyilmaz, K.R.; Yurdakul, A. Designing a Blockchain-Based IoT With Ethereum, Swarm, and LoRa: The Software Solution to Create High Availability With Minimal Security Risks. IEEE Consum. Electron. Mag. 2019, 8, 28–34. [Google Scholar] [CrossRef]
  90. Morin, É.; Maman, M.; Guizzetti, R.; Duda, A. Comparison of the Device Lifetime in Wireless Networks for the Internet of Things. IEEE Access 2017, 5, 7097–7114. [Google Scholar] [CrossRef]
  91. Kurtoglu, A.; Carletta, J.; Lee, K. Energy consumption in long-range linear wireless sensor networks using LoRaWan and ZigBee. In Proceedings of the IEEE 60th International Midwest Symposium on Circuits and Systems (MWSCAS), Boston, MA, USA, 6–9 August 2017; pp. 1163–1167. [Google Scholar] [CrossRef]
  92. Haghighi, M.; Qin, Z.; Carboni, D.; Adeel, U.; Shi, F.; McCann, J.A. Game theoretic and auction-based algorithms towards opportunistic communications in LPWA LoRa networks. In Proceedings of the IEEE 3rd World Forum on Internet of Things (WF-IoT), Reston, VA, USA, 12–14 December 2016; pp. 735–740. [Google Scholar] [CrossRef]
  93. Costa, M.; Farrell, T.; Doyle, L. On energy efficiency and lifetime in low power wide area network for the Internet of Things. In Proceedings of the IEEE Conference on Standards for Communications and Networking (CSCN), Helsinki, Finland, 18–20 September 2017; pp. 258–263. [Google Scholar] [CrossRef]
  94. Tseng, Y.; Yang, J. A 0.9-GHz fully integrated 45fabricated using a 0.18-μm CMOS process for LoRa applications. In Proceedings of the Silicon Nanoelectronics Workshop (SNW), Kyoto, Japan, 4–5 June 2017; pp. 117–118. [Google Scholar] [CrossRef]
  95. Allai, I.; Senouci, S.; Penhoat, J.; Gourhant, Y. A new sustainable mechanism to wake-up bast stations in mobile networks. In Proceedings of the Global Information Infrastructure and Networking Symposium (GIIS), Porto, Portugal, 19–21 October 2016; pp. 1–6. [Google Scholar] [CrossRef]
  96. Hadwen, T.; Smallbon, V.; Zhang, Q.; D’Souza, M. Energy efficient LoRa GPS tracker for dementia patients. In Proceedings of the 39th Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC), Seogwipo, Korea, 11–15 July 2017; pp. 771–774. [Google Scholar] [CrossRef]
  97. Sahoo, U.K.; Patnaik, B. Design and implementation of remote monitoring system of solar lanterns, based on lorawan and cloud technology. In Proceedings of the International Conference on Computing Methodologies and Communication (ICCMC), Erode, India, 18–19 July 2017; pp. 129–133. [Google Scholar] [CrossRef]
  98. Orfei, F.; Mezzetti, C.B.; Cottone, F. Vibrations powered LoRa sensor: An electromechanical energy harvester working on a real bridge. In Proceedings of the IEEE SENSORS, Orlando, FL, USA, 30 October–3 November 2016; pp. 1–3. [Google Scholar] [CrossRef]
  99. Yang, W.; Wang, M.; Zhang, J.; Zou, J.; Hua, M.; Xia, T.; You, X. Narrowband Wireless Access for Low-Power Massive Internet of Things: A Bandwidth Perspective. IEEE Wirel. Commun. 2017, 24, 138–145. [Google Scholar] [CrossRef]
  100. Mikhaylov, K.; Petrov, V.; Gupta, R.; Lema, M.A.; Galinina, O.; Andreev, S.; Koucheryavy, Y.; Valkama, M.; Pouttu, A.; Dohler, M. Energy Efficiency of Multi-Radio Massive Machine-Type Communication (MR-MMTC): Applications, Challenges, and Solutions. IEEE Commun. Mag. 2019, 1–7. [Google Scholar] [CrossRef]
  101. Loubet, G.; Takacs, A.; Dragomirescu, D. Implementation of a Battery-Free Wireless Sensor for Cyber-Physical Systems Dedicated to Structural Health Monitoring Applications. IEEE Access 2019, 7, 24679–24690. [Google Scholar] [CrossRef]
  102. Lee, W.; Schubert, M.J.W.; Ooi, B.; Ho, S.J. Multi-Source Energy Harvesting and Storage for Floating Wireless Sensor Network Nodes With Long Range Communication Capability. IEEE Trans. Ind. Appl. 2018, 54, 2606–2615. [Google Scholar] [CrossRef]
  103. Guibene, W.; Nowack, J.; Chalikias, N.; Fitzgibbon, K.; Kelly, M.; Prendergast, D. Evaluation of LPWAN Technologies for Smart Cities: River Monitoring Use-Case. In Proceedings of the IEEE Wireless Communications and Networking Conference Workshops (WCNCW), San Francisco, CA, USA, 19–22 March 2017; pp. 1–5. [Google Scholar] [CrossRef]
  104. Almeida, R.; Oliveira, R.; Sousa, D.; Luis, M.; Senna, C.; Sargento, S. A Multi-Technology Opportunistic Platform for Environmental Data Gathering on Smart Cities. In Proceedings of the IEEE Globecom Workshops (GC Wkshps), Singapore, 4–8 December 2017; pp. 1–7. [Google Scholar] [CrossRef]
  105. Rossi, M.; Tosato, P. Energy neutral design of an IoT system for pollution monitoring. In Proceedings of the IEEE Workshop on Environmental, Energy, and Structural Monitoring Systems (EESMS), Milan, Italy, 24–25 July 2017; pp. 1–6. [Google Scholar] [CrossRef]
  106. Liu, S.; Xia, C.; Zhao, Z. A low-power real-time air quality monitoring system using LPWAN based on LoRa. In Proceedings of the 13th IEEE International Conference on Solid-State and Integrated Circuit Technology (ICSICT), Hangzhou, China, 25–28 October 2016; pp. 379–381. [Google Scholar] [CrossRef]
  107. Li, L.; Ren, J.; Zhu, Q. On the application of LoRa LPWAN technology in Sailing Monitoring System. In Proceedings of the 13th Annual Conference on Wireless On-demand Network Systems and Services (WONS), Jackson, WY, USA, 21–24 Febuary 2017; pp. 77–80. [Google Scholar] [CrossRef]
  108. Wotherspoon, J.; Wolhuter, R.; Niesler, T. Choosing an integrated radio-frequency module for a wildlife monitoring wireless sensor network. In Proceedings of the IEEE AFRICON, Cape Town, South Africa, 18–20 September 2017; pp. 314–319. [Google Scholar] [CrossRef]
  109. Lami, Y.; Nocera, G.; Genon-Catalot, D.; Lagreze, A.; Fourty, N. Landslide prevention using a buried sensor network. In Proceedings of the IEEE Radio and Antenna Days of the Indian Ocean (RADIO), St. Gilles-les-Bains, Reunion, 10–13 October 2016; pp. 1–2. [Google Scholar] [CrossRef]
  110. Romdhane, R.F.; Lami, Y.; Genon-Catalot, D.; Fourty, N.; Lagrèze, A.; Jongmans, D.; Baillet, L. Wireless sensors network for landslides prevention. In Proceedings of the IEEE International Conference on Computational Intelligence and Virtual Environments for Measurement Systems and Applications (CIVEMSA), Annecy, France, 26–28 June 2017; pp. 222–227. [Google Scholar] [CrossRef]
  111. Babazadeh, M.; Kartakis, S.; McCann, J.A. Highly-distributed sensor processing using IoT for critical infrastructure monitoring. In Proceedings of the Asia-Pacific Signal and Information Processing Association Annual Summit and Conference (APSIPA ASC), Kuala Lumpur, Malaysia, 12–15 December 2017; pp. 1065–1074. [Google Scholar] [CrossRef]
  112. Bellini, B.; Amaud, A. A 5 μA wireless platform for cattle heat detection. In Proceedings of the IEEE 8th Latin American Symposium on Circuits Systems (LASCAS), Bariloche, Argentina, 20–23 Febuary 2017; pp. 1–4. [Google Scholar] [CrossRef]
  113. Ilie-Ablachim, D.; Pătru, G.C.; Florea, I.; Rosner, D. Monitoring device for culture substrate growth parameters for precision agriculture: Acronym: MoniSen. In Proceedings of the 15th RoEduNet Conference: Networking in Education and Research, Bucharest, Romania, 7–9 September 2016; pp. 1–7. [Google Scholar] [CrossRef]
  114. Hirata, T.; Terada, K.; Toyota, M.; Takada, Y.; Matsumoto, K.; Tanaka, M.S. Proposal of a power saving network for rice fields using LoRa. In Proceedings of the IEEE 6th Global Conference on Consumer Electronics (GCCE), Nagoya, Japan, 24–27 October 2017; pp. 1–4. [Google Scholar] [CrossRef]
  115. Usmonov, M.; Gregoretti, F. Design and implementation of a LoRa based wireless control for drip irrigation systems. In Proceedings of the 2nd International Conference on Robotics and Automation Engineering (ICRAE), Shanghai, China, 29–31 December 2017; pp. 248–253. [Google Scholar] [CrossRef]
  116. Zhao, W.; Lin, S.; Han, J.; Xu, R.; Hou, L. Design and Implementation of Smart Irrigation System Based on LoRa. In Proceedings of the IEEE Globecom Workshops (GC Wkshps), Singapore, 4–8 December 2017; pp. 1–6. [Google Scholar] [CrossRef]
  117. Saravanan, M.; Das, A.; Iyer, V. Smart water grid management using LPWAN IoT technology. In Proceedings of the Global Internet of Things Summit (GIoTS), Geneva, Switzerland, 6–9 June 2017; pp. 1–6. [Google Scholar] [CrossRef]
  118. Kontogiannis, S.; Kokkonis, G.; Ellinidou, S.; Valsamidis, S. Proposed Fuzzy-NN Algorithm with LoRaCommunication Protocol for Clustered Irrigation Systems. Future Internet 2017, 9, 78. [Google Scholar] [CrossRef]
  119. Kontogiannis, S. An Internet of Things-Based Low-Power Integrated Beekeeping Safety and Conditions Monitoring System. Inventions 2019, 4, 52. [Google Scholar] [CrossRef]
  120. A’ssri, S.A.; Zaman, F.H.K.; Mubdi, S. The efficient parking bay allocation and management system using LoRaWAN. In Proceedings of the IEEE 8th Control and System Graduate Research Colloquium (ICSGRC), Shah Alam, Malaysia, 4–5 August 2017; pp. 127–131. [Google Scholar] [CrossRef]
  121. Zarnescu, A.; Ungurelu, R.; Iordache, A.G.; Secere, M.; Spoiala, M. Crossroad traffic monitoring using magnetic sensors. In Proceedings of the IEEE 23rd International Symposium for Design and Technology in Electronic Packaging (SIITME), Constanta, Romania, 26–29 October 2017; pp. 413–418. [Google Scholar] [CrossRef]
  122. Nor, R.F.A.M.; Zaman, F.H.K.; Mubdi, S. Smart traffic light for congestion monitoring using LoRaWAN. In Proceedings of the IEEE 8th Control and System Graduate Research Colloquium (ICSGRC), Shah Alam, Malaysia, 4–5 August 2017; pp. 132–137. [Google Scholar] [CrossRef]
  123. Loriot, M.; Aljer, A.; Shahrour, I. Analysis of the use of LoRaWan technology in a large-scale smart city demonstrator. In Proceedings of the Sensors Networks Smart and Emerging Technologies (SENSET), Beirut, Lebanon, 12–14 September 2017; pp. 1–4. [Google Scholar] [CrossRef]
  124. Bharadwaj, A.S.; Rego, R.; Chowdhury, A. IoT based solid waste management system: A conceptual approach with an architectural solution as a smart city application. In Proceedings of the IEEE Annual India Conference (INDICON), Bangalore, India, 16–18 December 2016; pp. 1–6. [Google Scholar] [CrossRef]
  125. Chou, Y.; Mo, Y.; Su, J.; Chang, W.; Chen, L.; Tang, J.; Yu, C. i-Car system: A LoRa-based low power wide area networks vehicle diagnostic system for driving safety. In Proceedings of the International Conference on Applied System Innovation (ICASI), Sapporo, Japan, 13–17 March 2017; pp. 789–791. [Google Scholar] [CrossRef]
  126. Tanaka, M.S.; Miyanishi, Y.; Toyota, M.; Murakami, T.; Hirazakura, R.; Itou, T. A study of bus location system using LoRa: Bus location system for community bus “Notty”. In Proceedings of the IEEE 6th Global Conference on Consumer Electronics (GCCE), Nagoya, Japan, 24–27 October 2017; pp. 1–4. [Google Scholar] [CrossRef]
  127. Terashmila, L.K.A.; Iqbal, T.; Mann, G. A comparison of low cost wireless communication methods for remote control of grid-tied converters. In Proceedings of the IEEE 30th Canadian Conference on Electrical and Computer Engineering (CCECE), Windsor, ON, Canada, 30 April–3 May 2017; pp. 1–4. [Google Scholar] [CrossRef]
  128. Filho, H.G.S.; Filho, J.P.; Moreli, V.L. The adequacy of LoRaWAN on smart grids: A comparison with RF mesh technology. In Proceedings of the IEEE International Smart Cities Conference (ISC2), Trento, Italy, 12–15 September 2016; pp. 1–6. [Google Scholar] [CrossRef]
  129. Ferrari, P.; Flammini, A.; Rinaldi, S.; Rizzi, M.; Sisinni, E. On the use of LPWAN for EVehicle to grid communication. Proceedings of th AEIT International Annual Conference, Cagliari, Italy, 20–22 September 2017; pp. 1–6. [Google Scholar] [CrossRef]
  130. Mdhaffar, A.; Chaari, T.; Larbi, K.; Jmaiel, M.; Freisleben, B. IoT-based health monitoring via LoRaWAN. In Proceedings of the IEEE EUROCON 2017 -17th International Conference on Smart Technologies, Ohrid, Macedonia, 6–8 July 2017; pp. 519–524. [Google Scholar] [CrossRef]
  131. Hayati, N.; Suryanegara, M. The IoT LoRa system design for tracking and monitoring patient with mental disorder. In Proceedings of the IEEE International Conference on Communication, Networks and Satellite (Comnetsat), Semarang, Indonesia, 5–7 October 2017; pp. 135–139. [Google Scholar] [CrossRef]
  132. Petäjäjärvi, J.; Mikhaylov, K.; Hämäläinen, M.; Iinatti, J. Evaluation of LoRa LPWAN technology for remote health and wellbeing monitoring. In Proceedings of the 10th International Symposium on Medical Information and Communication Technology (ISMICT), Worcester, MA, USA, 20–23 March 2016; pp. 1–5. [Google Scholar] [CrossRef]
  133. Kifouche, A.; Baudoin, G.; Hamouche, R.; Kocik, R. Generic sensor network for building monitoring: design, issues, and methodology. Proceedings of th IEEE Conference on Wireless Sensors (ICWiSe), Miri, Malaysia, 13–14 November 2017; pp. 1–6. [Google Scholar] [CrossRef]
  134. Facchini, F.; Vitetta, G.M.; Losi, A.; Ruscelli, F. On the performance of 169 MHz WM-Bus and 868 MHz LoRa technologies in smart metering applications. In Proceedings of the IEEE 3rd International Forum on Research and Technologies for Society and Industry (RTSI), Modena, Italy, 11–13 September 2017; pp. 1–6. [Google Scholar] [CrossRef]
  135. De Castro Tomé, M.; Nardelli, P.H.J.; Alves, H. Long-Range Low-Power Wireless Networks and Sampling Strategies in Electricity Metering. IEEE Trans. Ind. Electron. 2019, 66, 1629–1637. [Google Scholar] [CrossRef]
  136. Wan, X.; Yang, Y.; Du, X.; Sardar, M.S. Design of propagation testnode for LoRa based wireless underground sensor networks. In Proceedings of the 2017 Progress in Electromagnetics Research Symposium - Fall (PIERS - FALL), Singapore, 19–22 November 2017; pp. 579–583. [Google Scholar] [CrossRef]
  137. Liedmann, F.; Wietfeld, C. SoMoS—A multidimensional radio field based soil moisture sensing system. In Proceedings of the IEEE SENSORS, Glasgow, UK, 29 October–1 November 2017; pp. 1–3. [Google Scholar] [CrossRef]
  138. Ionescu, L.M.; Mazăre, A.; Liţă, A.I.; Visan, D.; Serban, G.; Belu, N.; Sanmarghitan, A.; Goeller, T.; Balauta, S. Current consumption monitoring and analysis system for energy management improvement in an industrial complex. In Proceedings of the IEEE 23rd International Symposium for Design and Technology in Electronic Packaging (SIITME), Constanta, Romania, 26–29 October 2017; pp. 286–291. [Google Scholar] [CrossRef]
  139. Haxhibeqiri, J.; Karaagac, A.; den Abeele, F.V.; Joseph, W.; Moerman, I.; Hoebeke, J. LoRa indoor coverage and performance in an industrial environment: Case study. In Proceedings of the 22nd IEEE International Conference on Emerging Technologies and Factory Automation (ETFA), Limassol, Cyprus, 12–15 September 2017; pp. 1–8. [Google Scholar] [CrossRef]
  140. Trinh, L.H.; Bui, V.X.; Ferrero, F.; Nguyen, T.Q.K.; Le, M.H. Signal propagation of LoRa technology using for smart building applications. In Proceedings of the IEEE Conference on Antenna Measurements Applications (CAMA), Tsukuba, Japan, 4–6 December 2017; pp. 381–384. [Google Scholar] [CrossRef]
  141. Wang, S.; Chen, Y.; Chen, T.; Chang, C.; Cheng, Y.; Hsu, C.; Lin, Y. Performance of LoRa-Based IoT Applications on Campus. In Proceedings of the IEEE 86th Vehicular Technology Conference (VTC-Fall), Toronto, ON, Canada, 24–27 September 2017; pp. 1–6. [Google Scholar] [CrossRef]
  142. Penkov, S.; Taneva, A.; Kalkov, V.; Ahmed, S. Industrial network design using Low-Power Wide-Area Network. In Proceedings of the 4th International Conference on Systems and Informatics (ICSAI), Hangzhou, China, 11–13 November 2017; pp. 40–44. [Google Scholar] [CrossRef]
  143. Bonavolontà, F.; Tedesco, A.; Moriello, R.S.L.; Tufano, A. Enabling wireless technologies for industry 4.0: State of the art. In Proceedings of the IEEE International Workshop on Measurement and Networking (MN), Naples, Italy, 27–29 September 2017; pp. 1–5. [Google Scholar] [CrossRef]
  144. Kainrath, K.; Gruber, M.; Flühr, H.; Leitgeb, E. Communication techniques for Remotely Piloted Aircraft with Integrated Modular Avionics. In Proceedings of the International Conference on Broadband Communications for Next Generation Networks and Multimedia Applications (CoBCom), Graz, Austria, 14–16 September 2016; pp. 1–6. [Google Scholar] [CrossRef]
  145. Colavolpe, G.; Foggi, T.; Ricciulli, M.; Zanettini, Y.; Mediano-Alameda, J. Reception of LoRa Signals from LEO Satellites. IEEE Trans. Aerosp. Electron. Syst. 2019, 1. [Google Scholar] [CrossRef]
  146. Khattak, H.A.; Farman, H.; Jan, B.; Din, I.U. Toward Integrating Vehicular Clouds with IoT for Smart City Services. IEEE Netw. 2019, 33, 65–71. [Google Scholar] [CrossRef]
  147. Allal, I.; Mongazon-Cazavet, B.; Agha, K.A.; Senouci, S.; Gourhant, Y. A green small cells deployment in 5G — Switch ON/OFF via IoT networks amp; energy efficient mesh backhauling. In Proceedings of the IFIP Networking Conference (IFIP Networking) and Workshops, Stockholm, Sweden, 12–16 June 2017; pp. 1–2. [Google Scholar] [CrossRef]
  148. Li, Y.; Yan, X.; Zeng, L.; Wu, H. Research on water meter reading system based on LoRa communication. In Proceedings of the IEEE International Conference on Smart Grid and Smart Cities (ICSGSC), Singapore, 23–26 July 2017; pp. 248–251. [Google Scholar] [CrossRef]
  149. Zhang, X.; Zhang, M.; Meng, F.; Qiao, Y.; Xu, S.; Hour, S. A Low-Power Wide-Area Network Information Monitoring System by Combining NB-IoT and LoRa. IEEE Int. Things J. 2019, 6, 590–598. [Google Scholar] [CrossRef]
  150. San-Um, W.; Lekbunyasin, P.; Kodyoo, M.; Wongsuwan, W.; Makfak, J.; Kerdsri, J. A long-range low-power wireless sensor network based on U-LoRa technology for tactical troops tracking systems. In Proceedings of the Third Asian Conference on Defence Technology (ACDT), Phuket, Thailand, 18–20 June 2017; pp. 32–35. [Google Scholar] [CrossRef]
  151. Tanaka, M.S.; Katoh, T.; Ishida, K. Child-observation system with wide area networks of IoT child observation using information terminal bus stops in Nonoichi city. In Proceedings of the IEEE 16th International Symposium on Network Computing and Applications (NCA), Cambridge, MA, USA, 30 October–1 November 2017; pp. 1–4. [Google Scholar] [CrossRef]
  152. The Things Network Stack v2. Available online: https://github.com/TheThingsNetwork/ttn (accessed on 15 September 2019).
  153. Dongare, A.; Hesling, C.; Bhatia, K.; Balanuta, A.; Pereira, R.L.; Iannucci, B.; Rowe, A. OpenChirp: A Low-Power Wide-Area Networking architecture. In Proceedings of the IEEE International Conference on Pervasive Computing and Communications Workshops (PerCom Workshops), Kona, HI, USA, 13–17 March 2017; pp. 569–574. [Google Scholar] [CrossRef]
  154. LoRa Server, Open-Source LoRaWAN Network-Server. Available online: https://www.loraserver.io/ (accessed on 15 September 2019).
  155. Actility LoRaWAN Network Server. Available online: https://www.actility.com/lorawan-network-server/ (accessed on 15 September 2019).
  156. RestIOT. Available online: https://www.resiot.io/en/ (accessed on 15 September 2019).
  157. LORIOT. Available online: https://www.loriot.io (accessed on 15 September 2019).
Figure 1. LoRa/LoRaWAN literature taxonomy.
Figure 1. LoRa/LoRaWAN literature taxonomy.
Futureinternet 11 00216 g001
Figure 2. LoRaWAN architecture.
Figure 2. LoRaWAN architecture.
Futureinternet 11 00216 g002
Figure 3. LoRaWAN OSI reference.
Figure 3. LoRaWAN OSI reference.
Futureinternet 11 00216 g003
Figure 4. LoRa frame structure.
Figure 4. LoRa frame structure.
Futureinternet 11 00216 g004
Figure 5. LoRa frame air time comparison for CR = 4/5 BW = 125 kHz.
Figure 5. LoRa frame air time comparison for CR = 4/5 BW = 125 kHz.
Futureinternet 11 00216 g005
Figure 6. LoRa frame air time comparison for CR = 4/5 BW = 250 kHz.
Figure 6. LoRa frame air time comparison for CR = 4/5 BW = 250 kHz.
Futureinternet 11 00216 g006
Figure 7. LoRa frame air time comparison for CR = 4/5 BW = 500 kHz.
Figure 7. LoRa frame air time comparison for CR = 4/5 BW = 500 kHz.
Futureinternet 11 00216 g007
Figure 8. LoRa frame air time comparison with testbed and the model.
Figure 8. LoRa frame air time comparison with testbed and the model.
Futureinternet 11 00216 g008
Figure 9. LoRaWAN classes.
Figure 9. LoRaWAN classes.
Futureinternet 11 00216 g009
Figure 10. LoRaWAN Uplink Frame Format.
Figure 10. LoRaWAN Uplink Frame Format.
Futureinternet 11 00216 g010
Figure 11. LoRaWAN Downlink Frame Format.
Figure 11. LoRaWAN Downlink Frame Format.
Futureinternet 11 00216 g011
Figure 12. DL receive window.
Figure 12. DL receive window.
Futureinternet 11 00216 g012
Figure 13. MAC frame format.
Figure 13. MAC frame format.
Futureinternet 11 00216 g013
Figure 14. LoRaWAN NewChannelReq message frame format.
Figure 14. LoRaWAN NewChannelReq message frame format.
Futureinternet 11 00216 g014
Figure 15. LoRaWAN NewChannelReq data range frame format.
Figure 15. LoRaWAN NewChannelReq data range frame format.
Futureinternet 11 00216 g015
Figure 16. LoRaWAN NewChannelAns message frame format.
Figure 16. LoRaWAN NewChannelAns message frame format.
Futureinternet 11 00216 g016
Figure 17. Class B reception window and beacon timing.
Figure 17. Class B reception window and beacon timing.
Futureinternet 11 00216 g017
Figure 18. Class C reception window.
Figure 18. Class C reception window.
Futureinternet 11 00216 g018
Figure 19. LinkADRReq.
Figure 19. LinkADRReq.
Futureinternet 11 00216 g019
Figure 20. GPS-free location architecture.
Figure 20. GPS-free location architecture.
Futureinternet 11 00216 g020
Figure 21. Coverage area illustrated.
Figure 21. Coverage area illustrated.
Futureinternet 11 00216 g021
Figure 22. LoRaWAN simulation: Packet success ratio vs. number of nodes.
Figure 22. LoRaWAN simulation: Packet success ratio vs. number of nodes.
Futureinternet 11 00216 g022
Table 1. Comparison of Sigofx, NB-IoT, LoRaWAN [3] and conventional networks.
Table 1. Comparison of Sigofx, NB-IoT, LoRaWAN [3] and conventional networks.
SigfoxNB-IoTLoRaWANWiFiZigBeeBluetooth
StandardsSigfox3GPPLoRa AllianceIEEE 802.11IEEE 802.15.4Bluetooth SIG
ModulationBPSKQPSKCSSDSSS, OFDMDSSS, QPSKGFSK
FrequenciesISM: 433 MHz, 868 MHz, 915 MHzLicensed under LTEISM: 433 MHz, 868 MHz, 915 MHzISM: 2.4 GHz, 5 GHzISM: 868 MHz, 2.4 GHz2.4 GHz
Coverage10–40 km2–20 km1–10 km10–100 m10–100 m10–100 m
Bandwidth100 Hz200 kHz125 kHz, 250 kHz20 MHz, 40 MHz, 80 MHz, 160 MHz2 MHz1 MHz
TX Limit140 Packets per DayUnlimitedDuty Cycle Lim.UnlimitedUnlimitedUnlimited
Max Data Rate100 bps200 kbps50 kbpsGbps250 kbs at 2.4 GHz2 Mbps
Private DeploymentsNoNoYesYesYesYes
Energy ConsumptionLowLowLowHighLowLow
SecurityLowHighHighLow-HighHighLow-High
Table 2. LoRa SF values [8].
Table 2. LoRa SF values [8].
Spreading FactorChirps/SymbolDemodulation SNR
7128−7.5 dB
8256−10 dB
9512−12.5 dB
101024−15 dB
112048−17.5 dB
124096−20 dB
Table 3. LoRaWAN class comparison.
Table 3. LoRaWAN class comparison.
ClassBattery ConsumptionDescription
AMost energy efficientMust be supported by all the End-Nodes. DL after TX
BEfficient with controlled DLSlotted communication synchronized with beacon frames
CLeast efficientDevices listen continuously. DL without latency.
Table 4. LoRaWAN MAC Message Types.
Table 4. LoRaWAN MAC Message Types.
MTypeDescription
000Join Request
001Join Accept
010Unconfirmed Data Up
011Unconfirmed Data Down
100Confirmed Data Up
101Confirmed Data Down
110RFU
111Proprietary
Table 5. LoRaWAN MAC Commands.
Table 5. LoRaWAN MAC Commands.
CIDCommandTransmitted ByDescription
0x02LinkCheckReqNodeConnection validation.
0x03LinkCheckAnsGWReply to LinkCheckReq.
0x03LinkADRReqGWAdjust node data rate, tx power, rx rate or channel
0x04LinkADRAnsNodeResponse to LinkADRReq.
0x04DutyCycleReqGWSet tx duty cycle.
0x04DutyCycleAnsNodeResponse DutyCycleReq.
0x05RXParamSetupReqGWSet rx slot parameters.
0x05RXParamSetupAnsNodeResponse RXParamSetupReq.
0x06DevStatusReqGWRequest status of node.
0x06DevStatusAnsNodeResponse to DevStatusReq with battery level ad demodulation margin.
0x07NewChannelReqGWSetup/modify new radio channel.
0x07NewChannelAnsNodeResponse to NewChannelReq.
0x08RXTimingSetupReqGWSet reception slot timing.
0x08RXTimingSetupAnsNodeResponse to RXTimingSetupReq.
0x08-0xFFProprietaryNode/GWReserved further extensions.
Table 6. LoRaWAN Class B MAC Commands.
Table 6. LoRaWAN Class B MAC Commands.
CIDCommandTransmitted ByDescription
0x10PingSlotInfoReqNodePeriodic ping unicast message.
0x10PingSlotInfoAnsGWReply to PingSlotInfoReq.
0x11PingSlotChannelReqGWSets ping channel for node.
0x11PingSlotFreqAnsNodeResponse to PingSlotChannelReq.
0x12BeaconTimingReqNodeRequest to next beacon timing and channel.
0x12BeaconTimingAnsGWResponse BeaconTimingReq.
0x13BeaconFreqReqGWConfiguration of beacon broadcast frequency.
0x13BeaconFreqAnsNodeResponse BeaconFreqReq.

Share and Cite

MDPI and ACS Style

Ertürk, M.A.; Aydın, M.A.; Büyükakkaşlar, M.T.; Evirgen, H. A Survey on LoRaWAN Architecture, Protocol and Technologies. Future Internet 2019, 11, 216. https://doi.org/10.3390/fi11100216

AMA Style

Ertürk MA, Aydın MA, Büyükakkaşlar MT, Evirgen H. A Survey on LoRaWAN Architecture, Protocol and Technologies. Future Internet. 2019; 11(10):216. https://doi.org/10.3390/fi11100216

Chicago/Turabian Style

Ertürk, Mehmet Ali, Muhammed Ali Aydın, Muhammet Talha Büyükakkaşlar, and Hayrettin Evirgen. 2019. "A Survey on LoRaWAN Architecture, Protocol and Technologies" Future Internet 11, no. 10: 216. https://doi.org/10.3390/fi11100216

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