Last modified by Mengting Qiu on 2025/06/10 18:53

From version 96.8
edited by Xiaoling
on 2023/03/09 14:27
Change comment: There is no comment for this version
To version 93.2
edited by Xiaoling
on 2022/11/23 17:12
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -37,6 +37,7 @@
37 37  )))
38 38  
39 39  
40 +
40 40  = 2. How to use =
41 41  
42 42  == 2.1 Installation ==
... ... @@ -125,10 +125,6 @@
125 125  
126 126  User can enter these keys in the LoRaWAN Server portal. Below is TTN V3 screen shot:
127 127  
128 -Put a Jumper on JP2 to power on the device. ( The Jumper must be in FLASH position).
129 -
130 -[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LSE01-LoRaWAN%20Soil%20Moisture%20%26%20EC%20Sensor%20User%20Manual/WebHome/image-20220606163915-7.png?rev=1.1||alt="image-20220606163915-7.png"]]
131 -
132 132  **Add APP EUI in the application.**
133 133  
134 134  [[image:1656042662694-311.png]]
... ... @@ -190,16 +190,19 @@
190 190  
191 191  ==== (% style="color:#037691" %)**Sensor Model:**(%%) ====
192 192  
190 +
193 193  For WSC1-L, this value is 0x0D.
194 194  
195 195  
196 196  ==== (% style="color:#037691" %)**Firmware Version:**(%%) ====
197 197  
196 +
198 198  0x0100, Means: v1.0.0 version.
199 199  
200 200  
201 201  ==== (% style="color:#037691" %)**Frequency Band:**(%%) ====
202 202  
202 +
203 203  *0x01: EU868
204 204  
205 205  *0x02: US915
... ... @@ -223,11 +223,13 @@
223 223  
224 224  ==== (% style="color:#037691" %)**Sub-Band:**(%%) ====
225 225  
226 +
226 226  value 0x00 ~~ 0x08(only for CN470, AU915,US915. Others are0x00)
227 227  
228 228  
229 229  ==== (% style="color:#037691" %)**BAT:**(%%) ====
230 230  
232 +
231 231  (((
232 232  shows the battery voltage for WSC1-L MCU.
233 233  )))
... ... @@ -239,6 +239,7 @@
239 239  
240 240  ==== (% style="color:#037691" %)**Weather Sensor Types:**(%%) ====
241 241  
244 +
242 242  (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:100px" %)
243 243  |Byte3|Byte2|Byte1
244 244  
... ... @@ -321,9 +321,15 @@
321 321   Uplink 1:  [[image:image-20220624140735-4.png]]
322 322  )))
323 323  
327 +(((
328 +
329 +)))
324 324  
325 325  (((
326 326   Uplink 2:  [[image:image-20220624140842-5.png]]
333 +)))
334 +
335 +(((
327 327  
328 328  )))
329 329  
... ... @@ -335,6 +335,9 @@
335 335   Uplink 1:  [[image:image-20220624141025-6.png]]
336 336  )))
337 337  
347 +(((
348 +
349 +)))
338 338  
339 339   Uplink 2:  [[image:image-20220624141100-7.png]]
340 340  
... ... @@ -350,9 +350,14 @@
350 350  Download decoder for suitable platform from:  [[https:~~/~~/github.com/dragino/dragino-end-node-decoder>>https://github.com/dragino/dragino-end-node-decoder]]
351 351  )))
352 352  
365 +(((
366 +
367 +)))
353 353  
354 354  (((
355 355  and put as below:
371 +
372 +
356 356  )))
357 357  
358 358  [[image:1656051152438-578.png]]
... ... @@ -366,6 +366,10 @@
366 366  )))
367 367  
368 368  (((
386 +
387 +)))
388 +
389 +(((
369 369  (% style="color:blue" %)**Step 1**(%%): Be sure that your device is programmed and properly connected to the LoRaWAN network.
370 370  )))
371 371  
... ... @@ -438,8 +438,8 @@
438 438  
439 439  If the downlink payload=0100003C, it means set the END Node’s Transmit Interval to 0x00003C=60(S), while type code is 01.
440 440  
441 -* Example 1: Downlink Payload: 0100001E  ~/~/  Set Transmit Interval (TDC) = 30 seconds
442 -* Example 2: Downlink Payload: 0100003C  ~/~/  Set Transmit Interval (TDC) = 60 seconds
462 +* Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
463 +* Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
443 443  
444 444  
445 445  
... ... @@ -523,7 +523,7 @@
523 523  * Query_Length: 8
524 524  * Query_Command: A103000000019CAA
525 525  * Read_Length: 8
526 -* Valid_Data: 23 (Indicates that the data length is 2 bytes, starting from the 3th byte)
547 +* Valid_Data: 24 (Indicates that the data length is 2 bytes, starting from the 4th byte)
527 527  * has_CRC: 1
528 528  * timeout: 1500 (Fill in the test according to the actual situation)
529 529  
... ... @@ -610,8 +610,8 @@
610 610  
611 611  If the downlink payload=E0000005, it means set the END Node’s Transmit Interval to 0x000005=5(S), while type code is E0.
612 612  
613 -* Example 1: Downlink Payload: E0000005  ~/~/  Set Transmit Interval (DTR) = 5 seconds
614 -* Example 2: Downlink Payload: E000000A  ~/~/  Set Transmit Interval (DTR) = 10 seconds
634 +* Example 1: Downlink Payload: E0000005 ~/~/ Set Transmit Interval (DTR) = 5 seconds
635 +* Example 2: Downlink Payload: E000000A ~/~/ Set Transmit Interval (DTR) = 10 seconds
615 615  
616 616  
617 617  
... ... @@ -633,9 +633,9 @@
633 633  
634 634  (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:377px" %)
635 635  |=(% style="width: 157px;" %)**Command Example**|=(% style="width: 130px;" %)**Function**|=(% style="width: 87px;" %)**Response**
636 -|(% style="width:157px" %)AT+STYPE=80221|(% style="width:130px" %)Set sensor types|(% style="width:87px" %)OK
657 +|(% style="width:157px" %)AT+STYPE=802212|(% style="width:130px" %)Set sensor types|(% style="width:87px" %)OK
637 637  
638 -Eg: The setting command **AT+STYPE=80221** means:
659 +Eg: The setting command **AT+STYPE=802212** means:
639 639  
640 640  (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:495px" %)
641 641  |(% rowspan="2" style="width:57px" %)Byte3|(% style="width:57px" %)Bit23|(% style="width:59px" %)Bit22|(% style="width:56px" %)Bit21|(% style="width:51px" %)Bit20|(% style="width:54px" %)Bit19|(% style="width:54px" %)Bit18|(% style="width:52px" %)Bit17|(% style="width:52px" %)Bit16
... ... @@ -650,7 +650,7 @@
650 650  
651 651  (% style="color:#037691" %)**Downlink Command:**
652 652  
653 -* 0xE400080221  Same as: AT+STYPE=80221
674 +* 0xE400802212     Same as: AT+STYPE=802212
654 654  
655 655  (% style="color:red" %)**Note:**
656 656  
... ... @@ -874,7 +874,7 @@
874 874  === 6.2.2 Specification ===
875 875  
876 876  
877 -* Wind speed range: 0 ~~ 60m/s
898 +* Wind speed range: 0 ~~ 30m/s, (always show 30m/s for higher speed)
878 878  * Wind direction range: 0 ~~ 360°
879 879  * Start wind speed: ≤0.3m/s
880 880  * Accuracy: ±(0.3+0.03V)m/s , ±1°
... ... @@ -905,6 +905,7 @@
905 905  [[image:1656056303845-585.png]]
906 906  
907 907  
929 +
908 908  === 6.2.6  Installation Notice ===
909 909  
910 910  
... ... @@ -972,6 +972,7 @@
972 972  [[image:1656056708366-230.png]]
973 973  
974 974  
997 +
975 975  === 6.3.4 Pin Mapping ===
976 976  
977 977  
... ... @@ -1292,6 +1292,9 @@
1292 1292  [[https:~~/~~/www.dropbox.com/sh/fuorz31grv8i3r1/AABmjFDU4FADNP6sq7fsmBwVa?dl=0>>https://www.dropbox.com/sh/fuorz31grv8i3r1/AABmjFDU4FADNP6sq7fsmBwVa?dl=0]]
1293 1293  )))
1294 1294  
1318 +(((
1319 +
1320 +)))
1295 1295  
1296 1296  (((
1297 1297  Firmware Upgrade instruction:  [[Firmware Upgrade Instruction>>doc:Main.Firmware Upgrade Instruction for STM32 base products.WebHome||anchor="H2.HardwareUpgradeMethodSupportList"]]
... ... @@ -1360,11 +1360,10 @@
1360 1360  
1361 1361  
1362 1362  * Support is provided Monday to Friday, from 09:00 to 18:00 GMT+8. Due to different timezones we cannot offer live support. However, your questions will be answered as soon as possible in the before-mentioned schedule.
1389 +* Provide as much information as possible regarding your enquiry (product models, accurately describe your problem and steps to replicate it etc) and send a mail to [[support@dragino.com>>url:file:///D:/市场资料/说明书/LoRa/LT系列/support@dragino.com]]
1363 1363  
1364 -* Provide as much information as possible regarding your enquiry (product models, accurately describe your problem and steps to replicate it etc) and send a mail to [[support@dragino.com>>url:file:///D:/市场资料/说明书/LoRa/LT系列/support@dragino.com]].
1365 1365  
1366 1366  
1367 -
1368 1368  = 11. Appendix I: Field Installation Photo =
1369 1369  
1370 1370