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

ページ / 44
V2.6 2015-12-03
www.risinghf.com
LoRaWAN Module RHF76-052 User Manual
RisingHF
34
AT+UART=TIMEOUT, 0
// Disable timeout feature
AT+UART=TIMEOUT, 1000
// Set timeout 1s feature
AT+UART=TIMEOUT
// Get timeout value
8.27 DELAY
RX window delay configuration command. Supports configure RECEIVE_DELAY1, RECEIVE_DELAY2,
JOIN_ACCEPT_DELAY1, JOIN_ACCEPT_DELAY2.
Command
Item
Comments
AT+DELAY=RX1, ms
RECEIVE_DELAY1
RX window 1 delay time
AT+DELAY=RX2, ms
RECEIVE_DELAY2
RX window 1 delay time
AT+DELAY=JRX1, ms
JOIN_ACCEPT_DELAY1
Join accept RX window 1 delay time
AT+DELAY=JRX2, ms
JOIN_ACCEPT_DELAY2
Join accept RX window 2 delay time
Table 6- 7 LoRaWAN Delay Items
Format:
// Query delay settings
AT+DELAY
AT+DELAY?
AT+DELAY=?
// Set delay
AT+DELAY=RX1, 1000
// Unit: ms
AT+DELAY=RX2, 2000
AT+DELAY=JRX1, 5000
AT+DELAY=JRX2, 6000
Return:
+DELAY RX1, 1000
+DELAY RX2, 2000
+DELAY JRX1, 5000
+DELAY JRX2, 6000