<
From version < 77.3 >
edited by Xiaoling
on 2022/06/24 16:15
To version < 79.19 >
edited by Xiaoling
on 2022/06/24 17:21
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -61,14 +61,15 @@
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:**
71 71  
71 +(% style="color:red" %)**Notice 2:**
72 +
72 72  Due to shipment and importation limitation, user is better to purchase below parts locally:
73 73  
74 74  * Solar Panel
... ... @@ -78,6 +78,8 @@
78 78  * Cabinet.
79 79  
80 80  
82 +
83 +
81 81  == 2.2 How it works? ==
82 82  
83 83  (((
... ... @@ -85,7 +85,9 @@
85 85  )))
86 86  
87 87  
91 +(((
88 88  Open WSC1-L and put the yellow jumper as below position to power on WSC1-L.
93 +)))
89 89  
90 90  [[image:1656042192857-709.png]]
91 91  
... ... @@ -96,6 +96,7 @@
96 96  1. User can send a downlink command to WSC1-L to do a re-scan on the available sensors.
97 97  
98 98  
104 +
99 99  == 2.3 Example to use for LoRaWAN network ==
100 100  
101 101  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.
... ... @@ -138,7 +138,9 @@
138 138  
139 139  
140 140  
147 +(((
141 141  (% 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.
149 +)))
142 142  
143 143  
144 144  [[image:1656042745346-283.png]]
... ... @@ -152,6 +152,8 @@
152 152  * Valid Sensor Value: Use FPORT=2
153 153  * Other control command: Use FPORT other than 2.
154 154  
163 +
164 +
155 155  === 2.4.1 Uplink FPORT~=5, Device Status ===
156 156  
157 157  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
... ... @@ -216,9 +216,13 @@
216 216  
217 217  ==== (% style="color:#037691" %)**BAT:**(%%) ====
218 218  
229 +(((
219 219  shows the battery voltage for WSC1-L MCU.
231 +)))
220 220  
233 +(((
221 221  Ex1: 0x0BD6/1000 = 3.03 V
235 +)))
222 222  
223 223  
224 224  
... ... @@ -286,22 +286,50 @@
286 286  [[image:image-20220624140352-2.png]]
287 287  
288 288  
303 +(((
289 289  Below is an example payload:  [[image:image-20220624140615-3.png]]
305 +)))
290 290  
307 +(((
308 +
309 +)))
291 291  
311 +(((
292 292  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.
313 +)))
293 293  
294 -* 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.
315 +* (((
316 +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.
317 +)))
295 295  
319 +(((
296 296   Uplink 1:  [[image:image-20220624140735-4.png]]
321 +)))
297 297  
323 +(((
324 +
325 +)))
326 +
327 +(((
298 298   Uplink 2:  [[image:image-20220624140842-5.png]]
329 +)))
299 299  
331 +(((
332 +
333 +)))
300 300  
301 -* When WSC1-L sending in EU868 frequency DR0 data rate. The payload will be split into below packets and uplink:
335 +* (((
336 +When WSC1-L sending in EU868 frequency DR0 data rate. The payload will be split into below packets and uplink:
337 +)))
302 302  
339 +(((
303 303   Uplink 1:  [[image:image-20220624141025-6.png]]
341 +)))
304 304  
343 +(((
344 +
345 +)))
346 +
305 305   Uplink 2:  [[image:image-20220624141100-7.png]]
306 306  
307 307  
... ... @@ -399,6 +399,7 @@
399 399  * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
400 400  
401 401  
444 +
402 402  == 3.2 Set Emergency Mode ==
403 403  
404 404  Feature: In emergency mode, WSC1-L will uplink data every 1 minute.
... ... @@ -414,6 +414,7 @@
414 414  * 0xE100     Same as: AT+ALARMMOD=0
415 415  
416 416  
460 +
417 417  == 3.3 Add or Delete RS485 Sensor ==
418 418  
419 419  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.
... ... @@ -484,6 +484,7 @@
484 484  * 0xE5FF  
485 485  
486 486  
531 +
487 487  == 3.4 RS485 Test Command ==
488 488  
489 489  (% style="color:#037691" %)**AT Command:**
... ... @@ -506,6 +506,7 @@
506 506  * 0xE20103000001840A     Same as: AT+RSWRITE=0103000001840A
507 507  
508 508  
554 +
509 509  == 3.5 RS485 response timeout ==
510 510  
511 511  Feature: Set or get extended time to receive 485 sensor data.
... ... @@ -530,11 +530,16 @@
530 530  * Example 2: Downlink Payload: E000000A ~/~/ Set Transmit Interval (DTR) = 10 seconds
531 531  
532 532  
579 +
533 533  == 3.6 Set Sensor Type ==
534 534  
582 +(((
535 535  Feature: Set sensor in used. If there are 6 sensors, user can set to only send 5 sensors values.
584 +)))
536 536  
586 +(((
537 537  See [[definition>>||anchor="HWeatherSensorTypes:"]] for the sensor type.
588 +)))
538 538  
539 539  [[image:image-20220624144904-12.png]]
540 540  
... ... @@ -608,6 +608,8 @@
608 608  * IP Rating: IP65
609 609  * Support default sensors or 3rd party RS485 sensors
610 610  
662 +
663 +
611 611  == 5.2 Power Consumption ==
612 612  
613 613  WSC1-L (without external sensor): Idle: 4mA, Transmit: max 40mA
... ... @@ -675,6 +675,8 @@
675 675  * ABS enclosure.
676 676  * Horizontal adjustable.
677 677  
731 +
732 +
678 678  === 6.1.2 Specification ===
679 679  
680 680  * Resolution: 0.2mm
... ... @@ -686,6 +686,8 @@
686 686  * Working Humidity: <100% (no dewing)
687 687  * Power Consumption: 4mA @ 12v.
688 688  
744 +
745 +
689 689  === 6.1.3 Dimension ===
690 690  
691 691   [[image:1656054957406-980.png]]
... ... @@ -698,19 +698,31 @@
698 698  
699 699  === 6.1.5 Installation Notice ===
700 700  
758 +(((
701 701  Do not power on while connect the cables. Double check the wiring before power on.
760 +)))
702 702  
762 +(((
703 703  Installation Photo as reference:
764 +)))
704 704  
705 705  
767 +(((
706 706  (% style="color:#4472c4" %)** Install on Ground:**
769 +)))
707 707  
771 +(((
708 708  WSS-01 Rain Gauge include screws so can install in ground directly .
773 +)))
709 709  
710 710  
776 +(((
711 711  (% style="color:#4472c4" %)** Install on pole:**
778 +)))
712 712  
780 +(((
713 713  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:
782 +)))
714 714  
715 715  [[image:image-20220624152218-1.png||height="526" width="276"]]
716 716  
... ... @@ -744,6 +744,8 @@
744 744  * RS485 wind speed / direction sensor
745 745  * PC enclosure, resist corrosion
746 746  
816 +
817 +
747 747  === 6.2.2 Specification ===
748 748  
749 749  * Wind speed range: 0 ~~ 30m/s, (always show 30m/s for higher speed)
... ... @@ -757,6 +757,8 @@
757 757  * Power Consumption: 13mA ~~ 12v.
758 758  * Cable Length: 2 meters
759 759  
831 +
832 +
760 760  === 6.2.3 Dimension ===
761 761  
762 762  [[image:image-20220624152813-2.png]]
... ... @@ -774,9 +774,13 @@
774 774  
775 775  === 6.2.6  Installation Notice ===
776 776  
850 +(((
777 777  Do not power on while connect the cables. Double check the wiring before power on.
852 +)))
778 778  
854 +(((
779 779  The sensor must be installed with below direction, towards North.
856 +)))
780 780  
781 781  [[image:image-20220624153901-3.png]]
782 782  
... ... @@ -803,6 +803,8 @@
803 803  * NDIR to measure CO2 with Internal Temperature Compensation
804 804  * Laser Beam Scattering to PM2.5 and PM10
805 805  
883 +
884 +
806 806  === 6.3.2 Specification ===
807 807  
808 808  * CO2 Range: 0~5000ppm, accuracy: ±3%F•S(25℃)
... ... @@ -820,6 +820,8 @@
820 820  ** CO2: 0~95%RH
821 821  * Power Consumption: 50mA@ 12v.
822 822  
902 +
903 +
823 823  === 6.3.3 Dimension ===
824 824  
825 825  [[image:1656056708366-230.png]]
... ... @@ -834,8 +834,6 @@
834 834  
835 835  Do not power on while connect the cables. Double check the wiring before power on.
836 836  
837 -[[image:1656057016033-551.png]]
838 -
839 839  [[image:1656056751153-304.png]]
840 840  
841 841  [[image:1656056766224-773.png]]
... ... @@ -864,6 +864,8 @@
864 864  * Surface heating to dry
865 865  * grid electrode uses Electroless Nickel/Immersion Gold design for resist corrosion
866 866  
946 +
947 +
867 867  === 6.4.2 Specification ===
868 868  
869 869  * Detect if there is rain or snow
... ... @@ -875,6 +875,8 @@
875 875  ** No heating: 12mA @ 12v,
876 876  ** heating: 94ma @ 12v.
877 877  
959 +
960 +
878 878  === 6.4.3 Dimension ===
879 879  
880 880  [[image:1656056844782-155.png]]
... ... @@ -890,7 +890,9 @@
890 890  Do not power on while connect the cables. Double check the wiring before power on.
891 891  
892 892  
976 +(((
893 893  Install with 15°degree.
978 +)))
894 894  
895 895   [[image:1656056873783-780.png]]
896 896  
... ... @@ -921,6 +921,8 @@
921 921  
922 922  * RS485 Temperature, Humidity, Illuminance, Pressure sensor
923 923  
1009 +
1010 +
924 924  === 6.5.2 Specification ===
925 925  
926 926  * Input Power: DC 12 ~~ 24v
... ... @@ -945,6 +945,8 @@
945 945  * Working Humidity: 10~90%RH
946 946  * Power Consumption: 4mA @ 12v
947 947  
1035 +
1036 +
948 948  === 6.5.3 Dimension ===
949 949  
950 950  [[image:1656057170639-522.png]]
... ... @@ -988,6 +988,8 @@
988 988  * Measure Total Radiation between 0.3~3μm(300~3000nm)
989 989  * Measure Reflected Radiation if sense area towards ground.
990 990  
1080 +
1081 +
991 991  === 6.6.2 Specification ===
992 992  
993 993  * Input Power: DC 5 ~~ 24v
... ... @@ -1003,6 +1003,8 @@
1003 1003  * Working Humidity: 10~90%RH
1004 1004  * Power Consumption: 4mA @ 12v
1005 1005  
1097 +
1098 +
1006 1006  === 6.6.3 Dimension ===
1007 1007  
1008 1008  [[image:1656057348695-898.png]]
... ... @@ -1041,9 +1041,13 @@
1041 1041  
1042 1042  === 6.7.1 Feature ===
1043 1043  
1137 +(((
1044 1044  PAR (Photosynthetically Available Radiation) sensor measure 400 ~~ 700nm wavelength nature light's Photosynthetically Available Radiation.
1139 +)))
1045 1045  
1141 +(((
1046 1046  When nature light shine on the sense area, it will generate a signal base on the incidence radiation strength.
1143 +)))
1047 1047  
1048 1048  
1049 1049  === 6.7.2 Specification ===
... ... @@ -1059,6 +1059,8 @@
1059 1059  * Working Humidity: 10~90%RH
1060 1060  * Power Consumption: 3mA @ 12v
1061 1061  
1159 +
1160 +
1062 1062  === 6.7.3 Dimension ===
1063 1063  
1064 1064  [[image:1656057538793-888.png]]
... ... @@ -1148,10 +1148,12 @@
1148 1148  
1149 1149  
1150 1150  
1250 +
1251 +
1151 1151  == 9.2 Sensors ==
1152 1152  
1153 -(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:510px" %)
1154 -|=(% style="width: 462px;" %)**Sensor Model**|=(% style="width: 110px;" %)**Part Number**
1254 +(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:400px" %)
1255 +|=(% style="width: 300px;" %)**Sensor Model**|=(% style="width: 100px;" %)**Part Number**
1155 1155  |(% style="width:462px" %)**Rain Gauge**|(% style="width:110px" %)WSS-01
1156 1156  |(% style="width:462px" %)**Rain Gauge installation Bracket for Pole**|(% style="width:110px" %)WS-K2
1157 1157  |(% style="width:462px" %)**Wind Speed Direction 2 in 1 Sensor**|(% style="width:110px" %)WSS-02
... ... @@ -1162,6 +1162,10 @@
1162 1162  |(% style="width:462px" %)**PAR (Photosynthetically Available Radiation)**|(% style="width:110px" %)WSS-07
1163 1163  
1164 1164  
1266 +
1267 +
1268 +
1269 +
1165 1165  = 10. Support =
1166 1166  
1167 1167  * 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.
... ... @@ -1171,6 +1171,7 @@
1171 1171  
1172 1172  
1173 1173  
1279 +
1174 1174  = 11. Appendix I: Field Installation Photo =
1175 1175  
1176 1176  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0