Difference between LoRa and LoRaWAN

by May 8, 2020Communication Protocols

One of the key areas of development of communication networks has become the concept of the Internet of things. Soon, the Internet will get connected with several billion devices. Most devices will have battery power. In this regard, one of the important characteristics of the Internet of things is the continuous operation of the device without additional maintenance and charging.

To solve problems related to energy consumption, new types of LPWANs (Low Power Wide Area Networks) were introduced, the most popular one was LoRa/LoRAWAN.

The topics which will be covered in this article are

  1. LoRa modulation
  2. What is LoRaWAN?
  3. What is LoRAWAN’s network?
  4. LoRAWAN applications
  5. Conclusion

1. LoRa modulation

LoRa modulation technology (Long Range) is a modulation method that provides a significantly greater communication range (coverage area) than other competing methods.

  • This method is based on SSM (Spread Spectrum Modulation) and LFM (Linear Frequency Modulation)
  • It is integrated with FEC (Forward Error Correction)
  • LoRa technology increases the sensitivity of the receiver and, like other SSM (Spread Spectrum Modulation), uses the entire channel bandwidth to transmit the signal, which makes it immune to channel noise.
  • LoRa technology allows demodulation of signals with levels at 19 dB, whi5 dB lower than the noise level.
  • Other systems with Frequency Shift Keying (FSK) need a signal power of at least 8 to 10 dB above the noise level. 
  • LoRa modulation determines that Physical Layer (PHY), which can be used with various protocols and in various network architecture options, such as Mesh, Star, point to point and more.

 2. What is LoRaWAN?

LoRaWAN (Long Range Wide Area Networks) is the MAC protocol for high capacity networks with a long range and low intrinsic power consumption.

  • LoRa Alliance is standardized for low power global radial Networks LPWAN (Low Power Wide Area Networks ).
  • The LoRaWAN protocol is optimized for low cost sensors with battery operation.
  • It provides a compromise between the speed of information delivery and the operating time of devices when using battery power. 
  • The protocol provides a full two way communication, and the architecture ensures the overall reliability and security of the entire system.
  • The LoRaWAN architecture was also designed to facilitate the discovery of mobile assets to track enterprise assets, which is one of the fastest growing applications at the Internet of Things (IoT) level. 
  • The LoRaWAN protocol is being developed for use in national networks of large telecom operators. 
  • To this end, the LoRa Alliance standardizes its LoRaWAN protocol with compatibility and interoperability with all major global carriers.

3. What is a LoRaWAN network?

Its typical architecture consists of key elements: 

1. End Node

Its main functions are control and measurement. It consists of a sequence of control elements and measurement sensors.

2. Gateway LoRa

 A design that receives data via a radio channel from end devices and transfers them to a transit network.

The gateway itself and its end devices form a star network topology. This type of design consists of multi channel receiving and transmitting devices that allow you to process signals arriving on several channels or several signals received from one channel. 

 Examples of such networks are Ethernet, WiFi, cellular networks and any other telecommunication channels. 

3. Network Server

A control centre for network management. With its help, it set a schedule; it regulates speeds, analysis, processing and storage of received data takes place.

4. Application Server

A device for collecting data from end nodes and remote monitoring of their work.

4. LoRaWAN Application

  • Automatic reading of readings from consumption meters of various resources (water, gas, electricity, etc.);
  • Monitoring:
    • smart grids
    • transport and tracking of goods
    • status of containers with hazardous substances in the workplace
    • industrial equipment
    • parking space
    • weather
  • smart street lighting systems
  • fire and security alarms
  • building automation
  • automatic data collection from farmland.

5. Conclusion

LoRa only defines the physical layer of communications. On top of LoRa, you can build different networks, for example, Symphony Link and LoRaWAN. LoRaWAN is a protocol for building a network (LPWAN) on top of LoRa. It is important that the LoRa and LoRaWAN modules may not be compatible with each other. It is necessary to choose the right equipment when implementing the project.

Creating a multiplication Skill in Alexa using python

Written By Monisha Macharla

Hi, I'm Monisha. I am a tech blogger and a hobbyist. I am eager to learn and explore tech related stuff! also, I wanted to deliver you the same as much as the simpler way with more informative content. I generally appreciate learning by doing, rather than only learning. Thank you for reading my blog! Happy learning!

RELATED POSTS

How to use a GSM/GPRS Module as an IoT device?

