<
From version < 93.2 >
edited by Xiaoling
on 2022/11/23 17:12
To version < 91.11 >
edited by Xiaoling
on 2022/07/07 18:10
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -42,10 +42,8 @@
42 42  
43 43  == 2.1 Installation ==
44 44  
45 -
46 46  Below is an installation example for the weather station. Field installation example can be found at [[Appendix I: Field Installation Photo.>>||anchor="H11.AppendixI:FieldInstallationPhoto"]] 
47 47  
48 -
49 49  [[image:1656041948552-849.png]]
50 50  
51 51  
... ... @@ -60,7 +60,6 @@
60 60  
61 61  WSC1-L is shipped with a RS485 converter board, for the easy connection to different sensors and WSC1-L. Below is a connection photo:
62 62  
63 -
64 64  [[image:1656042136605-251.png]]
65 65  
66 66  
... ... @@ -68,7 +68,7 @@
68 68  
69 69  * All weather sensors and WSC1-L are powered by MPPT solar recharge controller. MPPT is connected to solar panel and storage battery.
70 70  * WSC1-L has an extra 1000mAh back up battery. So it can work even solar panel and storage battery Fails.
71 -* Weather sensors won't work if solar panel and storage battery fails.
68 +* Weather sensors wont work if solar panel and storage battery fails.
72 72  
73 73  (% style="color:red" %)**Notice 2:**
74 74  
... ... @@ -80,11 +80,8 @@
80 80  * Mounting Kit includes pole and mast assembly. Each weather sensor has it's own mounting assembly, user can check the sensor section in this manual.
81 81  * Cabinet.
82 82  
83 -
84 -
85 85  == 2.2 How it works? ==
86 86  
87 -
88 88  (((
89 89  Each WSC1-L is shipped with a worldwide unique set of OTAA keys. To use WSC1-L in a LoRaWAN network, user needs to input the OTAA keys in LoRaWAN network server. After finish installation as above. Create WSC1-L in your LoRaWAN server and Power on WSC1-L , it can join the LoRaWAN network and start to transmit sensor data. The default period for each uplink is 20 minutes.
90 90  )))
... ... @@ -106,7 +106,6 @@
106 106  
107 107  == 2.3 Example to use for LoRaWAN network ==
108 108  
109 -
110 110  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.
111 111  
112 112  
... ... @@ -155,9 +155,9 @@
155 155  [[image:1656042745346-283.png]]
156 156  
157 157  
151 +
158 158  == 2.4 Uplink Payload ==
159 159  
160 -
161 161  Uplink payloads include two types: Valid Sensor Value and other status / control command.
162 162  
163 163  * Valid Sensor Value: Use FPORT=2
... ... @@ -165,14 +165,14 @@
165 165  
166 166  
167 167  
161 +
168 168  === 2.4.1 Uplink FPORT~=5, Device Status ===
169 169  
170 -
171 171  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
172 172  
173 173  
174 174  (((
175 -User can also use downlink command**(0x2301)** to ask WSC1-L to resend this uplink
168 +User can also use downlink command(0x2301) to ask WSC1-L to resend this uplink
176 176  )))
177 177  
178 178  (% border="1" cellspacing="8" style="background-color:#ffffcc; color:green; width:500px" %)
... ... @@ -185,21 +185,21 @@
185 185  Example Payload (FPort=5):  [[image:image-20220624101005-1.png]]
186 186  
187 187  
181 +
188 188  ==== (% style="color:#037691" %)**Sensor Model:**(%%) ====
189 189  
190 -
191 191  For WSC1-L, this value is 0x0D.
192 192  
193 193  
187 +
194 194  ==== (% style="color:#037691" %)**Firmware Version:**(%%) ====
195 195  
196 -
197 197  0x0100, Means: v1.0.0 version.
198 198  
199 199  
193 +
200 200  ==== (% style="color:#037691" %)**Frequency Band:**(%%) ====
201 201  
202 -
203 203  *0x01: EU868
204 204  
205 205  *0x02: US915
... ... @@ -221,15 +221,15 @@
221 221  *0x0a: AS923-3
222 222  
223 223  
217 +
224 224  ==== (% style="color:#037691" %)**Sub-Band:**(%%) ====
225 225  
226 -
227 227  value 0x00 ~~ 0x08(only for CN470, AU915,US915. Others are0x00)
228 228  
229 229  
223 +
230 230  ==== (% style="color:#037691" %)**BAT:**(%%) ====
231 231  
232 -
233 233  (((
234 234  shows the battery voltage for WSC1-L MCU.
235 235  )))
... ... @@ -239,9 +239,9 @@
239 239  )))
240 240  
241 241  
235 +
242 242  ==== (% style="color:#037691" %)**Weather Sensor Types:**(%%) ====
243 243  
244 -
245 245  (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:100px" %)
246 246  |Byte3|Byte2|Byte1
247 247  
... ... @@ -272,9 +272,9 @@
272 272  [[image:1656049673488-415.png]]
273 273  
274 274  
268 +
275 275  === 2.4.2 Uplink FPORT~=2, Real time sensor value ===
276 276  
277 -
278 278  (((
279 279  WSC1-L will send this uplink after Device Config uplink once join LoRaWAN network successfully. And it will periodically send this uplink. Default interval is 20 minutes and [[can be changed>>||anchor="H3.1SetTransmitIntervalTime"]].
280 280  )))
... ... @@ -351,33 +351,35 @@
351 351   Uplink 2:  [[image:image-20220624141100-7.png]]
352 352  
353 353  
347 +
354 354  === 2.4.3 Decoder in TTN V3 ===
355 355  
356 -
357 357  (((
358 358  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.
359 359  )))
360 360  
361 361  (((
362 -Download decoder for suitable platform from:  [[https:~~/~~/github.com/dragino/dragino-end-node-decoder>>https://github.com/dragino/dragino-end-node-decoder]]
355 +
363 363  )))
364 364  
365 365  (((
366 -
359 +Download decoder for suitable platform from:
367 367  )))
368 368  
369 369  (((
370 -and put as below:
363 +[[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 +)))
371 371  
372 -
366 +(((
367 +and put as below:
373 373  )))
374 374  
375 375  [[image:1656051152438-578.png]]
376 376  
377 377  
373 +
378 378  == 2.5 Show data on Application Server ==
379 379  
380 -
381 381  (((
382 382  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:
383 383  )))
... ... @@ -397,28 +397,24 @@
397 397  [[image:1656051197172-131.png]]
398 398  
399 399  
400 -
401 401  **Add TagoIO:**
402 402  
403 403  [[image:1656051223585-631.png]]
404 404  
405 405  
406 -
407 407  **Authorization:**
408 408  
409 409  [[image:1656051248318-368.png]]
410 410  
411 411  
412 -
413 413  In TagoIO console ([[https:~~/~~/admin.tago.io~~/~~/>>url:https://datacake.co/]]) , add WSC1-L:
414 414  
415 -
416 416  [[image:1656051277767-168.png]]
417 417  
418 418  
410 +
419 419  = 3. Configure WSC1-L via AT Command or LoRaWAN Downlink =
420 420  
421 -
422 422  Use can configure WSC1-L via AT Command or LoRaWAN Downlink.
423 423  
424 424  * AT Command Connection: See [[FAQ>>||anchor="H7.FAQ"]].
... ... @@ -435,7 +435,7 @@
435 435  
436 436  They are same for all Dragino Device which support DLWS-005 LoRaWAN Stack((% style="color:red" %)Note~*~*)(%%). These commands can be found on the wiki:  [[End Device Downlink Command>>doc:Main.End Device AT Commands and Downlink Command.WebHome]]
437 437  
438 -(% style="color:red" %)**Note~*~*: Please check early user manual if you don’t have v1.8.0 firmware. **
429 +(% style="color:red" %)Note~*~*: Please check early user manual if you don’t have v1.8.0 firmware.
439 439  
440 440  
441 441  * (% style="color:#4472c4" %)**Commands special design for WSC1-L**
... ... @@ -443,9 +443,9 @@
443 443  These commands only valid for WSC1-L, as below:
444 444  
445 445  
437 +
446 446  == 3.1 Set Transmit Interval Time ==
447 447  
448 -
449 449  Feature: Change LoRaWAN End Node Transmit Interval.
450 450  
451 451  (% style="color:#037691" %)**AT Command: AT+TDC**
... ... @@ -464,9 +464,9 @@
464 464  
465 465  
466 466  
458 +
467 467  == 3.2 Set Emergency Mode ==
468 468  
469 -
470 470  Feature: In emergency mode, WSC1-L will uplink data every 1 minute.
471 471  
472 472  (% style="color:#037691" %)**AT Command:**
... ... @@ -481,9 +481,9 @@
481 481  
482 482  
483 483  
475 +
484 484  == 3.3 Add or Delete RS485 Sensor ==
485 485  
486 -
487 487  (((
488 488  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.
489 489  )))
... ... @@ -538,6 +538,7 @@
538 538  [[image:image-20220624143618-11.png]]
539 539  
540 540  
532 +
541 541  **Then the following parameters should be:**
542 542  
543 543  * Address_Code range: A1
... ... @@ -578,9 +578,9 @@
578 578  
579 579  
580 580  
573 +
581 581  == 3.4 RS485 Test Command ==
582 582  
583 -
584 584  (% style="color:#037691" %)**AT Command:**
585 585  
586 586  (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:474px" %)
... ... @@ -606,9 +606,9 @@
606 606  
607 607  
608 608  
601 +
609 609  == 3.5 RS485 response timeout ==
610 610  
611 -
612 612  Feature: Set or get extended time to receive 485 sensor data.
613 613  
614 614  (% style="color:#037691" %)**AT Command:**
... ... @@ -636,9 +636,9 @@
636 636  
637 637  
638 638  
631 +
639 639  == 3.6 Set Sensor Type ==
640 640  
641 -
642 642  (((
643 643  Feature: Set sensor in used. If there are 6 sensors, user can set to only send 5 sensors values.
644 644  )))
... ... @@ -654,7 +654,7 @@
654 654  
655 655  (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:377px" %)
656 656  |=(% style="width: 157px;" %)**Command Example**|=(% style="width: 130px;" %)**Function**|=(% style="width: 87px;" %)**Response**
657 -|(% style="width:157px" %)AT+STYPE=802212|(% style="width:130px" %)Set sensor types|(% style="width:87px" %)OK
649 +|(% style="width:157px" %)AT+STYPE=80221|(% style="width:130px" %)Set sensor types|(% style="width:87px" %)OK
658 658  
659 659  Eg: The setting command **AT+STYPE=802212** means:
660 660  
... ... @@ -671,7 +671,7 @@
671 671  
672 672  (% style="color:#037691" %)**Downlink Command:**
673 673  
674 -* 0xE400802212     Same as: AT+STYPE=802212
666 +* 0xE400802212     Same as: AT+STYPE=80221
675 675  
676 676  (% style="color:red" %)**Note:**
677 677  
... ... @@ -678,23 +678,21 @@
678 678  ~1. The sensor type will not be saved to flash, and the value will be updated every time the sensor is restarted or rescanned.
679 679  
680 680  
673 +
681 681  = 4. Power consumption and battery =
682 682  
683 683  == 4.1 Total Power Consumption ==
684 684  
685 -
686 686  Dragino Weather Station serial products include the main process unit ( WSC1-L ) and various sensors. The total power consumption equal total power of all above units. The power consumption for main process unit WSC1-L is 18ma @ 12v. and the power consumption of each sensor can be found on the Sensors chapter.
687 687  
688 688  
689 689  == 4.2 Reduce power consumption ==
690 690  
691 -
692 692  The main process unit WSC1-L is set to LoRaWAN Class C by default. If user want to reduce the power consumption of this unit, user can set it to run in Class A. In Class A mode, WSC1-L will not be to get real-time downlink command from IoT Server.
693 693  
694 694  
695 695  == 4.3 Battery ==
696 696  
697 -
698 698  (((
699 699  All sensors are only power by external power source. If external power source is off. All sensor won't work.
700 700  )))
... ... @@ -708,7 +708,6 @@
708 708  
709 709  == 5.1 Features ==
710 710  
711 -
712 712  * Wall Attachable.
713 713  * LoRaWAN v1.0.3 Class A protocol.
714 714  * RS485 / Modbus protocol
... ... @@ -723,33 +723,29 @@
723 723  
724 724  
725 725  
715 +
726 726  == 5.2 Power Consumption ==
727 727  
728 -
729 729  WSC1-L (without external sensor): Idle: 4mA, Transmit: max 40mA
730 730  
731 731  
732 732  == 5.3 Storage & Operation Temperature ==
733 733  
734 -
735 735  -20°C to +60°C
736 736  
737 737  
738 738  == 5.4 Pin Mapping ==
739 739  
740 -
741 741  [[image:1656054149793-239.png]]
742 742  
743 743  
744 744  == 5.5 Mechanical ==
745 745  
733 +Refer LSn50v2 enclosure drawing in: [[https:~~/~~/www.dragino.com/downloads/index.php?dir=LSN50-LoRaST/Mechanical_Drawing/>>url:https://www.dragino.com/downloads/index.php?dir=LSN50-LoRaST/Mechanical_Drawing/]]
746 746  
747 -Refer LSn50v2 enclosure drawing in:  [[https:~~/~~/www.dropbox.com/sh/0ir0l9jjmk6p95e/AADwWXorcKuNpPR5em7VgrEja?dl=0>>https://www.dropbox.com/sh/0ir0l9jjmk6p95e/AADwWXorcKuNpPR5em7VgrEja?dl=0]]
748 748  
749 -
750 750  == 5.6 Connect to RS485 Sensors ==
751 751  
752 -
753 753  WSC1-L includes a RS485 converter PCB. Which help it easy to connect multiply RS485 sensors. Below is the photo for reference.
754 754  
755 755  
... ... @@ -758,7 +758,7 @@
758 758  
759 759  Hardware Design for the Converter Board please see:
760 760  
761 -[[https:~~/~~/www.dropbox.com/sh/bqyvsvitb70qtgf/AABLpD7_yxsQ_drVMxHIEI7wa?dl=0>>https://www.dropbox.com/sh/bqyvsvitb70qtgf/AABLpD7_yxsQ_drVMxHIEI7wa?dl=0]]
746 +[[https:~~/~~/www.dragino.com/downloads/index.php?dir=LoRa_End_Node/Weather_Station/RS485_Converter_Board/>>url:https://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/Weather_Station/RS485_Converter_Board/]]
762 762  
763 763  
764 764  = 6. Weather Sensors =
... ... @@ -789,7 +789,6 @@
789 789  
790 790  === 6.1.1 Feature ===
791 791  
792 -
793 793  * RS485 Rain Gauge
794 794  * Small dimension, easy to install
795 795  * Vents under funnel, avoid leaf or other things to avoid rain flow.
... ... @@ -798,9 +798,9 @@
798 798  
799 799  
800 800  
785 +
801 801  === 6.1.2 Specification ===
802 802  
803 -
804 804  * Resolution: 0.2mm
805 805  * Accuracy: ±3%
806 806  * Range: 0 ~~ 100mm
... ... @@ -813,21 +813,19 @@
813 813  
814 814  
815 815  
800 +
816 816  === 6.1.3 Dimension ===
817 817  
818 -
819 819   [[image:1656054957406-980.png]]
820 820  
821 821  
822 822  === 6.1.4 Pin Mapping ===
823 823  
824 -
825 825  [[image:1656054972828-692.png]]
826 826  
827 827  
828 828  === 6.1.5 Installation Notice ===
829 829  
830 -
831 831  (((
832 832  Do not power on while connect the cables. Double check the wiring before power on.
833 833  )))
... ... @@ -861,15 +861,13 @@
861 861  
862 862  WSSC-K2 dimension document, please see:
863 863  
864 -[[https:~~/~~/www.dropbox.com/sh/7wa2elfm2q8xq4l/AAB7ZB_gSVGrhmJEgU2LyTQNa?dl=0>>https://www.dropbox.com/sh/7wa2elfm2q8xq4l/AAB7ZB_gSVGrhmJEgU2LyTQNa?dl=0]]
846 +[[https:~~/~~/www.dragino.com/downloads/index.php?dir=LoRa_End_Node/Weather_Station/>>url:https://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/Weather_Station/]]
865 865  
866 866  
867 867  == 6.2 Wind Speed/Direction ~-~- WSS-02 ==
868 868  
869 -
870 870  [[image:1656055444035-179.png]]
871 871  
872 -
873 873  (((
874 874  WSS-02 is a RS485 wind speed and wind direction monitor designed for weather station solution.
875 875  )))
... ... @@ -883,18 +883,16 @@
883 883  )))
884 884  
885 885  
886 -
887 887  === 6.2.1 Feature ===
888 888  
889 -
890 890  * RS485 wind speed / direction sensor
891 891  * PC enclosure, resist corrosion
892 892  
893 893  
894 894  
873 +
895 895  === 6.2.2 Specification ===
896 896  
897 -
898 898  * Wind speed range: 0 ~~ 30m/s, (always show 30m/s for higher speed)
899 899  * Wind direction range: 0 ~~ 360°
900 900  * Start wind speed: ≤0.3m/s
... ... @@ -908,28 +908,24 @@
908 908  
909 909  
910 910  
889 +
911 911  === 6.2.3 Dimension ===
912 912  
913 -
914 914  [[image:image-20220624152813-2.png]]
915 915  
916 916  
917 917  === 6.2.4 Pin Mapping ===
918 918  
919 -
920 920  [[image:1656056281231-994.png]]
921 921  
922 922  
923 923  === 6.2.5  Angle Mapping ===
924 924  
925 -
926 926  [[image:1656056303845-585.png]]
927 927  
928 928  
929 -
930 930  === 6.2.6  Installation Notice ===
931 931  
932 -
933 933  (((
934 934  Do not power on while connect the cables. Double check the wiring before power on.
935 935  )))
... ... @@ -936,8 +936,6 @@
936 936  
937 937  (((
938 938  The sensor must be installed with below direction, towards North.
939 -
940 -
941 941  )))
942 942  
943 943  [[image:image-20220624153901-3.png]]
... ... @@ -961,7 +961,6 @@
961 961  
962 962  === 6.3.1 Feature ===
963 963  
964 -
965 965  * RS485 CO2, PM2.5, PM10 sensor
966 966  * NDIR to measure CO2 with Internal Temperature Compensation
967 967  * Laser Beam Scattering to PM2.5 and PM10
... ... @@ -968,9 +968,9 @@
968 968  
969 969  
970 970  
942 +
971 971  === 6.3.2 Specification ===
972 972  
973 -
974 974  * CO2 Range: 0~5000ppm, accuracy: ±3%F•S(25℃)
975 975  * CO2 resolution: 1ppm
976 976  * PM2.5/PM10 Range: 0~1000μg/m3 , accuracy ±3%F•S(25℃)
... ... @@ -988,9 +988,9 @@
988 988  
989 989  
990 990  
962 +
991 991  === 6.3.3 Dimension ===
992 992  
993 -
994 994  [[image:1656056708366-230.png]]
995 995  
996 996  
... ... @@ -997,19 +997,15 @@
997 997  
998 998  === 6.3.4 Pin Mapping ===
999 999  
1000 -
1001 1001  [[image:1656056722648-743.png]]
1002 1002  
1003 1003  
1004 1004  === 6.3.5 Installation Notice ===
1005 1005  
1006 -
1007 1007  Do not power on while connect the cables. Double check the wiring before power on.
1008 1008  
1009 -
1010 1010  [[image:1656056751153-304.png]]
1011 1011  
1012 -
1013 1013  [[image:1656056766224-773.png]]
1014 1014  
1015 1015  
... ... @@ -1029,9 +1029,9 @@
1029 1029  )))
1030 1030  
1031 1031  
999 +
1032 1032  === 6.4.1 Feature ===
1033 1033  
1034 -
1035 1035  * RS485 Rain/Snow detect sensor
1036 1036  * Surface heating to dry
1037 1037  * grid electrode uses Electroless Nickel/Immersion Gold design for resist corrosion
... ... @@ -1038,9 +1038,9 @@
1038 1038  
1039 1039  
1040 1040  
1008 +
1041 1041  === 6.4.2 Specification ===
1042 1042  
1043 -
1044 1044  * Detect if there is rain or snow
1045 1045  * Input Power: DC 12 ~~ 24v
1046 1046  * Interface: RS485
... ... @@ -1052,21 +1052,19 @@
1052 1052  
1053 1053  
1054 1054  
1022 +
1055 1055  === 6.4.3 Dimension ===
1056 1056  
1057 -
1058 1058  [[image:1656056844782-155.png]]
1059 1059  
1060 1060  
1061 1061  === 6.4.4 Pin Mapping ===
1062 1062  
1063 -
1064 1064  [[image:1656056855590-754.png]]
1065 1065  
1066 1066  
1067 1067  === 6.4.5 Installation Notice ===
1068 1068  
1069 -
1070 1070  Do not power on while connect the cables. Double check the wiring before power on.
1071 1071  
1072 1072  
... ... @@ -1082,7 +1082,6 @@
1082 1082  
1083 1083  === 6.4.6 Heating ===
1084 1084  
1085 -
1086 1086  (((
1087 1087  WSS-04 supports auto-heat feature. When the temperature is below the heat start temperature 15℃, WSS-04 starts to heat and stop at stop temperature (default is 25℃).
1088 1088  )))
... ... @@ -1102,14 +1102,13 @@
1102 1102  
1103 1103  === 6.5.1 Feature ===
1104 1104  
1105 -
1106 1106  * RS485 Temperature, Humidity, Illuminance, Pressure sensor
1107 1107  
1108 1108  
1109 1109  
1073 +
1110 1110  === 6.5.2 Specification ===
1111 1111  
1112 -
1113 1113  * Input Power: DC 12 ~~ 24v
1114 1114  * Interface: RS485
1115 1115  * Temperature Sensor Spec:
... ... @@ -1134,21 +1134,19 @@
1134 1134  
1135 1135  
1136 1136  
1100 +
1137 1137  === 6.5.3 Dimension ===
1138 1138  
1139 -
1140 1140  [[image:1656057170639-522.png]]
1141 1141  
1142 1142  
1143 1143  === 6.5.4 Pin Mapping ===
1144 1144  
1145 -
1146 1146  [[image:1656057181899-910.png]]
1147 1147  
1148 1148  
1149 1149  === 6.5.5 Installation Notice ===
1150 1150  
1151 -
1152 1152  Do not power on while connect the cables. Double check the wiring before power on.
1153 1153  
1154 1154  [[image:1656057199955-514.png]]
... ... @@ -1173,9 +1173,9 @@
1173 1173  )))
1174 1174  
1175 1175  
1137 +
1176 1176  === 6.6.1 Feature ===
1177 1177  
1178 -
1179 1179  * RS485 Total Solar Radiation sensor
1180 1180  * Measure Total Radiation between 0.3~3μm(300~3000nm)
1181 1181  * Measure Reflected Radiation if sense area towards ground.
... ... @@ -1182,9 +1182,9 @@
1182 1182  
1183 1183  
1184 1184  
1146 +
1185 1185  === 6.6.2 Specification ===
1186 1186  
1187 -
1188 1188  * Input Power: DC 5 ~~ 24v
1189 1189  * Interface: RS485
1190 1190  * Detect spectrum: 0.3~3μm(300~3000nm)
... ... @@ -1200,24 +1200,21 @@
1200 1200  
1201 1201  
1202 1202  
1164 +
1203 1203  === 6.6.3 Dimension ===
1204 1204  
1205 -
1206 1206  [[image:1656057348695-898.png]]
1207 1207  
1208 1208  
1209 1209  === 6.6.4 Pin Mapping ===
1210 1210  
1211 -
1212 1212  [[image:1656057359343-744.png]]
1213 1213  
1214 1214  
1215 1215  === 6.6.5 Installation Notice ===
1216 1216  
1217 -
1218 1218  Do not power on while connect the cables. Double check the wiring before power on.
1219 1219  
1220 -
1221 1221  [[image:1656057369259-804.png]]
1222 1222  
1223 1223  
... ... @@ -1242,7 +1242,6 @@
1242 1242  
1243 1243  === 6.7.1 Feature ===
1244 1244  
1245 -
1246 1246  (((
1247 1247  PAR (Photosynthetically Available Radiation) sensor measure 400 ~~ 700nm wavelength nature light's Photosynthetically Available Radiation.
1248 1248  )))
... ... @@ -1254,7 +1254,6 @@
1254 1254  
1255 1255  === 6.7.2 Specification ===
1256 1256  
1257 -
1258 1258  * Input Power: DC 5 ~~ 24v
1259 1259  * Interface: RS485
1260 1260  * Response Spectrum: 400~700nm
... ... @@ -1268,21 +1268,19 @@
1268 1268  
1269 1269  
1270 1270  
1227 +
1271 1271  === 6.7.3 Dimension ===
1272 1272  
1273 -
1274 1274  [[image:1656057538793-888.png]]
1275 1275  
1276 1276  
1277 1277  === 6.7.4 Pin Mapping ===
1278 1278  
1279 -
1280 1280  [[image:1656057548116-203.png]]
1281 1281  
1282 1282  
1283 1283  === 6.7.5 Installation Notice ===
1284 1284  
1285 -
1286 1286  Do not power on while connect the cables. Double check the wiring before power on.
1287 1287  
1288 1288  
... ... @@ -1296,10 +1296,8 @@
1296 1296  
1297 1297  == 7.1 What else do I need to purchase to build Weather Station? ==
1298 1298  
1299 -
1300 1300  Below is the installation photo and structure:
1301 1301  
1302 -
1303 1303  [[image:1656057598349-319.png]]
1304 1304  
1305 1305  
... ... @@ -1306,19 +1306,18 @@
1306 1306  [[image:1656057608049-693.png]]
1307 1307  
1308 1308  
1261 +
1309 1309  == 7.2 How to upgrade firmware for WSC1-L? ==
1310 1310  
1311 -
1312 1312  (((
1313 1313  Firmware Location & Change log:
1314 -
1315 -[[https:~~/~~/www.dropbox.com/sh/fuorz31grv8i3r1/AABmjFDU4FADNP6sq7fsmBwVa?dl=0>>https://www.dropbox.com/sh/fuorz31grv8i3r1/AABmjFDU4FADNP6sq7fsmBwVa?dl=0]]
1316 1316  )))
1317 1317  
1318 1318  (((
1319 -
1269 +[[https:~~/~~/www.dragino.com/downloads/index.php?dir=LoRa_End_Node/WSC1-L/>>url:https://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/WSC1-L/]]
1320 1320  )))
1321 1321  
1272 +
1322 1322  (((
1323 1323  Firmware Upgrade instruction:  [[Firmware Upgrade Instruction>>doc:Main.Firmware Upgrade Instruction for STM32 base products.WebHome||anchor="H2.HardwareUpgradeMethodSupportList"]]
1324 1324  )))
... ... @@ -1326,13 +1326,11 @@
1326 1326  
1327 1327  == 7.3 How to change the LoRa Frequency Bands/Region? ==
1328 1328  
1329 -
1330 1330  User can follow the introduction for how to [[upgrade image>>||anchor="H7.2HowtoupgradefirmwareforWSC1-L3F"]]. When download the images, choose the required image file for download.
1331 1331  
1332 1332  
1333 1333  == 7.4 Can I add my weather sensors? ==
1334 1334  
1335 -
1336 1336  Yes, connect the sensor to RS485 bus and see instruction:  [[add sensors.>>||anchor="H3.3AddorDeleteRS485Sensor"]]
1337 1337  
1338 1338  
... ... @@ -1340,7 +1340,6 @@
1340 1340  
1341 1341  == 8.1 AT Command input doesn't work ==
1342 1342  
1343 -
1344 1344  (((
1345 1345  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.
1346 1346  )))
... ... @@ -1350,7 +1350,6 @@
1350 1350  
1351 1351  == 9.1 Main Process Unit ==
1352 1352  
1353 -
1354 1354  Part Number: (% style="color:blue" %)**WSC1-L-XX**
1355 1355  
1356 1356  (% style="color:blue" %)**XX**(%%): The default frequency band
... ... @@ -1366,9 +1366,9 @@
1366 1366  
1367 1367  
1368 1368  
1316 +
1369 1369  == 9.2 Sensors ==
1370 1370  
1371 -
1372 1372  (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:500px" %)
1373 1373  |=(% style="width: 300px;" %)**Sensor Model**|=(% style="width: 200px;" %)**Part Number**
1374 1374  |(% style="width:462px" %)**Rain Gauge**|(% style="width:120px" %)WSS-01
... ... @@ -1384,53 +1384,51 @@
1384 1384  
1385 1385  = 10. Support =
1386 1386  
1387 -
1388 1388  * 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.
1389 1389  * 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]]
1390 1390  
1391 1391  
1392 1392  
1339 +
1393 1393  = 11. Appendix I: Field Installation Photo =
1394 1394  
1395 1395  
1396 1396  [[image:1656058346362-132.png||height="685" width="732"]]
1397 1397  
1398 -(% style="color:blue" %)**Storage Battery: 12v,12AH li battery**
1345 +**Storage Battery**: 12v,12AH li battery
1399 1399  
1400 1400  
1401 1401  
1402 -(% style="color:blue" %)**Wind Speed/Direction**
1349 +**Wind Speed/Direction**
1403 1403  
1404 1404  [[image:1656058373174-421.png||height="356" width="731"]]
1405 1405  
1406 1406  
1407 1407  
1408 -(% style="color:blue" %)**Total Solar Radiation sensor**
1355 +**Total Solar Radiation sensor**
1409 1409  
1410 1410  [[image:1656058397364-282.png||height="453" width="732"]]
1411 1411  
1412 1412  
1413 1413  
1414 -(% style="color:blue" %)**PAR Sensor**
1361 +**PAR Sensor**
1415 1415  
1416 1416  [[image:1656058416171-615.png]]
1417 1417  
1418 1418  
1419 1419  
1420 -(% style="color:blue" %)**CO2/PM2.5/PM10 3 in 1 sensor**
1367 +**CO2/PM2.5/PM10 3 in 1 sensor**
1421 1421  
1422 1422  [[image:1656058441194-827.png||height="672" width="523"]]
1423 1423  
1424 1424  
1425 1425  
1426 -(% style="color:blue" %)**Rain / Snow Detect**
1373 +**Rain / Snow Detect**
1427 1427  
1428 1428  [[image:1656058451456-166.png]]
1429 1429  
1430 1430  
1431 1431  
1432 -(% style="color:blue" %)**Rain Gauge**
1379 +**Rain Gauge**
1433 1433  
1434 1434  [[image:1656058463455-569.png||height="499" width="550"]]
1435 -
1436 -
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0