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

From version 91.12
edited by Xiaoling
on 2022/07/07 18:11
Change comment: There is no comment for this version
To version 86.10
edited by Xiaoling
on 2022/07/06 15:42
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -74,12 +74,11 @@
74 74  * Solar Panel
75 75  * Storage Battery
76 76  * MPPT Solar Recharger
77 -* 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.
77 +* Mounting Kit includes pole and mast assembly. Each weather sensor has its own mounting assembly, user can check the sensor section in this manual.
78 78  * Cabinet.
79 79  
80 80  
81 81  
82 -
83 83  == 2.2 How it works? ==
84 84  
85 85  (((
... ... @@ -97,7 +97,7 @@
97 97  (% style="color:red" %)**Notice:**
98 98  
99 99  1. WSC1-L will auto scan available weather sensors when power on or reboot.
100 -1. User can send a [[downlink command>>||anchor="H3.ConfigureWSC1-LviaATCommandorLoRaWANDownlink"]] to WSC1-L to do a re-scan on the available sensors.
99 +1. User can send a downlink command to WSC1-L to do a re-scan on the available sensors.
101 101  
102 102  
103 103  
... ... @@ -161,7 +161,6 @@
161 161  
162 162  
163 163  
164 -
165 165  === 2.4.1 Uplink FPORT~=5, Device Status ===
166 166  
167 167  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
... ... @@ -297,9 +297,91 @@
297 297  
298 298  (% style="color:#4472c4" %)**Sensor Type Table:**
299 299  
300 -[[image:image-20220706154434-1.png]]
301 301  
299 +(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:974px" %)
300 +|=(% style="width: 130px;" %)**Sensor Type**|=(% style="width: 99px;" %)**Type Code**|=(% style="width: 185px;" %)**Range**|=(% style="width: 125px;" %)**Length ( Bytes)**|=(% style="width: 430px;" %)**Example**
301 +|(% style="width:130px" %)**Wind Speed**|(% style="width:99px" %)0x01|(% style="width:185px" %)(((
302 +Speed: 0~60m/s
302 302  
304 +Level: 0~17
305 +)))|(% style="width:125px" %)0x03 |(% style="width:430px" %)(((
306 +0x0024/10=3.6m/s
307 +
308 +(0x02FE: No Sensor, 0x02FF: Value Error)
309 +
310 +0x02=2
311 +
312 +(0x14: No Sensor, 0x15: Value Error)
313 +)))
314 +|(% style="width:130px" %)**Wind Direction**|(% style="width:99px" %)0x02|(% style="width:185px" %)(((
315 +Angel: 0~360°
316 +
317 +Direction: 16 positions
318 +)))|(% style="width:125px" %)0x03|(% style="width:430px" %)(((
319 +0x029A/10=66.6°
320 +
321 +(0x0EFE: No Sensor,0x0EFF: Value Error)
322 +
323 +0X03=3(ENE)
324 +
325 +(0x14: No Sensor,0x15: Value Error)
326 +)))
327 +|(% style="width:130px" %)**Illumination**|(% style="width:99px" %)0x03|(% style="width:185px" %)0~200000Lux|(% style="width:125px" %)0x02|(% style="width:430px" %)(((
328 +0x04D2 *10=12340Lux
329 +
330 +(0x4EFE: No Sensor,0x4EFF: Value Error)
331 +)))
332 +|(% style="width:130px" %)**Rain / Snow**|(% style="width:99px" %)0x04|(% style="width:185px" %)00: No, 01 Yes.|(% style="width:125px" %)0x01|(% style="width:430px" %)(((
333 +0x00 (00) No Rain or snow detected
334 +
335 +(0x02: No Sensor,0x03: Value Error)
336 +)))
337 +|(% style="width:130px" %)**CO2**|(% style="width:99px" %)0x05|(% style="width:185px" %)0~5000ppm|(% style="width:125px" %)0x02|(% style="width:430px" %)(((
338 +0x0378=888ppm
339 +
340 + (0x14FE: No Sensor,0x14FF: Value Error)
341 +)))
342 +|(% style="width:130px" %)**Temperature**|(% style="width:99px" %)0x06|(% style="width:185px" %)-30℃~70℃|(% style="width:125px" %)0x02|(% style="width:430px" %)(((
343 +0xFFDD/10=-3.5℃
344 +
345 +(0x02FE: No Sensor,0x02FF: Value Error)
346 +)))
347 +|(% style="width:130px" %)**Humidity**|(% style="width:99px" %)0x07|(% style="width:185px" %)0~100%RH|(% style="width:125px" %)0x02|(% style="width:430px" %)0x0164/10=35.6%RH (0x03FE: No Sensor,0x03FF: Value Error)
348 +|(% style="width:130px" %)**Pressure**|(% style="width:99px" %)0x08|(% style="width:185px" %)10~1100hPa|(% style="width:125px" %)0x02|(% style="width:430px" %)(((
349 +0x2748/10=1005.6hPa
350 +
351 +(0x00: No Sensor,0x01: Value Error)
352 +)))
353 +|(% style="width:130px" %)**Rain Gauge**|(% style="width:99px" %)0x09|(% style="width:185px" %)0mm~~100mm(Rainfall in the last 24 hours)|(% style="width:125px" %)0x02|(% style="width:430px" %)(((
354 +0x0050/10=8mm(Rainfall within 24 hours: 8.0mm)
355 +
356 +(0x03FE: No Sensor,0x03FF: Value Error)
357 +)))
358 +|(% style="width:130px" %)**PM2.5**|(% style="width:99px" %)0x0A|(% style="width:185px" %)0~1000μg/m^^3^^|(% style="width:125px" %)0x02|(% style="width:430px" %)(((
359 +0x0023=35μg/m^^3 ^^
360 +
361 +(0x03FE: No Sensor,0x03FF: Value Error)
362 +)))
363 +|(% style="width:130px" %)**PM10**|(% style="width:99px" %)0x0B|(% style="width:185px" %)0~1000μg/m^^3^^|(% style="width:125px" %)0x02|(% style="width:430px" %)(((
364 +0x002D=45μg/m^^3 ^^
365 +
366 +(0x03FE: No Sensor,0x03FF: Value Error)
367 +)))
368 +|(% style="width:130px" %)**PAR**|(% style="width:99px" %)0x0C|(% style="width:185px" %)0~2500μmol/m^^2^^•s|(% style="width:125px" %)0x02|(% style="width:430px" %)(((
369 +0x00B3=179μmol/m^^2^^•s
370 +
371 +(0x09FE: No Sensor,0x9FF: Value Error)
372 +)))
373 +|(% style="width:130px" %)(((
374 +**Total Solar**
375 +
376 +**Radiation**
377 +)))|(% style="width:99px" %)0x0D|(% style="width:185px" %)0~2000W/m^^2^^|(% style="width:125px" %)0x02|(% style="width:430px" %)(((
378 +0x0073/10=11.5W/m^^2^^
379 +
380 +(0x4EFE: No Sensor,0x4EFF: Value Error)
381 +)))
382 +
303 303  (((
304 304  Below is an example payload:  [[image:image-20220624140615-3.png]]
305 305  )))
... ... @@ -456,9 +456,6 @@
456 456  * Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
457 457  * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
458 458  
459 -
460 -
461 -
462 462  == 3.2 Set Emergency Mode ==
463 463  
464 464  Feature: In emergency mode, WSC1-L will uplink data every 1 minute.
... ... @@ -473,9 +473,6 @@
473 473  * 0xE101     Same as: AT+ALARMMOD=1
474 474  * 0xE100     Same as: AT+ALARMMOD=0
475 475  
476 -
477 -
478 -
479 479  == 3.3 Add or Delete RS485 Sensor ==
480 480  
481 481  (((
... ... @@ -571,9 +571,6 @@
571 571  
572 572  * 0xE5FF  
573 573  
574 -
575 -
576 -
577 577  == 3.4 RS485 Test Command ==
578 578  
579 579  (% style="color:#037691" %)**AT Command:**
... ... @@ -599,9 +599,6 @@
599 599  
600 600  * 0xE20103000001840A     Same as: AT+RSWRITE=0103000001840A
601 601  
602 -
603 -
604 -
605 605  == 3.5 RS485 response timeout ==
606 606  
607 607  Feature: Set or get extended time to receive 485 sensor data.
... ... @@ -629,9 +629,6 @@
629 629  * Example 1: Downlink Payload: E0000005 ~/~/ Set Transmit Interval (DTR) = 5 seconds
630 630  * Example 2: Downlink Payload: E000000A ~/~/ Set Transmit Interval (DTR) = 10 seconds
631 631  
632 -
633 -
634 -
635 635  == 3.6 Set Sensor Type ==
636 636  
637 637  (((
... ... @@ -674,6 +674,7 @@
674 674  
675 675  
676 676  
742 +
677 677  = 4. Power consumption and battery =
678 678  
679 679  == 4.1 Total Power Consumption ==
... ... @@ -713,9 +713,6 @@
713 713  * IP Rating: IP65
714 714  * Support default sensors or 3rd party RS485 sensors
715 715  
716 -
717 -
718 -
719 719  == 5.2 Power Consumption ==
720 720  
721 721  WSC1-L (without external sensor): Idle: 4mA, Transmit: max 40mA
... ... @@ -783,14 +783,10 @@
783 783  * ABS enclosure.
784 784  * Horizontal adjustable.
785 785  
786 -
787 -
788 -
789 789  === 6.1.2 Specification ===
790 790  
791 791  * Resolution: 0.2mm
792 792  * Accuracy: ±3%
793 -* Range: 0 ~~ 100mm
794 794  * Rainfall strength: 0mm~4mm/min (max 8mm/min)
795 795  * Input Power: DC 5~~24v
796 796  * Interface: RS485
... ... @@ -798,9 +798,6 @@
798 798  * Working Humidity: <100% (no dewing)
799 799  * Power Consumption: 4mA @ 12v.
800 800  
801 -
802 -
803 -
804 804  === 6.1.3 Dimension ===
805 805  
806 806   [[image:1656054957406-980.png]]
... ... @@ -871,9 +871,6 @@
871 871  * RS485 wind speed / direction sensor
872 872  * PC enclosure, resist corrosion
873 873  
874 -
875 -
876 -
877 877  === 6.2.2 Specification ===
878 878  
879 879  * Wind speed range: 0 ~~ 30m/s, (always show 30m/s for higher speed)
... ... @@ -887,9 +887,6 @@
887 887  * Power Consumption: 13mA ~~ 12v.
888 888  * Cable Length: 2 meters
889 889  
890 -
891 -
892 -
893 893  === 6.2.3 Dimension ===
894 894  
895 895  [[image:image-20220624152813-2.png]]
... ... @@ -940,9 +940,6 @@
940 940  * NDIR to measure CO2 with Internal Temperature Compensation
941 941  * Laser Beam Scattering to PM2.5 and PM10
942 942  
943 -
944 -
945 -
946 946  === 6.3.2 Specification ===
947 947  
948 948  * CO2 Range: 0~5000ppm, accuracy: ±3%F•S(25℃)
... ... @@ -960,15 +960,11 @@
960 960  ** CO2: 0~95%RH
961 961  * Power Consumption: 50mA@ 12v.
962 962  
963 -
964 -
965 -
966 966  === 6.3.3 Dimension ===
967 967  
968 968  [[image:1656056708366-230.png]]
969 969  
970 970  
971 -
972 972  === 6.3.4 Pin Mapping ===
973 973  
974 974  [[image:1656056722648-743.png]]
... ... @@ -1006,9 +1006,6 @@
1006 1006  * Surface heating to dry
1007 1007  * grid electrode uses Electroless Nickel/Immersion Gold design for resist corrosion
1008 1008  
1009 -
1010 -
1011 -
1012 1012  === 6.4.2 Specification ===
1013 1013  
1014 1014  * Detect if there is rain or snow
... ... @@ -1020,9 +1020,6 @@
1020 1020  ** No heating: 12mA @ 12v,
1021 1021  ** heating: 94ma @ 12v.
1022 1022  
1023 -
1024 -
1025 -
1026 1026  === 6.4.3 Dimension ===
1027 1027  
1028 1028  [[image:1656056844782-155.png]]
... ... @@ -1071,9 +1071,6 @@
1071 1071  
1072 1072  * RS485 Temperature, Humidity, Illuminance, Pressure sensor
1073 1073  
1074 -
1075 -
1076 -
1077 1077  === 6.5.2 Specification ===
1078 1078  
1079 1079  * Input Power: DC 12 ~~ 24v
... ... @@ -1098,9 +1098,6 @@
1098 1098  * Working Humidity: 10~90%RH
1099 1099  * Power Consumption: 4mA @ 12v
1100 1100  
1101 -
1102 -
1103 -
1104 1104  === 6.5.3 Dimension ===
1105 1105  
1106 1106  [[image:1656057170639-522.png]]
... ... @@ -1144,9 +1144,6 @@
1144 1144  * Measure Total Radiation between 0.3~3μm(300~3000nm)
1145 1145  * Measure Reflected Radiation if sense area towards ground.
1146 1146  
1147 -
1148 -
1149 -
1150 1150  === 6.6.2 Specification ===
1151 1151  
1152 1152  * Input Power: DC 5 ~~ 24v
... ... @@ -1162,9 +1162,6 @@
1162 1162  * Working Humidity: 10~90%RH
1163 1163  * Power Consumption: 4mA @ 12v
1164 1164  
1165 -
1166 -
1167 -
1168 1168  === 6.6.3 Dimension ===
1169 1169  
1170 1170  [[image:1656057348695-898.png]]
... ... @@ -1225,9 +1225,6 @@
1225 1225  * Working Humidity: 10~90%RH
1226 1226  * Power Consumption: 3mA @ 12v
1227 1227  
1228 -
1229 -
1230 -
1231 1231  === 6.7.3 Dimension ===
1232 1232  
1233 1233  [[image:1656057538793-888.png]]
... ... @@ -1314,9 +1314,6 @@
1314 1314  * (% style="color:red" %)**IN865**(%%): LoRaWAN IN865 band
1315 1315  * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
1316 1316  
1317 -
1318 -
1319 -
1320 1320  == 9.2 Sensors ==
1321 1321  
1322 1322  (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:500px" %)
... ... @@ -1330,16 +1330,11 @@
1330 1330  |(% style="width:462px" %)**Total Solar Radiation Sensor**|(% style="width:120px" %)WSS-06
1331 1331  |(% style="width:462px" %)**PAR (Photosynthetically Available Radiation)**|(% style="width:120px" %)WSS-07
1332 1332  
1333 -
1334 -
1335 1335  = 10. Support =
1336 1336  
1337 1337  * 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.
1338 1338  * 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]]
1339 1339  
1340 -
1341 -
1342 -
1343 1343  = 11. Appendix I: Field Installation Photo =
1344 1344  
1345 1345  
image-20220706154434-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -68.0 KB
Content