Last modified by Mengting Qiu on 2025/06/10 18:53

From version 2.2
edited by Xiaoling
on 2022/06/24 09:52
Change comment: There is no comment for this version
To version 3.2
edited by Xiaoling
on 2022/06/24 10:10
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -14,10 +14,11 @@
14 14  
15 15  
16 16  
17 -1. Introduction
18 -11. Overview
17 += 1. Introduction =
19 19  
19 +== 1.1 Overview ==
20 20  
21 +
21 21  Dragino LoRaWAN weather station series products are designed for measuring atmospheric conditions to provide information for weather forecasts and to study the weather and climate. They consist of a main process device (WSC1-L) and various sensors.
22 22  
23 23  
... ... @@ -32,11 +32,12 @@
32 32  
33 33  
34 34  
35 -1. How to use
36 -11. Installation
36 += 2. How to use =
37 37  
38 -Below is an installation example for the weather station. Field installation example can be found at [[Appendix I: Field Installation Photo.>>path:#Installation_Photo]]
38 +== 2.1 Installation ==
39 39  
40 +Below is an installation example for the weather station. Field installation example can be found at [[Appendix I: Field Installation Photo.>>path:#Installation_Photo]] 
41 +
40 40  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image002.png]]
41 41  
42 42  **Wiring:**
... ... @@ -61,7 +61,6 @@
61 61  * WSC1-L has an extra 1000mAh back up battery. So it can work even solar panel and storage battery Fails.
62 62  * Weather sensors won’t work if solar panel and storage battery fails.
63 63  
64 -
65 65  Notice 2:
66 66  
67 67  Due to shipment and importation limitation, user is better to purchase below parts locally:
... ... @@ -75,8 +75,7 @@
75 75  
76 76  
77 77  
78 -1.
79 -11. How it works?
79 +== 2.2 How it works? ==
80 80  
81 81  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.
82 82  
... ... @@ -93,10 +93,8 @@
93 93  
94 94  
95 95  
96 +== 2.3 Example to use for LoRaWAN network ==
96 96  
97 -1.
98 -11. Example to use for LoRaWAN network
99 -
100 100  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.
101 101  
102 102  
... ... @@ -107,7 +107,7 @@
107 107  Assume the DLOS8 is already set to connect to [[TTN V3 network >>url:https://eu1.cloud.thethings.network/]]. We need to add the WSC1-L device in TTN V3:
108 108  
109 109  
110 -**Step 1**: Create a device in TTN V3 with the OTAA keys from WSC1-L.
108 +(% style="color:blue" %)**Step 1**(%%): Create a device in TTN V3 with the OTAA keys from WSC1-L.
111 111  
112 112  Each WSC1-L is shipped with a sticker with the default device EUI as below:
113 113  
... ... @@ -142,7 +142,7 @@
142 142  
143 143  
144 144  
145 -**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.
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 146  
147 147  
148 148  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image011.png]]
... ... @@ -150,8 +150,7 @@
150 150  
151 151  
152 152  
153 -1.
154 -11. Uplink Payload
151 +== 2.4 Uplink Payload ==
155 155  
156 156  Uplink payloads include two types: Valid Sensor Value and other status / control command.
157 157  
... ... @@ -159,10 +159,13 @@
159 159  * Other control command: Use FPORT other than 2.
160 160  
161 161  
162 -1.
163 -11.
164 -111. Uplink FPORT=5, Device Status
165 165  
160 +
161 +
162 +=== 2.4.1 Uplink FPORT ===
163 +
164 +5, Device Status ===
165 +
166 166  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
167 167  
168 168  
... ... @@ -171,23 +171,25 @@
171 171  |**Size (bytes)**|**1**|**2**|**1**|**1**|**2**|**3**
172 172  |**Value**|[[Sensor Model>>path:#Sensor_model]]|[[Firmware Version>>path:#Firmware_version]]|[[Frequency Band>>path:#Fre_Band]]|[[Sub-band>>path:#Sub_band]]|[[BAT>>path:#Battery]]|[[Weather Sensor Types>>path:#Sensor_types]]
173 173  
174 -
175 175  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image011.png]]
176 176  
177 177  
178 -Example Payload (FPort=5):
177 +Example Payload (FPort=5):  [[image:image-20220624101005-1.png]]
179 179  
180 -0D 01 00 01 00 0B D6 10 00 FE
181 181  
182 182  
183 -**Sensor Model**: For WSC1-L, this value is 0x0D.
181 +==== (% style="color:#037691" %)**Sensor Model**(%%): ====
184 184  
183 +For WSC1-L, this value is 0x0D.
185 185  
186 -**Firmware Version**: 0x0100, Means: v1.0.0 version.
187 187  
186 +==== (% style="color:#037691" %)**Firmware Version**(%%): ====
188 188  
189 -**Frequency Band**:
188 +0x0100, Means: v1.0.0 version.
190 190  
190 +
191 +==== (% style="color:#037691" %)**Frequency Band**:(%%) ====
192 +
191 191  *0x01: EU868
192 192  
193 193  *0x02: US915
... ... @@ -209,15 +209,19 @@
209 209  *0x0a: AS923-3
210 210  
211 211  
212 -**Sub-Band**: value 0x00 ~~ 0x08(only for CN470, AU915,US915. Others are0x00)
214 +==== (% style="color:#037691" %)**Sub-Band**(%%): ====
213 213  
216 +value 0x00 ~~ 0x08(only for CN470, AU915,US915. Others are0x00)
214 214  
215 -**BAT**: shows the battery voltage for WSC1-L MCU.
216 216  
219 +==== (% style="color:#037691" %)**BAT**(%%): ====
220 +
221 +shows the battery voltage for WSC1-L MCU.
222 +
217 217  Ex1: 0x0BD6/1000 = 3.03 V
218 218  
219 219  
220 -**Weather Sensor Types:**
226 +==== (% style="color:#037691" %)**Weather Sensor Types:**(%%) ====
221 221  
222 222  |Byte3|Byte2|Byte1
223 223  
... ... @@ -250,7 +250,7 @@
250 250  
251 251  User can also use downlink command(0x26 01) to ask WSC1-L to resend this uplink :
252 252  
253 -**Downlink:0x26 01**
259 +(% style="color:#037691" %)**Downlink:0x26 01**
254 254  
255 255  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image012.png||alt="1646898147(1)"]]
256 256  
... ... @@ -257,8 +257,8 @@
257 257  
258 258  
259 259  
260 -1.
261 -11.
266 +1.
267 +11.
262 262  111. Uplink FPORT=2, Real time sensor value
263 263  
264 264  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>>path:#Uplink_Interval]].
... ... @@ -270,12 +270,10 @@
270 270  
271 271  |Sensor Segment 1|Sensor Segment 2|……|Sensor Segment n
272 272  
273 -
274 274  **Uplink Payload**:
275 275  
276 276  |Type Code|Length (Bytes)|Measured Value
277 277  
278 -
279 279  **Sensor Segment Define**:
280 280  
281 281  
... ... @@ -365,7 +365,6 @@
365 365  (0x4EFE: No Sensor,0x4EFF: Value Error)
366 366  )))
367 367  
368 -
369 369  Below is an example payload:
370 370  
371 371  01 03 00 14 02 02 03 02 C9 03 03 02 11 90 04 02 00 0A 05 02 02 1C 06 02 00 FA 07 02 02 62 08 02 27 63 09 02 00 00 0A 02 00 23 0B 02 00 2D 0C 02 00 B3 0D 02 00 73
... ... @@ -387,8 +387,8 @@
387 387  
388 388  
389 389  
390 -1.
391 -11.
393 +1.
394 +11.
392 392  111. Decoder in TTN V3
393 393  
394 394  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.
... ... @@ -404,7 +404,7 @@
404 404  
405 405  
406 406  
407 -1.
410 +1.
408 408  11. Show data on Application Server
409 409  
410 410  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:
... ... @@ -463,7 +463,7 @@
463 463  These commands only valid for WSC1-L, as below:
464 464  
465 465  
466 -1.
469 +1.
467 467  11. Set Transmit Interval Time
468 468  
469 469  Feature: Change LoRaWAN End Node Transmit Interval.
... ... @@ -484,7 +484,6 @@
484 484  Set transmit interval to 60000ms = 60 seconds
485 485  )))
486 486  
487 -
488 488  **Downlink Command: 0x01**
489 489  
490 490  Format: Command Code (0x01) followed by 3 bytes time value.
... ... @@ -496,8 +496,7 @@
496 496  
497 497  
498 498  
499 -
500 -1.
501 +1.
501 501  11. Set Emergency Mode
502 502  
503 503  Feature: In emergency mode, WSC1-L will uplink data every 1 minute.
... ... @@ -509,7 +509,6 @@
509 509  |AT+ALARMMOD=1|Enter emergency mode. Uplink every 1 minute|OK
510 510  |AT+ALARMMOD=0|Exit emergency mode. Uplink base on TDC time|OK
511 511  
512 -
513 513  **Downlink Command:**
514 514  
515 515  * 0xE101     Same as: AT+ALARMMOD=1
... ... @@ -516,8 +516,7 @@
516 516  * 0xE100     Same as: AT+ALARMMOD=0
517 517  
518 518  
519 -
520 -1.
519 +1.
521 521  11. Add or Delete RS485 Sensor
522 522  
523 523  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.
... ... @@ -535,7 +535,6 @@
535 535  * timeout: RS485 receive timeout (uint:ms). Device will close receive window after timeout
536 536  
537 537  
538 -
539 539  Example:
540 540  
541 541  User need to change external sensor use the type code as address code.
... ... @@ -546,7 +546,6 @@
546 546  |0xA1|0x03|0x00|0x00|0x00|0x01|0x9C|0xAA
547 547  | | | | | | | |
548 548  
549 -
550 550  The response frame of the sensor is as follows:
551 551  
552 552  |Address Code|Function Code|(% colspan="2" %)Data Length|(% colspan="2" %)Data|CRC Check Low|CRC Check High
... ... @@ -563,7 +563,6 @@
563 563  * has_CRC: 1
564 564  * timeout: 1500 (Fill in the test according to the actual situation)
565 565  
566 -
567 567  So the input command is:
568 568  
569 569  AT+DYSENSOR=A1,8,A103000000019CAA,8,24,1,1500
... ... @@ -577,7 +577,6 @@
577 577  
578 578  
579 579  
580 -
581 581  Related commands:
582 582  
583 583  AT+DYSENSOR=A1,0 –> Delete 3^^rd^^ party sensor A1.
... ... @@ -585,7 +585,7 @@
585 585  AT+DYSENSOR ~-~-> List All 3^^rd^^ Party Sensor. Like below:
586 586  
587 587  
588 -**Downlink Command: **
583 +**Downlink Command:  **
589 589  
590 590  **delete custom sensor A1:**
591 591  
... ... @@ -596,8 +596,7 @@
596 596  * 0xE5FF  
597 597  
598 598  
599 -
600 -1.
594 +1.
601 601  11. RS485 Test Command
602 602  
603 603  **AT Command:**
... ... @@ -620,8 +620,7 @@
620 620  
621 621  
622 622  
623 -
624 -1.
617 +1.
625 625  11. RS485 response timeout
626 626  
627 627  Feature: Set or get extended time to receive 485 sensor data.
... ... @@ -635,7 +635,6 @@
635 635  Range : 0~~10000
636 636  )))|OK
637 637  
638 -
639 639  **Downlink Command:**
640 640  
641 641  Format: Command Code (0xE0) followed by 3 bytes time value.
... ... @@ -647,11 +647,9 @@
647 647  
648 648  
649 649  
650 -
651 -1.
642 +1.
652 652  11. Set Sensor Type
653 653  
654 -
655 655  Feature: Set sensor in used. If there are 6 sensors, user can set to only send 5 sensors values.
656 656  
657 657  See [[definition>>path:#Sensor_types]] for the sensor type.
... ... @@ -680,13 +680,11 @@
680 680  Direction
681 681  )))|Wind Speed|BAT
682 682  
683 -
684 684  **AT Command:**
685 685  
686 686  |**Command Example**|**Function**|**Response**
687 687  |AT+STYPE=80221|Set sensor types|OK
688 688  
689 -
690 690  Eg: The setting command **AT+STYPE=802212** means:
691 691  
692 692  |(% rowspan="2" %)Byte3|Bit23|Bit22|Bit21|Bit20|Bit19|Bit18|Bit17|Bit16
... ... @@ -703,7 +703,6 @@
703 703  
704 704  * 0xE400802212     Same as: AT+STYPE=80221
705 705  
706 -
707 707  Note:
708 708  
709 709  ~1. The sensor type will not be saved to flash, and the value will be updated every time the sensor is restarted or rescanned
... ... @@ -718,7 +718,7 @@
718 718  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.
719 719  
720 720  
721 -1.
708 +1.
722 722  11. Reduce power consumption
723 723  
724 724  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.
... ... @@ -725,7 +725,7 @@
725 725  
726 726  
727 727  
728 -1.
715 +1.
729 729  11. Battery
730 730  
731 731  All sensors are only power by external power source. If external power source is off. All sensor won’t work.
... ... @@ -756,8 +756,7 @@
756 756  
757 757  
758 758  
759 -
760 -1.
746 +1.
761 761  11. Power Consumption
762 762  
763 763  WSC1-L (without external sensor): Idle: 4mA, Transmit: max 40mA
... ... @@ -764,19 +764,19 @@
764 764  
765 765  
766 766  
767 -1.
753 +1.
768 768  11. Storage & Operation Temperature
769 769  
770 770  -20°C to +60°C
771 771  
772 772  
773 -1.
759 +1.
774 774  11. Pin Mapping
775 775  
776 776  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image004.png]]
777 777  
778 778  
779 -1.
765 +1.
780 780  11. Mechanical
781 781  
782 782  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/]]
... ... @@ -784,7 +784,7 @@
784 784  
785 785  
786 786  
787 -1.
773 +1.
788 788  11. Connect to RS485 Sensors
789 789  
790 790  WSC1-L includes a RS485 converter PCB. Which help it easy to connect multiply RS485 sensors. Below is the photo for reference.
... ... @@ -828,8 +828,8 @@
828 828  
829 829  
830 830  
831 -*
832 -*1.
817 +*
818 +*1.
833 833  *11. Feature
834 834  * RS485 Rain Gauge
835 835  * Small dimension, easy to install
... ... @@ -837,9 +837,8 @@
837 837  * ABS enclosure.
838 838  * Horizontal adjustable.
839 839  
840 -
841 -*
842 -*1.
826 +*
827 +*1.
843 843  *11. Specification
844 844  * Resolution: 0.2mm
845 845  * Accuracy: ±3%
... ... @@ -852,15 +852,14 @@
852 852  
853 853  
854 854  
855 -
856 -1.
857 -11.
840 +1.
841 +11.
858 858  111. Dimension
859 859  
860 860   [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image019.jpg||alt="c2d3aee592ccc873bea6dd891451df2"]]
861 861  
862 -1.
863 -11.
846 +1.
847 +11.
864 864  111. Pin Mapping
865 865  
866 866  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image020.png]]
... ... @@ -868,8 +868,8 @@
868 868  
869 869  
870 870  
871 -1.
872 -11.
855 +1.
856 +11.
873 873  111. Installation Notice
874 874  
875 875  Do not power on while connect the cables. Double check the wiring before power on.
... ... @@ -895,11 +895,11 @@
895 895  
896 896  WSSC-K2 dimension document, please see:
897 897  
898 -https:~/~/www.dragino.com/downloads/index.php?dir=LoRa_End_Node/Weather_Station/
882 +https:~/~/www.dragino.com/downloads/index.php?dir=LoRa_End_Node/Weather_Station/ 
899 899  
900 900  
901 901  
902 -1.
886 +1.
903 903  11. Wind Speed/Direction ~-~- WSS-02
904 904  
905 905  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image023.png]]
... ... @@ -915,15 +915,14 @@
915 915  processor WSC1-L can detect and upload the wind speed and direction to the IoT Server via wireless LoRaWAN protocol.
916 916  
917 917  
918 -*
919 -*1.
902 +*
903 +*1.
920 920  *11. Feature
921 921  * RS485 wind speed / direction sensor
922 922  * PC enclosure, resist corrosion
923 923  
924 -
925 -*
926 -*1.
908 +*
909 +*1.
927 927  *11. Specification
928 928  * Wind speed range: 0 ~~ 30m/s, (always show 30m/s for higher speed)
929 929  * Wind direction range: 0 ~~ 360°
... ... @@ -936,31 +936,29 @@
936 936  * Power Consumption: 13mA ~~ 12v.
937 937  * Cable Length: 2 meters
938 938  
939 -
940 -1.
941 -11.
922 +1.
923 +11.
942 942  111. Dimension
943 943  
944 -
945 945  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image024.jpg]][[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image025.jpg]]
946 946  
947 947  
948 -1.
949 -11.
929 +1.
930 +11.
950 950  111. Pin Mapping
951 951  
952 952  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image020.png]]
953 953  
954 954  
955 -1.
956 -11.
936 +1.
937 +11.
957 957  111. Angle Mapping
958 958  
959 959  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image026.png]]
960 960  
961 961  
962 -1.
963 -11.
943 +1.
944 +11.
964 964  111. Installation Notice
965 965  
966 966  Do not power on while connect the cables. Double check the wiring before power on.
... ... @@ -982,7 +982,7 @@
982 982  
983 983  
984 984  
985 -1.
966 +1.
986 986  11. CO2/PM2.5/PM10 ~-~- WSS-03
987 987  
988 988  WSS-03 is a RS485 Air Quality sensor. It can monitor CO2, PM2.5 and PM10 at the same time.
... ... @@ -998,16 +998,15 @@
998 998  processor WSC1-L can detect and upload the environment CO2, PM2.5 and PM10 to the IoT Server via wireless LoRaWAN protocol.
999 999  
1000 1000  
1001 -*
1002 -*1.
982 +*
983 +*1.
1003 1003  *11. Feature
1004 1004  * RS485 CO2, PM2.5, PM10 sensor
1005 1005  * NDIR to measure CO2 with Internal Temperature Compensation
1006 1006  * Laser Beam Scattering to PM2.5 and PM10
1007 1007  
1008 -
1009 -*
1010 -*1.
989 +*
990 +*1.
1011 1011  *11. Specification
1012 1012  * CO2 Range: 0~5000ppm, accuracy: ±3%F•S(25℃)
1013 1013  * CO2 resolution: 1ppm
... ... @@ -1023,21 +1023,21 @@
1023 1023  ** PM2.5/PM10: 15~80%RH (no dewing)
1024 1024  ** CO2: 0~95%RH
1025 1025  * Power Consumption: 50mA@ 12v.
1026 -*1.
1006 +*1.
1027 1027  *11. Dimension
1028 1028  
1029 1029  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image028.png]]
1030 1030  
1031 1031  
1032 -1.
1033 -11.
1012 +1.
1013 +11.
1034 1034  111. Pin Mapping
1035 1035  
1036 1036  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image020.png]]
1037 1037  
1038 1038  
1039 -1.
1040 -11.
1019 +1.
1020 +11.
1041 1041  111. Installation Notice
1042 1042  
1043 1043  Do not power on while connect the cables. Double check the wiring before power on.
... ... @@ -1051,10 +1051,9 @@
1051 1051  
1052 1052  
1053 1053  
1054 -1.
1034 +1.
1055 1055  11. Rain/Snow Detect ~-~- WSS-04
1056 1056  
1057 -
1058 1058  WSS-04 is a RS485 rain / snow detect sensor. It can monitor Rain or Snow event.
1059 1059  
1060 1060  
... ... @@ -1069,16 +1069,15 @@
1069 1069  
1070 1070  
1071 1071  
1072 -*
1073 -*1.
1051 +*
1052 +*1.
1074 1074  *11. Feature
1075 1075  * RS485 Rain/Snow detect sensor
1076 1076  * Surface heating to dry
1077 1077  * grid electrode uses Electroless Nickel/Immersion Gold design for resist corrosion
1078 1078  
1079 -
1080 -*
1081 -*1.
1058 +*
1059 +*1.
1082 1082  *11. Specification
1083 1083  * Detect if there is rain or snow
1084 1084  * Input Power: DC 12 ~~ 24v
... ... @@ -1089,25 +1089,22 @@
1089 1089  ** No heating: 12mA @ 12v,
1090 1090  ** heating: 94ma @ 12v.
1091 1091  
1092 -
1093 -1.
1094 -11.
1070 +1.
1071 +11.
1095 1095  111. Dimension
1096 1096  
1097 -
1098 1098  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image031.png]]
1099 1099  
1100 1100  
1101 -1.
1102 -11.
1077 +1.
1078 +11.
1103 1103  111. Pin Mapping
1104 1104  
1105 -
1106 1106  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image020.png]]
1107 1107  
1108 1108  
1109 -1.
1110 -11.
1084 +1.
1085 +11.
1111 1111  111. Installation Notice
1112 1112  
1113 1113  Do not power on while connect the cables. Double check the wiring before power on.
... ... @@ -1122,9 +1122,9 @@
1122 1122  
1123 1123  
1124 1124  
1125 -1.
1126 -11.
1127 -111. Heating
1100 +1.
1101 +11.
1102 +111. Heating 
1128 1128  
1129 1129  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℃).
1130 1130  
... ... @@ -1132,10 +1132,9 @@
1132 1132  
1133 1133  
1134 1134  
1135 -1.
1110 +1.
1136 1136  11. Temperature, Humidity, Illuminance, Pressure ~-~- WSS-05
1137 1137  
1138 -
1139 1139  WSS-05 is a 4 in 1 RS485 sensor which can monitor Temperature, Humidity, Illuminance and Pressure at the same time.
1140 1140  
1141 1141  
... ... @@ -1146,14 +1146,13 @@
1146 1146  processor WSC1-L can detect and upload environment Temperature, Humidity, Illuminance, Pressure to the IoT Server via wireless LoRaWAN protocol.
1147 1147  
1148 1148  
1149 -*
1150 -*1.
1123 +*
1124 +*1.
1151 1151  *11. Feature
1152 1152  * RS485 Temperature, Humidity, Illuminance, Pressure sensor
1153 1153  
1154 -
1155 -*
1156 -*1.
1128 +*
1129 +*1.
1157 1157  *11. Specification
1158 1158  * Input Power: DC 12 ~~ 24v
1159 1159  * Interface: RS485
... ... @@ -1178,23 +1178,21 @@
1178 1178  * Power Consumption: 4mA @ 12v
1179 1179  
1180 1180  
1181 -
1182 -1.
1183 -11.
1154 +1.
1155 +11.
1184 1184  111. Dimension
1185 1185  
1186 -
1187 1187  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image034.jpg]]
1188 1188  
1189 1189  
1190 -1.
1191 -11.
1161 +1.
1162 +11.
1192 1192  111. Pin Mapping
1193 1193  
1194 1194  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image020.png]]
1195 1195  
1196 -1.
1197 -11.
1167 +1.
1168 +11.
1198 1198  111. Installation Notice
1199 1199  
1200 1200  Do not power on while connect the cables. Double check the wiring before power on.
... ... @@ -1207,10 +1207,9 @@
1207 1207  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image030.png]]
1208 1208  
1209 1209  
1210 -1.
1181 +1.
1211 1211  11. Total Solar Radiation sensor ~-~- WSS-06
1212 1212  
1213 -
1214 1214  WSS-06 is Total Radiation Sensor can be used to measure the total solar radiation in the spectral range of 0.3 to 3 μm (300 to 3000 nm). If the sensor face is down, the reflected radiation can be measured, and the shading ring can also be used to measure the scattered radiation.
1215 1215  
1216 1216  
... ... @@ -1226,16 +1226,15 @@
1226 1226  
1227 1227  
1228 1228  
1229 -*
1230 -*1.
1199 +*
1200 +*1.
1231 1231  *11. Feature
1232 1232  * RS485 Total Solar Radiation sensor
1233 1233  * Measure Total Radiation between 0.3~3μm(300~3000nm)
1234 1234  * Measure Reflected Radiation if sense area towards ground.
1235 1235  
1236 -
1237 -*
1238 -*1.
1206 +*
1207 +*1.
1239 1239  *11. Specification
1240 1240  * Input Power: DC 5 ~~ 24v
1241 1241  * Interface: RS485
... ... @@ -1251,23 +1251,22 @@
1251 1251  * Power Consumption: 4mA @ 12v
1252 1252  
1253 1253  
1254 -
1255 -1.
1256 -11.
1223 +1.
1224 +11.
1257 1257  111. Dimension
1258 1258  
1259 1259  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image036.png]]
1260 1260  
1261 1261  
1262 -1.
1263 -11.
1230 +1.
1231 +11.
1264 1264  111. Pin Mapping
1265 1265  
1266 1266  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image020.png]]
1267 1267  
1268 1268  
1269 -1.
1270 -11.
1237 +1.
1238 +11.
1271 1271  111. Installation Notice
1272 1272  
1273 1273  Do not power on while connect the cables. Double check the wiring before power on.
... ... @@ -1276,10 +1276,9 @@
1276 1276  
1277 1277  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image038.png]]
1278 1278  
1279 -1.
1247 +1.
1280 1280  11. PAR (Photosynthetically Available Radiation) ~-~- WSS-07
1281 1281  
1282 -
1283 1283  WSS-07 photosynthetically active radiation sensor is mainly used to measure the photosynthetically active radiation of natural light in the wavelength range of 400-700nm.
1284 1284  
1285 1285  
... ... @@ -1295,8 +1295,8 @@
1295 1295  processor WSC1-L can detect and upload Photosynthetically Available Radiation to the IoT Server via wireless LoRaWAN protocol.
1296 1296  
1297 1297  
1298 -1.
1299 -11.
1265 +1.
1266 +11.
1300 1300  111. Feature
1301 1301  
1302 1302  PAR (Photosynthetically Available Radiation) sensor measure 400 ~~ 700nm wavelength nature light’s Photosynthetically Available Radiation.
... ... @@ -1305,8 +1305,8 @@
1305 1305  When nature light shine on the sense area, it will generate a signal base on the incidence radiation strength.
1306 1306  
1307 1307  
1308 -*
1309 -*1.
1275 +*
1276 +*1.
1310 1310  *11. Specification
1311 1311  * Input Power: DC 5 ~~ 24v
1312 1312  * Interface: RS485
... ... @@ -1320,23 +1320,21 @@
1320 1320  * Power Consumption: 3mA @ 12v
1321 1321  
1322 1322  
1323 -
1324 -1.
1325 -11.
1290 +1.
1291 +11.
1326 1326  111. Dimension
1327 1327  
1328 -
1329 1329  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image036.png]]
1330 1330  
1331 -1.
1332 -11.
1296 +1.
1297 +11.
1333 1333  111. Pin Mapping
1334 1334  
1335 1335  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image020.png]]
1336 1336  
1337 1337  
1338 -1.
1339 -11.
1303 +1.
1304 +11.
1340 1340  111. Installation Notice
1341 1341  
1342 1342  Do not power on while connect the cables. Double check the wiring before power on.
... ... @@ -1347,9 +1347,10 @@
1347 1347  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image038.png]]
1348 1348  
1349 1349  
1350 -1. FAQ
1351 -11. What else do I need to purchase to build Weather Station?
1315 += 7. FAQ =
1352 1352  
1317 +== 7.1 What else do I need to purchase to build Weather Station? ==
1318 +
1353 1353  Below is the installation photo and structure:
1354 1354  
1355 1355  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image002.png]]
... ... @@ -1360,8 +1360,7 @@
1360 1360  
1361 1361  
1362 1362  
1363 -1.
1364 -11. How to upgrade firmware for WSC1-L?
1329 +== 7.2 How to upgrade firmware for WSC1-L? ==
1365 1365  
1366 1366  Firmware Location & Change log:
1367 1367  
... ... @@ -1373,31 +1373,29 @@
1373 1373  [[https:~~/~~/wiki.dragino.com/index.php?title=Firmware_Upgrade_Instruction_for_STM32_base_products#Hardware_Upgrade_Method_Support_List>>url:https://wiki.dragino.com/index.php?title=Firmware_Upgrade_Instruction_for_STM32_base_products#Hardware_Upgrade_Method_Support_List]]
1374 1374  
1375 1375  
1376 -1.
1377 -11. How to change the LoRa Frequency Bands/Region?
1341 +== 7.3 How to change the LoRa Frequency Bands/Region? ==
1378 1378  
1379 1379  User can follow the introduction for how to upgrade image. When download the images, choose the required image file for download.
1380 1380  
1381 1381  
1382 1382  
1383 -1.
1384 -11. Can I add my weather sensors?
1347 +== 7.4 Can I add my weather sensors? ==
1385 1385  
1386 1386  Yes, connect the sensor to RS485 bus and see instruction: [[add sensors.>>path:#Add_sensor]]
1387 1387  
1388 1388  
1389 -1. Trouble Shooting    
1352 += 8. Trouble Shooting =
1390 1390  
1391 1391  
1392 1392  
1393 1393  
1394 1394  
1395 -1. Order Info
1396 1396  
1359 += 9. Order Info =
1397 1397  
1398 -1.
1399 -11. Main Process Unit
1400 1400  
1362 +== 9.1 Main Process Unit ==
1363 +
1401 1401  Part Number: **WSC1-L-XX**
1402 1402  
1403 1403  **XX**: The default frequency band
... ... @@ -1411,10 +1411,8 @@
1411 1411  * **IN865**: LoRaWAN IN865 band
1412 1412  * **CN470**: LoRaWAN CN470 band
1413 1413  
1377 +== 9.2 Sensors ==
1414 1414  
1415 -1.
1416 -11. Sensors
1417 -
1418 1418  |**Sensor Model**|**Part Number**
1419 1419  |**Rain Gauge**|WSS-01
1420 1420  |**Rain Gauge installation Bracket for Pole**|WS-K2
... ... @@ -1426,9 +1426,8 @@
1426 1426  |**PAR (Photosynthetically Available Radiation)**|WSS-07
1427 1427  
1428 1428  
1390 += 10. Support =
1429 1429  
1430 -1. Support
1431 -
1432 1432  * 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.
1433 1433  * 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
1434 1434  
... ... @@ -1438,10 +1438,9 @@
1438 1438  
1439 1439  
1440 1440  
1401 += 11. Appendix I: Field Installation Photo =
1441 1441  
1442 -1. Appendix I: Field Installation Photo
1443 1443  
1444 -
1445 1445  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image040.png]]
1446 1446  
1447 1447  
image-20220624101005-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +1.3 KB
Content