<
From version < 7.4 >
edited by Xiaoling
on 2022/05/11 09:32
To version < 7.5 >
edited by Xiaoling
on 2022/05/11 10:13
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -23,9 +23,8 @@
23 23  
24 24  = 3. Support End Node and firmware version =
25 25  
26 -
27 -(% border="1" style="background-color:#ffffcc; color:green; width:995.222px" %)
28 -|=(% colspan="3" style="width: 992px;" %) Dragino STM32 base hardware Firmware / LoRaWAN stack list
26 +(% style="background-color:#ffffcc; color:green; width:995.222px" %)
27 +|=(% colspan="3" style="width: 992px;" %)Dragino STM32 base hardware Firmware / LoRaWAN stack list
29 29  |(% style="width:187px" %)**Model**|(% style="width:349px" %)**Description**|(% style="width:453px" %)**Firmware Version <~-~-> Stack Version**
30 30  |(% 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;(((
31 31  LSN50 v1.7.0 <~-~-> DR-LWS-005; ~-~-> Support since this version
... ... @@ -47,11 +47,11 @@
47 47  
48 48  (% class="box infomessage" %)
49 49  (((
50 -AT Command: AT+TDC
49 +**AT Command: AT+TDC**
51 51  )))
52 52  
53 -(% border="1" style="background-color:#ffffcc; color:green; width:727.222px" %)
54 -|=(% colspan="3" style="width: 724px;" %) AT+TDC
52 +(% style="background-color:#ffffcc; color:green; width:727.222px" %)
53 +|=(% colspan="3" style="width: 724px;" %)AT+TDC
55 55  |(% style="width:165px" %)**Command Example**|(% style="width:227px" %)**Function**|(% style="width:329px" %)**Response**
56 56  |(% style="width:165px" %)AT+TDC=?|(% style="width:227px" %)Show current transmit Interval|(% style="width:329px" %)30000(((
57 57  OK
... ... @@ -62,7 +62,9 @@
62 62  Set transmit interval to 60000ms = 60 seconds
63 63  )))
64 64  
64 +{{info}}
65 65  **Downlink Command: 0x01**
66 +{{/info}}
66 66  
67 67  Format: Command Code (0x01) followed by 3 bytes time value.
68 68  
... ... @@ -76,13 +76,12 @@
76 76  Feature: Reboot End Node to perform a new OTAA or ABP Join.
77 77  
78 78  {{info}}
79 -AT Command: ATZ
80 +**AT Command: ATZ**
80 80  {{/info}}
81 81  
82 -(% border="1" style="background-color:#ffffcc; color:green; width:727.222px" %)
83 -|=(% colspan="3" %) ATZ: Trig a reset of the MCU
83 +(% border="0" style="background-color:#ffffcc; color:green; width:727.222px" %)
84 +|=(% colspan="3" %)ATZ: Trig a reset of the MCU
84 84  |**Command Example**|**Function**|**Response**
85 -~)~)~)
86 86  |ATZ|Reset MCU|(((
87 87  Device reset and show booting info
88 88  
... ... @@ -97,35 +97,46 @@
97 97  <followed by the Tx and Rx information>
98 98  )))
99 99  
100 -Downlink Command: 0x04
100 +{{info}}
101 +**Downlink Command: 0x04**
102 +{{/info}}
101 101  
102 102  Format: Command Code (0x04) followed by FF.
103 103  
104 -If the downlink payload=04FF, the end node will reboot.
106 +If the downlink payload=**04FF**, the end node will reboot.
105 105  
106 106  == 4.3 Reset to factory Default ==
107 107  
108 108  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.
109 109  
110 -AT Command: AT+FDR
112 +{{info}}
113 +**AT Command: AT+FDR**
114 +{{/info}}
111 111  
112 -|=(% colspan="3" %)Reset to factory default
113 -|**Command Example**|**Function**|**Response**
114 -|AT+FDR|Reset to factory default|Device reset to factory default parameters and show booting info
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
115 115  
116 -{{{LSN50 Device/LoRa ST Module
122 +LSN50 Device/LoRa ST Module
123 +
117 117  Image Version: XX
125 +
118 118  Frequency Band: XX
127 +
119 119  DevEui= XX XX XX XX XX XX XX XX
129 +
120 120  Please set the parameters or reset Device to apply change
121 -}}}
131 +)))
122 122  
133 +{{info}}
134 +**Downlink Command: 0x04**
135 +{{/info}}
123 123  
124 -Downlink Command: 0x04
125 -
126 126  Format: Command Code (0x04) followed by FE.
127 127  
128 -If the downlink payload=04FE, Reset Parameters to Factory Default, Keys Reserve.
139 +If the downlink payload=**04FE**, Reset Parameters to Factory Default, Keys Reserve.
129 129  
130 130  
131 131  == 4.4 Show Firmware Version ==
... ... @@ -132,30 +132,34 @@
132 132  
133 133  Feature: Show firmware version. No downlink command yet.
134 134  
135 -AT Command: AT+VER
146 +{{info}}
147 +**AT Command: AT+VER**
148 +{{/info}}
136 136  
150 +(% style="background-color:#ffffcc; color:green" %)
137 137  |=(% colspan="3" %)AT+VER: Image Version and Frequency Band
138 138  |**Command Example**|**Function**|**Response**
139 -|AT+VER=?|Show Image version and Frequency Band|
153 +|AT+VER=?|Show Image version and Frequency Band|(((
154 +1.3 EU868
140 140  
141 -{{{1.3 EU868
142 142  OK
143 -}}}
157 +)))
144 144  
159 +{{info}}
160 +**Downlink Command: 0x26 (Valid in 006 stack)**
161 +{{/info}}
145 145  
146 -Downlink Command: 0x26 (Valid in 006 stack)
147 -
148 148  Downlink Format: 0x26
149 149  
150 150  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
151 151  
152 -xx: Software Type:
167 +**xx: Software Type:**
153 153  
154 154  * 0x00 01: LGT92 Version
155 155  * 0x00 02: LBT1
156 156  * 0x00 03: LSE01/LDDS75/LDDS20/LSPH01/LLMS01/LSNPK01
157 157  
158 -yy: Frequency Band:
173 +**yy: Frequency Band:**
159 159  
160 160  * 0x01: EU868
161 161  * 0x02: US915
... ... @@ -168,7 +168,7 @@
168 168  * 0x09: AS923-2
169 169  * 0xa0: AS923-3
170 170  
171 -zz: Subband
186 +**zz: Subband**
172 172  
173 173  firmware version: v1.1.0 ~-~-> 110
174 174  
... ... @@ -177,19 +177,26 @@
177 177  
178 178  Feature: Show All configure. No downlink command yet.
179 179  
180 -AT Command: AT+CFG
195 +{{info}}
196 +**AT Command: AT+CFG**
197 +{{/info}}
181 181  
182 -|=(% colspan="3" %)AT+CFG: Print all configurations
183 -|**Command Example**|**Function**|**Response**
184 -|AT+CFG|Show all configures|
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
185 185  
186 -{{{AT+DEUI = XX XX XX XX XX XX XX XX
187 187  AT+DADDR=XXXXXXXX
206 +
188 188  ……….
208 +
189 189  AT+RX2WTO=X
210 +
190 190  AT+CHS=868100000
212 +
191 191  OK
192 -}}}
214 +)))
193 193  
194 194  
195 195  = 5. Keys, IDs and EUIs management =
... ... @@ -198,27 +198,33 @@
198 198  
199 199  Feature: Get or Set the Application EUI.
200 200  
201 -AT Command: AT+APPEUI
223 +{{info}}
224 +**AT Command: AT+APPEUI**
225 +{{/info}}
202 202  
203 -|=(% colspan="3" %)AT+APPEUI
204 -|**Command Example**|**Function**|**Response**
205 -|AT+APPEUI=?|Get the Application EUI|00 b3 d5 00 00 00 00 00(((
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(((
206 206  OK
207 207  )))
208 -|AT+APPEUI=00 b3 d5 7e f0 00 4d 34|Set the Application EUI|OK
233 +|(% style="width:305px" %)AT+APPEUI=00 b3 d5 7e f0 00 4d 34|(% style="width:186px" %)Set the Application EUI|(% style="width:191px" %)OK
209 209  
210 210  == 5.2 Application Key ==
211 211  
212 212  Feature: Get or Set the Application Key.
213 213  
214 -AT Command: AT+APPKEY
239 +{{info}}
240 +**AT Command: AT+APPKEY**
241 +{{/info}}
215 215  
216 -|=(% colspan="3" %)AT+APPKEY
217 -|**Command Example**|**Function**|**Response**
218 -|AT+APPKEY=?|Get the Application Key|00 35 55 55 22 23 55 53 43 24 23 42 34 35 35 35(((
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(((
219 219  OK
220 220  )))
221 -|AT+APPKEY=00 35 55 55 22 23 55 53 43 24 23 42 34 35 35 35|Set the Application Key.|OK
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" %)OK
222 222  
223 223  == 5.3 Application Session Key ==
224 224  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0