Copyright©2012–2023, Chengdu Ebyte Electronic Technology Co., Ltd.
24
example
AT+CNWKSKEY=AABBCCDD00112233AABBCCDD00112233
OK
Precautions
Used in ABP, set or read NwkSKey, return Y1Y2 ... Y16, hexadecimal format, value
16 bytes.
CFREQ
BANDMASK
(
set band
mask
)
command
type
command format
response
test
command
AT+CFREQBANDMASK=?
+CFREQBANDMASK: "mask"
OK
query
command
AT+CFREQ BANDMASK?
+CFREQBANDMASK:<mask>
OK
set
command
AT+CFREQBANDMASK=<
mask>
OK
Parameter
Description
<mask>: The frequency point mask that the network may work, 16bit
corresponds to 16 frequency groups, see the LoRaWAN access
specification for details.
Such as: 0-7 channels, the corresponding mask is 0001, the
corresponding mask of 8-15 channels is 0002, the corresponding mask
of 16-23 channels is 0004 and so on .
the frequency corresponding to the specific channel, you need to check
the region protocol. For example, channels 0-7 correspond to:
470.3MHz, 470.5MHz, 470.7MHz, 470.9MHz, 471.1MHz, 471.3MHz,
471.5MHz, 471.7MHz in CN470 .
Return
value
description
example
AT+CFREQBANDMASK=0001
OK
Precautions
Need to be set before Join.
command
character
command
type
command format
response
CULDL MODE
(
Set the same
and different
frequencies for
uplink and
downlink
)
test
command
AT+CULDLMODE=?
+CULDLMODE:
"
mode
"
OK
query
command
AT+CULDLMODE?
+CULDLMOD E:<mode>
OK
set
command
AT+CULDLMODE=<mode>
OK
Parameter
Description
<mode>:
1: same frequency mode
2: Different frequency mode
Return
value
description
example
AT+CULDLMODE=2
OK
Precautions
Need to set before Join
command
character
command
type
command format
response