Waspmote Technical Guide
Development website
  • Initial page
  • Introduction
  • Waspmote kit
  • Waspmote Plug & Sense! - Encapsulated line
  • Hardware
  • Architecture and system
  • Interruptions
  • Energy system
  • Sensors
  • 802.15.4/ZigBee/RF modules
  • LoRaWAN modules
  • LoRa module
  • Sigfox modules
  • WiFi PRO module
  • WiFi PRO V3 module
  • Bluetooth Pro module
  • Bluetooth Low Energy module
  • 4G module
  • NB-IoT / Cat-M module
  • RFID/NFC module
  • Industrial Protocols
  • Expansion Radio Board
  • Over the Air Programming (OTA)
  • Encryption libraries
  • GPS
  • SD memory card
  • Energy Consumption
  • Power supplies
  • Working environment
  • Interacting with Waspmote
  • Meshlium - The IoT Gateway
  • Certifications
  • Maintenance
  • Disposal and recycling
  • Documentation changelog
Powered by GitBook
On this page

Was this helpful?

LoRa module

PreviousLoRaWAN modulesNextSigfox modules

Last updated 4 years ago

Was this helpful?

  • Protocol: LoRa "raw". P2P links (node to node).

  • Model: Semtech SX1272

  • Frequencies available: 860-1000 MHz, fits both 868 (Europe) and 900 MHz (USA) ISM bands

  • Max TX power: 14 dBm

  • Sensitivity: -137 dBm

  • Range:

    • Line of Sight: 21+ km / 13.4+ miles (LoS and Fresnel zone clearance)

    • Non Line of Sight: 2+ km / 1.2+ miles (nLoS going through buildings, urban environment)

  • Antenna:

    • 868 / 900 MHz: 4.5 dBi

    • Connector: RPSMA

  • Encryption: AES 128/192/256b (performed by Waspmote API)

  • Control Signal: RSSI

  • Topology: Star

  • Receiver/Central node: Special Gateway LoRa (SPI) or another Waspmote unit

The LoRa module is provided with 4.5 dBi antenna, which enables maximum range.

This radio module provides an optimum range performance, thanks to the excellent receiver sensitivity that the LoRa™ technology offers. Besides, Libelium developed a library which enables addressable, reliable and robust communications with ACK, re-tries or time-outs strategies.

The user can set any frequency in the 868 and 900 MHz bands, with pre-defined channels. The use of this module is allowed in virtually any country.

Encryption is implemented in the application level, thanks to the Waspmote\'s AES library. The payload inside the wireless packet is encrypted so only nodes knowing the key can read the content. The encryption activation is as simple as running one of our LoRa with AES encryption examples.

The topology for this type of network is a star topology, as the nodes can establish point-to-point connections with brother nodes, normally with the central one.

Related API libraries: WaspSX1272.h, WaspSX1272.cpp All information about programming the LoRa module can be found in the . All the documentation is located in the in the Libelium website.

LoRa Networking Guide
Development section
Figure: LoRa module
Figure: Star topology