TWTG Documentation
Service Desk
Starting Guide
Starting Guide
  • Introduction
  • LoRa & LoRaWAN
    • LoRa
      • LoRa vs WirelessHART
      • LoRa vs BLE
    • LoRaWAN
      • Infrastructure
  • Installation & Provisioning
    • Box Content
    • Installation
      • Pressure Gauge (PG)
      • Pressure Sensor (PS)
      • Temperature Sensor (TS)
      • Temperature Transmitter (TT)
      • Vibration Sensor (VB)
      • Contact Sensor (VS-CS)
      • Valve Sensor - Multiturn (VS-MT)
      • Valve Sensor - Quarter Turn (VS-QT)
    • Provisioning
      • 📄Step 1: Product manual
      • 🔑Step 2: Identify the keys
      • 💻Step 3: Add the device to the LNS
      • ⚙️Step 4: Encoder & Decoder in the LNS
      • 🟩Step 5: Activating the device
  • Data & Communication
    • Communication Protocol
    • Measurements & Messages
    • Schedules
    • Data Visualization
  • Configuration
    • Online Configurator
    • Configure a Device
  • How-to
    • General
      • How to troubleshoot a NEON device not connecting to the network
      • How to fix a bad connection
      • How to replace a battery
    • Pressure Gauge (PG)
      • How to configure event triggers
    • Pressure Sensor (PS)
      • How to configure event triggers
    • Temperature Sensor (TS)
      • How to configure event triggers
      • How to change the configuration of the device from using FSB1 to FSB2 in US915
      • How to configure the frequency of measurements and messages
    • Temperature Transmitter (TT)
      • How to configure event triggers
      • How to use a temperature element different from type K
      • How to use a PT100/RTD
      • How to configure the frequency of measurements and messages
    • Vibration Sensor (VB)
      • Communication Protocol v2 & v3
        • How to obtain the FFT data
        • How to have an FFT for threshold values without periodic messages
        • How to configure event triggers
      • Communication Protocol v4
        • How to Get Started with the New Features of the NEON Vibration Sensor v4
      • How to configure the frequency of measurements and messages
      • How to replace the sensor or probe
      • How to debug a not connected sensor
      • How to debug a not paired sensor
      • How to enable Hanning Window
  • General Information
    • Available Regions
    • LoRaWAN Region
    • Hazardous Locations
    • Device Maintenance
    • Support & Troubleshooting
    • FAQs
Powered by GitBook
On this page
  1. LoRa & LoRaWAN

LoRaWAN

PreviousLoRa vs BLENextInfrastructure

Last updated 1 year ago

LoRaWAN stands for Long Range Wide Area Network. It's a type of low-power, wide-area networking (LPWAN) protocol designed for long-range communication between remote devices and gateways using LoRa, typically in the context of the Internet of Things (IoT). LoRaWAN is an official standard of the International Telecommunication Union (ITU), . It operates in the unlicensed radio spectrum and is characterized by its long-range communication capabilities (up to several kilometers in urban environments and much farther in rural areas) and low power consumption, making it suitable for applications such as smart cities, agriculture, industrial monitoring, and asset tracking.

LoRaWAN technology utilizes chirp spread spectrum modulation to achieve long-range communication with low power consumption. Devices, often referred to as "nodes", "endpoints", "sensors", or "end devices" transmit small packets of data to nearby gateways, which then forward the data to a central network server. The network server then processes the data and routes it to the appropriate application server or cloud platform.

Confirmed uplinks and confirmed downlinks

The user can use confirmed uplinks or confirmed downlinks for messages that require acknowledgment. The server acknowledges confirmed uplinks, therefore, they take airtime budget from the gateway. Conversely, confirmed downlinks require an extra uplink from the device taking airtime budget and energy from it.

Adaptive Data Rate (ADR)

The spreading factor a LoRa device uses can be changed dynamically upon instruction of the LoRa Network Server using Adaptive Data Rate (ADR). ADR optimizes the power consumption of a device by controlling the SF based on radio frequency conditions the device reports. It is recommended for static devices such as the NEON devices to enable ADR.

Benefits

One of the key features of LoRaWAN is its ability to support large-scale deployments with thousands of devices, thanks to its efficient use of spectrum and support for bi-directional communication. Additionally, LoRaWAN networks can be deployed privately or using public network infrastructure provided by companies specializing in LPWAN services.

Overall, LoRaWAN offers a cost-effective solution for IoT applications requiring long-range communication, low power consumption, and the ability to connect a large number of devices over a wide area.

ITU-T Y.4480