How to setup Lora node address within the Ardruino program?

Hello Everyone -
Does anyone know hot to setup the Lora node address like ? Lora.setaddress() method ? for the transmitter and the receiver ?

set address for LoRa AS62-T20 module - Using Arduino / Programming Questions - Arduino Forum

You need to say which LoRa devices you are using.

Most LoRa devices have no concept of a 'node address'

srnet is right. I have a Maduino (ESP32) where the command is: setThisAddress(103); It compiles fine but, not sure yet if it works.

I have also used the REYAX RYLR896 Lora Module (SX1276) where the command was: Serial.print("AT+ADDRESS=103\r\n"); It compiled and worked correctly although, I found the REYAX to be intermittent.

Be careful to trust but, verify what you read. The REYAX docs implied that the address range is 0~65535 which is 16 bits which from my research is wrong. The src and dst address is 8 bits. Good luck.

It should be pointed out that the REYAX RYLR896 is not a LoRa module in the conventional sense.

The Reyax has a UART connected microcontroller in front of the native SPI based LoRa module.

So how to use these REYAX modules, and addressing concerns, has nothing to do with LoRa modules at all.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.