<
From version < 86.3 >
edited by Xiaoling
on 2022/06/29 14:46
To version < 86.7 >
edited by Xiaoling
on 2022/07/06 15:35
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Dragino LoRaWAN Weather Station User Manual
1 +WSC1-L-Dragino LoRaWAN Weather Station User Manual
Content
... ... @@ -77,8 +77,6 @@
77 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.
78 78  * Cabinet.
79 79  
80 -
81 -
82 82  == 2.2 How it works? ==
83 83  
84 84  (((
... ... @@ -98,8 +98,6 @@
98 98  1. WSC1-L will auto scan available weather sensors when power on or reboot.
99 99  1. User can send a downlink command to WSC1-L to do a re-scan on the available sensors.
100 100  
101 -
102 -
103 103  == 2.3 Example to use for LoRaWAN network ==
104 104  
105 105  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.
... ... @@ -158,8 +158,6 @@
158 158  * Valid Sensor Value: Use FPORT=2
159 159  * Other control command: Use FPORT other than 2.
160 160  
161 -
162 -
163 163  === 2.4.1 Uplink FPORT~=5, Device Status ===
164 164  
165 165  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
... ... @@ -295,6 +295,91 @@
295 295  
296 296  (% style="color:#4472c4" %)**Sensor Type Table:**
297 297  
292 +
293 +(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:510px" %)
294 +|=(% style="width: 70px;" %)**Sensor Type**|=(% style="width: 60px;" %)**Type Code**|=(% style="width: 100px;" %)**Range**|=(% style="width: 60px;" %)**Length ( Bytes)**|=(% style="width: 200px;" %)**Example**
295 +|(% style="width:126px" %)**Wind Speed**|(% style="width:104px" %)0x01|(% style="width:135px" %)(((
296 +Speed: 0~60m/s
297 +
298 +Level: 0~17
299 +)))|(% style="width:147px" %)0x03 |(% style="width:295px" %)(((
300 +0x0024/10=3.6m/s
301 +
302 +(0x02FE: No Sensor, 0x02FF: Value Error)
303 +
304 +0x02=2
305 +
306 +(0x14: No Sensor, 0x15: Value Error)
307 +)))
308 +|(% style="width:126px" %)**Wind Direction**|(% style="width:104px" %)0x02|(% style="width:135px" %)(((
309 +Angel: 0~360°
310 +
311 +Direction: 16 positions
312 +)))|(% style="width:147px" %)0x03|(% style="width:295px" %)(((
313 +0x029A/10=66.6°
314 +
315 +(0x0EFE: No Sensor,0x0EFF: Value Error)
316 +
317 +0X03=3(ENE)
318 +
319 +(0x14: No Sensor,0x15: Value Error)
320 +)))
321 +|(% style="width:126px" %)**Illumination**|(% style="width:104px" %)0x03|(% style="width:135px" %)0~200000Lux|(% style="width:147px" %)0x02|(% style="width:295px" %)(((
322 +0x04D2 *10=12340Lux
323 +
324 +(0x4EFE: No Sensor,0x4EFF: Value Error)
325 +)))
326 +|(% style="width:126px" %)**Rain / Snow**|(% style="width:104px" %)0x04|(% style="width:135px" %)00: No, 01 Yes.|(% style="width:147px" %)0x01|(% style="width:295px" %)(((
327 +0x00 (00) No Rain or snow detected
328 +
329 +(0x02: No Sensor,0x03: Value Error)
330 +)))
331 +|(% style="width:126px" %)**CO2**|(% style="width:104px" %)0x05|(% style="width:135px" %)0~5000ppm|(% style="width:147px" %)0x02|(% style="width:295px" %)(((
332 +0x0378=888ppm
333 +
334 + (0x14FE: No Sensor,0x14FF: Value Error)
335 +)))
336 +|(% style="width:126px" %)**Temperature**|(% style="width:104px" %)0x06|(% style="width:135px" %)-30℃~70℃|(% style="width:147px" %)0x02|(% style="width:295px" %)(((
337 +0xFFDD/10=-3.5℃
338 +
339 +(0x02FE: No Sensor,0x02FF: Value Error)
340 +)))
341 +|(% style="width:126px" %)**Humidity**|(% style="width:104px" %)0x07|(% style="width:135px" %)0~100%RH|(% style="width:147px" %)0x02|(% style="width:295px" %)0x0164/10=35.6%RH (0x03FE: No Sensor,0x03FF: Value Error)
342 +|(% style="width:126px" %)**Pressure**|(% style="width:104px" %)0x08|(% style="width:135px" %)10~1100hPa|(% style="width:147px" %)0x02|(% style="width:295px" %)(((
343 +0x2748/10=1005.6hPa
344 +
345 +(0x00: No Sensor,0x01: Value Error)
346 +)))
347 +|(% style="width:126px" %)**Rain Gauge**|(% style="width:104px" %)0x09|(% style="width:135px" %)0mm~~100mm(Rainfall in the last 24 hours)|(% style="width:147px" %)0x02|(% style="width:295px" %)(((
348 +0x0050/10=8mm(Rainfall within 24 hours: 8.0mm)
349 +
350 +(0x03FE: No Sensor,0x03FF: Value Error)
351 +)))
352 +|(% style="width:126px" %)**PM2.5**|(% style="width:104px" %)0x0A|(% style="width:135px" %)0~1000μg/m^^3^^|(% style="width:147px" %)0x02|(% style="width:295px" %)(((
353 +0x0023=35μg/m^^3 ^^
354 +
355 +(0x03FE: No Sensor,0x03FF: Value Error)
356 +)))
357 +|(% style="width:126px" %)**PM10**|(% style="width:104px" %)0x0B|(% style="width:135px" %)0~1000μg/m^^3^^|(% style="width:147px" %)0x02|(% style="width:295px" %)(((
358 +0x002D=45μg/m^^3 ^^
359 +
360 +(0x03FE: No Sensor,0x03FF: Value Error)
361 +)))
362 +|(% style="width:126px" %)**PAR**|(% style="width:104px" %)0x0C|(% style="width:135px" %)0~2500μmol/m^^2^^•s|(% style="width:147px" %)0x02|(% style="width:295px" %)(((
363 +0x00B3=179μmol/m^^2^^•s
364 +
365 +(0x09FE: No Sensor,0x9FF: Value Error)
366 +)))
367 +|(% style="width:126px" %)(((
368 +**Total Solar**
369 +
370 +**Radiation**
371 +)))|(% style="width:104px" %)0x0D|(% style="width:135px" %)0~2000W/m^^2^^|(% style="width:147px" %)0x02|(% style="width:295px" %)(((
372 +0x0073/10=11.5W/m^^2^^
373 +
374 +(0x4EFE: No Sensor,0x4EFF: Value Error)
375 +)))
376 +
298 298  [[image:image-20220624140352-2.png]]
299 299  
300 300  
... ... @@ -346,7 +346,6 @@
346 346  
347 347  
348 348  
349 -
350 350  === 2.4.3 Decoder in TTN V3 ===
351 351  
352 352  (((
... ... @@ -455,8 +455,6 @@
455 455  * Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
456 456  * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
457 457  
458 -
459 -
460 460  == 3.2 Set Emergency Mode ==
461 461  
462 462  Feature: In emergency mode, WSC1-L will uplink data every 1 minute.
... ... @@ -471,8 +471,6 @@
471 471  * 0xE101     Same as: AT+ALARMMOD=1
472 472  * 0xE100     Same as: AT+ALARMMOD=0
473 473  
474 -
475 -
476 476  == 3.3 Add or Delete RS485 Sensor ==
477 477  
478 478  (((
... ... @@ -568,8 +568,6 @@
568 568  
569 569  * 0xE5FF  
570 570  
571 -
572 -
573 573  == 3.4 RS485 Test Command ==
574 574  
575 575  (% style="color:#037691" %)**AT Command:**
... ... @@ -595,8 +595,6 @@
595 595  
596 596  * 0xE20103000001840A     Same as: AT+RSWRITE=0103000001840A
597 597  
598 -
599 -
600 600  == 3.5 RS485 response timeout ==
601 601  
602 602  Feature: Set or get extended time to receive 485 sensor data.
... ... @@ -624,8 +624,6 @@
624 624  * Example 1: Downlink Payload: E0000005 ~/~/ Set Transmit Interval (DTR) = 5 seconds
625 625  * Example 2: Downlink Payload: E000000A ~/~/ Set Transmit Interval (DTR) = 10 seconds
626 626  
627 -
628 -
629 629  == 3.6 Set Sensor Type ==
630 630  
631 631  (((
... ... @@ -708,8 +708,6 @@
708 708  * IP Rating: IP65
709 709  * Support default sensors or 3rd party RS485 sensors
710 710  
711 -
712 -
713 713  == 5.2 Power Consumption ==
714 714  
715 715  WSC1-L (without external sensor): Idle: 4mA, Transmit: max 40mA
... ... @@ -777,8 +777,6 @@
777 777  * ABS enclosure.
778 778  * Horizontal adjustable.
779 779  
780 -
781 -
782 782  === 6.1.2 Specification ===
783 783  
784 784  * Resolution: 0.2mm
... ... @@ -790,8 +790,6 @@
790 790  * Working Humidity: <100% (no dewing)
791 791  * Power Consumption: 4mA @ 12v.
792 792  
793 -
794 -
795 795  === 6.1.3 Dimension ===
796 796  
797 797   [[image:1656054957406-980.png]]
... ... @@ -862,8 +862,6 @@
862 862  * RS485 wind speed / direction sensor
863 863  * PC enclosure, resist corrosion
864 864  
865 -
866 -
867 867  === 6.2.2 Specification ===
868 868  
869 869  * Wind speed range: 0 ~~ 30m/s, (always show 30m/s for higher speed)
... ... @@ -877,8 +877,6 @@
877 877  * Power Consumption: 13mA ~~ 12v.
878 878  * Cable Length: 2 meters
879 879  
880 -
881 -
882 882  === 6.2.3 Dimension ===
883 883  
884 884  [[image:image-20220624152813-2.png]]
... ... @@ -929,8 +929,6 @@
929 929  * NDIR to measure CO2 with Internal Temperature Compensation
930 930  * Laser Beam Scattering to PM2.5 and PM10
931 931  
932 -
933 -
934 934  === 6.3.2 Specification ===
935 935  
936 936  * CO2 Range: 0~5000ppm, accuracy: ±3%F•S(25℃)
... ... @@ -948,8 +948,6 @@
948 948  ** CO2: 0~95%RH
949 949  * Power Consumption: 50mA@ 12v.
950 950  
951 -
952 -
953 953  === 6.3.3 Dimension ===
954 954  
955 955  [[image:1656056708366-230.png]]
... ... @@ -992,8 +992,6 @@
992 992  * Surface heating to dry
993 993  * grid electrode uses Electroless Nickel/Immersion Gold design for resist corrosion
994 994  
995 -
996 -
997 997  === 6.4.2 Specification ===
998 998  
999 999  * Detect if there is rain or snow
... ... @@ -1005,8 +1005,6 @@
1005 1005  ** No heating: 12mA @ 12v,
1006 1006  ** heating: 94ma @ 12v.
1007 1007  
1008 -
1009 -
1010 1010  === 6.4.3 Dimension ===
1011 1011  
1012 1012  [[image:1656056844782-155.png]]
... ... @@ -1055,8 +1055,6 @@
1055 1055  
1056 1056  * RS485 Temperature, Humidity, Illuminance, Pressure sensor
1057 1057  
1058 -
1059 -
1060 1060  === 6.5.2 Specification ===
1061 1061  
1062 1062  * Input Power: DC 12 ~~ 24v
... ... @@ -1081,8 +1081,6 @@
1081 1081  * Working Humidity: 10~90%RH
1082 1082  * Power Consumption: 4mA @ 12v
1083 1083  
1084 -
1085 -
1086 1086  === 6.5.3 Dimension ===
1087 1087  
1088 1088  [[image:1656057170639-522.png]]
... ... @@ -1126,9 +1126,6 @@
1126 1126  * Measure Total Radiation between 0.3~3μm(300~3000nm)
1127 1127  * Measure Reflected Radiation if sense area towards ground.
1128 1128  
1129 -
1130 -
1131 -
1132 1132  === 6.6.2 Specification ===
1133 1133  
1134 1134  * Input Power: DC 5 ~~ 24v
... ... @@ -1144,8 +1144,6 @@
1144 1144  * Working Humidity: 10~90%RH
1145 1145  * Power Consumption: 4mA @ 12v
1146 1146  
1147 -
1148 -
1149 1149  === 6.6.3 Dimension ===
1150 1150  
1151 1151  [[image:1656057348695-898.png]]
... ... @@ -1206,8 +1206,6 @@
1206 1206  * Working Humidity: 10~90%RH
1207 1207  * Power Consumption: 3mA @ 12v
1208 1208  
1209 -
1210 -
1211 1211  === 6.7.3 Dimension ===
1212 1212  
1213 1213  [[image:1656057538793-888.png]]
... ... @@ -1312,8 +1312,6 @@
1312 1312  * 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.
1313 1313  * 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]]
1314 1314  
1315 -
1316 -
1317 1317  = 11. Appendix I: Field Installation Photo =
1318 1318  
1319 1319  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0