<
From version < 70.5 >
edited by Xiaoling
on 2022/06/24 16:10
To version < 79.20 >
edited by Xiaoling
on 2022/06/24 17:21
>
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  
... ... @@ -86,7 +86,9 @@
86 86  )))
87 87  
88 88  
89 +(((
89 89  Open WSC1-L and put the yellow jumper as below position to power on WSC1-L.
91 +)))
90 90  
91 91  [[image:1656042192857-709.png]]
92 92  
... ... @@ -97,7 +97,6 @@
97 97  1. User can send a downlink command to WSC1-L to do a re-scan on the available sensors.
98 98  
99 99  
100 -
101 101  == 2.3 Example to use for LoRaWAN network ==
102 102  
103 103  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.
... ... @@ -140,7 +140,9 @@
140 140  
141 141  
142 142  
144 +(((
143 143  (% 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 +)))
144 144  
145 145  
146 146  [[image:1656042745346-283.png]]
... ... @@ -154,6 +154,7 @@
154 154  * Valid Sensor Value: Use FPORT=2
155 155  * Other control command: Use FPORT other than 2.
156 156  
160 +
157 157  === 2.4.1 Uplink FPORT~=5, Device Status ===
158 158  
159 159  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
... ... @@ -218,9 +218,13 @@
218 218  
219 219  ==== (% style="color:#037691" %)**BAT:**(%%) ====
220 220  
225 +(((
221 221  shows the battery voltage for WSC1-L MCU.
227 +)))
222 222  
229 +(((
223 223  Ex1: 0x0BD6/1000 = 3.03 V
231 +)))
224 224  
225 225  
226 226  
... ... @@ -288,22 +288,50 @@
288 288  [[image:image-20220624140352-2.png]]
289 289  
290 290  
299 +(((
291 291  Below is an example payload:  [[image:image-20220624140615-3.png]]
301 +)))
292 292  
303 +(((
304 +
305 +)))
293 293  
307 +(((
294 294  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 +)))
295 295  
296 -* 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 +)))
297 297  
315 +(((
298 298   Uplink 1:  [[image:image-20220624140735-4.png]]
317 +)))
299 299  
319 +(((
320 +
321 +)))
322 +
323 +(((
300 300   Uplink 2:  [[image:image-20220624140842-5.png]]
325 +)))
301 301  
327 +(((
328 +
329 +)))
302 302  
303 -* 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 +)))
304 304  
335 +(((
305 305   Uplink 1:  [[image:image-20220624141025-6.png]]
337 +)))
306 306  
339 +(((
340 +
341 +)))
342 +
307 307   Uplink 2:  [[image:image-20220624141100-7.png]]
308 308  
309 309  
... ... @@ -401,7 +401,6 @@
401 401  * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
402 402  
403 403  
404 -
405 405  == 3.2 Set Emergency Mode ==
406 406  
407 407  Feature: In emergency mode, WSC1-L will uplink data every 1 minute.
... ... @@ -417,7 +417,6 @@
417 417  * 0xE100     Same as: AT+ALARMMOD=0
418 418  
419 419  
420 -
421 421  == 3.3 Add or Delete RS485 Sensor ==
422 422  
423 423  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.
... ... @@ -488,7 +488,6 @@
488 488  * 0xE5FF  
489 489  
490 490  
491 -
492 492  == 3.4 RS485 Test Command ==
493 493  
494 494  (% style="color:#037691" %)**AT Command:**
... ... @@ -511,7 +511,6 @@
511 511  * 0xE20103000001840A     Same as: AT+RSWRITE=0103000001840A
512 512  
513 513  
514 -
515 515  == 3.5 RS485 response timeout ==
516 516  
517 517  Feature: Set or get extended time to receive 485 sensor data.
... ... @@ -536,12 +536,15 @@
536 536  * Example 2: Downlink Payload: E000000A ~/~/ Set Transmit Interval (DTR) = 10 seconds
537 537  
538 538  
539 -
540 540  == 3.6 Set Sensor Type ==
541 541  
573 +(((
542 542  Feature: Set sensor in used. If there are 6 sensors, user can set to only send 5 sensors values.
575 +)))
543 543  
577 +(((
544 544  See [[definition>>||anchor="HWeatherSensorTypes:"]] for the sensor type.
579 +)))
545 545  
546 546  [[image:image-20220624144904-12.png]]
547 547  
... ... @@ -615,6 +615,7 @@
615 615  * IP Rating: IP65
616 616  * Support default sensors or 3rd party RS485 sensors
617 617  
653 +
618 618  == 5.2 Power Consumption ==
619 619  
620 620  WSC1-L (without external sensor): Idle: 4mA, Transmit: max 40mA
... ... @@ -682,6 +682,7 @@
682 682  * ABS enclosure.
683 683  * Horizontal adjustable.
684 684  
721 +
685 685  === 6.1.2 Specification ===
686 686  
687 687  * Resolution: 0.2mm
... ... @@ -693,6 +693,7 @@
693 693  * Working Humidity: <100% (no dewing)
694 694  * Power Consumption: 4mA @ 12v.
695 695  
733 +
696 696  === 6.1.3 Dimension ===
697 697  
698 698   [[image:1656054957406-980.png]]
... ... @@ -705,19 +705,31 @@
705 705  
706 706  === 6.1.5 Installation Notice ===
707 707  
746 +(((
708 708  Do not power on while connect the cables. Double check the wiring before power on.
748 +)))
709 709  
750 +(((
710 710  Installation Photo as reference:
752 +)))
711 711  
712 712  
755 +(((
713 713  (% style="color:#4472c4" %)** Install on Ground:**
757 +)))
714 714  
759 +(((
715 715  WSS-01 Rain Gauge include screws so can install in ground directly .
761 +)))
716 716  
717 717  
764 +(((
718 718  (% style="color:#4472c4" %)** Install on pole:**
766 +)))
719 719  
768 +(((
720 720  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 +)))
721 721  
722 722  [[image:image-20220624152218-1.png||height="526" width="276"]]
723 723  
... ... @@ -751,6 +751,7 @@
751 751  * RS485 wind speed / direction sensor
752 752  * PC enclosure, resist corrosion
753 753  
804 +
754 754  === 6.2.2 Specification ===
755 755  
756 756  * Wind speed range: 0 ~~ 30m/s, (always show 30m/s for higher speed)
... ... @@ -764,6 +764,7 @@
764 764  * Power Consumption: 13mA ~~ 12v.
765 765  * Cable Length: 2 meters
766 766  
818 +
767 767  === 6.2.3 Dimension ===
768 768  
769 769  [[image:image-20220624152813-2.png]]
... ... @@ -781,9 +781,13 @@
781 781  
782 782  === 6.2.6  Installation Notice ===
783 783  
836 +(((
784 784  Do not power on while connect the cables. Double check the wiring before power on.
838 +)))
785 785  
840 +(((
786 786  The sensor must be installed with below direction, towards North.
842 +)))
787 787  
788 788  [[image:image-20220624153901-3.png]]
789 789  
... ... @@ -810,6 +810,7 @@
810 810  * NDIR to measure CO2 with Internal Temperature Compensation
811 811  * Laser Beam Scattering to PM2.5 and PM10
812 812  
869 +
813 813  === 6.3.2 Specification ===
814 814  
815 815  * CO2 Range: 0~5000ppm, accuracy: ±3%F•S(25℃)
... ... @@ -827,6 +827,7 @@
827 827  ** CO2: 0~95%RH
828 828  * Power Consumption: 50mA@ 12v.
829 829  
887 +
830 830  === 6.3.3 Dimension ===
831 831  
832 832  [[image:1656056708366-230.png]]
... ... @@ -841,8 +841,6 @@
841 841  
842 842  Do not power on while connect the cables. Double check the wiring before power on.
843 843  
844 -[[image:1656057016033-551.png]]
845 -
846 846  [[image:1656056751153-304.png]]
847 847  
848 848  [[image:1656056766224-773.png]]
... ... @@ -871,6 +871,7 @@
871 871  * Surface heating to dry
872 872  * grid electrode uses Electroless Nickel/Immersion Gold design for resist corrosion
873 873  
930 +
874 874  === 6.4.2 Specification ===
875 875  
876 876  * Detect if there is rain or snow
... ... @@ -882,6 +882,7 @@
882 882  ** No heating: 12mA @ 12v,
883 883  ** heating: 94ma @ 12v.
884 884  
942 +
885 885  === 6.4.3 Dimension ===
886 886  
887 887  [[image:1656056844782-155.png]]
... ... @@ -897,7 +897,9 @@
897 897  Do not power on while connect the cables. Double check the wiring before power on.
898 898  
899 899  
958 +(((
900 900  Install with 15°degree.
960 +)))
901 901  
902 902   [[image:1656056873783-780.png]]
903 903  
... ... @@ -928,6 +928,7 @@
928 928  
929 929  * RS485 Temperature, Humidity, Illuminance, Pressure sensor
930 930  
991 +
931 931  === 6.5.2 Specification ===
932 932  
933 933  * Input Power: DC 12 ~~ 24v
... ... @@ -952,6 +952,7 @@
952 952  * Working Humidity: 10~90%RH
953 953  * Power Consumption: 4mA @ 12v
954 954  
1016 +
955 955  === 6.5.3 Dimension ===
956 956  
957 957  [[image:1656057170639-522.png]]
... ... @@ -1050,9 +1050,13 @@
1050 1050  
1051 1051  === 6.7.1 Feature ===
1052 1052  
1115 +(((
1053 1053  PAR (Photosynthetically Available Radiation) sensor measure 400 ~~ 700nm wavelength nature light's Photosynthetically Available Radiation.
1117 +)))
1054 1054  
1119 +(((
1055 1055  When nature light shine on the sense area, it will generate a signal base on the incidence radiation strength.
1121 +)))
1056 1056  
1057 1057  
1058 1058  === 6.7.2 Specification ===
... ... @@ -1131,14 +1131,15 @@
1131 1131  
1132 1132  = 8. Trouble Shooting =
1133 1133  
1200 +== 8.1 AT Command input doesn't work ==
1134 1134  
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 +)))
1135 1135  
1136 1136  
1137 -
1138 -
1139 1139  = 9. Order Info =
1140 1140  
1141 -
1142 1142  == 9.1 Main Process Unit ==
1143 1143  
1144 1144  Part Number: (% style="color:blue" %)**WSC1-L-XX**
... ... @@ -1160,64 +1160,69 @@
1160 1160  
1161 1161  == 9.2 Sensors ==
1162 1162  
1163 -|**Sensor Model**|**Part Number**
1164 -|**Rain Gauge**|WSS-01
1165 -|**Rain Gauge installation Bracket for Pole**|WS-K2
1166 -|**Wind Speed Direction 2 in 1 Sensor**|WSS-02
1167 -|**CO2/PM2.5/PM10 3 in 1 Sensor**|WSS-03
1168 -|**Rain/Snow Detect Sensor**|WSS-04
1169 -|**Temperature, Humidity, illuminance and Pressure 4 in 1 sensor**|WSS-05
1170 -|**Total Solar Radiation Sensor**|WSS-06
1171 -|**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
1172 1172  
1173 1173  
1174 1174  
1243 +
1244 +
1175 1175  = 10. Support =
1176 1176  
1177 1177  * 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.
1178 -* 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]]
1179 1179  
1180 -[[support@dragino.com>>url:file:///D:/市场资料/说明书/LoRa/LT系列/support@dragino.com]]
1181 1181  
1182 1182  
1183 1183  
1184 1184  
1185 -
1186 1186  = 11. Appendix I: Field Installation Photo =
1187 1187  
1188 1188  
1189 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image040.png]]
1257 +[[image:1656058346362-132.png]]
1190 1190  
1191 -
1192 1192  **Storage Battery**: 12v,12AH li battery
1193 1193  
1194 1194  
1195 -Wind Speed/Direction.
1196 1196  
1197 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image041.png]]
1263 +**Wind Speed/Direction**
1198 1198  
1265 +[[image:1656058373174-421.png]]
1199 1199  
1200 -Total Solar Radiation sensor
1201 1201  
1202 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image042.png]]
1203 1203  
1269 +**Total Solar Radiation sensor**
1204 1204  
1271 +[[image:1656058397364-282.png]]
1205 1205  
1206 -PAR Sensor
1207 1207  
1208 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image043.png]]
1209 1209  
1275 +**PAR Sensor**
1210 1210  
1211 -CO2/PM2.5/PM10 3 in 1 sensor
1277 +[[image:1656058416171-615.png]]
1212 1212  
1213 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image044.png]]
1214 1214  
1215 1215  
1216 -Rain / Snow Detect:
1281 +**CO2/PM2.5/PM10 3 in 1 sensor**
1217 1217  
1218 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image045.png]]
1283 +[[image:1656058441194-827.png]]
1219 1219  
1220 1220  
1221 -Rain Gauge.
1222 1222  
1223 -[[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