RuiXingHengFang Network Co. Ltd. 76052 ユーザーズマニュアル

ページ / 44
V2.6 2015-12-03
www.risinghf.com
LoRaWAN Module RHF76-052 User Manual
RisingHF
18
8.8 PORT
Set PORT number which will be used by MSG/CMSG/MSGHEX/CMSGHEX command to send
message, port number should range from 1 to 255. User should refer to LoRaWAN specification to
choose port.
Format:
AT+PORT="port"
// "port" should be 1~255
eg: AT+PORT=8
// Set port to 8
eg: AT+PORT=?
// Check current port
Return:
+PORT: 8
// PORT query/set return
8.9 ADR
Set ADR function of LoRaWAN module.
Format:
AT+ADR="New state"
eg: AT+ADR=ON
// Enable ADR function
AT+ADR=OFF
// Disable ADR function
AT+ADR=?
// Check current ADR configuration
Return:
+ADR: ON
// ADR query/set return
8.10 DR
Use LoRaWAN defined DRx to set datarate of LoRaWAN AT modem. Refer to Table 3- 2 LoRaWAN
EU868 Data Rate Scheme and Table 3- 3 LoRaWAN US915 Data Rate Scheme about the detailed
definition of LoRaWAN data rate.
Format:
AT+DR="DRx"
// "DRx" should range 0~15
eg: AT+DR=0
eg: AT+DR=5
eg: AT+DR=DR0
eg: AT+DR=DR5
eg: AT+DR=?
// Check current selected DataRate
Return:
+DR: DR0
+DR: US915 DR0 SF10 BW125K
Return:
(ADR is functional)
+DR: DR0 (ADR DR3)
+DR: US915 DR3 SF7 BW125K
+DR: US915 DR0 SF10 BW125K
8.10.1 Datarate Scheme
LoRaWAN R1.0 defines 2 kinds of datarate scheme: EU868 (or EU868-like) and US915. RisingHF
LoRaWAN modem supports both this 2 kinds of datarate.