Leon Anavi
IT Tips && Tricks

Mobile & Embedded

Created: 11.04.2022 00:44 Last Modified: 11.04.2022 00:44 Views: 1819
Keywords: LoRa P2P, LoRaWAN, REYAX, RYLR998, LoRa

LoRa Peer-to-peer (P2P) Demo with REYAX RYLR998

LoRa Peer-to-peer (P2P) allow direct communication between LoRa end nodes without LoRaWAN gateway. This video explains how to use LoRa P2P with REYAX Technology RYLR998 module with Semtech engine and NUVOTON MCU. This LoRa model is controlled through USB to UART converter and AT commands.

LoRa is a wireless modulation technique derived from Chirp Spread Spectrum (CSS) technology. It transmit small chunks of data with low bit rates over long range LoRa operates on the license free sub-gigahertz bands and requires low power. LoRa was developed by Semtech.

LoRa radio frequencies:

  • Europe EU868 (863–870/873MHz)
  • North America US915 (902–928MHz)
  • South America AU915/AS923-1 (915–928MHz)
  • India IN865 (865–867MHz)
  • Asia AS923 (915–928MHz)

LoRaWAN is a Media Access Control (MAC) layer protocol on top of LoRa for managing network communication between end nodes and gateways, developed and maintained by the LoRa Alliance.

LoRa Peer-to-peer (P2P) allows direct LoRa communication between end node devices (peer-to-peer). The benefit is the low cost of the infrastructure because LoRaWAN gateways are not needed.

AT commands for receiving with REYAX RYLR998:

AT
AT+RESET
AT+ADDRESS=1
AT+NETWORKID=6
AT+BAND=868500000
AT+PARAMETER=7,9,4,12

AT commands for sending with REYAX RYLR998:

AT
AT+RESET 
AT+ADDRESS=0
AT+NETWORKID=6
AT+BAND=868500000
AT+PARAMETER=7,9,4,12
AT+SEND=1,5,HELLO


  Home | About | Contact | Disclaimer | Sitemap © 2009-2022 Leon Anavi. All rights reserved.