Study of Lora
Study of Lora
Abstract—LoRaT M is low power wide area wireless network of nuclear power station radiation, weather adaptive street
(LPWAN) protocol for Internet of Things (IoTs) applications. lighting, smart waste management, structural health monitor-
LPWAN has been enabling technology of large scale wireless ing, air pollution monitoring, water leakages monitoring, forest
sensor networks (WSNs). Effective cost, long range and energy fire detection and so forth, as also shown through Figure 1.
efficiency of LPWANs make them most suitable candidates for
smart city applications. These technologies offer novel commu- In a wireless sensor network composed of many spatially
nication paradigm to address discrete IoT’s applications. LoRa scattered wireless nodes, communication is constrained by
is a recently proposed LPWAN technology based on spread various impairments such as the wireless propagation effects,
spectrum technique with a wider band. LoRa uses the entire
network interference, and thermal noise. The effects of signals
channel bandwidth to broadcast a signal which makes it resistant
to channel noise, long term relative frequency, doppler effects propagation in the wireless environment include the attenuation
and fading. This paper focuses on the emerging transmission of radiated signals with distance (also known as path loss),
technologies dedicated to IoT networks. Characteristics of LoRa the blocking of signals caused by large obstacles (also called
are based on three basic parameters: Code Rate (CR), Spreading shadowing), and the reception of multiple copies of the same
Factor (SF) and Bandwidth (BW). This paper provides in depth transmitted signal (also called multipath fading) [5]. The net-
analysis of the impact of these three parameters on the data rate work interference is due to accumulation of unwanted signals
and time on air. radiated by other transmitters from inside or outside of the
Keywords—Wireless sensor Networks, LoRaT M , LPWAN, network, which undesirably affects signal reception at receiver
Smart cities, Internet of things. nodes in the network. The thermal noise is introduced by the
receiver electronics and is usually modeled as additive white
Gaussian noise (AWGN).
I. I NTRODUCTION
Due to the scarcity of radio spectrum, it is not completely
The evolving field of WSNs has an extensive range of possible for large wireless networks to communicate without
potential applications in industry, science, transportation, civil interference. Probably other radio devices will make transmis-
infrastructure and security etc. WSNs comprised sensing (mea- sion using the same radio frequency band at the same time.
suring), computation, and communication into a single tiny Consequently, at the receiver, many undesired signals from
device called sensor node [1] [2]. WSNs typically consist of interfering transmitters will add to the desired transmitter’s
a large number of heterogeneous sensor devices that contain signal. This phenomenon is called interference, and it causes a
processing capability, sensor(s) and/or actuator(s), a power performance degradation of communication networks [6] [7].
source (batteries and eventually some energy harvesting mod- This paper gives a short description of Bluetooth, ZigBee
ules), multiple types of memory and a radio frequency (RF) and Wi-Fi, and the brief description of LoRa as LPWAN
based transceiver. This large number of sensors are densely technologies.
deployed over a large field and inter-networked together. They
monitor physical or environmental conditions that generate Rest of article is organized as follows. Section II de-
sensor readings and deliver them to a sink node in order to fines some of the existing potential candidates for LPWAN
be further processed [2]. technologies. Section III describes some key features of
Wireless network industry is gradually changing their in- LoRa technology. Conclusive remarks are drawn at the end
terest towards LPWAN. LPWAN technologies (SigFox, LoRa, in Sections IV.
Weightless-W etc) successfully propose wide area connectivity
from a few to tens of kilometers for low data rate, low II. L OW P OWER W IRELESS T ECHNOLOGIES
power and low throughput applications [3]. Their market is
anticipated to be huge. Nearly a quarter of overall thirty billion Several low power wireless technologies can be utilized
IoT/M2M devices are assumed to be connected through the for WSNs. Choice of a particular technology for a particular
internet using LPWAN [4]. Smart cities are considered as the application can be made by examining required data rates,
biggest potential customers of LPWAN, which includes smart power consumption and range [8]. Some of these major
metering, smart grids, smart parking, optimized driving and communication technologies, which utilizes licensed free ISM
walking routes, energy radiation measurements, measurements bands, have been discussed and compared further in this
1
978-1-5386-0551-6/17/$31.002017
c IEEE
name suggest are used to exchanged data after the connection
established between sender and receiver [9].
B. ZigBee
The IEEE standard 802.15.4 commonly known as ZigBee
is most popular choice in Low Rate Wireless Personal Area
Networks (LR-WPAN) and WSNs. IEEE standard 802.15.4
has only defined the characteristics of physical (PHY) layer
and Medium Access Control (MAC) layer. These charac-
teristics have been adopted by ZigBee. ZigBee has defined
the specifications for network layer and application layer. In
wireless networks, MAC layer allows efficient access of wire-
less physical medium, wireless node associations, data frame
validation and security services. Based on the application
requirements, ZigBee based networks can be centralized and/or
decentralized [10].
Fig. 1. Smart city applications
ZigBee based wireless network can adapt star topol-
TABLE I. C OMPARISON OF COMMUNICATION PROTOCOLS . ogy and/or peer-to-peer topology. Star topology offers both
contention-based and contention-free wireless medium access
Bluetooth ZigBee Wi-Fi
Max. end-devices 255 (2 Billion in BLE) more than 64000
Depends on number to its member nodes. In peer-to-peer topology, nodes can
of IP addresses
Peak Current
30 mA 30 mA 100 mA communicate with other nodes within their radio range. De-
Consumption
Range 10 m 10 to 100 m 100 m centralized or peer-to-peer topology based wireless network
11 Mbps and
Data Rate 1 Mbps up to 250 kbps
54 Mbps supports contention-based un-slotted carrier sense multiple
Relative Cost Low Low Medium
Star and
access with collision avoidance CSMA/CA wireless MAC
Topology Star Star and Mesh
Transmission FHSS (Frequency Hopping DSSS (Direct Spread
Point-to-point
OFDM (Orthogonal Frequency
protocol. In CSMA/CA protocol nodes compete with each
Technique Spread Spectrum) Spectrum Sequence) Division Multiplexing) other to access the shared wireless medium. More than 64000
nodes can be connected in zigBee where each one needs only
to allocate a role. ZigBee uses direct spread spectrum sequence
section. Also, comparison of some basic features related to (DSSS) transmission technique and offers up to 250 kbps of
these technologies are highlighted in Table I. data rate in 2.4 GHz frequency band [11] [12]. Spreading
techniques are applied to increase the signal bandwidth (BW).
A. Bluetooth DSSS phase shifts a sine wave pseudo-randomly with ”chips”.
These continuous strings or chips are called pseudo-noise (PN)
Bluetooth is a wireless personal area network (WPAN) code symbols or PN-sequence. This phenomenon helps to
technology based on IEEE standard 802.15.1. It was launched increase the signal power, decrease the interference effects on
in 1994 by Ericsson. It utilizes licensed free 2.4 GHz frequency received signal, allows sharing of spectrum among multiple
band with up to 1MHz channel frequency band. Bluetooth users and provides resistance against intended or unintended
adopts frequency hopping spread spectrum (FHSS) transmis- signal jamming. PN-sequence remains known at transmitter
sion technique and offers maximum data rate up to 1Mb/s. and receiver. ZigBee is low power and low cost system which
Conventional Bluetooth can connect eight nodes to each other makes it well suited for WSNs [13]
with seven slave nodes and one master node. Bluetooth based
networks can be deployed in a point-to-point master-slave C. Wi-Fi
manner. The power consumption of any type of communication
network strongly depends on the distance between transmitter Although, Bluetooth and ZigBee are low power and low
and receiver nodes, the preferred power to be retained by the complexity wireless sensor technologies, but they have some
signal and most importantly type of data being exchanged. limitations, such as low data rate, short range, and less pene-
Bluetooth based networks are able to exchange more or less tration across obstacles. With the advancement in the fields of
all types of data like multimedia or text etc. [9]. wireless and system on chip (SoC) technologies, a number
of Wi-Fi based wireless sensor SoCs have been developed
Another extension of Bluetooth was proposed as Bluetooth for low power wireless sensor applications [14]. Wi-Fi is
4.0 also known as Bluetooth Low Energy (BLE) after the a wireless local area network (LAN) technology based on
Bluetooth 1.0, 2.0 and 3.0. It was designed as alternative IEEE standard 802.11. In literature though, IEEE standard
low power solution to classic Bluetooth. Bluetooth and BLE 802.11 and Wi-Fi is used interchangeably, and we will also
are used for different purposes. Conventional Bluetooth can follow the same convention in this paper. IEEE standard 802.11
handle almost all the variety of data, but it consumes more provides set of specifications for media access control (MAC)
power and cost. BLE is used for low data rate applications, and physical layer (PHY) for implementing wireless WLAN
and can therefore, have longer battery life time. Like classic in the frequency band of 900 MHz, 2.4GHz, 3.6GHz, 5GHz
Bluetooth, BLE also utilizes licensed free ISM band and and 60 GHz [15]. 2.4 GHz frequency operation band is most
offers 40 different channels. Three among these are labeled common in many extensions of IEEE standard 802.11, with
as advertising channels and are used establish a connection. 14 distinct channels. Wi-Fi based WSNs could be network-
The remaining 37 channels are labeled as data channels and as centered or data-centered networks and consists of a large
2
TABLE II. C ODE R ATES IN LoRaT M
CR value 1 2 3 4
no. of redundant bits 1 2 3 4
Coding rate 4/5 2/3 4/7 1/2
LPWAN is the rapidly growing area of the communication Apparently, characteristics of LoRa modulation depends on
industry. Amongst the recently introduced low power and long following three parameters:
range technologies, the semiconductor manufacturer Semtech
has introduced extensive utilization of advanced spread spec- Code rate (CR)
trum technologies with their Long-Range LoRaT M product Forward error correction (FEC) techniques are used in Lora
line. In comparison with legacy modulation techniques, the to further increase the receiver sensitivity. Code rate defines the
spread spectrum modulation technique implied in LoRa assures amount of FEC. LoRa offers CR values between 0 to 4, where
an increased link budget as well as better immunity to network CR = 0 means no FEC. LoRa uses code rates of 4/5, 2/3, 4/7
interferences. LoRa utilizes wider band usually of 125 kHz and 1/2, also shown in Table II. Which means, if the code
or more to broadcast the signal. LoRa allows the usage of rate is denoted as k=n, where k represent useful information,
scaleable BW of 125kHz, 250kHz or 500kHz [17]. Usage of and encoder generates n number of output bits, then n − k
a wider band makes LoRa resistant to channel noise, long term will be the redundant bits. The redundancy allows the receiver
relative frequency, doppler effects and fading. But, spreading to detect and often to correct errors in the message, but it
a narrowband signal over wider band makes less efficient use also decreases the effective data rate. Data rates corresponds
of spectrum until the end devices utilize orthogonal sequences to each CR value in LoRa are shown in Figure 3, over three
and/or different channels which result higher overall system bandwidths. As the CR value increases, the effective data rate
capacity. decreases in each bandwidth spectrum.
The transmitter generates chirp signals by varying their
Spreading factor (SF)
frequency over time and keeping phase between adjacent
symbols constant. The transmitted signal is noise alike signal LORa employs multiple orthogonal spreading factors (be-
which is resistant to multipath fading and doppler shifts, robust tween 7 to 12). SF provides a tradeoff between data rate
3
Fig. 4. Spreading in LoRa
A. Packet Structure
Figure 7 shows packet structure used by LoRa. LoRa
offers maximum packet size of 256 bytes. The LoRa packet is
composed as follows [20]:
4
Fig. 7. LoRaT M packet structure
Rs = BW/2SF (5)
5
[6] Moe Z. Win, Pedro C. Pinto and Lawrence A. Shepp. 2009. A Mathemat-
ical Theory of Network Interference and Its Applications. Proceedings of
the IEEE. vol.97, no.2. pp.205-230. doi= 10.1109/JPROC.2008.2008764
[7] ITU. Tech. Rep https://www.itu.int/net/wsis/tunis/newsroom/stats/The-
Internet-of-Things-2005.pdf (2005)
[8] J. S. Lee, C. C. Chuang, and C. C. Shen.: Applications of short-
range wireless technologies to industrial automation: A zigbee approach.
Fifth Advanced International Conference on Telecommunications, 15–20
(2009).
[9] M. O. A. Kalaa, W. Balid, N. Bitar, and H. H. Refai.: Evaluating
bluetooth low energy in realistic wireless environments. pages 1–6
(2016).
[10] U. Noreen, A. Bounceur, L. Clavier, and R. Kacimi.: Performance
evaluation of IEEE 802.15.4 phy with impulsive network interference in
cupcarbon simulator. International Symposium on Networks, Computers
and Communications (ISNCC), 1–6 (2016).
[11] IEEE draft standard for local and metropolitan area networks - part
15.4: Wireless medium access control (mac) and physical layer (phy)
specifications for low rate wireless personal area networks (wpans)
amendment - physical layer (phy) specifications for low energy, critical
Fig. 10. LoRaT M packet time on air with CR = 0 and SF = 7 infrastructure monitoring networks (lecim). 1–133 (2013).
[12] IEEE standard for local and metropolitan area networks, part 15.4: Low-
rate wireless personal area networks (lr-wpans). IEEE Std 802.15.4-2011
ACKNOWLEDGMENT (Revision of IEEE Std. 802.15.4-2006), 1–314 (2011).
[13] Hui Li and Dan Yu.: Comparison of ad hoc and centralized multihop
This work is part of the research project PERSEPTEUR, routing. 2:791–795 (2002).
supported by the french national research agency ANR.
[14] Zhao Xiaohui Lei Yuan, Xiong construction. Wi-Fi based wireless
sensor network design and research. 18:192–197 (2009).
R EFERENCES
[15] L. Kleinrock and F. Tobagi. Packet switching in radio channels: Part
[1] Akyildiz, I.F., Su, W.J., Sankarasubramaniam Y., and E. Cayirci, E. I - carrier sense multiple-access modes and their throughput-delay
(2002). A survey on sensor networks. IEEE Communications Magazine, characteristics. IEEE Transactions on Communications, 23(12), 1400–
pp. 102114 1416 (1975).
[2] Shen, C., Srisathapornphat, C., and Jaikaeo, C. (2001). Sensor Informa- [16] U. Noreen and S. Baig. Modified incremental bit allocation algorithm
tion Networking Architecture and Applications. IEEE Pers. Commun., for powerline communication in smart grids. In 2013 1st International
pp. 52?59. Conference on Communications, Signal Processing, and their Applica-
[3] Nokia.: Lte evolution for iot connectivity. Nokia white paper, tions (ICCSPA), 1–6 (2013).
http://resources.alcatel-lucent.com/asset/200178 (2016).
[17] B. Reynders, W. Meert, and S. Pollin. Range and coexistence analysis
[4] J. Petajajarvi, K. Mikhaylov, A. Roivainen, T. Hanninen and M. Pet-
of long range unlicensed communication. In 2016 23rd International
tissalo. On the coverage of LPWANs: range evaluation and channel
Conference on Telecommunications (ICT), 1–6 (2016).
attenuation model for LoRa technology. 14th International Conference
on ITS Telecommunications (ITST), Copenhagen, 2015, pp. 55-59. doi: [18] Semtech. http://www.semtech.com/.
10.1109/ITST.2015.7377400
[19] LoRa Alliance. Lora alliance, https://www.lora-alliance.org/what-is-
[5] U. Raza, P. Kulkarni, and M. Sooriyabandara.: Low power wide area lora/technology.
networks: An overview. IEEE Communications Surveys Tutorials, 1–1
(2017). [20] Semtech, http://www.semtech.com/wireless-rf/lora/LoRa-FAQs.pdf: