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

From version 92.1
edited by Bei Jinggeng
on 2022/11/23 16:51
Change comment: There is no comment for this version
To version 91.13
edited by Xiaoling
on 2022/08/22 09:00
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Bei
1 +XWiki.Xiaoling
Content
... ... @@ -71,6 +71,8 @@
71 71  * WSC1-L has an extra 1000mAh back up battery. So it can work even solar panel and storage battery Fails.
72 72  * Weather sensors won't work if solar panel and storage battery fails.
73 73  
74 +
75 +
74 74  (% style="color:red" %)**Notice 2:**
75 75  
76 76  Due to shipment and importation limitation, user is better to purchase below parts locally:
... ... @@ -82,6 +82,8 @@
82 82  * Cabinet.
83 83  
84 84  
87 +
88 +
85 85  == 2.2 How it works? ==
86 86  
87 87  
... ... @@ -103,6 +103,8 @@
103 103  1. User can send a [[downlink command>>||anchor="H3.ConfigureWSC1-LviaATCommandorLoRaWANDownlink"]] to WSC1-L to do a re-scan on the available sensors.
104 104  
105 105  
110 +
111 +
106 106  == 2.3 Example to use for LoRaWAN network ==
107 107  
108 108  
... ... @@ -164,6 +164,8 @@
164 164  * Other control command: Use FPORT other than 2.
165 165  
166 166  
173 +
174 +
167 167  === 2.4.1 Uplink FPORT~=5, Device Status ===
168 168  
169 169  
... ... @@ -370,7 +370,7 @@
370 370  )))
371 371  
372 372  (((
373 -Download decoder for suitable platform from:  [[https:~~/~~/github.com/dragino/dragino-end-node-decoder>>https://github.com/dragino/dragino-end-node-decoder]]
381 +Download decoder for suitable platform from: [[https:~~/~~/www.dropbox.com/sh/fuorz31grv8i3r1/AABmjFDU4FADNP6sq7fsmBwVa?dl=0>>https://www.dropbox.com/sh/fuorz31grv8i3r1/AABmjFDU4FADNP6sq7fsmBwVa?dl=0]]
374 374  )))
375 375  
376 376  (((
... ... @@ -477,6 +477,8 @@
477 477  * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
478 478  
479 479  
488 +
489 +
480 480  == 3.2 Set Emergency Mode ==
481 481  
482 482  
... ... @@ -493,6 +493,8 @@
493 493  * 0xE100     Same as: AT+ALARMMOD=0
494 494  
495 495  
506 +
507 +
496 496  == 3.3 Add or Delete RS485 Sensor ==
497 497  
498 498  
... ... @@ -561,6 +561,8 @@
561 561  * has_CRC: 1
562 562  * timeout: 1500 (Fill in the test according to the actual situation)
563 563  
576 +
577 +
564 564  **So the input command is:**
565 565  
566 566  AT+DYSENSOR=A1,8,A103000000019CAA,8,24,1,1500
... ... @@ -590,6 +590,8 @@
590 590  * 0xE5FF  
591 591  
592 592  
607 +
608 +
593 593  == 3.4 RS485 Test Command ==
594 594  
595 595  
... ... @@ -617,6 +617,8 @@
617 617  * 0xE20103000001840A     Same as: AT+RSWRITE=0103000001840A
618 618  
619 619  
636 +
637 +
620 620  == 3.5 RS485 response timeout ==
621 621  
622 622  
... ... @@ -646,6 +646,8 @@
646 646  * Example 2: Downlink Payload: E000000A ~/~/ Set Transmit Interval (DTR) = 10 seconds
647 647  
648 648  
667 +
668 +
649 649  == 3.6 Set Sensor Type ==
650 650  
651 651  
... ... @@ -664,8 +664,9 @@
664 664  
665 665  (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:377px" %)
666 666  |=(% style="width: 157px;" %)**Command Example**|=(% style="width: 130px;" %)**Function**|=(% style="width: 87px;" %)**Response**
667 -|(% style="width:157px" %)AT+STYPE=802212|(% style="width:130px" %)Set sensor types|(% style="width:87px" %)OK
687 +|(% style="width:157px" %)AT+STYPE=80221|(% style="width:130px" %)Set sensor types|(% style="width:87px" %)OK
668 668  
689 +
669 669  Eg: The setting command **AT+STYPE=802212** means:
670 670  
671 671  (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:495px" %)
... ... @@ -683,6 +683,8 @@
683 683  
684 684  * 0xE400802212     Same as: AT+STYPE=80221
685 685  
707 +
708 +
686 686  (% style="color:red" %)**Note:**
687 687  
688 688  ~1. The sensor type will not be saved to flash, and the value will be updated every time the sensor is restarted or rescanned.
... ... @@ -691,24 +691,18 @@
691 691  
692 692  = 4. Power consumption and battery =
693 693  
694 -
695 695  == 4.1 Total Power Consumption ==
696 696  
697 -
698 698  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.
699 699  
700 700  
701 -
702 702  == 4.2 Reduce power consumption ==
703 703  
704 -
705 705  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.
706 706  
707 707  
708 -
709 709  == 4.3 Battery ==
710 710  
711 -
712 712  (((
713 713  All sensors are only power by external power source. If external power source is off. All sensor won't work.
714 714  )))
... ... @@ -718,13 +718,10 @@
718 718  )))
719 719  
720 720  
721 -
722 722  = 5. Main Process Unit WSC1-L =
723 723  
724 -
725 725  == 5.1 Features ==
726 726  
727 -
728 728  * Wall Attachable.
729 729  * LoRaWAN v1.0.3 Class A protocol.
730 730  * RS485 / Modbus protocol
... ... @@ -738,37 +738,29 @@
738 738  * Support default sensors or 3rd party RS485 sensors
739 739  
740 740  
755 +
741 741  == 5.2 Power Consumption ==
742 742  
743 -
744 744  WSC1-L (without external sensor): Idle: 4mA, Transmit: max 40mA
745 745  
746 746  
747 -
748 748  == 5.3 Storage & Operation Temperature ==
749 749  
750 -
751 751  -20°C to +60°C
752 752  
753 753  
754 -
755 755  == 5.4 Pin Mapping ==
756 756  
757 -
758 758  [[image:1656054149793-239.png]]
759 759  
760 760  
761 -
762 762  == 5.5 Mechanical ==
763 763  
773 +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/]]
764 764  
765 -Refer LSn50v2 enclosure drawing in:  [[https:~~/~~/www.dropbox.com/sh/0ir0l9jjmk6p95e/AADwWXorcKuNpPR5em7VgrEja?dl=0>>https://www.dropbox.com/sh/0ir0l9jjmk6p95e/AADwWXorcKuNpPR5em7VgrEja?dl=0]]
766 766  
767 -
768 -
769 769  == 5.6 Connect to RS485 Sensors ==
770 770  
771 -
772 772  WSC1-L includes a RS485 converter PCB. Which help it easy to connect multiply RS485 sensors. Below is the photo for reference.
773 773  
774 774  
... ... @@ -777,13 +777,11 @@
777 777  
778 778  Hardware Design for the Converter Board please see:
779 779  
780 -[[https:~~/~~/www.dropbox.com/sh/bqyvsvitb70qtgf/AABLpD7_yxsQ_drVMxHIEI7wa?dl=0>>https://www.dropbox.com/sh/bqyvsvitb70qtgf/AABLpD7_yxsQ_drVMxHIEI7wa?dl=0]]
786 +[[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/]]
781 781  
782 782  
783 -
784 784  = 6. Weather Sensors =
785 785  
786 -
787 787  == 6.1 Rain Gauge ~-~- WSS-01 ==
788 788  
789 789  
... ... @@ -808,10 +808,8 @@
808 808  )))
809 809  
810 810  
811 -
812 812  === 6.1.1 Feature ===
813 813  
814 -
815 815  * RS485 Rain Gauge
816 816  * Small dimension, easy to install
817 817  * Vents under funnel, avoid leaf or other things to avoid rain flow.
... ... @@ -819,9 +819,9 @@
819 819  * Horizontal adjustable.
820 820  
821 821  
824 +
822 822  === 6.1.2 Specification ===
823 823  
824 -
825 825  * Resolution: 0.2mm
826 826  * Accuracy: ±3%
827 827  * Range: 0 ~~ 100mm
... ... @@ -833,23 +833,19 @@
833 833  * Power Consumption: 4mA @ 12v.
834 834  
835 835  
838 +
836 836  === 6.1.3 Dimension ===
837 837  
838 -
839 839   [[image:1656054957406-980.png]]
840 840  
841 841  
842 -
843 843  === 6.1.4 Pin Mapping ===
844 844  
845 -
846 846  [[image:1656054972828-692.png]]
847 847  
848 848  
849 -
850 850  === 6.1.5 Installation Notice ===
851 851  
852 -
853 853  (((
854 854  Do not power on while connect the cables. Double check the wiring before power on.
855 855  )))
... ... @@ -883,16 +883,13 @@
883 883  
884 884  WSSC-K2 dimension document, please see:
885 885  
886 -[[https:~~/~~/www.dropbox.com/sh/7wa2elfm2q8xq4l/AAB7ZB_gSVGrhmJEgU2LyTQNa?dl=0>>https://www.dropbox.com/sh/7wa2elfm2q8xq4l/AAB7ZB_gSVGrhmJEgU2LyTQNa?dl=0]]
884 +[[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/]]
887 887  
888 888  
889 -
890 890  == 6.2 Wind Speed/Direction ~-~- WSS-02 ==
891 891  
892 -
893 893  [[image:1656055444035-179.png]]
894 894  
895 -
896 896  (((
897 897  WSS-02 is a RS485 wind speed and wind direction monitor designed for weather station solution.
898 898  )))
... ... @@ -906,17 +906,15 @@
906 906  )))
907 907  
908 908  
909 -
910 910  === 6.2.1 Feature ===
911 911  
912 -
913 913  * RS485 wind speed / direction sensor
914 914  * PC enclosure, resist corrosion
915 915  
916 916  
910 +
917 917  === 6.2.2 Specification ===
918 918  
919 -
920 920  * Wind speed range: 0 ~~ 30m/s, (always show 30m/s for higher speed)
921 921  * Wind direction range: 0 ~~ 360°
922 922  * Start wind speed: ≤0.3m/s
... ... @@ -929,30 +929,24 @@
929 929  * Cable Length: 2 meters
930 930  
931 931  
925 +
932 932  === 6.2.3 Dimension ===
933 933  
934 -
935 935  [[image:image-20220624152813-2.png]]
936 936  
937 937  
938 -
939 939  === 6.2.4 Pin Mapping ===
940 940  
941 -
942 942  [[image:1656056281231-994.png]]
943 943  
944 944  
945 -
946 946  === 6.2.5  Angle Mapping ===
947 947  
948 -
949 949  [[image:1656056303845-585.png]]
950 950  
951 951  
952 -
953 953  === 6.2.6  Installation Notice ===
954 954  
955 -
956 956  (((
957 957  Do not power on while connect the cables. Double check the wiring before power on.
958 958  )))
... ... @@ -959,14 +959,11 @@
959 959  
960 960  (((
961 961  The sensor must be installed with below direction, towards North.
962 -
963 -
964 964  )))
965 965  
966 966  [[image:image-20220624153901-3.png]]
967 967  
968 968  
969 -
970 970  == 6.3 CO2/PM2.5/PM10 ~-~- WSS-03 ==
971 971  
972 972  
... ... @@ -983,18 +983,16 @@
983 983  )))
984 984  
985 985  
986 -
987 987  === 6.3.1 Feature ===
988 988  
989 -
990 990  * RS485 CO2, PM2.5, PM10 sensor
991 991  * NDIR to measure CO2 with Internal Temperature Compensation
992 992  * Laser Beam Scattering to PM2.5 and PM10
993 993  
994 994  
977 +
995 995  === 6.3.2 Specification ===
996 996  
997 -
998 998  * CO2 Range: 0~5000ppm, accuracy: ±3%F•S(25℃)
999 999  * CO2 resolution: 1ppm
1000 1000  * PM2.5/PM10 Range: 0~1000μg/m3 , accuracy ±3%F•S(25℃)
... ... @@ -1011,9 +1011,9 @@
1011 1011  * Power Consumption: 50mA@ 12v.
1012 1012  
1013 1013  
996 +
1014 1014  === 6.3.3 Dimension ===
1015 1015  
1016 -
1017 1017  [[image:1656056708366-230.png]]
1018 1018  
1019 1019  
... ... @@ -1020,23 +1020,18 @@
1020 1020  
1021 1021  === 6.3.4 Pin Mapping ===
1022 1022  
1023 -
1024 1024  [[image:1656056722648-743.png]]
1025 1025  
1026 1026  
1027 -
1028 1028  === 6.3.5 Installation Notice ===
1029 1029  
1030 -
1031 1031  Do not power on while connect the cables. Double check the wiring before power on.
1032 1032  
1033 -
1034 1034  [[image:1656056751153-304.png]]
1035 1035  
1036 1036  [[image:1656056766224-773.png]]
1037 1037  
1038 1038  
1039 -
1040 1040  == 6.4 Rain/Snow Detect ~-~- WSS-04 ==
1041 1041  
1042 1042  
... ... @@ -1056,15 +1056,14 @@
1056 1056  
1057 1057  === 6.4.1 Feature ===
1058 1058  
1059 -
1060 1060  * RS485 Rain/Snow detect sensor
1061 1061  * Surface heating to dry
1062 1062  * grid electrode uses Electroless Nickel/Immersion Gold design for resist corrosion
1063 1063  
1064 1064  
1041 +
1065 1065  === 6.4.2 Specification ===
1066 1066  
1067 -
1068 1068  * Detect if there is rain or snow
1069 1069  * Input Power: DC 12 ~~ 24v
1070 1070  * Interface: RS485
... ... @@ -1075,23 +1075,19 @@
1075 1075  ** heating: 94ma @ 12v.
1076 1076  
1077 1077  
1054 +
1078 1078  === 6.4.3 Dimension ===
1079 1079  
1080 -
1081 1081  [[image:1656056844782-155.png]]
1082 1082  
1083 1083  
1084 -
1085 1085  === 6.4.4 Pin Mapping ===
1086 1086  
1087 -
1088 1088  [[image:1656056855590-754.png]]
1089 1089  
1090 1090  
1091 -
1092 1092  === 6.4.5 Installation Notice ===
1093 1093  
1094 -
1095 1095  Do not power on while connect the cables. Double check the wiring before power on.
1096 1096  
1097 1097  
... ... @@ -1105,16 +1105,13 @@
1105 1105  [[image:1656056883736-804.png]]
1106 1106  
1107 1107  
1108 -
1109 1109  === 6.4.6 Heating ===
1110 1110  
1111 -
1112 1112  (((
1113 1113  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℃).
1114 1114  )))
1115 1115  
1116 1116  
1117 -
1118 1118  == 6.5 Temperature, Humidity, Illuminance, Pressure ~-~- WSS-05 ==
1119 1119  
1120 1120  
... ... @@ -1127,16 +1127,14 @@
1127 1127  )))
1128 1128  
1129 1129  
1130 -
1131 1131  === 6.5.1 Feature ===
1132 1132  
1133 -
1134 1134  * RS485 Temperature, Humidity, Illuminance, Pressure sensor
1135 1135  
1136 1136  
1104 +
1137 1137  === 6.5.2 Specification ===
1138 1138  
1139 -
1140 1140  * Input Power: DC 12 ~~ 24v
1141 1141  * Interface: RS485
1142 1142  * Temperature Sensor Spec:
... ... @@ -1160,23 +1160,19 @@
1160 1160  * Power Consumption: 4mA @ 12v
1161 1161  
1162 1162  
1130 +
1163 1163  === 6.5.3 Dimension ===
1164 1164  
1165 -
1166 1166  [[image:1656057170639-522.png]]
1167 1167  
1168 1168  
1169 -
1170 1170  === 6.5.4 Pin Mapping ===
1171 1171  
1172 -
1173 1173  [[image:1656057181899-910.png]]
1174 1174  
1175 1175  
1176 -
1177 1177  === 6.5.5 Installation Notice ===
1178 1178  
1179 -
1180 1180  Do not power on while connect the cables. Double check the wiring before power on.
1181 1181  
1182 1182  [[image:1656057199955-514.png]]
... ... @@ -1185,7 +1185,6 @@
1185 1185  [[image:1656057212438-475.png]]
1186 1186  
1187 1187  
1188 -
1189 1189  == 6.6 Total Solar Radiation sensor ~-~- WSS-06 ==
1190 1190  
1191 1191  
... ... @@ -1205,15 +1205,14 @@
1205 1205  
1206 1206  === 6.6.1 Feature ===
1207 1207  
1208 -
1209 1209  * RS485 Total Solar Radiation sensor
1210 1210  * Measure Total Radiation between 0.3~3μm(300~3000nm)
1211 1211  * Measure Reflected Radiation if sense area towards ground.
1212 1212  
1213 1213  
1175 +
1214 1214  === 6.6.2 Specification ===
1215 1215  
1216 -
1217 1217  * Input Power: DC 5 ~~ 24v
1218 1218  * Interface: RS485
1219 1219  * Detect spectrum: 0.3~3μm(300~3000nm)
... ... @@ -1228,26 +1228,21 @@
1228 1228  * Power Consumption: 4mA @ 12v
1229 1229  
1230 1230  
1192 +
1231 1231  === 6.6.3 Dimension ===
1232 1232  
1233 -
1234 1234  [[image:1656057348695-898.png]]
1235 1235  
1236 1236  
1237 -
1238 1238  === 6.6.4 Pin Mapping ===
1239 1239  
1240 -
1241 1241  [[image:1656057359343-744.png]]
1242 1242  
1243 1243  
1244 -
1245 1245  === 6.6.5 Installation Notice ===
1246 1246  
1247 -
1248 1248  Do not power on while connect the cables. Double check the wiring before power on.
1249 1249  
1250 -
1251 1251  [[image:1656057369259-804.png]]
1252 1252  
1253 1253  
... ... @@ -1254,7 +1254,6 @@
1254 1254  [[image:1656057377943-564.png]]
1255 1255  
1256 1256  
1257 -
1258 1258  == 6.7 PAR (Photosynthetically Available Radiation) ~-~- WSS-07 ==
1259 1259  
1260 1260  
... ... @@ -1271,10 +1271,8 @@
1271 1271  )))
1272 1272  
1273 1273  
1274 -
1275 1275  === 6.7.1 Feature ===
1276 1276  
1277 -
1278 1278  (((
1279 1279  PAR (Photosynthetically Available Radiation) sensor measure 400 ~~ 700nm wavelength nature light's Photosynthetically Available Radiation.
1280 1280  )))
... ... @@ -1284,10 +1284,8 @@
1284 1284  )))
1285 1285  
1286 1286  
1287 -
1288 1288  === 6.7.2 Specification ===
1289 1289  
1290 -
1291 1291  * Input Power: DC 5 ~~ 24v
1292 1292  * Interface: RS485
1293 1293  * Response Spectrum: 400~700nm
... ... @@ -1300,23 +1300,19 @@
1300 1300  * Power Consumption: 3mA @ 12v
1301 1301  
1302 1302  
1254 +
1303 1303  === 6.7.3 Dimension ===
1304 1304  
1305 -
1306 1306  [[image:1656057538793-888.png]]
1307 1307  
1308 1308  
1309 -
1310 1310  === 6.7.4 Pin Mapping ===
1311 1311  
1312 -
1313 1313  [[image:1656057548116-203.png]]
1314 1314  
1315 1315  
1316 -
1317 1317  === 6.7.5 Installation Notice ===
1318 1318  
1319 -
1320 1320  Do not power on while connect the cables. Double check the wiring before power on.
1321 1321  
1322 1322  
... ... @@ -1326,16 +1326,12 @@
1326 1326  [[image:1656057565783-251.png]]
1327 1327  
1328 1328  
1329 -
1330 1330  = 7. FAQ =
1331 1331  
1332 -
1333 1333  == 7.1 What else do I need to purchase to build Weather Station? ==
1334 1334  
1335 -
1336 1336  Below is the installation photo and structure:
1337 1337  
1338 -
1339 1339  [[image:1656057598349-319.png]]
1340 1340  
1341 1341  
... ... @@ -1345,55 +1345,43 @@
1345 1345  
1346 1346  == 7.2 How to upgrade firmware for WSC1-L? ==
1347 1347  
1348 -
1349 1349  (((
1350 1350  Firmware Location & Change log:
1351 -
1352 -[[https:~~/~~/www.dropbox.com/sh/fuorz31grv8i3r1/AABmjFDU4FADNP6sq7fsmBwVa?dl=0>>https://www.dropbox.com/sh/fuorz31grv8i3r1/AABmjFDU4FADNP6sq7fsmBwVa?dl=0]]
1353 1353  )))
1354 1354  
1355 1355  (((
1356 -
1296 +[[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/]]
1357 1357  )))
1358 1358  
1299 +
1359 1359  (((
1360 1360  Firmware Upgrade instruction:  [[Firmware Upgrade Instruction>>doc:Main.Firmware Upgrade Instruction for STM32 base products.WebHome||anchor="H2.HardwareUpgradeMethodSupportList"]]
1361 1361  )))
1362 1362  
1363 1363  
1364 -
1365 1365  == 7.3 How to change the LoRa Frequency Bands/Region? ==
1366 1366  
1367 -
1368 1368  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.
1369 1369  
1370 1370  
1371 -
1372 1372  == 7.4 Can I add my weather sensors? ==
1373 1373  
1374 -
1375 1375  Yes, connect the sensor to RS485 bus and see instruction:  [[add sensors.>>||anchor="H3.3AddorDeleteRS485Sensor"]]
1376 1376  
1377 1377  
1378 -
1379 1379  = 8. Trouble Shooting =
1380 1380  
1381 -
1382 1382  == 8.1 AT Command input doesn't work ==
1383 1383  
1384 -
1385 1385  (((
1386 1386  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.
1387 1387  )))
1388 1388  
1389 1389  
1390 -
1391 1391  = 9. Order Info =
1392 1392  
1393 -
1394 1394  == 9.1 Main Process Unit ==
1395 1395  
1396 -
1397 1397  Part Number: (% style="color:blue" %)**WSC1-L-XX**
1398 1398  
1399 1399  (% style="color:blue" %)**XX**(%%): The default frequency band
... ... @@ -1408,9 +1408,9 @@
1408 1408  * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
1409 1409  
1410 1410  
1342 +
1411 1411  == 9.2 Sensors ==
1412 1412  
1413 -
1414 1414  (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:500px" %)
1415 1415  |=(% style="width: 300px;" %)**Sensor Model**|=(% style="width: 200px;" %)**Part Number**
1416 1416  |(% style="width:462px" %)**Rain Gauge**|(% style="width:120px" %)WSS-01
... ... @@ -1425,52 +1425,50 @@
1425 1425  
1426 1426  = 10. Support =
1427 1427  
1428 -
1429 1429  * 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.
1430 1430  * 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]]
1431 1431  
1432 1432  
1363 +
1433 1433  = 11. Appendix I: Field Installation Photo =
1434 1434  
1435 1435  
1436 1436  [[image:1656058346362-132.png||height="685" width="732"]]
1437 1437  
1438 -(% style="color:blue" %)**Storage Battery: 12v,12AH li battery**
1369 +**Storage Battery**: 12v,12AH li battery
1439 1439  
1440 1440  
1441 1441  
1442 -(% style="color:blue" %)**Wind Speed/Direction**
1373 +**Wind Speed/Direction**
1443 1443  
1444 1444  [[image:1656058373174-421.png||height="356" width="731"]]
1445 1445  
1446 1446  
1447 1447  
1448 -(% style="color:blue" %)**Total Solar Radiation sensor**
1379 +**Total Solar Radiation sensor**
1449 1449  
1450 1450  [[image:1656058397364-282.png||height="453" width="732"]]
1451 1451  
1452 1452  
1453 1453  
1454 -(% style="color:blue" %)**PAR Sensor**
1385 +**PAR Sensor**
1455 1455  
1456 1456  [[image:1656058416171-615.png]]
1457 1457  
1458 1458  
1459 1459  
1460 -(% style="color:blue" %)**CO2/PM2.5/PM10 3 in 1 sensor**
1391 +**CO2/PM2.5/PM10 3 in 1 sensor**
1461 1461  
1462 1462  [[image:1656058441194-827.png||height="672" width="523"]]
1463 1463  
1464 1464  
1465 1465  
1466 -(% style="color:blue" %)**Rain / Snow Detect**
1397 +**Rain / Snow Detect**
1467 1467  
1468 1468  [[image:1656058451456-166.png]]
1469 1469  
1470 1470  
1471 1471  
1472 -(% style="color:blue" %)**Rain Gauge**
1403 +**Rain Gauge**
1473 1473  
1474 1474  [[image:1656058463455-569.png||height="499" width="550"]]
1475 -
1476 -