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
-
... ... @@ -23,18 +23,18 @@ 23 23 24 24 = 3. Support End Node and firmware version = 25 25 26 -(% style="background-color:#ffffcc; color:green ; width:995.222px" %)27 -|=(% colspan="3" style="width: 992px;"%)Dragino STM32 base hardware Firmware / LoRaWAN stack list28 -| (% style="width:187px" %)**Model**|(% style="width:349px" %)**Description**|(% style="width:453px" %)**Firmware Version <~-~-> Stack Version**29 -| (% style="width:187px" %)[[LSN50-v1>>url:http://www.dragino.com/products/lora-lorawan-end-node/item/128-lsn50.html]], [[LSN50-V2>>url:http://www.dragino.com/products/lora-lorawan-end-node/item/155-lsn50-v2.html]],|(% style="width:349px" %)Open Source Generic LoRaWAN Sensor Node|(% style="width:453px" %)LSN50 v1.6.0 <~-~-> DR-LWS-003;(((26 +(% style="background-color:#ffffcc; color:green" %) 27 +|=(% colspan="3" %) Dragino STM32 base hardware Firmware / LoRaWAN stack list 28 +|**Model**|**Description**|**Firmware Version <~-~-> Stack Version** 29 +|[[LSN50-v1>>url:http://www.dragino.com/products/lora-lorawan-end-node/item/128-lsn50.html]], [[LSN50-V2>>url:http://www.dragino.com/products/lora-lorawan-end-node/item/155-lsn50-v2.html]],|Open Source Generic LoRaWAN Sensor Node|LSN50 v1.6.0 <~-~-> DR-LWS-003;((( 30 30 LSN50 v1.7.0 <~-~-> DR-LWS-005; ~-~-> Support since this version 31 31 ))) 32 -| (% style="width:187px" %)[[LGT92>>url:http://www.dragino.com/products/lora-lorawan-end-node/item/142-lgt-92.html]],|(% style="width:349px" %)LoRaWAN GPS Tracker|(% style="width:453px" %)LGT92 v1.6.3 <~-~-> DR-LWS-003;(((32 +|[[LGT92>>url:http://www.dragino.com/products/lora-lorawan-end-node/item/142-lgt-92.html]],|LoRaWAN GPS Tracker|LGT92 v1.6.3 <~-~-> DR-LWS-003;((( 33 33 LGT92 v1.6.4 <~-~-> DR-LWS-005;~-~-> Support since this version 34 34 ))) 35 -| (% style="width:187px" %)[[LBT1>>url:http://www.dragino.com/products/lora-lorawan-end-node/item/165-lbt1.html]],|(% style="width:349px" %)LoRaWAN BLE Indoor Tracker|(% style="width:453px" %)LBT1 v1.0 <~-~-> DR-LWS-005;36 -| (% style="width:187px" %)[[RS485-LN>>url:http://www.dragino.com/products/lora-lorawan-end-node/item/154-rs485-ln.html]],|(% style="width:349px" %)LoRaWAN RS485 Modbus Converter|(% style="width:453px" %)RS485-LN v1.3 <~-~-> DR-LWS-005;37 -| (% style="width:187px" %)[[LHT65>>url:http://www.dragino.com/products/lora-lorawan-end-node/item/151-lht65.html]],|(% style="width:349px" %)LoRaWAN Temperature & Humidity Sensor|(% style="width:453px" %)LHT65 v1.7 <~-~-> DR-LWS-003;(((35 +|[[LBT1>>url:http://www.dragino.com/products/lora-lorawan-end-node/item/165-lbt1.html]],|LoRaWAN BLE Indoor Tracker|LBT1 v1.0 <~-~-> DR-LWS-005; 36 +|[[RS485-LN>>url:http://www.dragino.com/products/lora-lorawan-end-node/item/154-rs485-ln.html]],|LoRaWAN RS485 Modbus Converter|RS485-LN v1.3 <~-~-> DR-LWS-005; 37 +|[[LHT65>>url:http://www.dragino.com/products/lora-lorawan-end-node/item/151-lht65.html]],|LoRaWAN Temperature & Humidity Sensor|LHT65 v1.7 <~-~-> DR-LWS-003;((( 38 38 LHT65 v1.8.0 <~-~-> DR-LWS-005;~-~-> Support since this version 39 39 ))) 40 40 ... ... @@ -44,99 +44,76 @@ 44 44 45 45 Feature: Change LoRaWAN End Node Transmit Interval. 46 46 47 -(% class="box infomessage" %) 48 -((( 49 -**AT Command: AT+TDC** 50 -))) 47 +AT Command: AT+TDC 51 51 52 -(% style="background-color:#ffffcc; color:green; width:727.222px" %) 53 -|=(% colspan="3" style="width: 724px;" %)AT+TDC 54 -|(% style="width:165px" %)**Command Example**|(% style="width:227px" %)**Function**|(% style="width:329px" %)**Response** 55 -|(% style="width:165px" %)AT+TDC=?|(% style="width:227px" %)Show current transmit Interval|(% style="width:329px" %)30000((( 49 +|=(% colspan="3" %)AT+TDC 50 +|**Command Example**|**Function**|**Response** 51 +|AT+TDC=?|Show current transmit Interval|30000((( 56 56 OK 57 57 58 58 the interval is 30000ms = 30s 59 59 ))) 60 -| (% style="width:165px" %)AT+TDC=60000|(% style="width:227px" %)Set Transmit Interval|(% style="width:329px" %)OK(((56 +|AT+TDC=60000|Set Transmit Interval|OK((( 61 61 Set transmit interval to 60000ms = 60 seconds 62 62 ))) 63 63 64 -{{info}} 65 -**Downlink Command: 0x01** 66 -{{/info}} 60 +Downlink Command: 0x01 67 67 68 68 Format: Command Code (0x01) followed by 3 bytes time value. 69 69 70 70 If the downlink payload=0100003C, it means set the END Node’s Transmit Interval to 0x00003C=60(S), while type code is 01. 71 71 72 -* **Example 1**: Downlink Payload:**0100001E**~/~/ Set Transmit Interval (TDC) = 30 seconds73 -* **Example 2**: Downlink Payload:**0100003C**~/~/ Set Transmit Interval (TDC) = 60 seconds66 +* Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds 67 +* Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds 74 74 75 75 == 4.2 Reboot End Node == 76 76 77 77 Feature: Reboot End Node to perform a new OTAA or ABP Join. 78 78 79 -{{info}} 80 -**AT Command: ATZ** 81 -{{/info}} 73 +AT Command: ATZ 82 82 83 -(% border="0" style="background-color:#ffffcc; color:green; width:727.222px" %) 84 84 |=(% colspan="3" %)ATZ: Trig a reset of the MCU 85 85 |**Command Example**|**Function**|**Response** 86 -|ATZ|Reset MCU|((( 87 -Device reset and show booting info 77 +|ATZ|Reset MCU|Device reset and show booting info 88 88 89 -LSN50 Device/LoRa ST Module 90 - 79 +{{{LSN50 Device/LoRa ST Module 91 91 Image Version: XX 92 - 93 93 Frequency Band: XX 94 - 95 95 DevEui= XX XX XX XX XX XX XX XX 96 96 97 97 <followed by the Tx and Rx information> 98 - )))85 +}}} 99 99 100 -{{info}} 101 -**Downlink Command: 0x04** 102 -{{/info}} 103 103 88 +Downlink Command: 0x04 89 + 104 104 Format: Command Code (0x04) followed by FF. 105 105 106 -If the downlink payload= **04FF**, the end node will reboot.92 +If the downlink payload=04FF, the end node will reboot. 107 107 108 108 == 4.3 Reset to factory Default == 109 109 110 110 Feature: Reset the parameters to Factory Default, factory default value depends on the firmware settings, the OTAA and ABP keys will reserve after this command. 111 111 112 -{{info}} 113 -**AT Command: AT+FDR** 114 -{{/info}} 98 +AT Command: AT+FDR 115 115 116 -(% style="background-color:#ffffcc; color:green; width:831.222px" %) 117 -|=(% colspan="3" style="width: 828px;" %)Reset to factory default 118 -|(% style="width:181px" %)**Command Example**|(% style="width:181px" %)**Function**|(% style="width:465px" %)**Response** 119 -|(% style="width:181px" %)AT+FDR|(% style="width:181px" %)Reset to factory default|(% style="width:465px" %)((( 120 -Device reset to factory default parameters and show booting info 100 +|=(% colspan="3" %)Reset to factory default 101 +|**Command Example**|**Function**|**Response** 102 +|AT+FDR|Reset to factory default|Device reset to factory default parameters and show booting info 121 121 122 -LSN50 Device/LoRa ST Module 123 - 104 +{{{LSN50 Device/LoRa ST Module 124 124 Image Version: XX 125 - 126 126 Frequency Band: XX 127 - 128 128 DevEui= XX XX XX XX XX XX XX XX 129 - 130 130 Please set the parameters or reset Device to apply change 131 - )))109 +}}} 132 132 133 -{{info}} 134 -**Downlink Command: 0x04** 135 -{{/info}} 136 136 112 +Downlink Command: 0x04 113 + 137 137 Format: Command Code (0x04) followed by FE. 138 138 139 -If the downlink payload= **04FE**, Reset Parameters to Factory Default, Keys Reserve.116 +If the downlink payload=04FE, Reset Parameters to Factory Default, Keys Reserve. 140 140 141 141 142 142 == 4.4 Show Firmware Version == ... ... @@ -143,34 +143,30 @@ 143 143 144 144 Feature: Show firmware version. No downlink command yet. 145 145 146 -{{info}} 147 -**AT Command: AT+VER** 148 -{{/info}} 123 +AT Command: AT+VER 149 149 150 -(% style="background-color:#ffffcc; color:green" %) 151 151 |=(% colspan="3" %)AT+VER: Image Version and Frequency Band 152 152 |**Command Example**|**Function**|**Response** 153 -|AT+VER=?|Show Image version and Frequency Band|((( 154 -1.3 EU868 127 +|AT+VER=?|Show Image version and Frequency Band| 155 155 129 +{{{1.3 EU868 156 156 OK 157 - )))131 +}}} 158 158 159 -{{info}} 160 -**Downlink Command: 0x26 (Valid in 006 stack)** 161 -{{/info}} 162 162 134 +Downlink Command: 0x26 (Valid in 006 stack) 135 + 163 163 Downlink Format: 0x26 164 164 165 165 Device will reply with firmware version info, device info. frequency band info. detail please check device user manual. Total 5 bytes Example: If device is of firmware version 1.1.0 Upload: xx ~-~- yy ~-~- zz ~-~- 110 total 5 bytes 166 166 167 - **xx: Software Type:**140 +xx: Software Type: 168 168 169 169 * 0x00 01: LGT92 Version 170 170 * 0x00 02: LBT1 171 171 * 0x00 03: LSE01/LDDS75/LDDS20/LSPH01/LLMS01/LSNPK01 172 172 173 - **yy: Frequency Band:**146 +yy: Frequency Band: 174 174 175 175 * 0x01: EU868 176 176 * 0x02: US915 ... ... @@ -183,7 +183,7 @@ 183 183 * 0x09: AS923-2 184 184 * 0xa0: AS923-3 185 185 186 - **zz: Subband**159 +zz: Subband 187 187 188 188 firmware version: v1.1.0 ~-~-> 110 189 189 ... ... @@ -192,26 +192,19 @@ 192 192 193 193 Feature: Show All configure. No downlink command yet. 194 194 195 -{{info}} 196 -**AT Command: AT+CFG** 197 -{{/info}} 168 +AT Command: AT+CFG 198 198 199 -(% style="background-color:#ffffcc; color:green; width:599.222px" %) 200 -|=(% colspan="3" style="width: 596px;" %)AT+CFG: Print all configurations 201 -|(% style="width:160px" %)**Command Example**|(% style="width:154px" %)**Function**|(% style="width:280px" %)**Response** 202 -|(% style="width:160px" %)AT+CFG|(% style="width:154px" %)Show all configures|(% style="width:280px" %)((( 203 -AT+DEUI = XX XX XX XX XX XX XX XX 170 +|=(% colspan="3" %)AT+CFG: Print all configurations 171 +|**Command Example**|**Function**|**Response** 172 +|AT+CFG|Show all configures| 204 204 174 +{{{AT+DEUI = XX XX XX XX XX XX XX XX 205 205 AT+DADDR=XXXXXXXX 206 - 207 207 ………. 208 - 209 209 AT+RX2WTO=X 210 - 211 211 AT+CHS=868100000 212 - 213 213 OK 214 - )))180 +}}} 215 215 216 216 217 217 = 5. Keys, IDs and EUIs management = ... ... @@ -220,33 +220,27 @@ 220 220 221 221 Feature: Get or Set the Application EUI. 222 222 223 -{{info}} 224 -**AT Command: AT+APPEUI** 225 -{{/info}} 189 +AT Command: AT+APPEUI 226 226 227 -(% style="background-color:#ffffcc; color:green; width:686.222px" %) 228 -|=(% colspan="3" style="width: 683px;" %)AT+APPEUI 229 -|(% style="width:305px" %)**Command Example**|(% style="width:186px" %)**Function**|(% style="width:191px" %)**Response** 230 -|(% style="width:305px" %)AT+APPEUI=?|(% style="width:186px" %)Get the Application EUI|(% style="width:191px" %)00 b3 d5 00 00 00 00 00((( 191 +|=(% colspan="3" %)AT+APPEUI 192 +|**Command Example**|**Function**|**Response** 193 +|AT+APPEUI=?|Get the Application EUI|00 b3 d5 00 00 00 00 00((( 231 231 OK 232 232 ))) 233 -| (% style="width:305px" %)AT+APPEUI=00 b3 d5 7e f0 00 4d 34|(% style="width:186px" %)Set the Application EUI|(% style="width:191px" %)OK196 +|AT+APPEUI=00 b3 d5 7e f0 00 4d 34|Set the Application EUI|OK 234 234 235 235 == 5.2 Application Key == 236 236 237 237 Feature: Get or Set the Application Key. 238 238 239 -{{info}} 240 -**AT Command: AT+APPKEY** 241 -{{/info}} 202 +AT Command: AT+APPKEY 242 242 243 -(% style="background-color:#ffffcc; color:green; width:976.222px" %) 244 -|=(% colspan="3" style="width: 973px;" %)AT+APPKEY 245 -|(% style="width:441px" %)**Command Example**|(% style="width:180px" %)**Function**|(% style="width:350px" %)**Response** 246 -|(% style="width:441px" %)AT+APPKEY=?|(% style="width:180px" %)Get the Application Key|(% style="width:350px" %)00 35 55 55 22 23 55 53 43 24 23 42 34 35 35 35((( 204 +|=(% colspan="3" %)AT+APPKEY 205 +|**Command Example**|**Function**|**Response** 206 +|AT+APPKEY=?|Get the Application Key|00 35 55 55 22 23 55 53 43 24 23 42 34 35 35 35((( 247 247 OK 248 248 ))) 249 -| (% 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" %)OK209 +|AT+APPKEY=00 35 55 55 22 23 55 53 43 24 23 42 34 35 35 35|Set the Application Key.|OK 250 250 251 251 == 5.3 Application Session Key == 252 252