Skip to content

LoRa peer-to-peer

It is not always necessary for a project to be connected with the LORAWAN network. Sometimes you might just want to use the benefits of the LORA modulation from one board to the other.

In this example we show you how you can transmit and receive data from one explorer to the other.

To setup this example you need to upload the RX and TX code with the RN2483 P2P functions code to two different explorer boards.

Download the files: p2p_explorer.zip The zip file contains three files:

  1. LORA P2P TX Don’t forget to add the RN2483_P2P_Functions to your RX and TX example

  2. LORA P2P RX Don’t forget to add the RN2483_P2P_Functions to your RX and TX example

  3. RN2483 P2P functions Main code, where you have to add TX and/or RX

Read more about the P2P lora network and the range test from our interns: LORAP2PGateway.pdf