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

From version 96.4
edited by Xiaoling
on 2023/03/09 14:22
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 ==
... ... @@ -78,9 +78,9 @@
78 78  * MPPT Solar Recharger
79 79  * Mounting Kit includes pole and mast assembly. Each weather sensor has it's own mounting assembly, user can check the sensor section in this manual.
80 80  * Cabinet.
81 -(% style="display:none" %)(%%)
82 82  
83 83  
84 +
84 84  == 2.2 How it works? ==
85 85  
86 86  
... ... @@ -101,6 +101,8 @@
101 101  1. WSC1-L will auto scan available weather sensors when power on or reboot.
102 102  1. User can send a [[downlink command>>||anchor="H3.ConfigureWSC1-LviaATCommandorLoRaWANDownlink"]] to WSC1-L to do a re-scan on the available sensors.
103 103  
105 +
106 +
104 104  == 2.3 Example to use for LoRaWAN network ==
105 105  
106 106  
... ... @@ -123,10 +123,6 @@
123 123  
124 124  User can enter these keys in the LoRaWAN Server portal. Below is TTN V3 screen shot:
125 125  
126 -Put a Jumper on JP2 to power on the device. ( The Jumper must be in FLASH position).
127 -
128 -[[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"]]
129 -
130 130  **Add APP EUI in the application.**
131 131  
132 132  [[image:1656042662694-311.png]]
... ... @@ -163,9 +163,9 @@
163 163  
164 164  * Valid Sensor Value: Use FPORT=2
165 165  * Other control command: Use FPORT other than 2.
166 -(% style="display:none" %)(%%)
167 167  
168 168  
167 +
169 169  === 2.4.1 Uplink FPORT~=5, Device Status ===
170 170  
171 171  
... ... @@ -188,16 +188,19 @@
188 188  
189 189  ==== (% style="color:#037691" %)**Sensor Model:**(%%) ====
190 190  
190 +
191 191  For WSC1-L, this value is 0x0D.
192 192  
193 193  
194 194  ==== (% style="color:#037691" %)**Firmware Version:**(%%) ====
195 195  
196 +
196 196  0x0100, Means: v1.0.0 version.
197 197  
198 198  
199 199  ==== (% style="color:#037691" %)**Frequency Band:**(%%) ====
200 200  
202 +
201 201  *0x01: EU868
202 202  
203 203  *0x02: US915
... ... @@ -221,11 +221,13 @@
221 221  
222 222  ==== (% style="color:#037691" %)**Sub-Band:**(%%) ====
223 223  
226 +
224 224  value 0x00 ~~ 0x08(only for CN470, AU915,US915. Others are0x00)
225 225  
226 226  
227 227  ==== (% style="color:#037691" %)**BAT:**(%%) ====
228 228  
232 +
229 229  (((
230 230  shows the battery voltage for WSC1-L MCU.
231 231  )))
... ... @@ -237,6 +237,7 @@
237 237  
238 238  ==== (% style="color:#037691" %)**Weather Sensor Types:**(%%) ====
239 239  
244 +
240 240  (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:100px" %)
241 241  |Byte3|Byte2|Byte1
242 242  
... ... @@ -319,9 +319,15 @@
319 319   Uplink 1:  [[image:image-20220624140735-4.png]]
320 320  )))
321 321  
327 +(((
328 +
329 +)))
322 322  
323 323  (((
324 324   Uplink 2:  [[image:image-20220624140842-5.png]]
333 +)))
334 +
335 +(((
325 325  
326 326  )))
327 327  
... ... @@ -333,6 +333,9 @@
333 333   Uplink 1:  [[image:image-20220624141025-6.png]]
334 334  )))
335 335  
347 +(((
348 +
349 +)))
336 336  
337 337   Uplink 2:  [[image:image-20220624141100-7.png]]
338 338  
... ... @@ -348,9 +348,14 @@
348 348  Download decoder for suitable platform from:  [[https:~~/~~/github.com/dragino/dragino-end-node-decoder>>https://github.com/dragino/dragino-end-node-decoder]]
349 349  )))
350 350  
365 +(((
366 +
367 +)))
351 351  
352 352  (((
353 353  and put as below:
371 +
372 +
354 354  )))
355 355  
356 356  [[image:1656051152438-578.png]]
... ... @@ -364,6 +364,10 @@
364 364  )))
365 365  
366 366  (((
386 +
387 +)))
388 +
389 +(((
367 367  (% style="color:blue" %)**Step 1**(%%): Be sure that your device is programmed and properly connected to the LoRaWAN network.
368 368  )))
369 369  
... ... @@ -436,13 +436,11 @@
436 436  
437 437  If the downlink payload=0100003C, it means set the END Node’s Transmit Interval to 0x00003C=60(S), while type code is 01.
438 438  
439 -* Example 1: Downlink Payload: 0100001E  ~/~/  Set Transmit Interval (TDC) = 30 seconds
440 -* Example 2: Downlink Payload: 0100003C  ~/~/  Set Transmit Interval (TDC) = 60 seconds
441 -(% style="display:none" %)(%%)
462 +* Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
463 +* Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
442 442  
443 443  
444 444  
445 -
446 446  == 3.2 Set Emergency Mode ==
447 447  
448 448  
... ... @@ -459,6 +459,7 @@
459 459  * 0xE100     Same as: AT+ALARMMOD=0
460 460  
461 461  
483 +
462 462  == 3.3 Add or Delete RS485 Sensor ==
463 463  
464 464  
... ... @@ -522,7 +522,7 @@
522 522  * Query_Length: 8
523 523  * Query_Command: A103000000019CAA
524 524  * Read_Length: 8
525 -* 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)
526 526  * has_CRC: 1
527 527  * timeout: 1500 (Fill in the test according to the actual situation)
528 528  
... ... @@ -555,6 +555,7 @@
555 555  * 0xE5FF  
556 556  
557 557  
580 +
558 558  == 3.4 RS485 Test Command ==
559 559  
560 560  
... ... @@ -582,6 +582,7 @@
582 582  * 0xE20103000001840A     Same as: AT+RSWRITE=0103000001840A
583 583  
584 584  
608 +
585 585  == 3.5 RS485 response timeout ==
586 586  
587 587  
... ... @@ -607,10 +607,11 @@
607 607  
608 608  If the downlink payload=E0000005, it means set the END Node’s Transmit Interval to 0x000005=5(S), while type code is E0.
609 609  
610 -* Example 1: Downlink Payload: E0000005  ~/~/  Set Transmit Interval (DTR) = 5 seconds
611 -* 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
612 612  
613 613  
638 +
614 614  == 3.6 Set Sensor Type ==
615 615  
616 616  
... ... @@ -629,9 +629,9 @@
629 629  
630 630  (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:377px" %)
631 631  |=(% style="width: 157px;" %)**Command Example**|=(% style="width: 130px;" %)**Function**|=(% style="width: 87px;" %)**Response**
632 -|(% 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
633 633  
634 -Eg: The setting command **AT+STYPE=80221** means:
659 +Eg: The setting command **AT+STYPE=802212** means:
635 635  
636 636  (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:495px" %)
637 637  |(% 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
... ... @@ -646,7 +646,7 @@
646 646  
647 647  (% style="color:#037691" %)**Downlink Command:**
648 648  
649 -* 0xE400080221  Same as: AT+STYPE=80221
674 +* 0xE400802212     Same as: AT+STYPE=802212
650 650  
651 651  (% style="color:red" %)**Note:**
652 652  
... ... @@ -697,6 +697,7 @@
697 697  * Support default sensors or 3rd party RS485 sensors
698 698  
699 699  
725 +
700 700  == 5.2 Power Consumption ==
701 701  
702 702  
... ... @@ -771,6 +771,7 @@
771 771  * Horizontal adjustable.
772 772  
773 773  
800 +
774 774  === 6.1.2 Specification ===
775 775  
776 776  
... ... @@ -785,6 +785,7 @@
785 785  * Power Consumption: 4mA @ 12v.
786 786  
787 787  
815 +
788 788  === 6.1.3 Dimension ===
789 789  
790 790  
... ... @@ -863,10 +863,11 @@
863 863  * PC enclosure, resist corrosion
864 864  
865 865  
894 +
866 866  === 6.2.2 Specification ===
867 867  
868 868  
869 -* Wind speed range: 0 ~~ 60m/s
898 +* Wind speed range: 0 ~~ 30m/s, (always show 30m/s for higher speed)
870 870  * Wind direction range: 0 ~~ 360°
871 871  * Start wind speed: ≤0.3m/s
872 872  * Accuracy: ±(0.3+0.03V)m/s , ±1°
... ... @@ -878,6 +878,7 @@
878 878  * Cable Length: 2 meters
879 879  
880 880  
910 +
881 881  === 6.2.3 Dimension ===
882 882  
883 883  
... ... @@ -896,6 +896,7 @@
896 896  [[image:1656056303845-585.png]]
897 897  
898 898  
929 +
899 899  === 6.2.6  Installation Notice ===
900 900  
901 901  
... ... @@ -936,6 +936,7 @@
936 936  * Laser Beam Scattering to PM2.5 and PM10
937 937  
938 938  
970 +
939 939  === 6.3.2 Specification ===
940 940  
941 941  
... ... @@ -955,6 +955,7 @@
955 955  * Power Consumption: 50mA@ 12v.
956 956  
957 957  
990 +
958 958  === 6.3.3 Dimension ===
959 959  
960 960  
... ... @@ -1004,6 +1004,7 @@
1004 1004  * grid electrode uses Electroless Nickel/Immersion Gold design for resist corrosion
1005 1005  
1006 1006  
1040 +
1007 1007  === 6.4.2 Specification ===
1008 1008  
1009 1009  
... ... @@ -1017,6 +1017,7 @@
1017 1017  ** heating: 94ma @ 12v.
1018 1018  
1019 1019  
1054 +
1020 1020  === 6.4.3 Dimension ===
1021 1021  
1022 1022  
... ... @@ -1071,6 +1071,7 @@
1071 1071  * RS485 Temperature, Humidity, Illuminance, Pressure sensor
1072 1072  
1073 1073  
1109 +
1074 1074  === 6.5.2 Specification ===
1075 1075  
1076 1076  
... ... @@ -1097,6 +1097,7 @@
1097 1097  * Power Consumption: 4mA @ 12v
1098 1098  
1099 1099  
1136 +
1100 1100  === 6.5.3 Dimension ===
1101 1101  
1102 1102  
... ... @@ -1144,6 +1144,7 @@
1144 1144  * Measure Reflected Radiation if sense area towards ground.
1145 1145  
1146 1146  
1184 +
1147 1147  === 6.6.2 Specification ===
1148 1148  
1149 1149  
... ... @@ -1161,6 +1161,7 @@
1161 1161  * Power Consumption: 4mA @ 12v
1162 1162  
1163 1163  
1202 +
1164 1164  === 6.6.3 Dimension ===
1165 1165  
1166 1166  
... ... @@ -1228,6 +1228,7 @@
1228 1228  * Power Consumption: 3mA @ 12v
1229 1229  
1230 1230  
1270 +
1231 1231  === 6.7.3 Dimension ===
1232 1232  
1233 1233  
... ... @@ -1275,6 +1275,9 @@
1275 1275  [[https:~~/~~/www.dropbox.com/sh/fuorz31grv8i3r1/AABmjFDU4FADNP6sq7fsmBwVa?dl=0>>https://www.dropbox.com/sh/fuorz31grv8i3r1/AABmjFDU4FADNP6sq7fsmBwVa?dl=0]]
1276 1276  )))
1277 1277  
1318 +(((
1319 +
1320 +)))
1278 1278  
1279 1279  (((
1280 1280  Firmware Upgrade instruction:  [[Firmware Upgrade Instruction>>doc:Main.Firmware Upgrade Instruction for STM32 base products.WebHome||anchor="H2.HardwareUpgradeMethodSupportList"]]
... ... @@ -1322,6 +1322,7 @@
1322 1322  * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
1323 1323  
1324 1324  
1368 +
1325 1325  == 9.2 Sensors ==
1326 1326  
1327 1327  
... ... @@ -1337,12 +1337,13 @@
1337 1337  |(% style="width:462px" %)**PAR (Photosynthetically Available Radiation)**|(% style="width:120px" %)WSS-07
1338 1338  
1339 1339  
1384 +
1340 1340  = 10. Support =
1341 1341  
1342 1342  
1343 1343  * 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]]
1344 1344  
1345 -* 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]].
1346 1346  
1347 1347  
1348 1348  = 11. Appendix I: Field Installation Photo =