How to use a GSM/GPRS Module as an IoT device?

The convergence of physical objects and the digital world is known as IoT. IoT stands for the Internet of Things. It has been a trending field in the world of technology. In addition, the IoT describes the network of physical objects known as “things” that are...

Longwave Wireless Communication

Longwave Wireless Communication

Longwave wireless communication acts as a foundation for a Low power Wide Area Network. Mostly low energy is consumed in these types of networks. The reason is that most sensors are used for extracting data. These data are used for transmitting in long-range...

Architecture of a Bluetooth IoT Application

Architecture of a Bluetooth IoT Application

What is Bluetooth? To understand the architecture of Bluetooth first lets understand what actually Bluetooth is. Bluetooth is a radio-wave technology that is mainly designed to enable wireless communications over short distances. The frequency of these waves ranges...

Most Commonly Used Web Frameworks

Most Commonly Used Web Frameworks

Web Frameworks are software frameworks that are designed to help create Web apps, Web APIs and other resources. Web Frameworks help us solve two of the major hurdles of developing web apps - templates and routing. Now that we know what web frameworks are, lets get...

Communication between XBee modules

Communication between XBee modules

The wireless networking device, XBee is a user friendly, popular and is a technology worth knowing about. It can transmit and receive data wirelessly, and thus can be used for many IoT applications. As the popularity of the XBee module has grown massively, there are...

VIDEOS – FOLLOW US ON YOUTUBE

EXPLORE OUR IOT PROJECTS

IoT Smart Gardening System – ESP8266, MQTT, Adafruit IO

Gardening is always a very calming pastime. However, our gardens' plants may not always receive the care they require due to our active lifestyles. What if we could remotely keep an eye on their health and provide them with the attention they require? In this article,...

How to Simulate IoT projects using Cisco Packet Tracer

In this tutorial, let's learn how to simulate the IoT project using the Cisco packet tracer. As an example, we shall build a simple Home Automation project to control and monitor devices. Introduction Firstly, let's quickly look at the overview of the software. Packet...

All you need to know about integrating NodeMCU with Ubidots over MQTT

In this tutorial, let's discuss Integrating NodeMCU and Ubidots IoT platform. As an illustration, we shall interface the DHT11 sensor to monitor temperature and Humidity. Additionally, an led bulb is controlled using the dashboard. Besides, the implementation will be...

All you need to know about integrating NodeMCU with Ubidots over Https

In this tutorial, let's discuss Integrating NodeMCU and Ubidots IoT platform. As an illustration, we shall interface the DHT11 sensor to monitor temperature and Humidity. Additionally, an led bulb is controlled using the dashboard. Besides, the implementation will be...

How to design a Wireless Blind Stick using nRF24L01 Module?

Introduction Let's learn to design a low-cost wireless blind stick using the nRF24L01 transceiver module. So the complete project is divided into the transmitter part and receiver part. Thus, the Transmitter part consists of an Arduino Nano microcontroller, ultrasonic...

Sending Temperature data to ThingSpeak Cloud and Visualize

In this article, we are going to learn “How to send temperature data to ThingSpeak Cloud?”. We can then visualize the temperature data uploaded to ThingSpeak Cloud anywhere in the world. But "What is ThingSpeak?” ThingSpeak is an open-source IoT platform that allows...

Amaze your friend with latest tricks of Raspberry Pi and Firebase

Introduction to our Raspberry Pi and Firebase trick Let me introduce you to the latest trick of Raspberry Pi and Firebase we'll be using to fool them. It begins with a small circuit to connect a temperature sensor and an Infrared sensor with Raspberry Pi. The circuit...

How to implement Machine Learning on IoT based Data?

Introduction The industrial scope for the convergence of the Internet of Things(IoT) and Machine learning(ML) is wide and informative. IoT renders an enormous amount of data from various sensors. On the other hand, ML opens up insight hidden in the acquired data....

Smart Display Board based on IoT and Google Firebase

Introduction In this tutorial, we are going to build a Smart Display Board based on IoT and Google Firebase by using NodeMCU8266 (or you can even use NodeMCU32) and LCD. Generally, in shops, hotels, offices, railway stations, notice/ display boards are used. They are...

Smart Gardening System – GO GREEN Project

Automation of farm activities can transform agricultural domain from being manual into a dynamic field to yield higher production with less human intervention. The project Green is developed to manage farms using modern information and communication technologies....