
RN2483 LoRa Technology Module Command Reference User’s Guide
DS40001784G-page 36
2015-2018 Microchip Technology Inc.
2.4.8.21
mac set rxdelay1 <rxDelay>
<rxDelay>
: decimal number representing the delay between the transmission and
the first Reception window in milliseconds, from 0 to 65535.
Response:
ok
if
<rxDelay>
is valid
invalid_param
if
<rxDelay>
is not valid
This command will set the delay between the transmission and the first Reception
window to the
<rxDelay>
in milliseconds. The delay between the transmission and
the second Reception window is calculated in software as the delay between the
transmission and the first Reception 1000 (ms).
Example:
mac set rxdelay1 1000
// Set the delay between the transmission
and the first Receive window to 1000 ms.
2.4.8.22
mac set sync <synchWord>
<synchWord>
:
one byte long hexadecimal number representing the synchronization
word for the LoRaWAN communication
Response:
ok
if parameters are valid
invalid_param
if parameter is not valid
This command sets the synchronization word for the LoRaWAN communication. The
configuration of the synchronization word should be in concordance with the Gateway
configuration.
Example:
mac set sync 34
//Synchronization word is configured to
use the 0x34 value
2.4.8.23
mac set upctr <fCntUp>
<fCntUp>
: decimal number representing the value of the uplink frame counter that
will be used for the next uplink transmission, from 0 to 4294967295.
Response:
ok
if parameter is valid
invalid_param
if parameter is not valid
This command sets the value of the uplink frame counter that will be used for the next
uplink transmission.
Example:
mac set upctr 10
Note:
If this parameter had previously been saved to user EEPROM by issuing
the
mac save
command, after modifying its value, the
mac save
command should be called again.