<
From version < 96.1 >
edited by Bei Jinggeng
on 2022/09/09 09:10
To version < 90.8 >
edited by Xiaoling
on 2022/08/18 13:42
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Bei
1 +XWiki.Xiaoling
Content
... ... @@ -177,12 +177,13 @@
177 177  
178 178  * LoRaWAN Class A & Class C protocol
179 179  * Optional Customized LoRa Protocol
180 -* Frequency Bands: CN470/EU433/KR920/US915/EU868/AS923/AU915/RU864/IN865/MA869
180 +* Frequency Bands: CN470/EU433/KR920/US915/EU868/AS923/AU915/RU864/IN865
181 181  * AT Commands to change parameters
182 182  * Remote configure parameters via LoRa Downlink
183 183  * Firmware upgradable via program port
184 184  * Counting
185 185  
186 +
186 186  == 1.4  Applications ==
187 187  
188 188  
... ... @@ -193,6 +193,7 @@
193 193  * Smart Cities
194 194  * Smart Factory
195 195  
197 +
196 196  == 1.5 Hardware Variants ==
197 197  
198 198  
... ... @@ -297,6 +297,7 @@
297 297  * (% style="color:blue" %)**MOD5**(%%): Single DI Counting + 2 x AVI + 1 x ACI + DO + RO
298 298  * (% style="color:blue" %)**ADDMOD6**(%%): Trigger Mode, Optional, used together with MOD1 ~~ MOD5
299 299  
302 +
300 300  === 3.3.1 AT+MOD~=1, 2ACI+2AVI ===
301 301  
302 302  
... ... @@ -351,6 +351,7 @@
351 351  ** DO1 is high in case there is load between DO1 and V+.
352 352  ** DO1 LED is off in both case
353 353  
357 +
354 354  === 3.3.2 AT+MOD~=2, (Double DI Counting) ===
355 355  
356 356  
... ... @@ -723,6 +723,8 @@
723 723  
724 724  * (% style="color:#4f81bd" %)**Sensor Related Commands**(%%): These commands are special designed for LT-22222-L.  User can see these commands below:
725 725  
730 +
731 +
726 726  === 3.4.1 Common Commands ===
727 727  
728 728  
... ... @@ -871,6 +871,7 @@
871 871  * (% style="color:#037691" %)**Downlink Payload (prefix 0x09 01 ):**
872 872  * **0x09 01 aa bb cc    ** ~/~/ same as AT+TRIG1=aa,0x(bb cc)
873 873  
880 +
874 874  ==== 3.4.2.8 Trigger2 – Set DI2 as trigger ====
875 875  
876 876  
... ... @@ -1026,11 +1026,11 @@
1026 1026  [[image:image-20220524093351-8.png]]
1027 1027  
1028 1028  
1029 -(% style="color:#4f81bd" %)**Sixth and Seventh and Eighth and Ninth Byte**:
1036 +(% style="color:#4f81bd" %)**Sixth and Seventh Byte**:
1030 1030  
1031 1031   Latching time. Unit: ms
1032 1032  
1033 -(% style="color:red" %)Device will upload a packet if downlink code executes successfully.
1040 +Device will upload a packet if downlink code executes successfully.
1034 1034  
1035 1035  
1036 1036  **Example payload:**
... ... @@ -1079,7 +1079,7 @@
1079 1079  [[image:image-20220524093724-9.png]]
1080 1080  )))
1081 1081  
1082 -(% style="color:red" %)Device will upload a packet if downlink code executes successfully.
1089 +Device will upload a packet if downlink code executes successfully.
1083 1083  
1084 1084  
1085 1085  
... ... @@ -1113,9 +1113,9 @@
1113 1113  [[image:image-20220714135731-1.png||height="406" width="627"]]
1114 1114  
1115 1115  
1116 -(% style="color:#4f81bd" %)**Fourth/Fifth/Sixth/Seventh Bytes(cc)**(%%): Latching time. Unit: ms
1123 +(% style="color:#4f81bd" %)**Fourth/Fifth Bytes(cc)**(%%): Latching time. Unit: ms
1117 1117  
1118 -(% style="color:red" %)Device will upload a packet if downlink code executes successfully.
1125 +Device will upload a packet if downlink code executes successfully.
1119 1119  
1120 1120  
1121 1121  **Example payload:**
... ... @@ -1138,6 +1138,7 @@
1138 1138  
1139 1139  
1140 1140  
1148 +
1141 1141  ==== 3.4.2.16 Counting ~-~- Voltage threshold counting ====
1142 1142  
1143 1143  
... ... @@ -1213,104 +1213,8 @@
1213 1213  
1214 1214  )))
1215 1215  
1216 -==== 3.4.2.20 Reset save DR DO state ====
1217 1217  
1218 1218  
1219 -* (% style="color:#037691" %)**AT Command:**
1220 -
1221 -**AT+RODORET=1  **~/~/ RODO will close when the device joining the network. (default)
1222 -
1223 -**AT+RODORET=0  **~/~/After the device is reset, the previously saved RODO state (only MOD2 to MOD5) is read, and its state is not changed when it is reconnected to the network.
1224 -
1225 -
1226 -* (% style="color:#037691" %)**Downlink Payload (prefix 0xAD):**
1227 -
1228 -**0x AD aa      **~/~/ same as AT+RODORET =aa
1229 -
1230 -(((
1231 -
1232 -
1233 -==== 3.4.2.21 Encrypted payload ====
1234 -
1235 -
1236 -* (% style="color:#037691" %)**AT Command:**
1237 -
1238 -**AT+DECRYPT=1  **~/~/ The payload is uploaded without encryption
1239 -
1240 -**AT+DECRYPT=0  **~/~/Encrypt when uploading payload (default)
1241 -
1242 -
1243 -==== 3.4.2.22 Get sensor value ====
1244 -
1245 -
1246 -* (% style="color:#037691" %)**AT Command:**
1247 -
1248 -**AT+GETSENSORVALUE=0  **~/~/ The serial port gets the reading of the current sensor
1249 -
1250 -**AT+GETSENSORVALUE=1  **~/~/The serial port gets the current sensor reading and uploads it.
1251 -
1252 -
1253 -==== 3.4.2.23 Resets the downlink packet count ====
1254 -
1255 -
1256 -* (% style="color:#037691" %)**AT Command:**
1257 -
1258 -**AT+DISFCNTCHECK=0  **~/~/ When the downlink packet count sent by the server is less than the node downlink packet count or exceeds 16384, the node will no longer receive downlink packets (default)
1259 -
1260 -**AT+DISFCNTCHECK=1  **~/~/When the downlink packet count sent by the server is less than the node downlink packet count or exceeds 16384, the node resets the downlink packet count and keeps it consistent with the server downlink packet count.
1261 -
1262 -
1263 -==== 3.4.2.24 When the limit bytes are exceeded, upload in batches ====
1264 -
1265 -
1266 -* (% style="color:#037691" %)**AT Command:**
1267 -
1268 - **AT+DISMACANS=0**  ~/~/ When the MACANS of the reply server plus the payload exceeds the maximum number of bytes of 11 bytes (DR0 of US915, DR2 of AS923, DR2 of AU195), the node will send a packet with a payload of 00 and a port of 4. (default)
1269 -
1270 - **AT+DISMACANS=1**      ~/~/ When the MACANS of the reply server plus the payload exceeds the maximum number of bytes of the DR, the node will ignore the MACANS and not reply, and only upload the payload part.
1271 -
1272 -
1273 -* (% style="color:#037691" %)**Downlink Payload **(%%)**:**
1274 -
1275 -**0x21 00 01 ** ~/~/ Set  the DISMACANS=1
1276 -
1277 -
1278 -==== 3.4.2.25 Copy downlink to uplink ====
1279 -
1280 -
1281 -* (% style="color:#037691" %)**AT Command**(%%)**:**
1282 -
1283 - **AT+RPL=5**  ~/~/ After receiving the package from the server, it will immediately upload the content of the package to the server, the port number is 100.
1284 -
1285 -Example:**aa xx xx xx xx**         ~/~/ aa indicates whether the configuration has changed, 00 is yes, 01 is no; xx xx xx xx are the bytes sent.
1286 -
1287 -[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LSN50%20%26%20LSN50-V2%20-%20LoRaWAN%20Sensor%20Node%20User%20Manual/WebHome/image-20220823173747-6.png?width=1124&height=165&rev=1.1||alt="image-20220823173747-6.png"]]
1288 -
1289 -For example, sending 11 22 33 44 55 66 77 will return invalid configuration 00 11 22 33 44 55 66 77.
1290 -
1291 -[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LSN50%20%26%20LSN50-V2%20-%20LoRaWAN%20Sensor%20Node%20User%20Manual/WebHome/image-20220823173833-7.png?width=1124&height=149&rev=1.1||alt="image-20220823173833-7.png"]]
1292 -
1293 -For example, if 01 00 02 58 is issued, a valid configuration of 01 01 00 02 58 will be returned.
1294 -
1295 -
1296 -
1297 -==== 3.4.2.26 Query version number and frequency band 、TDC ====
1298 -
1299 -
1300 -* (((
1301 -(% style="color:#037691" %)**Downlink Payload**(%%)**:**
1302 -
1303 -**26 01  ** ~/~/ Downlink 26 01 can query device upload frequency, frequency band, software version number, TDC time.
1304 -)))
1305 -
1306 -Example:
1307 -
1308 -[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LSN50%20%26%20LSN50-V2%20-%20LoRaWAN%20Sensor%20Node%20User%20Manual/WebHome/image-20220823173929-8.png?width=1205&height=76&rev=1.1||alt="image-20220823173929-8.png"]]
1309 -
1310 -
1311 -
1312 -)))
1313 -
1314 1314  == 3.5 Integrate with Mydevice ==
1315 1315  
1316 1316  
... ... @@ -1877,8 +1877,6 @@
1877 1877  2. Make sure the LG01/02 gateway RX frequency is exactly the same as AT+CHS setting.
1878 1878  3. Make sure SF / bandwidth setting in LG01/LG02 match the settings of AT+DR. refer [[this link>>url:http://www.dragino.com/downloads/index.php?dir=LoRa_Gateway/&file=LoRaWAN%201.0.3%20Regional%20Parameters.xlsx]] to see what DR means.
1879 1879  4. The command AT+RX2FQ and AT+RX2DR is to let downlink work. to set the correct parameters, user can check the actually downlink parameters to be used. As below. Which shows the RX2FQ should use 868400000 and RX2DR should be 5
1880 -
1881 -
1882 1882  )))
1883 1883  
1884 1884  (((
... ... @@ -1918,7 +1918,7 @@
1918 1918  
1919 1919  (((
1920 1920  (% style="color:blue" %)**Step1**(%%)**:** Download [[flash loader>>url:https://www.st.com/content/st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-programmers/flasher-stm32.html]].
1921 -(% style="color:blue" %)**Step2**(%%)**:** Download the [[LT Image files>>url:http://https://www.dropbox.com/sh/g99v0fxcltn9r1y/AADKXQ2v5ZT-S3sxdmbvE7UAa/LT-22222-L/image?dl=0&subfolder_nav_tracking=1]].
1831 +(% style="color:blue" %)**Step2**(%%)**:** Download the [[LT Image files>>url:http://www.dragino.com/downloads/index.php?dir=LT_LoRa_IO_Controller/LT33222-L/image/]].
1922 1922  (% style="color:blue" %)**Step3**(%%)**:** Open flashloader; choose the correct COM port to update.
1923 1923  
1924 1924  
... ... @@ -2108,6 +2108,8 @@
2108 2108  * (% style="color:red" %)**IN865**(%%):  LT with frequency bands IN865
2109 2109  * (% style="color:red" %)**CN779**(%%):  LT with frequency bands CN779
2110 2110  
2021 +
2022 +
2111 2111  = 8. Packing Info =
2112 2112  
2113 2113  
... ... @@ -2125,6 +2125,8 @@
2125 2125  * Package Size / pcs : 14.5 x 8 x 5 cm
2126 2126  * Weight / pcs : 170g
2127 2127  
2040 +
2041 +
2128 2128  = 9. Support =
2129 2129  
2130 2130  
... ... @@ -2136,6 +2136,7 @@
2136 2136  
2137 2137  
2138 2138  
2053 +
2139 2139  
2140 2140  )))
2141 2141  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0