<
From version < 70.2 >
edited by Xiaoling
on 2022/06/24 16:05
To version < 79.21 >
edited by Xiaoling
on 2022/06/24 17:22
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -61,13 +61,13 @@
61 61  [[image:1656042136605-251.png]]
62 62  
63 63  
64 -(% style="color:red" %) ** Notice 1:**
64 +(% style="color:red" %)**Notice 1:**
65 65  
66 66  * All weather sensors and WSC1-L are powered by MPPT solar recharge controller. MPPT is connected to solar panel and storage battery.
67 67  * WSC1-L has an extra 1000mAh back up battery. So it can work even solar panel and storage battery Fails.
68 68  * Weather sensors won’t work if solar panel and storage battery fails.
69 69  
70 -(% style="color:red" %)** Notice 2:**
70 +(% style="color:red" %)**Notice 2:**
71 71  
72 72  Due to shipment and importation limitation, user is better to purchase below parts locally:
73 73  
... ... @@ -79,7 +79,6 @@
79 79  
80 80  
81 81  
82 -
83 83  == 2.2 How it works? ==
84 84  
85 85  (((
... ... @@ -87,7 +87,9 @@
87 87  )))
88 88  
89 89  
89 +(((
90 90  Open WSC1-L and put the yellow jumper as below position to power on WSC1-L.
91 +)))
91 91  
92 92  [[image:1656042192857-709.png]]
93 93  
... ... @@ -98,8 +98,6 @@
98 98  1. User can send a downlink command to WSC1-L to do a re-scan on the available sensors.
99 99  
100 100  
101 -
102 -
103 103  == 2.3 Example to use for LoRaWAN network ==
104 104  
105 105  This section shows an example for how to join the TTN V3 LoRaWAN IoT server. Usages with other LoRaWAN IoT servers are of similar procedure.
... ... @@ -142,7 +142,9 @@
142 142  
143 143  
144 144  
144 +(((
145 145  (% style="color:blue" %)**Step 2**(%%): Power on WSC1-L, it will start to join TTN server. After join success, it will start to upload sensor data to TTN V3 and user can see in the panel.
146 +)))
146 146  
147 147  
148 148  [[image:1656042745346-283.png]]
... ... @@ -156,6 +156,7 @@
156 156  * Valid Sensor Value: Use FPORT=2
157 157  * Other control command: Use FPORT other than 2.
158 158  
160 +
159 159  === 2.4.1 Uplink FPORT~=5, Device Status ===
160 160  
161 161  Uplink the device configures with FPORT=5. Once WSC1-L Joined the network, it will uplink this message to the server. After first uplink, WSC1-L will uplink Device Status every 12 hours
... ... @@ -220,9 +220,13 @@
220 220  
221 221  ==== (% style="color:#037691" %)**BAT:**(%%) ====
222 222  
225 +(((
223 223  shows the battery voltage for WSC1-L MCU.
227 +)))
224 224  
229 +(((
225 225  Ex1: 0x0BD6/1000 = 3.03 V
231 +)))
226 226  
227 227  
228 228  
... ... @@ -290,22 +290,50 @@
290 290  [[image:image-20220624140352-2.png]]
291 291  
292 292  
299 +(((
293 293  Below is an example payload:  [[image:image-20220624140615-3.png]]
301 +)))
294 294  
303 +(((
304 +
305 +)))
295 295  
307 +(((
296 296  When sending this payload to LoRaWAN server. WSC1-L will send this in one uplink or several uplinks according to LoRaWAN spec requirement. For example, total length of Payload is 54 bytes.
309 +)))
297 297  
298 -* When WSC1-L sending in US915 frequency DR0 data rate. Because this data rate has limitation of 11 bytes payload for each uplink. The payload will be split into below packets and uplink.
311 +* (((
312 +When WSC1-L sending in US915 frequency DR0 data rate. Because this data rate has limitation of 11 bytes payload for each uplink. The payload will be split into below packets and uplink.
313 +)))
299 299  
315 +(((
300 300   Uplink 1:  [[image:image-20220624140735-4.png]]
317 +)))
301 301  
319 +(((
320 +
321 +)))
322 +
323 +(((
302 302   Uplink 2:  [[image:image-20220624140842-5.png]]
325 +)))
303 303  
327 +(((
328 +
329 +)))
304 304  
305 -* When WSC1-L sending in EU868 frequency DR0 data rate. The payload will be split into below packets and uplink:
331 +* (((
332 +When WSC1-L sending in EU868 frequency DR0 data rate. The payload will be split into below packets and uplink:
333 +)))
306 306  
335 +(((
307 307   Uplink 1:  [[image:image-20220624141025-6.png]]
337 +)))
308 308  
339 +(((
340 +
341 +)))
342 +
309 309   Uplink 2:  [[image:image-20220624141100-7.png]]
310 310  
311 311  
... ... @@ -403,8 +403,6 @@
403 403  * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
404 404  
405 405  
406 -
407 -
408 408  == 3.2 Set Emergency Mode ==
409 409  
410 410  Feature: In emergency mode, WSC1-L will uplink data every 1 minute.
... ... @@ -420,8 +420,6 @@
420 420  * 0xE100     Same as: AT+ALARMMOD=0
421 421  
422 422  
423 -
424 -
425 425  == 3.3 Add or Delete RS485 Sensor ==
426 426  
427 427  Feature: User can add or delete 3^^rd^^ party sensor as long they are RS485/Modbus interface,baud rate support 9600.Maximum can add 4 sensors.
... ... @@ -492,8 +492,6 @@
492 492  * 0xE5FF  
493 493  
494 494  
495 -
496 -
497 497  == 3.4 RS485 Test Command ==
498 498  
499 499  (% style="color:#037691" %)**AT Command:**
... ... @@ -516,8 +516,6 @@
516 516  * 0xE20103000001840A     Same as: AT+RSWRITE=0103000001840A
517 517  
518 518  
519 -
520 -
521 521  == 3.5 RS485 response timeout ==
522 522  
523 523  Feature: Set or get extended time to receive 485 sensor data.
... ... @@ -542,13 +542,15 @@
542 542  * Example 2: Downlink Payload: E000000A ~/~/ Set Transmit Interval (DTR) = 10 seconds
543 543  
544 544  
545 -
546 -
547 547  == 3.6 Set Sensor Type ==
548 548  
573 +(((
549 549  Feature: Set sensor in used. If there are 6 sensors, user can set to only send 5 sensors values.
575 +)))
550 550  
577 +(((
551 551  See [[definition>>||anchor="HWeatherSensorTypes:"]] for the sensor type.
579 +)))
552 552  
553 553  [[image:image-20220624144904-12.png]]
554 554  
... ... @@ -622,6 +622,7 @@
622 622  * IP Rating: IP65
623 623  * Support default sensors or 3rd party RS485 sensors
624 624  
653 +
625 625  == 5.2 Power Consumption ==
626 626  
627 627  WSC1-L (without external sensor): Idle: 4mA, Transmit: max 40mA
... ... @@ -714,19 +714,31 @@
714 714  
715 715  === 6.1.5 Installation Notice ===
716 716  
746 +(((
717 717  Do not power on while connect the cables. Double check the wiring before power on.
748 +)))
718 718  
750 +(((
719 719  Installation Photo as reference:
752 +)))
720 720  
721 721  
755 +(((
722 722  (% style="color:#4472c4" %)** Install on Ground:**
757 +)))
723 723  
759 +(((
724 724  WSS-01 Rain Gauge include screws so can install in ground directly .
761 +)))
725 725  
726 726  
764 +(((
727 727  (% style="color:#4472c4" %)** Install on pole:**
766 +)))
728 728  
768 +(((
729 729  If user want to install on pole, they can purchase the (% style="color:#4472c4" %)** WS-K2 :  Bracket Kit for Pole installation**(%%), and install as below:
770 +)))
730 730  
731 731  [[image:image-20220624152218-1.png||height="526" width="276"]]
732 732  
... ... @@ -792,9 +792,13 @@
792 792  
793 793  === 6.2.6  Installation Notice ===
794 794  
836 +(((
795 795  Do not power on while connect the cables. Double check the wiring before power on.
838 +)))
796 796  
840 +(((
797 797  The sensor must be installed with below direction, towards North.
842 +)))
798 798  
799 799  [[image:image-20220624153901-3.png]]
800 800  
... ... @@ -854,8 +854,6 @@
854 854  
855 855  Do not power on while connect the cables. Double check the wiring before power on.
856 856  
857 -[[image:1656057016033-551.png]]
858 -
859 859  [[image:1656056751153-304.png]]
860 860  
861 861  [[image:1656056766224-773.png]]
... ... @@ -912,7 +912,9 @@
912 912  Do not power on while connect the cables. Double check the wiring before power on.
913 913  
914 914  
958 +(((
915 915  Install with 15°degree.
960 +)))
916 916  
917 917   [[image:1656056873783-780.png]]
918 918  
... ... @@ -1013,7 +1013,6 @@
1013 1013  * Measure Reflected Radiation if sense area towards ground.
1014 1014  
1015 1015  
1016 -
1017 1017  === 6.6.2 Specification ===
1018 1018  
1019 1019  * Input Power: DC 5 ~~ 24v
... ... @@ -1030,7 +1030,6 @@
1030 1030  * Power Consumption: 4mA @ 12v
1031 1031  
1032 1032  
1033 -
1034 1034  === 6.6.3 Dimension ===
1035 1035  
1036 1036  [[image:1656057348695-898.png]]
... ... @@ -1069,9 +1069,13 @@
1069 1069  
1070 1070  === 6.7.1 Feature ===
1071 1071  
1115 +(((
1072 1072  PAR (Photosynthetically Available Radiation) sensor measure 400 ~~ 700nm wavelength nature light's Photosynthetically Available Radiation.
1117 +)))
1073 1073  
1119 +(((
1074 1074  When nature light shine on the sense area, it will generate a signal base on the incidence radiation strength.
1121 +)))
1075 1075  
1076 1076  
1077 1077  === 6.7.2 Specification ===
... ... @@ -1088,7 +1088,6 @@
1088 1088  * Power Consumption: 3mA @ 12v
1089 1089  
1090 1090  
1091 -
1092 1092  === 6.7.3 Dimension ===
1093 1093  
1094 1094  [[image:1656057538793-888.png]]
... ... @@ -1146,19 +1146,20 @@
1146 1146  
1147 1147  == 7.4 Can I add my weather sensors? ==
1148 1148  
1149 -Yes, connect the sensor to RS485 bus and see instruction: [[add sensors.>>path:#Add_sensor]]
1195 +Yes, connect the sensor to RS485 bus and see instruction:  [[add sensors.>>||anchor="H3.3AddorDeleteRS485Sensor"]]
1150 1150  
1151 1151  
1152 1152  = 8. Trouble Shooting =
1153 1153  
1200 +== 8.1 AT Command input doesn't work ==
1154 1154  
1202 +(((
1203 +In the case if user can see the console output but can't type input to the device. Please check if you already include the (% style="color:green" %)**ENTER**(%%) while sending out the command. Some serial tool doesn't send (% style="color:green" %)**ENTER**(%%) while press the send key, user need to add ENTER in their string.
1204 +)))
1155 1155  
1156 1156  
1157 -
1158 -
1159 1159  = 9. Order Info =
1160 1160  
1161 -
1162 1162  == 9.1 Main Process Unit ==
1163 1163  
1164 1164  Part Number: (% style="color:blue" %)**WSC1-L-XX**
... ... @@ -1174,64 +1174,75 @@
1174 1174  * (% style="color:red" %)**IN865**(%%): LoRaWAN IN865 band
1175 1175  * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
1176 1176  
1224 +
1225 +
1226 +
1227 +
1177 1177  == 9.2 Sensors ==
1178 1178  
1179 -|**Sensor Model**|**Part Number**
1180 -|**Rain Gauge**|WSS-01
1181 -|**Rain Gauge installation Bracket for Pole**|WS-K2
1182 -|**Wind Speed Direction 2 in 1 Sensor**|WSS-02
1183 -|**CO2/PM2.5/PM10 3 in 1 Sensor**|WSS-03
1184 -|**Rain/Snow Detect Sensor**|WSS-04
1185 -|**Temperature, Humidity, illuminance and Pressure 4 in 1 sensor**|WSS-05
1186 -|**Total Solar Radiation Sensor**|WSS-06
1187 -|**PAR (Photosynthetically Available Radiation)**|WSS-07
1230 +(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:400px" %)
1231 +|=(% style="width: 300px;" %)**Sensor Model**|=(% style="width: 100px;" %)**Part Number**
1232 +|(% style="width:462px" %)**Rain Gauge**|(% style="width:110px" %)WSS-01
1233 +|(% style="width:462px" %)**Rain Gauge installation Bracket for Pole**|(% style="width:110px" %)WS-K2
1234 +|(% style="width:462px" %)**Wind Speed Direction 2 in 1 Sensor**|(% style="width:110px" %)WSS-02
1235 +|(% style="width:462px" %)**CO2/PM2.5/PM10 3 in 1 Sensor**|(% style="width:110px" %)WSS-03
1236 +|(% style="width:462px" %)**Rain/Snow Detect Sensor**|(% style="width:110px" %)WSS-04
1237 +|(% style="width:462px" %)**Temperature, Humidity, illuminance and Pressure 4 in 1 sensor**|(% style="width:110px" %)WSS-05
1238 +|(% style="width:462px" %)**Total Solar Radiation Sensor**|(% style="width:110px" %)WSS-06
1239 +|(% style="width:462px" %)**PAR (Photosynthetically Available Radiation)**|(% style="width:110px" %)WSS-07
1188 1188  
1241 +
1242 +
1243 +
1244 +
1189 1189  = 10. Support =
1190 1190  
1191 1191  * 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.
1192 -* 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
1248 +* 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]]
1193 1193  
1194 -[[support@dragino.com>>url:file:///D:/市场资料/说明书/LoRa/LT系列/support@dragino.com]]
1195 1195  
1196 1196  
1197 1197  
1198 1198  
1199 -
1200 1200  = 11. Appendix I: Field Installation Photo =
1201 1201  
1202 1202  
1203 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image040.png]]
1257 +[[image:1656058346362-132.png]]
1204 1204  
1205 -
1206 1206  **Storage Battery**: 12v,12AH li battery
1207 1207  
1208 1208  
1209 -Wind Speed/Direction.
1210 1210  
1211 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image041.png]]
1263 +**Wind Speed/Direction**
1212 1212  
1265 +[[image:1656058373174-421.png]]
1213 1213  
1214 -Total Solar Radiation sensor
1215 1215  
1216 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image042.png]]
1217 1217  
1269 +**Total Solar Radiation sensor**
1218 1218  
1271 +[[image:1656058397364-282.png]]
1219 1219  
1220 -PAR Sensor
1221 1221  
1222 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image043.png]]
1223 1223  
1275 +**PAR Sensor**
1224 1224  
1225 -CO2/PM2.5/PM10 3 in 1 sensor
1277 +[[image:1656058416171-615.png]]
1226 1226  
1227 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image044.png]]
1228 1228  
1229 1229  
1230 -Rain / Snow Detect:
1281 +**CO2/PM2.5/PM10 3 in 1 sensor**
1231 1231  
1232 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image045.png]]
1283 +[[image:1656058441194-827.png]]
1233 1233  
1234 1234  
1235 -Rain Gauge.
1236 1236  
1237 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image046.png]]
1287 +**Rain / Snow Detect**
1288 +
1289 +[[image:1656058451456-166.png]]
1290 +
1291 +
1292 +
1293 +**Rain Gauge**
1294 +
1295 +[[image:1656058463455-569.png]]
1656058346362-132.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +1.2 MB
Content
1656058373174-421.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +742.2 KB
Content
1656058397364-282.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +848.1 KB
Content
1656058416171-615.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +560.4 KB
Content
1656058441194-827.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +1.1 MB
Content
1656058451456-166.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +366.8 KB
Content
1656058463455-569.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +924.1 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0