<
From version < 32.7 >
edited by Xiaoling
on 2022/06/24 14:56
To version < 36.1 >
edited by Xiaoling
on 2022/06/24 15:16
>
Change comment: Uploaded new attachment "1656054972828-692.png", version {1}

Summary

Details

Page properties
Content
... ... @@ -77,10 +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 -
83 -
84 84  == 2.2 How it works? ==
85 85  
86 86  (((
... ... @@ -98,10 +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 -
104 -
105 105  == 2.3 Example to use for LoRaWAN network ==
106 106  
107 107  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.
... ... @@ -160,7 +160,6 @@
160 160  
161 161  
162 162  
163 -
164 164  === 2.4.1 Uplink FPORT~=5, Device Status ===
165 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
... ... @@ -403,8 +403,6 @@
403 403  * Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
404 404  * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
405 405  
406 -
407 -
408 408  == 3.2 Set Emergency Mode ==
409 409  
410 410  Feature: In emergency mode, WSC1-L will uplink data every 1 minute.
... ... @@ -419,8 +419,6 @@
419 419  * 0xE101     Same as: AT+ALARMMOD=1
420 420  * 0xE100     Same as: AT+ALARMMOD=0
421 421  
422 -
423 -
424 424  == 3.3 Add or Delete RS485 Sensor ==
425 425  
426 426  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.
... ... @@ -437,7 +437,6 @@
437 437  * has_CRC:  RS485 Response crc check  (0: no verification required 1: verification required). If CRC=1 and CRC error, valid data will be set to 0.
438 438  * timeout:  RS485 receive timeout (uint:ms). Device will close receive window after timeout
439 439  
440 -
441 441  **Example:**
442 442  
443 443  User need to change external sensor use the type code as address code.
... ... @@ -462,7 +462,6 @@
462 462  * has_CRC: 1
463 463  * timeout: 1500 (Fill in the test according to the actual situation)
464 464  
465 -
466 466  **So the input command is:**
467 467  
468 468  AT+DYSENSOR=A1,8,A103000000019CAA,8,24,1,1500
... ... @@ -491,8 +491,6 @@
491 491  
492 492  * 0xE5FF  
493 493  
494 -
495 -
496 496  == 3.4 RS485 Test Command ==
497 497  
498 498  (% style="color:#037691" %)**AT Command:**
... ... @@ -514,8 +514,6 @@
514 514  
515 515  * 0xE20103000001840A     Same as: AT+RSWRITE=0103000001840A
516 516  
517 -
518 -
519 519  == 3.5 RS485 response timeout ==
520 520  
521 521  Feature: Set or get extended time to receive 485 sensor data.
... ... @@ -530,7 +530,6 @@
530 530  Range : 0~~10000
531 531  )))|(% style="width:85px" %)OK
532 532  
533 -
534 534  (% style="color:#037691" %)**Downlink Command:**
535 535  
536 536  Format: Command Code (0xE0) followed by 3 bytes time value.
... ... @@ -540,8 +540,6 @@
540 540  * Example 1: Downlink Payload: E0000005 ~/~/ Set Transmit Interval (DTR) = 5 seconds
541 541  * Example 2: Downlink Payload: E000000A ~/~/ Set Transmit Interval (DTR) = 10 seconds
542 542  
543 -
544 -
545 545  == 3.6 Set Sensor Type ==
546 546  
547 547  Feature: Set sensor in used. If there are 6 sensors, user can set to only send 5 sensors values.
... ... @@ -551,7 +551,6 @@
551 551  [[image:image-20220624144904-12.png]]
552 552  
553 553  
554 -
555 555  (% style="color:#037691" %)**AT Command:**
556 556  
557 557  (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:377px" %)
... ... @@ -558,7 +558,6 @@
558 558  |=(% style="width: 157px;" %)**Command Example**|=(% style="width: 130px;" %)**Function**|=(% style="width: 87px;" %)**Response**
559 559  |(% style="width:157px" %)AT+STYPE=80221|(% style="width:130px" %)Set sensor types|(% style="width:87px" %)OK
560 560  
561 -
562 562  Eg: The setting command **AT+STYPE=802212** means:
563 563  
564 564  (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:495px" %)
... ... @@ -595,16 +595,17 @@
595 595  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.
596 596  
597 597  
598 -
599 599  == 4.3 Battery ==
600 600  
601 -All sensors are only power by external power source. If external power source is off. All sensor won’t work.
576 +(((
577 +All sensors are only power by external power source. If external power source is off. All sensor won't work.
578 +)))
602 602  
603 -
580 +(((
604 604  Main Process Unit WSC1-L is powered by both external power source and internal 1000mAh rechargeable battery. If external power source is off, WSC1-L still runs and can send periodically uplinks, but the sensors value will become invalid.  External power source can recharge the 1000mAh rechargeable battery.
582 +)))
605 605  
606 606  
607 -
608 608  = 5. Main Process Unit WSC1-L =
609 609  
610 610  == 5.1 Features ==
... ... @@ -626,7 +626,6 @@
626 626  WSC1-L (without external sensor): Idle: 4mA, Transmit: max 40mA
627 627  
628 628  
629 -
630 630  == 5.3 Storage & Operation Temperature ==
631 631  
632 632  -20°C to +60°C
... ... @@ -634,7 +634,7 @@
634 634  
635 635  == 5.4 Pin Mapping ==
636 636  
637 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image004.png]]
613 +[[image:1656054149793-239.png]]
638 638  
639 639  
640 640  == 5.5 Mechanical ==
... ... @@ -642,14 +642,12 @@
642 642  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/]]
643 643  
644 644  
645 -
646 -
647 647  == 5.6 Connect to RS485 Sensors ==
648 648  
649 649  WSC1-L includes a RS485 converter PCB. Which help it easy to connect multiply RS485 sensors. Below is the photo for reference.
650 650  
651 651  
652 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image018.png]]
626 +[[image:1656054389031-379.png]]
653 653  
654 654  
655 655  Hardware Design for the Converter Board please see:
... ... @@ -657,37 +657,22 @@
657 657  [[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/]]
658 658  
659 659  
660 -
661 -
662 -
663 663  = 6. Weather Sensors =
664 664  
665 665  == 6.1 Rain Gauge ~-~- WSS-01 ==
666 666  
638 +
667 667  WSS-01 RS485 Rain Gauge is used in meteorology and hydrology to gather and measure the amount of liquid precipitation (mainly rainfall) over an area.
668 668  
641 +WSS-01 uses a tipping bucket to detect rainfall. The tipping bucket use 3D streamline shape to make sure it works smoothly and is easy to clean.
669 669  
670 -WSS-01 uses a tipping bucket to detect rainfall. The tipping bucket use 3D streamline
643 +WSS-01 is designed to support the Dragino Weather station solution. Users only need to connect WSS-01 RS485 interface to WSC1-L. The weather station main processor WSC1-L can detect and upload the rainfall to the IoT Server via wireless LoRaWAN protocol
671 671  
672 -shape to make sure it works smoothly and is easy to clean.
645 +The tipping bucket of WSS-01 is adjusted to the best angle. When installation, user only needs to screw up and adjust the bottom horizontally.
673 673  
674 -
675 -WSS-01 is designed to support the Dragino Weather station solution.
676 -
677 -Users only need to connect WSS-01 RS485 interface to WSC1-L. The weather station main
678 -
679 -processor WSC1-L can detect and upload the rainfall to the IoT Server via wireless LoRaWAN protocol
680 -
681 -
682 -The tipping bucket of WSS-01 is adjusted to the best angle. When installation, user only needs
683 -
684 -to screw up and adjust the bottom horizontally.
685 -
686 -
687 687  WSS-01 package includes screw which can be installed to ground. If user want to install WSS-01 on pole, they can purchase WS-K2 bracket kit.
688 688  
689 689  
690 -
691 691  === 6.1.1 Feature ===
692 692  
693 693  * RS485 Rain Gauge
... ... @@ -696,6 +696,9 @@
696 696  * ABS enclosure.
697 697  * Horizontal adjustable.
698 698  
658 +
659 +
660 +
699 699  === 6.1.2 Specification ===
700 700  
701 701  * Resolution: 0.2mm
... ... @@ -707,9 +707,12 @@
707 707  * Working Humidity: <100% (no dewing)
708 708  * Power Consumption: 4mA @ 12v.
709 709  
672 +
673 +
674 +
710 710  === 6.1.3 Dimension ===
711 711  
712 - [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image019.jpg||alt="c2d3aee592ccc873bea6dd891451df2"]]
677 + [[image:1656054957406-980.png]]
713 713  
714 714  
715 715  === 6.1.4 Pin Mapping ===
... ... @@ -768,6 +768,9 @@
768 768  * RS485 wind speed / direction sensor
769 769  * PC enclosure, resist corrosion
770 770  
736 +
737 +
738 +
771 771  === 6.2.2 Specification ===
772 772  
773 773  * Wind speed range: 0 ~~ 30m/s, (always show 30m/s for higher speed)
... ... @@ -781,6 +781,9 @@
781 781  * Power Consumption: 13mA ~~ 12v.
782 782  * Cable Length: 2 meters
783 783  
752 +
753 +
754 +
784 784  === 6.2.3 Dimension ===
785 785  
786 786  [[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]]
... ... @@ -838,6 +838,9 @@
838 838  * NDIR to measure CO2 with Internal Temperature Compensation
839 839  * Laser Beam Scattering to PM2.5 and PM10
840 840  
812 +
813 +
814 +
841 841  === 6.3.2 Specification ===
842 842  
843 843  * CO2 Range: 0~5000ppm, accuracy: ±3%F•S(25℃)
... ... @@ -855,6 +855,9 @@
855 855  ** CO2: 0~95%RH
856 856  * Power Consumption: 50mA@ 12v.
857 857  
832 +
833 +
834 +
858 858  === 6.3.3 Dimension ===
859 859  
860 860  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image028.png]]
... ... @@ -900,6 +900,9 @@
900 900  * Surface heating to dry
901 901  * grid electrode uses Electroless Nickel/Immersion Gold design for resist corrosion
902 902  
880 +
881 +
882 +
903 903  === 6.4.2 Specification ===
904 904  
905 905  * Detect if there is rain or snow
... ... @@ -911,6 +911,9 @@
911 911  ** No heating: 12mA @ 12v,
912 912  ** heating: 94ma @ 12v.
913 913  
894 +
895 +
896 +
914 914  === 6.4.3 Dimension ===
915 915  
916 916  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image031.png]]
... ... @@ -960,6 +960,9 @@
960 960  
961 961  * RS485 Temperature, Humidity, Illuminance, Pressure sensor
962 962  
946 +
947 +
948 +
963 963  === 6.5.2 Specification ===
964 964  
965 965  * Input Power: DC 12 ~~ 24v
... ... @@ -984,6 +984,9 @@
984 984  * Working Humidity: 10~90%RH
985 985  * Power Consumption: 4mA @ 12v
986 986  
973 +
974 +
975 +
987 987  === 6.5.3 Dimension ===
988 988  
989 989  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image034.jpg]]
... ... @@ -1029,6 +1029,9 @@
1029 1029  * Measure Total Radiation between 0.3~3μm(300~3000nm)
1030 1030  * Measure Reflected Radiation if sense area towards ground.
1031 1031  
1021 +
1022 +
1023 +
1032 1032  === 6.6.2 Specification ===
1033 1033  
1034 1034  * Input Power: DC 5 ~~ 24v
... ... @@ -1044,6 +1044,9 @@
1044 1044  * Working Humidity: 10~90%RH
1045 1045  * Power Consumption: 4mA @ 12v
1046 1046  
1039 +
1040 +
1041 +
1047 1047  === 6.6.3 Dimension ===
1048 1048  
1049 1049  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image036.png]]
... ... @@ -1101,6 +1101,9 @@
1101 1101  * Working Humidity: 10~90%RH
1102 1102  * Power Consumption: 3mA @ 12v
1103 1103  
1099 +
1100 +
1101 +
1104 1104  === 6.7.3 Dimension ===
1105 1105  
1106 1106  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image036.png]]
... ... @@ -1170,19 +1170,22 @@
1170 1170  
1171 1171  == 9.1 Main Process Unit ==
1172 1172  
1173 -Part Number: **WSC1-L-XX**
1171 +Part Number: (% style="color:blue" %)**WSC1-L-XX**
1174 1174  
1175 -**XX**: The default frequency band
1173 +(% style="color:blue" %)**XX**(%%): The default frequency band
1176 1176  
1177 -* **AS923**: LoRaWAN AS923 band
1178 -* **AU915**: LoRaWAN AU915 band
1179 -* **EU433**: LoRaWAN EU433 band
1180 -* **EU868**: LoRaWAN EU868 band
1181 -* **KR920**: LoRaWAN KR920 band
1182 -* **US915**: LoRaWAN US915 band
1183 -* **IN865**: LoRaWAN IN865 band
1184 -* **CN470**: LoRaWAN CN470 band
1175 +* (% style="color:red" %)**AS923**(%%): LoRaWAN AS923 band
1176 +* (% style="color:red" %)**AU915**(%%): LoRaWAN AU915 band
1177 +* (% style="color:red" %)**EU433**(%%): LoRaWAN EU433 band
1178 +* (% style="color:red" %)**EU868**(%%): LoRaWAN EU868 band
1179 +* (% style="color:red" %)**KR920**(%%): LoRaWAN KR920 band
1180 +* (% style="color:red" %)**US915**(%%): LoRaWAN US915 band
1181 +* (% style="color:red" %)**IN865**(%%): LoRaWAN IN865 band
1182 +* (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
1185 1185  
1184 +
1185 +
1186 +
1186 1186  == 9.2 Sensors ==
1187 1187  
1188 1188  |**Sensor Model**|**Part Number**
... ... @@ -1195,6 +1195,7 @@
1195 1195  |**Total Solar Radiation Sensor**|WSS-06
1196 1196  |**PAR (Photosynthetically Available Radiation)**|WSS-07
1197 1197  
1199 +
1198 1198  = 10. Support =
1199 1199  
1200 1200  * 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.
1656054149793-239.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +492.6 KB
Content
1656054389031-379.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +1.3 MB
Content
1656054957406-980.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +33.0 KB
Content
1656054972828-692.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +322.6 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0