CARVIEW |
LoRa
![]() SX1278, a LoRa module | |
Developed by | Cycleo, Semtech |
---|---|
Connector type | SPI/I2C |
Compatible hardware | SX1261, SX1262, SX1268, SX1272, SX1276, SX1278 |
Physical range | 330 kilometres (210 mi) in perfect conditions.[1] Approximately 10 kilometres (6.2 mi) in practical conditions |
LoRa (from "long range") is a physical proprietary radio communication technique based on spread spectrum modulation.[2] It is used as the physical layer for LoRaWAN, a low-power, wide-area network (LPWAN) protocol that wirelessly connects battery-operated devices to the Internet. LoRa can be thought of as the radio signal technology (similar to Wi-Fi or cellular), while LoRaWAN is the protocol and network architecture that manages communication over that signal.[3]
Together, LoRa and LoRaWAN provide a solution for connecting low-power devices over long distances, making them a key technology for the Internet of Things (IoT). The technology is primarily used for applications where small amounts of data need to be transmitted infrequently from hard-to-reach locations, such as in smart agriculture, industrial monitoring, and asset tracking.[4] The technology was originally developed by the French company Cycleo, which was acquired by Semtech in 2012, and the LoRaWAN standard is now managed by the LoRa Alliance.[5]
Features
[edit]LoRa uses license-free sub-gigahertz radio frequency bands EU433 (LPD433) or EU868 (863–870/873 MHz) in Europe; AU915/AS923-1 (915–928 MHz) in South America; US915 (902–928 MHz) in North America; IN865 (865–867 MHz) in India; and AS923 (915–928 MHz) in Asia;[6] LoRa enables long-range transmissions with low power consumption.[7] The technology covers the physical layer, while other technologies and protocols such as LoRaWAN cover the upper layers. It can achieve data rates between 0.3 kbit/s and 27 kbit/s, depending upon the spreading factor.[8]
LoRa devices have geolocation capabilities used for trilaterating positions of devices via timestamps from gateways.[9]
Applications
[edit]LoRa devices have geolocation capabilities used for trilaterating positions of devices via timestamps from gateways. This feature, combined with the technology's long-range and low-power characteristics, makes it suitable for a wide range of Internet of Things (IoT) applications where assets are dispersed and battery life is critical.[10]
Asset tracking and logistics
[edit]LoRaWAN is widely used for asset tracking, particularly for non-powered assets that require a tracking system with a long battery life. Because it does not rely on cellular networks, it is an effective technology for monitoring moving objects in areas with poor or no GSM signal, such as in remote areas or inside large metal shipping containers.[11] A common application is in the track and trace of construction and railway equipment. For example, LoRaWAN trackers are used in Switzerland to monitor the location of construction wagons, providing security against theft and improving the efficiency of fleet logistics.[12]
Smart agriculture
[edit]In precision agriculture, LoRaWAN sensors are used to create managing information systems that optimize farming operations. Low-power sensors are deployed across large fields to monitor soil moisture, temperature, and nutrient levels, allowing for more efficient irrigation and fertilization. The technology is also used for tracking the location and health of livestock.[13]
Smart cities and utilities
[edit]LoRaWAN is used for smart city applications. Municipalities use it for a variety of services, including:
- Smart metering: Utility companies deploy LoRaWAN-enabled meters to automatically read water and gas consumption without needing to send a technician.
- Waste management: Sensors in public trash bins can report when they are full, allowing for the optimization of collection routes.
- Smart parking: Sensors in parking spaces can detect whether a space is occupied, providing real-time data to drivers via a mobile app.
LoRa PHY
[edit]LoRa uses a proprietary spread spectrum modulation that is similar to and a derivative of chirp spread spectrum (CSS) modulation. Each symbol is represented by a cyclic shifted chirp over the bandwidth centered around the base frequency. The spreading factor (SF) is a selectable radio parameter from 5 to 12[14] and represents the number of bits sent per symbol and in addition determines how much the information is spread over time.[15] There are different initial frequencies of the cyclic shifted chirp across the bandwidth around the center frequency.[16] The symbol rate is determined by
. LoRa can tradeoff data rate for sensitivity (assuming a fixed channel bandwidth
) by selecting the SF, i.e. the amount of spread used. A lower SF corresponds to a higher data rate but a worse sensitivity, a higher SF implies a better sensitivity but a lower data rate.[17] Compared to lower SF, sending the same amount of data with higher SF needs more transmission time, known as time-on-air. More time-on-air means that the modem is transmitting for a longer time and consuming more energy. Typical LoRa modems support transmit powers up to +22 dBm.[14] However, the regulations of the respective country may additionally limit the allowed transmit power. Higher transmit power results in higher signal power at the receiver and hence a higher link budget, but at the cost of consuming more energy. There are measurement studies of LoRa performance with regard to energy consumption, communication distances, and medium access efficiency.[18] According to the LoRa Development Portal, the range provided by LoRa can be up to 3 miles (4.8 km) in urban areas, and up to 10 miles (16 km) or more in rural areas (line of sight).[19]
In addition, LoRa uses forward error correction coding to improve resilience against interference. LoRa's high range is characterized by high wireless link budgets of around 155 dB to 170 dB.[20] Range extenders for LoRa are called LoRaX.
LoRaWAN
[edit]

