Changes for page End Device AT Commands and Downlink Command
Last modified by kai on 2024/09/06 10:00
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Bei1 +XWiki.Edwin - Content
-
... ... @@ -14,6 +14,7 @@ 14 14 15 15 ((( 16 16 **This page shows the common commands since Dragino LoRaWAN stack DR-LWS-005. Make sure the end node support stack higher than DR-LWS-005 before checking this page.** 17 + 17 17 18 18 19 19 ))) ... ... @@ -21,12 +21,13 @@ 21 21 = 2. How to use AT Commands or Downlink command = 22 22 23 23 24 -* **AT Command**:See Devices User Manual forhow to connect to devicevia USB TTL adapter and use. The user manual can be found in each product page of [[Dragino Official Website>>url:http://www.dragino.com/]]25 -* **LoRaWAN DownlinkCommand**: The gateway transfer downlink command in HEX format. This page shows theDownlinkCommandIn HEXformat.PleasenotesomeLoRaWANservers use base64 as downlink codeso user need to convert HEX to Base64 and use. Below are referencesfor how to use downlink command:25 +* 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/]] 26 +* 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: 26 26 ** Use HEX format to send a downlink: [[TTN v3>>Notes for TTN]] 27 27 ** Use Base64 format to send a downlink: [[Chirpstack>>Notes for ChirpStack]], [[How to Convert>>http://wiki.dragino.com/xwiki/bin/view/Main/Notes%20for%20ChirpStack/#H4.1ConvertHEXtoBase64]]? 28 28 ** See use note for more serves [[Servers Note>>doc:Main.WebHome]](IoT LoRaWAN Server) 29 29 31 + 30 30 = 3. Support End Node and firmware version = 31 31 32 32 ... ... @@ -174,6 +174,7 @@ 174 174 ((( 175 175 If the downlink payload=**04FF**, the end node will reboot. 176 176 179 + 177 177 178 178 ))) 179 179 ... ... @@ -213,6 +213,7 @@ 213 213 ))) 214 214 215 215 219 + 216 216 == 4.4 Show Firmware Version == 217 217 218 218 ... ... @@ -243,6 +243,7 @@ 243 243 ((( 244 244 245 245 250 + 246 246 **xx: Software Type:** 247 247 ))) 248 248 ... ... @@ -276,6 +276,7 @@ 276 276 firmware version: v1.1.0 ~-~-> 110 277 277 278 278 284 + 279 279 == 4.5 Show System Configure == 280 280 281 281 ... ... @@ -730,8 +730,9 @@ 730 730 **Notice:** 731 731 732 732 * User need to set Adaptive Data Rate(ADR)=0 first. otherwise device will respond to server's ADR command and change the DR according to server auto-adjustment. 733 -* Data Rate specifies Spreading Factor. The mapping vari es in different frequency bands. User can check this link for detail. [[rp2-1.0.3-lorawan-regional-parameters.pdf>>https://lora-alliance.org/resource_hub/rp2-1-0-3-lorawan-regional-parameters/]]739 +* Data Rate specifies Spreading Factor. The mapping various in different frequency band. User can check this link for detail. [[rp2-1.0.3-lorawan-regional-parameters.pdf>>https://lora-alliance.org/resource_hub/rp2-1-0-3-lorawan-regional-parameters/]] 734 734 741 + 735 735 (% style="color:blue" %)**AT Command: AT+DR** 736 736 737 737 (% border="1" style="background-color:#ffffcc; color:green; width:466.222px" %) ... ... @@ -1052,7 +1052,7 @@ 1052 1052 ))) 1053 1053 |(% style="width:160px" %)AT+CHE=1|(% style="width:198px" %)Set eight channels mode|(% style="width:349px" %)OK 1054 1054 1055 -(% style="color:blue" %)**Downlink Command: 0x24 (LHT65,LHT65N Downlink Command:0x07)**1062 +(% style="color:blue" %)**Downlink Command: 0x24** 1056 1056 1057 1057 Format: Command Code (0x24) followed by 1 bytes channel value. 1058 1058 ... ... @@ -1093,6 +1093,7 @@ 1093 1093 ((( 1094 1094 Increasing thisvalue is equal to extending the time that the receiving window is opened, butthe corresponding power consumption will also increase. Properly increasingthis value can increase the success rate of the downlink. 1095 1095 1103 + 1096 1096 1097 1097 ))) 1098 1098 ... ... @@ -1281,13 +1281,13 @@ 1281 1281 (% border="1" style="background-color:#ffffcc; color:green; width:727.222px" %) 1282 1282 |=(% colspan="3" style="width: 724px;" %)AT+RJTDC 1283 1283 |(% style="width:165px" %)**Command Example**|(% style="width:227px" %)**Function**|(% style="width:329px" %)**Response** 1284 -|(% style="width:165px" %)AT+RJTDC=?|(% style="width:227px" %)Show the ReJoin data transmission interval in min|(% style="width:329px" %)30((( 1292 +|(% style="width:165px" %)AT+RJTDC=?|(% style="width:227px" %)Show the ReJoin data transmission interval in min|(% style="width:329px" %)30000((( 1285 1285 OK 1286 1286 1287 -the interval is 30 in1295 +the interval is 30000ms = 30s 1288 1288 ))) 1289 -|(% style="width:165px" %)AT+RJTDC=60|(% style="width:227px" %)Set the ReJoin data transmission interval in min|(% style="width:329px" %)OK((( 1290 -Set the ReJoin data transmission interval to 60 in1297 +|(% style="width:165px" %)AT+RJTDC=60000|(% style="width:227px" %)Set the ReJoin data transmission interval in min|(% style="width:329px" %)OK((( 1298 +Set the ReJoin data transmission interval to 60000ms = 60 seconds 1291 1291 ))) 1292 1292 1293 1293 (% style="color:blue" %)**Downlink Command: 0x26**