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

ページ / 44
V2.6 2015-12-03
www.risinghf.com
LoRaWAN Module RHF76-052 User Manual
RisingHF
16
AT+ID= AppEui, “8 bytes length hex identifier (64bit)”
eg: AT+ID=AppEui, "0123456789ABCDEF"
eg: AT+ID=APPEUI, "01 23 45 67 89 AB CD EF"
Return:
+ID: AppEui, 01:23:45:67:89:AB:CD:EF
8.3 RESET
Use to reset the module. If module returns error, then reset function is invalid.
Format:
AT+RESET
Return:
+RESET: OK
+RESET: ERROR(-5)
// USB interface device returns error
Note: This command is unavailable if the LoRaWAN modem is USB interface device
8.4 MSG
Use to send string format frame which is no need to be confirmed by the server.
Format:
AT+MSG="Data to send"
Return:
+MSG: Start LoRaWAN transaction
+MSG: TX "xxxxxx"
+MSG: Done
Example:
(Normal)
+MSG: Start LoRaWAN transaction
+MSG: TX "RisingHF"
+MSG: Done
Example:
(Downlink message, RX payload is in hex format)
+MSG: Start LoRaWAN transaction
+MSG: TX "RisingHF"
+MSG: PORT: 8; RX: "12 34 56 78"
+MSG: RXWIN2
, RSSI -106, SNR 4
+MSG: Done
Example:
(MAC command received)
+MSG: Start LoRaWAN transaction
+MSG: TX "RisingHF"
+MSG: LoRaWAN command received
+MSG: RXWIN2, RSSI -88, SNR 13.75
+MSG: Done
8.5 CMSG
Use to send string format frame which must be confirmed by the server.
Format:
6
RXWIN2: Message is received during RX Window2; RXWIN1: RX Window1; RXWIN0: Class C Extra RXWIN2.