While LoRa defines the lower physical layer, LoRaWAN is the MAC layer protocol and system architecture for the network. LoRaWAN defines the communication protocol for managing communication between low-power end-node devices and gateways.
The LoRaWAN network architecture consists of three main components:
- End Devices: These are the small, battery-powered sensors or trackers that are spread out in the field. Each device has a LoRa chip that allows it to transmit small packets of data over long distances using the LoRa radio protocol.
- Gateways (Base Stations): A gateway is a receiving station that is connected to the internet. It listens for LoRa signals from all the end devices within its range. When a gateway receives a data packet from a device, it forwards it to the central network server without processing it.[21] A key feature of LoRaWAN is that a single data packet from a device can be picked up by multiple gateways simultaneously, which increases the network's reliability.
- Network Server: This is the central cloud-based software that manages the entire network. It receives the data from all the gateways, removes duplicate messages, and then routes the data to the correct application server. It is also responsible for managing the communication frequencies, data rate, and power for all end devices.[22][23]
Devices in the network are asynchronous and transmit when they have data available to send. Data transmitted by an end-node device is received by multiple gateways, which then forward the data packets to the centralized network server.[24] The data is then forwarded to an associated application server.[25]
CSMA for LoRaWAN
[edit]In the wireless communication, particularly across the IoT applications, collision avoidance is essential for reliable communication and overall spectral efficiency. Previously, LoRaWAN has relied upon ALOHA as the medium access control (MAC) layer protocol, but to improve this, the LoRa Alliance's Technical Recommendation TR013[26] introduced CSMA-CA. Employing the CAD based CSMA technique specified in TR013[26] enhances LoRaWAN's spectrum efficiency and ensures more reliable device communication, including in congested environments.[26] TR013 is based on the LMAC[27] and is the first industry-academia collaboration of LoRa Alliance to have resulted in a Technical Recommendation.[28][29]
Version history
[edit]- January 2015: 1.0[30][31]
- February 2016: 1.0.1[32]
- July 2016: 1.0.2[33]
- October 2017: 1.1, adds Class B[34]
- July 2018: 1.0.3[35]
- October 2020: 1.0.4[36]
LoRa Alliance
[edit]The LoRa Alliance is an open, non-profit association whose stated mission is to support and promote the global adoption of the LoRaWAN standard for massively scaled IoT deployments, as well as deployments in remote or hard-to-reach locations.
Members collaborate in a vibrant ecosystem of device makers, solution providers, system integrators and network operators, delivering interoperability needed to scale IoT across the globe, using public, private, hybrid, and community networks. Key areas of focus within the Alliance are smart agriculture, smart buildings, smart cities, smart industry, smart logistics, and smart utilities.
Key contributing members of the LoRa Alliance include Actility, Amazon Web Services, Cisco, Everynet, Helium, Kerlink, MachineQ, Microsoft, MikroTik, Minol Zenner, Netze BW, Semtech, Senet, STMicroelectronics, TEKTELIC and The Things Industries.[37] In 2018, the LoRa Alliance had over 100 LoRaWAN network operators in over 100 countries; in 2023, there are nearly 200, providing coverage in nearly every country in the world.[38]
On October 1, 2024, Cisco announced it is "exiting the LoRaWAN space" with no planned migration for Cisco LoRaWAN gateways.[39]
See also
[edit]- DASH7 – a popular open alternative to LoRa
- IEEE 802.11ah – non-proprietary low-power long-range standard
- CC430 – an MCU & sub-1 GHz RF transceiver SoC
- Narrowband IoT – narrowband Internet of things
- LTE Cat M1 – Cellular device technology
- MIoTy – sub-GHz LPWAN technology for sensor networks
- SCHC – static context header compression
- Short-range device – Class of radio transmitter
- Helium Network – LoRaWAN protocol paired with blockchain technology
- Amazon Sidewalk – a mesh wireless network developed by Amazon
- Meshtastic – a popular open source mesh network protocol that uses LoRa
- ExpressLRS – open source UAV remote control protocol that uses LoRa, widely used in FPV drones
References
[edit]- ^ "Range Tests | Meshtastic". meshtastic.org. Retrieved 2025-01-22.
- ^ "What is LoRa?". Semtech. Retrieved October 3, 2025.
- ^ Haxhibeqiri, J.; Van den Abeele, F.; Hoebeke, J.; Moerman, I. (2018). "A Survey of LoRaWAN for the Internet of Things". LoRaWAN for smart city applications. Springer. pp. 1–25.
- ^ Ramon Sanchez-Iborra; Jesus Sanchez-Gomez; Juan Ballesta-Viñas; Maria-Dolores Cano; Antonio F. Skarmeta (2018). "Performance Evaluation of LoRa Considering Scenario Conditions". Sensors. 18 (3): 772. Bibcode:2018Senso..18..772S. doi:10.3390/s18030772. PMC 5876541. PMID 29510524.
- ^ "Semtech Acquires Wireless Long Range IP Provider Cycleo". Design And Reuse. Retrieved 2019-10-17.
- ^ "RP002-1.0.3 LoRaWAN Regional Parameters" (PDF). lora-alliance.org. Retrieved 9 June 2021.
- ^ Ramon Sanchez-Iborra; Jesus Sanchez-Gomez; Juan Ballesta-Viñas; Maria-Dolores Cano; Antonio F. Skarmeta (2018). "Performance Evaluation of LoRa Considering Scenario Conditions". Sensors. 18 (3): 772. Bibcode:2018Senso..18..772S. doi:10.3390/s18030772. PMC 5876541. PMID 29510524.
- ^ Adelantado, Ferran; Vilajosana, Xavier; Tuset-Peiro, Pere; Martinez, Borja; Melia-Segui, Joan; Watteyne, Thomas (2017). "Understanding the Limits of LoRaWAN". IEEE Communications Magazine. 55 (9): 34–40. arXiv:1607.08011. Bibcode:2017IComM..55i..34A. doi:10.1109/mcom.2017.1600613. hdl:10609/93072. ISSN 0163-6804. S2CID 2798291.
- ^ Fargas, Bernat Carbones; Petersen, Martin Nordal. "GPS-free Geolocation using LoRa in Low-Power WANs" (PDF). DTU Library.
- ^ "10 years of LoRaWAN: LoRa Alliance shares ambitions". IoT Insider. June 11, 2024. Retrieved October 3, 2025.
- ^ A. Busko; R. D. M. S. D. Rathnayake (July 2021). "Monitoring of moving objects in the absence of a GSM signal". Scientific Journal of Silesian University of Technology. Series of Transport. 112: 5–14. doi:10.20858/sjsutst.2021.112.1.
- ^ "Ensuring asset security with LoRaWAN tracking solution for construction wagons in Switzerland". Railway Gazette International. July 12, 2023. Retrieved October 3, 2025.
- ^ V. D. Bortnikov; V. V. Semenyuk (June 2020). "Main Aspects of the Creation of Managing Information System at the Implementation of Precision Farming". International Scientific Agriculture Journal. 6 (2): 35–39. doi:10.24411/2588-0209-2020-10188.
- ^ a b "SX1261/2 Datasheet". Semtech SX1276. Semtech. Retrieved 19 November 2021.
- ^ "LoRa Modulation Basics" (PDF). Semtech. Archived from the original (PDF) on 2019-07-18. Retrieved 2020-02-05.
- ^ M. Chiani; A. Elzanaty (2019). "On the LoRa Modulation for IoT: Waveform Properties and Spectral Analysis". IEEE Internet of Things Journal. 6 (5): 772. arXiv:1906.04256. Bibcode:2019IITJ....6.8463C. doi:10.1109/JIOT.2019.2919151. hdl:10754/655888. S2CID 184486907.
- ^ Qoitech. "How Spreading Factor affects LoRaWAN device battery life". The Things Network. Retrieved 2020-02-25.
- ^ J.C. Liando; A. Gamage; A.W. Tengourtius; M. Li (2019). "Known and Unknown Facts of LoRa: Experiences from a Large-Scale Measurement Study". ACM Transactions on Sensor Networks. 15 (2): Article No. 16, pp 1–35. doi:10.1145/3293534. hdl:10356/142869. ISSN 1550-4859. S2CID 53669421.
- ^ "What are LoRa® and LoRaWAN®?". LoRa Developer Portal. Retrieved 7 July 2021.
- ^ Mohan, Vivek. "10 Things About LoRaWAN & NB-IoT". blog.semtech.com. Retrieved 2019-02-18.
- ^ Haxhibeqiri, J.; Van den Abeele, F.; Hoebeke, J.; Moerman, I. (2018). "A Survey of LoRaWAN for the Internet of Things". LoRaWAN for smart city applications. Springer. pp. 1–25.
- ^ Smirnov, A.; Ponomarev, A.; Levashova, T. (2019). "IoT in Fleet Management". ALIOT: A Multi-Disciplinary Perspective on the Internet of Things (PDF). Springer. p. 235.
- ^ "LoRaWAN For Developers". www.lora-alliance.org. Retrieved 2018-11-23.
- ^ "A Comprehensive Look At LPWAN For IoT Engineers & Decision Makers". www.link-labs.com. Retrieved 2017-06-22.
- ^ LoRa Alliance (2015). "LoRaWAN: What is it?" (PDF).
- ^ a b c "Enabling CSMA for LoRaWAN TR013-1.0.0". LoRa Alliance. 15 September 2023. Retrieved 2023-11-05.
- ^ Gamage, Amalinda; Liando, Jansen; Gu, Chaojie; Tan, Rui; Li, Mo; Seller, Olivier (2023-05-31). "LMAC: Efficient Carrier-Sense Multiple Access for LoRa". ACM Transactions on Sensor Networks. 19 (2): 1–27. doi:10.1145/3564530. ISSN 1550-4859.
- ^ Jathun, Gamage Isuru Amalinda (2023). Optimizing spectral utilization of LPWANs (Thesis). Nanyang Technological University. doi:10.32657/10356/172897. hdl:10356/172897.
- ^ LoRa Alliance (2024-02-01). LoRaWAN® CSMA to Minimize on Air Collisions. Retrieved 2024-07-13 – via YouTube.
- ^ "LoRaWAN Specification" (PDF). lora-alliance.org. Retrieved 5 February 2020.
- ^ Version 1.0 of the LoRaWAN specification released.
- ^ "LoRaWAN Specification". lora-alliance.org. Retrieved 2 February 2021.
- ^ "LoRaWAN Specification" (PDF). lora-alliance.org. Retrieved 5 February 2020.
- ^ "LoRaWAN™ 1.1 Specification" (PDF). lora-alliance.org. Retrieved 5 February 2020.
- ^ "LoRaWAN 1.0.3 Specification" (PDF). lora-alliance.org. Retrieved 5 February 2020.
- ^ "LoRaWAN 1.0.4 Specification". lora-alliance.org. Retrieved 25 November 2020.
- ^ "Member Directory | LoRa Alliance". lora-alliance.org. Retrieved May 22, 2023.
- ^ "LoRa Alliance passes 100 LoRaWAN network operator milestone". Electronic Products & Technology. 2019-01-25. Retrieved 2019-02-11.
- ^ "End-of-Sale and End-of-Life Announcement for the Cisco LoRaWAN". cisco.com. Retrieved October 3, 2024.
Further reading
[edit]- Olivier Bernard André Seller. "Wireless communication method" U.S. Patent No. 9,647,718. 9 September 2015.
- Lee, Chang-Jae, Ki-Seon Ryu, and Beum-Joon Kim. "Periodic ranging in a wireless access system for mobile station in sleep mode." U.S. Patent No. 7,194,288. 20 March 2007.
- Ghoslya, Sakshama (2019-04-17). "How to generate LoRa Symbols". All About LoRa and LoRaWAN.
- Quigley, Thomas J., and Ted Rabenko. "Latency reduction in a communications system." U.S. Patent No. 7,930,000. 19 April 2011.
- Bankov, D.; Khorov, E.; Lyakhov, A. "On the Limits of LoRaWAN Channel Access". 2016 International Conference on Engineering and Telecommunication (EnT): 10–14.
- Seneviratne, Pradeeka. "Beginning LoRa Radio Networks with Arduino - Build Long Range, Low Power Wireless IoT Networks." Apress, 2019, eBook ISBN 978-1-4842-4357-2, Softcover ISBN 978-1-4842-4356-5, Ed: 1
External links
[edit]- LoRa Alliance
- LoRa Developer Portal
- Cycleo website at the Wayback Machine (archived 2011-07-29)