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

From version 94.1
edited by Bei Jinggeng
on 2022/11/23 17:16
Change comment: There is no comment for this version
To version 96.2
edited by Xiaoling
on 2023/03/09 14:12
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
... ... @@ -37,7 +37,6 @@
37 37  )))
38 38  
39 39  
40 -
41 41  = 2. How to use =
42 42  
43 43  == 2.1 Installation ==
... ... @@ -81,6 +81,7 @@
81 81  * Cabinet.
82 82  
83 83  
83 +
84 84  == 2.2 How it works? ==
85 85  
86 86  
... ... @@ -102,6 +102,7 @@
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  
104 104  
105 +
105 105  == 2.3 Example to use for LoRaWAN network ==
106 106  
107 107  
... ... @@ -124,6 +124,10 @@
124 124  
125 125  User can enter these keys in the LoRaWAN Server portal. Below is TTN V3 screen shot:
126 126  
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 +
127 127  **Add APP EUI in the application.**
128 128  
129 129  [[image:1656042662694-311.png]]
... ... @@ -162,6 +162,7 @@
162 162  * Other control command: Use FPORT other than 2.
163 163  
164 164  
170 +
165 165  === 2.4.1 Uplink FPORT~=5, Device Status ===
166 166  
167 167  
... ... @@ -184,19 +184,16 @@
184 184  
185 185  ==== (% style="color:#037691" %)**Sensor Model:**(%%) ====
186 186  
187 -
188 188  For WSC1-L, this value is 0x0D.
189 189  
190 190  
191 191  ==== (% style="color:#037691" %)**Firmware Version:**(%%) ====
192 192  
193 -
194 194  0x0100, Means: v1.0.0 version.
195 195  
196 196  
197 197  ==== (% style="color:#037691" %)**Frequency Band:**(%%) ====
198 198  
199 -
200 200  *0x01: EU868
201 201  
202 202  *0x02: US915
... ... @@ -220,13 +220,11 @@
220 220  
221 221  ==== (% style="color:#037691" %)**Sub-Band:**(%%) ====
222 222  
223 -
224 224  value 0x00 ~~ 0x08(only for CN470, AU915,US915. Others are0x00)
225 225  
226 226  
227 227  ==== (% style="color:#037691" %)**BAT:**(%%) ====
228 228  
229 -
230 230  (((
231 231  shows the battery voltage for WSC1-L MCU.
232 232  )))
... ... @@ -238,7 +238,6 @@
238 238  
239 239  ==== (% style="color:#037691" %)**Weather Sensor Types:**(%%) ====
240 240  
241 -
242 242  (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:100px" %)
243 243  |Byte3|Byte2|Byte1
244 244  
... ... @@ -456,10 +456,9 @@
456 456  
457 457  If the downlink payload=0100003C, it means set the END Node’s Transmit Interval to 0x00003C=60(S), while type code is 01.
458 458  
459 -* Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
460 -* Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
459 +* Example 1: Downlink Payload: 0100001E  ~/~/  Set Transmit Interval (TDC) = 30 seconds
460 +* Example 2: Downlink Payload: 0100003C  ~/~/  Set Transmit Interval (TDC) = 60 seconds
461 461  
462 -
463 463  == 3.2 Set Emergency Mode ==
464 464  
465 465  
... ... @@ -475,7 +475,6 @@
475 475  * 0xE101     Same as: AT+ALARMMOD=1
476 476  * 0xE100     Same as: AT+ALARMMOD=0
477 477  
478 -
479 479  == 3.3 Add or Delete RS485 Sensor ==
480 480  
481 481  
... ... @@ -539,7 +539,7 @@
539 539  * Query_Length: 8
540 540  * Query_Command: A103000000019CAA
541 541  * Read_Length: 8
542 -* Valid_Data: 24 (Indicates that the data length is 2 bytes, starting from the 4th byte)
540 +* Valid_Data: 23 (Indicates that the data length is 2 bytes, starting from the 3th byte)
543 543  * has_CRC: 1
544 544  * timeout: 1500 (Fill in the test according to the actual situation)
545 545  
... ... @@ -571,7 +571,6 @@
571 571  
572 572  * 0xE5FF  
573 573  
574 -
575 575  == 3.4 RS485 Test Command ==
576 576  
577 577  
... ... @@ -598,7 +598,6 @@
598 598  
599 599  * 0xE20103000001840A     Same as: AT+RSWRITE=0103000001840A
600 600  
601 -
602 602  == 3.5 RS485 response timeout ==
603 603  
604 604  
... ... @@ -624,10 +624,9 @@
624 624  
625 625  If the downlink payload=E0000005, it means set the END Node’s Transmit Interval to 0x000005=5(S), while type code is E0.
626 626  
627 -* Example 1: Downlink Payload: E0000005 ~/~/ Set Transmit Interval (DTR) = 5 seconds
628 -* Example 2: Downlink Payload: E000000A ~/~/ Set Transmit Interval (DTR) = 10 seconds
623 +* Example 1: Downlink Payload: E0000005  ~/~/  Set Transmit Interval (DTR) = 5 seconds
624 +* Example 2: Downlink Payload: E000000A  ~/~/  Set Transmit Interval (DTR) = 10 seconds
629 629  
630 -
631 631  == 3.6 Set Sensor Type ==
632 632  
633 633  
... ... @@ -713,7 +713,6 @@
713 713  * IP Rating: IP65
714 714  * Support default sensors or 3rd party RS485 sensors
715 715  
716 -
717 717  == 5.2 Power Consumption ==
718 718  
719 719  
... ... @@ -787,7 +787,6 @@
787 787  * ABS enclosure.
788 788  * Horizontal adjustable.
789 789  
790 -
791 791  === 6.1.2 Specification ===
792 792  
793 793  
... ... @@ -801,7 +801,6 @@
801 801  * Working Humidity: <100% (no dewing)
802 802  * Power Consumption: 4mA @ 12v.
803 803  
804 -
805 805  === 6.1.3 Dimension ===
806 806  
807 807  
... ... @@ -879,11 +879,10 @@
879 879  * RS485 wind speed / direction sensor
880 880  * PC enclosure, resist corrosion
881 881  
882 -
883 883  === 6.2.2 Specification ===
884 884  
885 885  
886 -* Wind speed range: 0 ~~ 30m/s, (always show 30m/s for higher speed)
877 +* Wind speed range: 0 ~~ 60m/s
887 887  * Wind direction range: 0 ~~ 360°
888 888  * Start wind speed: ≤0.3m/s
889 889  * Accuracy: ±(0.3+0.03V)m/s , ±1°
... ... @@ -894,7 +894,6 @@
894 894  * Power Consumption: 13mA ~~ 12v.
895 895  * Cable Length: 2 meters
896 896  
897 -
898 898  === 6.2.3 Dimension ===
899 899  
900 900  
... ... @@ -913,7 +913,6 @@
913 913  [[image:1656056303845-585.png]]
914 914  
915 915  
916 -
917 917  === 6.2.6  Installation Notice ===
918 918  
919 919  
... ... @@ -953,7 +953,6 @@
953 953  * NDIR to measure CO2 with Internal Temperature Compensation
954 954  * Laser Beam Scattering to PM2.5 and PM10
955 955  
956 -
957 957  === 6.3.2 Specification ===
958 958  
959 959  
... ... @@ -972,7 +972,6 @@
972 972  ** CO2: 0~95%RH
973 973  * Power Consumption: 50mA@ 12v.
974 974  
975 -
976 976  === 6.3.3 Dimension ===
977 977  
978 978  
... ... @@ -1021,7 +1021,6 @@
1021 1021  * Surface heating to dry
1022 1022  * grid electrode uses Electroless Nickel/Immersion Gold design for resist corrosion
1023 1023  
1024 -
1025 1025  === 6.4.2 Specification ===
1026 1026  
1027 1027  
... ... @@ -1034,7 +1034,6 @@
1034 1034  ** No heating: 12mA @ 12v,
1035 1035  ** heating: 94ma @ 12v.
1036 1036  
1037 -
1038 1038  === 6.4.3 Dimension ===
1039 1039  
1040 1040  
... ... @@ -1088,7 +1088,6 @@
1088 1088  
1089 1089  * RS485 Temperature, Humidity, Illuminance, Pressure sensor
1090 1090  
1091 -
1092 1092  === 6.5.2 Specification ===
1093 1093  
1094 1094  
... ... @@ -1114,7 +1114,6 @@
1114 1114  * Working Humidity: 10~90%RH
1115 1115  * Power Consumption: 4mA @ 12v
1116 1116  
1117 -
1118 1118  === 6.5.3 Dimension ===
1119 1119  
1120 1120  
... ... @@ -1161,7 +1161,6 @@
1161 1161  * Measure Total Radiation between 0.3~3μm(300~3000nm)
1162 1162  * Measure Reflected Radiation if sense area towards ground.
1163 1163  
1164 -
1165 1165  === 6.6.2 Specification ===
1166 1166  
1167 1167  
... ... @@ -1178,7 +1178,6 @@
1178 1178  * Working Humidity: 10~90%RH
1179 1179  * Power Consumption: 4mA @ 12v
1180 1180  
1181 -
1182 1182  === 6.6.3 Dimension ===
1183 1183  
1184 1184  
... ... @@ -1245,7 +1245,6 @@
1245 1245  * Working Humidity: 10~90%RH
1246 1246  * Power Consumption: 3mA @ 12v
1247 1247  
1248 -
1249 1249  === 6.7.3 Dimension ===
1250 1250  
1251 1251  
... ... @@ -1342,7 +1342,6 @@
1342 1342  * (% style="color:red" %)**IN865**(%%): LoRaWAN IN865 band
1343 1343  * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
1344 1344  
1345 -
1346 1346  == 9.2 Sensors ==
1347 1347  
1348 1348  
... ... @@ -1357,14 +1357,12 @@
1357 1357  |(% style="width:462px" %)**Total Solar Radiation Sensor**|(% style="width:120px" %)WSS-06
1358 1358  |(% style="width:462px" %)**PAR (Photosynthetically Available Radiation)**|(% style="width:120px" %)WSS-07
1359 1359  
1360 -
1361 1361  = 10. Support =
1362 1362  
1363 1363  
1364 1364  * 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.
1365 -* 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]]
1343 +* 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]].
1366 1366  
1367 -
1368 1368  = 11. Appendix I: Field Installation Photo =
1369 1369  
1370 1370