Changes for page WSC1-L-Dragino LoRaWAN Weather Station User Manual
Last modified by Xiaoling on 2025/04/25 09:08
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -169,7 +169,7 @@ 169 169 User can also use downlink command(0x2301) to ask WSC1-L to resend this uplink 170 170 171 171 |**Size (bytes)**|**1**|**2**|**1**|**1**|**2**|**3** 172 -|**Value**|[[Sensor Model>> ||anchor="HSensorModel:"]]|[[Firmware Version>>||anchor="HFirmwareVersion:"]]|[[Frequency Band>>||anchor="HFrequencyBand:"]]|[[Sub-band>>||anchor="HSub-Band:"]]|[[BAT>>||anchor="HBAT:"]]|[[Weather Sensor Types>>||anchor="HWeatherSensorTypes:"]]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 174 [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image011.png]] 175 175 ... ... @@ -178,17 +178,17 @@ 178 178 179 179 180 180 181 -==== (% style="color:#037691" %)**Sensor Model :** ====181 +==== (% style="color:#037691" %)**Sensor Model**(%%): ==== 182 182 183 183 For WSC1-L, this value is 0x0D. 184 184 185 185 186 -==== (% style="color:#037691" %)**Firmware Version :** ====186 +==== (% style="color:#037691" %)**Firmware Version**(%%): ==== 187 187 188 188 0x0100, Means: v1.0.0 version. 189 189 190 190 191 -==== (% style="color:#037691" %)**Frequency Band :** ====191 +==== (% style="color:#037691" %)**Frequency Band**:(%%) ==== 192 192 193 193 *0x01: EU868 194 194 ... ... @@ -211,12 +211,12 @@ 211 211 *0x0a: AS923-3 212 212 213 213 214 -==== (% style="color:#037691" %)**Sub-Band :** ====214 +==== (% style="color:#037691" %)**Sub-Band**(%%): ==== 215 215 216 216 value 0x00 ~~ 0x08(only for CN470, AU915,US915. Others are0x00) 217 217 218 218 219 -==== (% style="color:#037691" %)**BAT :** ====219 +==== (% style="color:#037691" %)**BAT**(%%): ==== 220 220 221 221 shows the battery voltage for WSC1-L MCU. 222 222 ... ... @@ -223,7 +223,7 @@ 223 223 Ex1: 0x0BD6/1000 = 3.03 V 224 224 225 225 226 -==== (% style="color:#037691" %)**Weather Sensor Types:** ==== 226 +==== (% style="color:#037691" %)**Weather Sensor Types:**(%%) ==== 227 227 228 228 |Byte3|Byte2|Byte1 229 229 ... ... @@ -263,9 +263,11 @@ 263 263 264 264 265 265 266 -=== 2.4.2 Uplink FPORT=2, Real time sensor value === 266 +1. 267 +11. 268 +111. Uplink FPORT=2, Real time sensor value 267 267 268 -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>> ||anchor="H"]].270 +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]]. 269 269 270 270 Uplink uses FPORT=2 and every 20 minutes send one uplink by default. 271 271 ... ... @@ -274,11 +274,11 @@ 274 274 275 275 |Sensor Segment 1|Sensor Segment 2|……|Sensor Segment n 276 276 277 -** (% style="color:#4472C4" %)Uplink Payload**:279 +**Uplink Payload**: 278 278 279 279 |Type Code|Length (Bytes)|Measured Value 280 280 281 -** (% style="color:#4472C4" %)Sensor Segment Define**:283 +**Sensor Segment Define**: 282 282 283 283 284 284 ... ... @@ -388,7 +388,9 @@ 388 388 389 389 390 390 391 -=== 2.4.3 Decoder in TTN V3 === 393 +1. 394 +11. 395 +111. Decoder in TTN V3 392 392 393 393 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. 394 394 ... ... @@ -403,14 +403,15 @@ 403 403 404 404 405 405 406 -== 2.5 Show data on Application Server == 410 +1. 411 +11. Show data on Application Server 407 407 408 408 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: 409 409 410 410 411 -** (% style="color:blue" %)Step 1**(%%): Be sure that your device is programmed and properly connected to the LoRaWAN network.416 +**Step 1**: Be sure that your device is programmed and properly connected to the LoRaWAN network. 412 412 413 -** (% style="color:blue" %)Step 2**(%%): Configure your Application to forward data to Datacake you will need to add integration. Go to TTN V3 Console ~-~-> Applications ~-~-> Integrations ~-~-> Add Integrations.418 +**Step 2**: Configure your Application to forward data to Datacake you will need to add integration. Go to TTN V3 Console ~-~-> Applications ~-~-> Integrations ~-~-> Add Integrations. 414 414 415 415 [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image014.png]] 416 416 ... ... @@ -428,13 +428,13 @@ 428 428 429 429 [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image017.png]] 430 430 436 +* 431 431 438 +1. Configure WSC1-L via AT Command or LoRaWAN Downlink 432 432 433 -= 3. Configure WSC1-L via AT Command or LoRaWAN Downlink = 434 - 435 435 Use can configure WSC1-L via AT Command or LoRaWAN Downlink. 436 436 437 -* AT Command Connection: See [[FAQ>> ||anchor="H"]].442 +* AT Command Connection: See [[FAQ>>path:#AT_COMMAND]]. 438 438 * LoRaWAN Downlink instruction for different platforms: 439 439 440 440 [[http:~~/~~/wiki.dragino.com/index.php?title=Main_Page#Use_Note_for_Server>>url:http://wiki.dragino.com/index.php?title=Main_Page#Use_Note_for_Server]] ... ... @@ -442,7 +442,7 @@ 442 442 443 443 There are two kinds of commands to configure WSC1-L, they are: 444 444 445 -* ** (% style="color:#4472C4" %)General Commands**.450 +* **General Commands**. 446 446 447 447 These commands are to configure: 448 448 ... ... @@ -449,23 +449,24 @@ 449 449 * General system settings like: uplink interval. 450 450 * LoRaWAN protocol & radio related command. 451 451 452 -They are same for all Dragino Device which support DLWS-005 LoRaWAN Stack( (% style="color:red" %)Note~*~*)(%%). These commands can be found on the wiki:457 +They are same for all Dragino Device which support DLWS-005 LoRaWAN Stack(Note~*~*). These commands can be found on the wiki: 453 453 454 454 [[http:~~/~~/wiki.dragino.com/index.php?title=End_Device_Downlink_Command>>url:http://wiki.dragino.com/index.php?title=End_Device_Downlink_Command]] 455 455 456 - (% style="color:red" %)Note~*~*: Please check early user manual if you don’t have v1.8.0 firmware.461 +Note~*~*: Please check early user manual if you don’t have v1.8.0 firmware. 457 457 458 458 459 -* ** (% style="color:#4472C4" %)Commands special design for WSC1-L**464 +* **Commands special design for WSC1-L** 460 460 461 461 These commands only valid for WSC1-L, as below: 462 462 463 463 464 -== 3.1 Set Transmit Interval Time == 469 +1. 470 +11. Set Transmit Interval Time 465 465 466 466 Feature: Change LoRaWAN End Node Transmit Interval. 467 467 468 -** (% style="color:#037691" %)AT Command: AT+TDC**474 +**AT Command: AT+TDC** 469 469 470 470 |**Command Example**|**Function**|**Response** 471 471 |AT+TDC?|Show current transmit Interval|((( ... ... @@ -481,7 +481,7 @@ 481 481 Set transmit interval to 60000ms = 60 seconds 482 482 ))) 483 483 484 -** (% style="color:#037691" %)Downlink Command: 0x01**490 +**Downlink Command: 0x01** 485 485 486 486 Format: Command Code (0x01) followed by 3 bytes time value. 487 487 ... ... @@ -492,33 +492,30 @@ 492 492 493 493 494 494 501 +1. 502 +11. Set Emergency Mode 495 495 496 - 497 -== 3.2 Set Emergency Mode == 498 - 499 499 Feature: In emergency mode, WSC1-L will uplink data every 1 minute. 500 500 501 501 502 -** (% style="color:#037691" %)AT Command:**507 +**AT Command:** 503 503 504 504 |**Command Example**|**Function**|**Response** 505 505 |AT+ALARMMOD=1|Enter emergency mode. Uplink every 1 minute|OK 506 506 |AT+ALARMMOD=0|Exit emergency mode. Uplink base on TDC time|OK 507 507 508 -** (% style="color:#037691" %)Downlink Command:**513 +**Downlink Command:** 509 509 510 510 * 0xE101 Same as: AT+ALARMMOD=1 511 511 * 0xE100 Same as: AT+ALARMMOD=0 512 512 513 513 519 +1. 520 +11. Add or Delete RS485 Sensor 514 514 515 - 516 - 517 -== 3.3 Add or Delete RS485 Sensor == 518 - 519 519 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. 520 520 521 -** (% style="color:#037691" %)AT Command: **524 +**AT Command: ** 522 522 523 523 AT+DYSENSOR=Type_Code, Query_Length, Query_Command , Read_Length , Valid_Data ,has_CRC,timeout 524 524 ... ... @@ -577,7 +577,7 @@ 577 577 AT+DYSENSOR ~-~-> List All 3^^rd^^ Party Sensor. Like below: 578 578 579 579 580 -** (% style="color:#037691" %)Downlink Command: **583 +**Downlink Command: ** 581 581 582 582 **delete custom sensor A1:** 583 583 ... ... @@ -588,13 +588,11 @@ 588 588 * 0xE5FF 589 589 590 590 594 +1. 595 +11. RS485 Test Command 591 591 597 +**AT Command:** 592 592 593 - 594 -== 3.4 RS485 Test Command == 595 - 596 -**(% style="color:#037691" %)AT Command:** 597 - 598 598 |**Command Example**|**Function**|**Response** 599 599 |AT+RSWRITE=xxxxxx|((( 600 600 Send command to 485 sensor ... ... @@ -607,17 +607,18 @@ 607 607 AT+RSWRITE=0103000001840A 608 608 609 609 610 -** (% style="color:#037691" %)Downlink Command:**611 +**Downlink Command:** 611 611 612 612 * 0xE20103000001840A Same as: AT+RSWRITE=0103000001840A 613 613 614 614 615 615 616 -== 3.5 RS485 response timeout == 617 +1. 618 +11. RS485 response timeout 617 617 618 618 Feature: Set or get extended time to receive 485 sensor data. 619 619 620 -** (% style="color:#037691" %)AT Command:**622 +**AT Command:** 621 621 622 622 |**Command Example**|**Function**|**Response** 623 623 |AT+DTR=1000|((( ... ... @@ -626,7 +626,7 @@ 626 626 Range : 0~~10000 627 627 )))|OK 628 628 629 -** (% style="color:#037691" %)Downlink Command:**631 +**Downlink Command:** 630 630 631 631 Format: Command Code (0xE0) followed by 3 bytes time value. 632 632 ... ... @@ -637,13 +637,12 @@ 637 637 638 638 639 639 642 +1. 643 +11. Set Sensor Type 640 640 641 - 642 -== 3.6 Set Sensor Type == 643 - 644 644 Feature: Set sensor in used. If there are 6 sensors, user can set to only send 5 sensors values. 645 645 646 -See [[definition>> ||anchor="H"]] for the sensor type.647 +See [[definition>>path:#Sensor_types]] for the sensor type. 647 647 648 648 649 649 |(% rowspan="2" %)Byte3|Bit23|Bit22|Bit21|Bit20|Bit19|Bit18|Bit17|Bit16 ... ... @@ -669,7 +669,7 @@ 669 669 Direction 670 670 )))|Wind Speed|BAT 671 671 672 -** (% style="color:#037691" %)AT Command:**673 +**AT Command:** 673 673 674 674 |**Command Example**|**Function**|**Response** 675 675 |AT+STYPE=80221|Set sensor types|OK ... ... @@ -686,11 +686,11 @@ 686 686 So wsc1-L will upload the following data: Custom Sensor A1, Rain Gauge,CO2,BAT. 687 687 688 688 689 -** (% style="color:#037691" %)Downlink Command:**690 +**Downlink Command:** 690 690 691 691 * 0xE400802212 Same as: AT+STYPE=80221 692 692 693 - (% style="color:red" %)**Note:**694 +Note: 694 694 695 695 ~1. The sensor type will not be saved to flash, and the value will be updated every time the sensor is restarted or rescanned 696 696 ... ... @@ -698,20 +698,21 @@ 698 698 699 699 700 700 701 -= 4. Power consumption and battery = 702 +1. Power consumption and battery 703 +11. Total Power Consumption 702 702 703 -== 4.1 Total Power Consumption == 704 - 705 705 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. 706 706 707 707 708 -== 4.2 Reduce power consumption == 708 +1. 709 +11. Reduce power consumption 709 709 710 710 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. 711 711 712 712 713 713 714 -== 4.3 Battery == 715 +1. 716 +11. Battery 715 715 716 716 All sensors are only power by external power source. If external power source is off. All sensor won’t work. 717 717 ... ... @@ -720,10 +720,13 @@ 720 720 721 721 722 722 723 -= 5. Main Process Unit WSC1-L = 724 724 725 -== 5.1 Features == 726 726 727 + 728 + 729 +1. Main Process Unit WSC1-L 730 +11. Features 731 + 727 727 * Wall Attachable. 728 728 * LoRaWAN v1.0.3 Class A protocol. 729 729 * RS485 / Modbus protocol ... ... @@ -738,25 +738,27 @@ 738 738 739 739 740 740 746 +1. 747 +11. Power Consumption 741 741 742 - 743 -== 5.2 Power Consumption == 744 - 745 745 WSC1-L (without external sensor): Idle: 4mA, Transmit: max 40mA 746 746 747 747 748 748 749 -== 5.3 Storage & Operation Temperature == 753 +1. 754 +11. Storage & Operation Temperature 750 750 751 751 -20°C to +60°C 752 752 753 753 754 -== 5.4 Pin Mapping == 759 +1. 760 +11. Pin Mapping 755 755 756 756 [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image004.png]] 757 757 758 758 759 -== 5.5 Mechanical == 765 +1. 766 +11. Mechanical 760 760 761 761 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/]] 762 762 ... ... @@ -763,7 +763,8 @@ 763 763 764 764 765 765 766 -== 5.6 Connect to RS485 Sensors == 773 +1. 774 +11. Connect to RS485 Sensors 767 767 768 768 WSC1-L includes a RS485 converter PCB. Which help it easy to connect multiply RS485 sensors. Below is the photo for reference. 769 769 ... ... @@ -779,10 +779,9 @@ 779 779 780 780 781 781 782 -= 6. Weather Sensors = 790 +1. Weather Sensors 791 +11. Rain Gauge ~-~- WSS-01 783 783 784 -== 6.1 Rain Gauge ~-~- WSS-01 == 785 - 786 786 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. 787 787 788 788 ... ... @@ -807,7 +807,9 @@ 807 807 808 808 809 809 810 -=== 6.1.1 Feature === 817 +* 818 +*1. 819 +*11. Feature 811 811 * RS485 Rain Gauge 812 812 * Small dimension, easy to install 813 813 * Vents under funnel, avoid leaf or other things to avoid rain flow. ... ... @@ -814,11 +814,9 @@ 814 814 * ABS enclosure. 815 815 * Horizontal adjustable. 816 816 817 - 818 - 819 - 820 - 821 -=== 6.1.2 Specification === 826 +* 827 +*1. 828 +*11. Specification 822 822 * Resolution: 0.2mm 823 823 * Accuracy: ±3% 824 824 * Rainfall strength: 0mm~4mm/min (max 8mm/min) ... ... @@ -830,21 +830,24 @@ 830 830 831 831 832 832 840 +1. 841 +11. 842 +111. Dimension 833 833 834 - 835 -=== 6.1.3 Dimension === 836 - 837 837 [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image019.jpg||alt="c2d3aee592ccc873bea6dd891451df2"]] 838 838 846 +1. 847 +11. 848 +111. Pin Mapping 839 839 840 -=== 6.1.4 Pin Mapping === 841 - 842 842 [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image020.png]] 843 843 844 844 845 845 846 846 847 -=== 6.1.5 Installation Notice === 855 +1. 856 +11. 857 +111. Installation Notice 848 848 849 849 Do not power on while connect the cables. Double check the wiring before power on. 850 850 ... ... @@ -851,14 +851,14 @@ 851 851 Installation Photo as reference: 852 852 853 853 854 -** (% style="color:#4472C4" %)Install on Ground:**864 +**Install on Ground:** 855 855 856 856 WSS-01 Rain Gauge include screws so can install in ground directly . 857 857 858 858 859 -** (% style="color:#4472C4" %)Install on pole:**869 +**Install on pole:** 860 860 861 -If user want to install on pole, they can purchase the ** (% style="color:#4472C4" %)WS-K2 : Bracket Kit for Pole installation**(%%), and install as below:871 +If user want to install on pole, they can purchase the **WS-K2 : Bracket Kit for Pole installation**, and install as below: 862 862 863 863 [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image021.png]] 864 864 ... ... @@ -873,7 +873,8 @@ 873 873 874 874 875 875 876 -== 6.2 Wind Speed/Direction ~-~- WSS-02 == 886 +1. 887 +11. Wind Speed/Direction ~-~- WSS-02 877 877 878 878 [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image023.png]] 879 879 ... ... @@ -888,17 +888,15 @@ 888 888 processor WSC1-L can detect and upload the wind speed and direction to the IoT Server via wireless LoRaWAN protocol. 889 889 890 890 891 -=== 6.2.1 Feature === 892 - 902 +* 903 +*1. 904 +*11. Feature 893 893 * RS485 wind speed / direction sensor 894 894 * PC enclosure, resist corrosion 895 895 896 - 897 - 898 - 899 - 900 -=== 6.2.2 Specification === 901 - 908 +* 909 +*1. 910 +*11. Specification 902 902 * Wind speed range: 0 ~~ 30m/s, (always show 30m/s for higher speed) 903 903 * Wind direction range: 0 ~~ 360° 904 904 * Start wind speed: ≤0.3m/s ... ... @@ -910,26 +910,30 @@ 910 910 * Power Consumption: 13mA ~~ 12v. 911 911 * Cable Length: 2 meters 912 912 922 +1. 923 +11. 924 +111. Dimension 913 913 914 - 915 - 916 - 917 -=== 6.2.3 Dimension === 918 - 919 919 [[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]] 920 920 921 921 922 -=== 6.2.4 Pin Mapping === 929 +1. 930 +11. 931 +111. Pin Mapping 923 923 924 924 [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image020.png]] 925 925 926 926 927 -=== 6.2.4 Angle Mapping === 936 +1. 937 +11. 938 +111. Angle Mapping 928 928 929 929 [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image026.png]] 930 930 931 931 932 -=== 6.2.5 Installation Notice === 943 +1. 944 +11. 945 +111. Installation Notice 933 933 934 934 Do not power on while connect the cables. Double check the wiring before power on. 935 935 ... ... @@ -950,7 +950,8 @@ 950 950 951 951 952 952 953 -== 6.3 CO2/PM2.5/PM10 ~-~- WSS-03 == 966 +1. 967 +11. CO2/PM2.5/PM10 ~-~- WSS-03 954 954 955 955 WSS-03 is a RS485 Air Quality sensor. It can monitor CO2, PM2.5 and PM10 at the same time. 956 956 ... ... @@ -965,18 +965,16 @@ 965 965 processor WSC1-L can detect and upload the environment CO2, PM2.5 and PM10 to the IoT Server via wireless LoRaWAN protocol. 966 966 967 967 968 -=== 6.3.1 Feature === 969 - 982 +* 983 +*1. 984 +*11. Feature 970 970 * RS485 CO2, PM2.5, PM10 sensor 971 971 * NDIR to measure CO2 with Internal Temperature Compensation 972 972 * Laser Beam Scattering to PM2.5 and PM10 973 973 974 - 975 - 976 - 977 - 978 -=== 6.3.2 Specification === 979 - 989 +* 990 +*1. 991 +*11. Specification 980 980 * CO2 Range: 0~5000ppm, accuracy: ±3%F•S(25℃) 981 981 * CO2 resolution: 1ppm 982 982 * PM2.5/PM10 Range: 0~1000μg/m3 , accuracy ±3%F•S(25℃) ... ... @@ -991,22 +991,22 @@ 991 991 ** PM2.5/PM10: 15~80%RH (no dewing) 992 992 ** CO2: 0~95%RH 993 993 * Power Consumption: 50mA@ 12v. 1006 +*1. 1007 +*11. Dimension 994 994 995 - 996 - 997 - 998 - 999 -=== 6.3.3 Dimension === 1000 - 1001 1001 [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image028.png]] 1002 1002 1003 1003 1004 -=== 6.3.4 Pin Mapping === 1012 +1. 1013 +11. 1014 +111. Pin Mapping 1005 1005 1006 1006 [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image020.png]] 1007 1007 1008 1008 1009 -=== 6.3.5 Installation Notice === 1019 +1. 1020 +11. 1021 +111. Installation Notice 1010 1010 1011 1011 Do not power on while connect the cables. Double check the wiring before power on. 1012 1012 ... ... @@ -1019,7 +1019,8 @@ 1019 1019 1020 1020 1021 1021 1022 -== 6.4 Rain/Snow Detect ~-~- WSS-04 == 1034 +1. 1035 +11. Rain/Snow Detect ~-~- WSS-04 1023 1023 1024 1024 WSS-04 is a RS485 rain / snow detect sensor. It can monitor Rain or Snow event. 1025 1025 ... ... @@ -1035,18 +1035,16 @@ 1035 1035 1036 1036 1037 1037 1038 -=== 6.4.1 Feature === 1039 - 1051 +* 1052 +*1. 1053 +*11. Feature 1040 1040 * RS485 Rain/Snow detect sensor 1041 1041 * Surface heating to dry 1042 1042 * grid electrode uses Electroless Nickel/Immersion Gold design for resist corrosion 1043 1043 1044 - 1045 - 1046 - 1047 - 1048 -=== 6.4.2 Specification === 1049 - 1058 +* 1059 +*1. 1060 +*11. Specification 1050 1050 * Detect if there is rain or snow 1051 1051 * Input Power: DC 12 ~~ 24v 1052 1052 * Interface: RS485 ... ... @@ -1056,21 +1056,23 @@ 1056 1056 ** No heating: 12mA @ 12v, 1057 1057 ** heating: 94ma @ 12v. 1058 1058 1070 +1. 1071 +11. 1072 +111. Dimension 1059 1059 1060 - 1061 - 1062 - 1063 -=== 6.4.3 Dimension === 1064 - 1065 1065 [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image031.png]] 1066 1066 1067 1067 1068 -=== 6.4.4 Pin Mapping === 1077 +1. 1078 +11. 1079 +111. Pin Mapping 1069 1069 1070 1070 [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image020.png]] 1071 1071 1072 1072 1073 -=== 6.4.5 Installation Notice === 1084 +1. 1085 +11. 1086 +111. Installation Notice 1074 1074 1075 1075 Do not power on while connect the cables. Double check the wiring before power on. 1076 1076 ... ... @@ -1084,7 +1084,9 @@ 1084 1084 1085 1085 1086 1086 1087 -=== 6.4.6 Heating === 1100 +1. 1101 +11. 1102 +111. Heating 1088 1088 1089 1089 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℃). 1090 1090 ... ... @@ -1092,7 +1092,8 @@ 1092 1092 1093 1093 1094 1094 1095 -== 6.5 Temperature, Humidity, Illuminance, Pressure ~-~- WSS-05 == 1110 +1. 1111 +11. Temperature, Humidity, Illuminance, Pressure ~-~- WSS-05 1096 1096 1097 1097 WSS-05 is a 4 in 1 RS485 sensor which can monitor Temperature, Humidity, Illuminance and Pressure at the same time. 1098 1098 ... ... @@ -1104,16 +1104,14 @@ 1104 1104 processor WSC1-L can detect and upload environment Temperature, Humidity, Illuminance, Pressure to the IoT Server via wireless LoRaWAN protocol. 1105 1105 1106 1106 1107 -=== 6.5.1 Feature === 1108 - 1123 +* 1124 +*1. 1125 +*11. Feature 1109 1109 * RS485 Temperature, Humidity, Illuminance, Pressure sensor 1110 1110 1111 - 1112 - 1113 - 1114 - 1115 -=== 6.5.2 Specification === 1116 - 1128 +* 1129 +*1. 1130 +*11. Specification 1117 1117 * Input Power: DC 12 ~~ 24v 1118 1118 * Interface: RS485 1119 1119 * Temperature Sensor Spec: ... ... @@ -1137,21 +1137,23 @@ 1137 1137 * Power Consumption: 4mA @ 12v 1138 1138 1139 1139 1154 +1. 1155 +11. 1156 +111. Dimension 1140 1140 1141 - 1142 - 1143 -=== 6.5.3 Dimension === 1144 - 1145 1145 [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image034.jpg]] 1146 1146 1147 1147 1148 -=== 6.5.4 Pin Mapping === 1161 +1. 1162 +11. 1163 +111. Pin Mapping 1149 1149 1150 1150 [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image020.png]] 1151 1151 1167 +1. 1168 +11. 1169 +111. Installation Notice 1152 1152 1153 -=== 6.5.5 Installation Notice === 1154 - 1155 1155 Do not power on while connect the cables. Double check the wiring before power on. 1156 1156 1157 1157 ... ... @@ -1162,7 +1162,8 @@ 1162 1162 [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image030.png]] 1163 1163 1164 1164 1165 -== 6.6 Total Solar Radiation sensor ~-~- WSS-06 == 1181 +1. 1182 +11. Total Solar Radiation sensor ~-~- WSS-06 1166 1166 1167 1167 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. 1168 1168 ... ... @@ -1179,18 +1179,16 @@ 1179 1179 1180 1180 1181 1181 1182 -=== 6.6.1 Feature === 1183 - 1199 +* 1200 +*1. 1201 +*11. Feature 1184 1184 * RS485 Total Solar Radiation sensor 1185 1185 * Measure Total Radiation between 0.3~3μm(300~3000nm) 1186 1186 * Measure Reflected Radiation if sense area towards ground. 1187 1187 1188 - 1189 - 1190 - 1191 - 1192 -=== 6.6.2 Specification === 1193 - 1206 +* 1207 +*1. 1208 +*11. Specification 1194 1194 * Input Power: DC 5 ~~ 24v 1195 1195 * Interface: RS485 1196 1196 * Detect spectrum: 0.3~3μm(300~3000nm) ... ... @@ -1205,20 +1205,23 @@ 1205 1205 * Power Consumption: 4mA @ 12v 1206 1206 1207 1207 1223 +1. 1224 +11. 1225 +111. Dimension 1208 1208 1209 - 1210 - 1211 -=== 6.6.3 Dimension === 1212 - 1213 1213 [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image036.png]] 1214 1214 1215 1215 1216 -=== 6.6.4 Pin Mapping === 1230 +1. 1231 +11. 1232 +111. Pin Mapping 1217 1217 1218 1218 [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image020.png]] 1219 1219 1220 1220 1221 -=== 6.6.5 Installation Notice === 1237 +1. 1238 +11. 1239 +111. Installation Notice 1222 1222 1223 1223 Do not power on while connect the cables. Double check the wiring before power on. 1224 1224 ... ... @@ -1226,9 +1226,9 @@ 1226 1226 1227 1227 [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image038.png]] 1228 1228 1247 +1. 1248 +11. PAR (Photosynthetically Available Radiation) ~-~- WSS-07 1229 1229 1230 -== 6.7 PAR (Photosynthetically Available Radiation) ~-~- WSS-07 == 1231 - 1232 1232 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. 1233 1233 1234 1234 ... ... @@ -1244,7 +1244,9 @@ 1244 1244 processor WSC1-L can detect and upload Photosynthetically Available Radiation to the IoT Server via wireless LoRaWAN protocol. 1245 1245 1246 1246 1247 -=== 6.7.1 Feature === 1265 +1. 1266 +11. 1267 +111. Feature 1248 1248 1249 1249 PAR (Photosynthetically Available Radiation) sensor measure 400 ~~ 700nm wavelength nature light’s Photosynthetically Available Radiation. 1250 1250 ... ... @@ -1252,8 +1252,9 @@ 1252 1252 When nature light shine on the sense area, it will generate a signal base on the incidence radiation strength. 1253 1253 1254 1254 1255 -=== 6.7.2 Specification === 1256 - 1275 +* 1276 +*1. 1277 +*11. Specification 1257 1257 * Input Power: DC 5 ~~ 24v 1258 1258 * Interface: RS485 1259 1259 * Response Spectrum: 400~700nm ... ... @@ -1266,20 +1266,22 @@ 1266 1266 * Power Consumption: 3mA @ 12v 1267 1267 1268 1268 1290 +1. 1291 +11. 1292 +111. Dimension 1269 1269 1270 - 1271 - 1272 -=== 6.7.3 Dimension === 1273 - 1274 1274 [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image036.png]] 1275 1275 1296 +1. 1297 +11. 1298 +111. Pin Mapping 1276 1276 1277 -=== 6.7.4 Pin Mapping === 1278 - 1279 1279 [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image020.png]] 1280 1280 1281 1281 1282 -=== 6.7.5 Installation Notice === 1303 +1. 1304 +11. 1305 +111. Installation Notice 1283 1283 1284 1284 Do not power on while connect the cables. Double check the wiring before power on. 1285 1285