Changes for page End Device AT Commands and Downlink Command
Last modified by kai on 2024/09/06 10:00
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -19,10 +19,12 @@ 19 19 20 20 * For AT Command , See Devices User Manual for Device. The user manual can be found in each product page of [[Dragino Official Website>>url:http://www.dragino.com/]] 21 21 * For LoRaWAN Downlink: The gateway transfer downlink command in HEX format. This page shows the HEX format downlink code for each command. but some servers use base64 as downlink code. Below are reference for how to use downlink command: 22 -** Use HEX format to send a downlink: [[TTN v3>> url:https://wiki.dragino.com/index.php/Notes_for_TTN#Send_Downlink_message]]23 -** Use Base64 format to send a downlink: [[Chirpstack>> url:https://wiki.dragino.com/index.php/Notes_for_ChirpStack#Downlink]].24 -** See use note for more serves [[Servers Note>> url:https://wiki.dragino.com/index.php/Main_Page#Use_Note_for_Server]]22 +** Use HEX format to send a downlink: [[TTN v3>>doc:Main.Notes for TTN.WebHome]] 23 +** Use Base64 format to send a downlink: [[Chirpstack>>doc:Main.Notes for ChirpStack.WebHome]]. 24 +** See use note for more serves [[Servers Note>>doc:Main.WebHome]](IoT LoRaWAN Server) 25 25 26 + 27 + 26 26 = 3. Support End Node and firmware version = 27 27 28 28 (% border="1" style="background-color:#ffffcc; color:green; width:966px" %) ... ... @@ -96,6 +96,7 @@ 96 96 ))) 97 97 ))) 98 98 101 + 99 99 = 4. System Management Commands = 100 100 101 101 == 4.1 Change Uplink Interval == ... ... @@ -134,6 +134,8 @@ 134 134 * **Example 1**: Downlink Payload:** 0100001E** ~/~/ Set Transmit Interval (TDC) = 30 seconds 135 135 * **Example 2**: Downlink Payload:** 0100003C** ~/~/ Set Transmit Interval (TDC) = 60 seconds 136 136 140 + 141 + 137 137 == 4.2 Reboot End Node == 138 138 139 139 Feature: Reboot End Node to perform a new OTAA or ABP Join. ... ... @@ -169,6 +169,8 @@ 169 169 170 170 ((( 171 171 If the downlink payload=**04FF**, the end node will reboot. 177 + 178 + 172 172 ))) 173 173 174 174 == 4.3 Reset to factory Default == ... ... @@ -293,6 +293,8 @@ 293 293 OK 294 294 ))) 295 295 303 + 304 + 296 296 = 5. Keys, IDs and EUIs management = 297 297 298 298 == 5.1 Application EUI == ... ... @@ -311,6 +311,8 @@ 311 311 ))) 312 312 |(% style="width:305px" %)AT+APPEUI=00 b3 d5 7e f0 00 4d 34|(% style="width:186px" %)Set the Application EUI|(% style="width:191px" %)OK 313 313 323 + 324 + 314 314 == 5.2 Application Key == 315 315 316 316 Feature: Get or Set the Application Key. ... ... @@ -327,6 +327,8 @@ 327 327 ))) 328 328 |(% style="width:441px" %)AT+APPKEY=00 35 55 55 22 23 55 53 43 24 23 42 34 35 35 35|(% style="width:180px" %)Set the Application Key|(% style="width:350px" %)OK 329 329 341 + 342 + 330 330 == 5.3 Application Session Key == 331 331 332 332 Feature: Get or Set the Application Session Key. ... ... @@ -1088,7 +1088,6 @@ 1088 1088 * **AT+ADR=0 **~-~-> Disable ADR first 1089 1089 * **AT+RX2DR=xxxx** ~-~-> Set xxxx to your wanted DataRate 1090 1090 1091 - 1092 1092 == 8.2 Use Downlink Command to set a fix uplink DR == 1093 1093 1094 1094 {{info}} ... ... @@ -1097,6 +1097,6 @@ 1097 1097 1098 1098 Same as: 1099 1099 1100 -* AT+ADR=0 [[Reference>>||anchor="H7.1AdaptiveDataRate"]] 1101 -* AT+DR=5 [[Reference>>||anchor="H7.4DataRate"]] 1102 -* AT+TXP=0 [[Reference>>||anchor="H7.14TransmitPower"]] 1112 +* AT+ADR=0 [[Reference>>||anchor="H7.1AdaptiveDataRate"]] 1113 +* AT+DR=5 [[Reference>>||anchor="H7.4DataRate"]] 1114 +* AT+TXP=0 [[Reference>>||anchor="H7.14TransmitPower"]]