<
From version < 78.1 >
edited by Xiaoling
on 2022/06/24 16:15
To version < 79.24 >
edited by Xiaoling
on 2022/06/24 17:24
>
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  
... ... @@ -78,6 +78,7 @@
78 78  * Cabinet.
79 79  
80 80  
81 +
81 81  == 2.2 How it works? ==
82 82  
83 83  (((
... ... @@ -85,7 +85,9 @@
85 85  )))
86 86  
87 87  
89 +(((
88 88  Open WSC1-L and put the yellow jumper as below position to power on WSC1-L.
91 +)))
89 89  
90 90  [[image:1656042192857-709.png]]
91 91  
... ... @@ -138,7 +138,9 @@
138 138  
139 139  
140 140  
144 +(((
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.
146 +)))
142 142  
143 143  
144 144  [[image:1656042745346-283.png]]
... ... @@ -152,6 +152,7 @@
152 152  * Valid Sensor Value: Use FPORT=2
153 153  * Other control command: Use FPORT other than 2.
154 154  
160 +
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  
225 +(((
219 219  shows the battery voltage for WSC1-L MCU.
227 +)))
220 220  
229 +(((
221 221  Ex1: 0x0BD6/1000 = 3.03 V
231 +)))
222 222  
223 223  
224 224  
... ... @@ -286,22 +286,50 @@
286 286  [[image:image-20220624140352-2.png]]
287 287  
288 288  
299 +(((
289 289  Below is an example payload:  [[image:image-20220624140615-3.png]]
301 +)))
290 290  
303 +(((
304 +
305 +)))
291 291  
307 +(((
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.
309 +)))
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.
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 +)))
295 295  
315 +(((
296 296   Uplink 1:  [[image:image-20220624140735-4.png]]
317 +)))
297 297  
319 +(((
320 +
321 +)))
322 +
323 +(((
298 298   Uplink 2:  [[image:image-20220624140842-5.png]]
325 +)))
299 299  
327 +(((
328 +
329 +)))
300 300  
301 -* 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 +)))
302 302  
335 +(((
303 303   Uplink 1:  [[image:image-20220624141025-6.png]]
337 +)))
304 304  
339 +(((
340 +
341 +)))
342 +
305 305   Uplink 2:  [[image:image-20220624141100-7.png]]
306 306  
307 307  
... ... @@ -309,14 +309,25 @@
309 309  
310 310  === 2.4.3 Decoder in TTN V3 ===
311 311  
350 +(((
312 312  In LoRaWAN platform, user only see HEX payload by default, user needs to use payload formatters to decode the payload to see human-readable value.
352 +)))
313 313  
354 +(((
355 +
356 +)))
314 314  
358 +(((
315 315  Download decoder for suitable platform from:
360 +)))
316 316  
362 +(((
317 317  [[https:~~/~~/www.dragino.com/downloads/index.php?dir=LoRa_End_Node/Weather_Station/WSC1-L/>>url:https://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/Weather_Station/WSC1-L/]]
364 +)))
318 318  
366 +(((
319 319  and put as below:
368 +)))
320 320  
321 321  [[image:1656051152438-578.png]]
322 322  
... ... @@ -324,12 +324,21 @@
324 324  
325 325  == 2.5 Show data on Application Server ==
326 326  
376 +(((
327 327  Application platform provides a human friendly interface to show the sensor data, once we have sensor data in TTN V3, we can use Datacake to connect to TTN V3 and see the data in Datacake. Below are the steps:
378 +)))
328 328  
380 +(((
381 +
382 +)))
329 329  
384 +(((
330 330  (% style="color:blue" %)**Step 1**(%%): Be sure that your device is programmed and properly connected to the LoRaWAN network.
386 +)))
331 331  
388 +(((
332 332  (% style="color:blue" %)**Step 2**(%%): Configure your Application to forward data to Datacake you will need to add integration. Go to TTN V3 Console ~-~-> Applications ~-~-> Integrations ~-~-> Add Integrations.
390 +)))
333 333  
334 334  [[image:1656051197172-131.png]]
335 335  
... ... @@ -532,9 +532,13 @@
532 532  
533 533  == 3.6 Set Sensor Type ==
534 534  
593 +(((
535 535  Feature: Set sensor in used. If there are 6 sensors, user can set to only send 5 sensors values.
595 +)))
536 536  
597 +(((
537 537  See [[definition>>||anchor="HWeatherSensorTypes:"]] for the sensor type.
599 +)))
538 538  
539 539  [[image:image-20220624144904-12.png]]
540 540  
... ... @@ -608,6 +608,7 @@
608 608  * IP Rating: IP65
609 609  * Support default sensors or 3rd party RS485 sensors
610 610  
673 +
611 611  == 5.2 Power Consumption ==
612 612  
613 613  WSC1-L (without external sensor): Idle: 4mA, Transmit: max 40mA
... ... @@ -675,6 +675,7 @@
675 675  * ABS enclosure.
676 676  * Horizontal adjustable.
677 677  
741 +
678 678  === 6.1.2 Specification ===
679 679  
680 680  * Resolution: 0.2mm
... ... @@ -686,6 +686,7 @@
686 686  * Working Humidity: <100% (no dewing)
687 687  * Power Consumption: 4mA @ 12v.
688 688  
753 +
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  
766 +(((
701 701  Do not power on while connect the cables. Double check the wiring before power on.
768 +)))
702 702  
770 +(((
703 703  Installation Photo as reference:
772 +)))
704 704  
705 705  
775 +(((
706 706  (% style="color:#4472c4" %)** Install on Ground:**
777 +)))
707 707  
779 +(((
708 708  WSS-01 Rain Gauge include screws so can install in ground directly .
781 +)))
709 709  
710 710  
784 +(((
711 711  (% style="color:#4472c4" %)** Install on pole:**
786 +)))
712 712  
788 +(((
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:
790 +)))
714 714  
715 715  [[image:image-20220624152218-1.png||height="526" width="276"]]
716 716  
... ... @@ -744,6 +744,7 @@
744 744  * RS485 wind speed / direction sensor
745 745  * PC enclosure, resist corrosion
746 746  
824 +
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,7 @@
757 757  * Power Consumption: 13mA ~~ 12v.
758 758  * Cable Length: 2 meters
759 759  
838 +
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  
856 +(((
777 777  Do not power on while connect the cables. Double check the wiring before power on.
858 +)))
778 778  
860 +(((
779 779  The sensor must be installed with below direction, towards North.
862 +)))
780 780  
781 781  [[image:image-20220624153901-3.png]]
782 782  
... ... @@ -803,6 +803,7 @@
803 803  * NDIR to measure CO2 with Internal Temperature Compensation
804 804  * Laser Beam Scattering to PM2.5 and PM10
805 805  
889 +
806 806  === 6.3.2 Specification ===
807 807  
808 808  * CO2 Range: 0~5000ppm, accuracy: ±3%F•S(25℃)
... ... @@ -820,6 +820,7 @@
820 820  ** CO2: 0~95%RH
821 821  * Power Consumption: 50mA@ 12v.
822 822  
907 +
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,7 @@
864 864  * Surface heating to dry
865 865  * grid electrode uses Electroless Nickel/Immersion Gold design for resist corrosion
866 866  
950 +
867 867  === 6.4.2 Specification ===
868 868  
869 869  * Detect if there is rain or snow
... ... @@ -875,6 +875,7 @@
875 875  ** No heating: 12mA @ 12v,
876 876  ** heating: 94ma @ 12v.
877 877  
962 +
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  
978 +(((
893 893  Install with 15°degree.
980 +)))
894 894  
895 895   [[image:1656056873783-780.png]]
896 896  
... ... @@ -921,6 +921,7 @@
921 921  
922 922  * RS485 Temperature, Humidity, Illuminance, Pressure sensor
923 923  
1011 +
924 924  === 6.5.2 Specification ===
925 925  
926 926  * Input Power: DC 12 ~~ 24v
... ... @@ -945,6 +945,7 @@
945 945  * Working Humidity: 10~90%RH
946 946  * Power Consumption: 4mA @ 12v
947 947  
1036 +
948 948  === 6.5.3 Dimension ===
949 949  
950 950  [[image:1656057170639-522.png]]
... ... @@ -988,6 +988,7 @@
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 +
991 991  === 6.6.2 Specification ===
992 992  
993 993  * Input Power: DC 5 ~~ 24v
... ... @@ -1003,6 +1003,7 @@
1003 1003  * Working Humidity: 10~90%RH
1004 1004  * Power Consumption: 4mA @ 12v
1005 1005  
1096 +
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  
1135 +(((
1044 1044  PAR (Photosynthetically Available Radiation) sensor measure 400 ~~ 700nm wavelength nature light's Photosynthetically Available Radiation.
1137 +)))
1045 1045  
1139 +(((
1046 1046  When nature light shine on the sense area, it will generate a signal base on the incidence radiation strength.
1141 +)))
1047 1047  
1048 1048  
1049 1049  === 6.7.2 Specification ===
... ... @@ -1059,6 +1059,7 @@
1059 1059  * Working Humidity: 10~90%RH
1060 1060  * Power Consumption: 3mA @ 12v
1061 1061  
1157 +
1062 1062  === 6.7.3 Dimension ===
1063 1063  
1064 1064  [[image:1656057538793-888.png]]
... ... @@ -1148,10 +1148,11 @@
1148 1148  
1149 1149  
1150 1150  
1247 +
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**
1250 +(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:400px" %)
1251 +|=(% 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,9 @@
1162 1162  |(% style="width:462px" %)**PAR (Photosynthetically Available Radiation)**|(% style="width:110px" %)WSS-07
1163 1163  
1164 1164  
1262 +
1263 +
1264 +
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.
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0