<
From version < 3.7 >
edited by Xiaoling
on 2022/06/24 10:54
To version < 3.4 >
edited by Xiaoling
on 2022/06/24 10:17
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -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,10 +830,10 @@
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  
839 839  1.
... ... @@ -845,7 +845,9 @@
845 845  
846 846  
847 847  
848 -=== 6.1.5 Installation Notice ===
855 +1.
856 +11.
857 +111. Installation Notice
849 849  
850 850  Do not power on while connect the cables. Double check the wiring before power on.
851 851  
... ... @@ -852,14 +852,14 @@
852 852  Installation Photo as reference:
853 853  
854 854  
855 -**(% style="color:#4472C4" %) Install on Ground:**
864 +**Install on Ground:**
856 856  
857 857  WSS-01 Rain Gauge include screws so can install in ground directly .
858 858  
859 859  
860 -**(% style="color:#4472C4" %) Install on pole:**
869 +**Install on pole:**
861 861  
862 -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:
863 863  
864 864  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image021.png]]
865 865  
... ... @@ -874,7 +874,8 @@
874 874  
875 875  
876 876  
877 -== 6.2 Wind Speed/Direction ~-~- WSS-02 ==
886 +1.
887 +11. Wind Speed/Direction ~-~- WSS-02
878 878  
879 879  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image023.png]]
880 880  
... ... @@ -889,15 +889,15 @@
889 889  processor WSC1-L can detect and upload the wind speed and direction to the IoT Server via wireless LoRaWAN protocol.
890 890  
891 891  
892 -=== 6.2.1 Feature ===
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 ===
908 +*
909 +*1.
910 +*11. Specification
901 901  * Wind speed range: 0 ~~ 30m/s, (always show 30m/s for higher speed)
902 902  * Wind direction range: 0 ~~ 360°
903 903  * Start wind speed: ≤0.3m/s
... ... @@ -909,26 +909,30 @@
909 909  * Power Consumption: 13mA ~~ 12v.
910 910  * Cable Length: 2 meters
911 911  
922 +1.
923 +11.
924 +111. Dimension
912 912  
913 -
914 -
915 -
916 -=== 6.2.3 Dimension ===
917 -
918 918  [[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]]
919 919  
920 920  
921 -=== 6.2.4 Pin Mapping ===
929 +1.
930 +11.
931 +111. Pin Mapping
922 922  
923 923  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image020.png]]
924 924  
925 925  
926 -=== 6.2.4 Angle Mapping ===
936 +1.
937 +11.
938 +111. Angle Mapping
927 927  
928 928  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image026.png]]
929 929  
930 930  
931 -=== 6.2.5 Installation Notice ===
943 +1.
944 +11.
945 +111. Installation Notice
932 932  
933 933  Do not power on while connect the cables. Double check the wiring before power on.
934 934  
... ... @@ -949,7 +949,8 @@
949 949  
950 950  
951 951  
952 -== 6.3 CO2/PM2.5/PM10 ~-~- WSS-03 ==
966 +1.
967 +11. CO2/PM2.5/PM10 ~-~- WSS-03
953 953  
954 954  WSS-03 is a RS485 Air Quality sensor. It can monitor CO2, PM2.5 and PM10 at the same time.
955 955  
... ... @@ -964,16 +964,16 @@
964 964  processor WSC1-L can detect and upload the environment CO2, PM2.5 and PM10 to the IoT Server via wireless LoRaWAN protocol.
965 965  
966 966  
967 -=== 6.3.1 Feature ===
982 +*
983 +*1.
984 +*11. Feature
968 968  * RS485 CO2, PM2.5, PM10 sensor
969 969  * NDIR to measure CO2 with Internal Temperature Compensation
970 970  * Laser Beam Scattering to PM2.5 and PM10
971 971  
972 -
973 -
974 -
975 -
976 -=== 6.3.2 Specification ===
989 +*
990 +*1.
991 +*11. Specification
977 977  * CO2 Range: 0~5000ppm, accuracy: ±3%F•S(25℃)
978 978  * CO2 resolution: 1ppm
979 979  * PM2.5/PM10 Range: 0~1000μg/m3 , accuracy ±3%F•S(25℃)
... ... @@ -988,22 +988,22 @@
988 988  ** PM2.5/PM10: 15~80%RH (no dewing)
989 989  ** CO2: 0~95%RH
990 990  * Power Consumption: 50mA@ 12v.
1006 +*1.
1007 +*11. Dimension
991 991  
992 -
993 -
994 -
995 -
996 -=== 6.3.3 Dimension ===
997 -
998 998  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image028.png]]
999 999  
1000 1000  
1001 -=== 6.3.4 Pin Mapping ===
1012 +1.
1013 +11.
1014 +111. Pin Mapping
1002 1002  
1003 1003  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image020.png]]
1004 1004  
1005 1005  
1006 -=== 6.3.5 Installation Notice ===
1019 +1.
1020 +11.
1021 +111. Installation Notice
1007 1007  
1008 1008  Do not power on while connect the cables. Double check the wiring before power on.
1009 1009  
... ... @@ -1016,7 +1016,8 @@
1016 1016  
1017 1017  
1018 1018  
1019 -== 6.4 Rain/Snow Detect ~-~- WSS-04 ==
1034 +1.
1035 +11. Rain/Snow Detect ~-~- WSS-04
1020 1020  
1021 1021  WSS-04 is a RS485 rain / snow detect sensor. It can monitor Rain or Snow event.
1022 1022  
... ... @@ -1032,16 +1032,16 @@
1032 1032  
1033 1033  
1034 1034  
1035 -=== 6.4.1 Feature ===
1051 +*
1052 +*1.
1053 +*11. Feature
1036 1036  * RS485 Rain/Snow detect sensor
1037 1037  * Surface heating to dry
1038 1038  * grid electrode uses Electroless Nickel/Immersion Gold design for resist corrosion
1039 1039  
1040 -
1041 -
1042 -
1043 -
1044 -=== 6.4.2 Specification ===
1058 +*
1059 +*1.
1060 +*11. Specification
1045 1045  * Detect if there is rain or snow
1046 1046  * Input Power: DC 12 ~~ 24v
1047 1047  * Interface: RS485
... ... @@ -1051,21 +1051,23 @@
1051 1051  ** No heating: 12mA @ 12v,
1052 1052  ** heating: 94ma @ 12v.
1053 1053  
1070 +1.
1071 +11.
1072 +111. Dimension
1054 1054  
1055 -
1056 -
1057 -
1058 -=== 6.4.3 Dimension ===
1059 -
1060 1060  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image031.png]]
1061 1061  
1062 1062  
1063 -=== 6.4.4 Pin Mapping ===
1077 +1.
1078 +11.
1079 +111. Pin Mapping
1064 1064  
1065 1065  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image020.png]]
1066 1066  
1067 1067  
1068 -=== 6.4.5 Installation Notice ===
1084 +1.
1085 +11.
1086 +111. Installation Notice
1069 1069  
1070 1070  Do not power on while connect the cables. Double check the wiring before power on.
1071 1071  
... ... @@ -1079,7 +1079,9 @@
1079 1079  
1080 1080  
1081 1081  
1082 -=== 6.4.6 Heating === 
1100 +1.
1101 +11.
1102 +111. Heating 
1083 1083  
1084 1084  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℃).
1085 1085  
... ... @@ -1087,7 +1087,8 @@
1087 1087  
1088 1088  
1089 1089  
1090 -== 6.5 Temperature, Humidity, Illuminance, Pressure ~-~- WSS-05 ==
1110 +1.
1111 +11. Temperature, Humidity, Illuminance, Pressure ~-~- WSS-05
1091 1091  
1092 1092  WSS-05 is a 4 in 1 RS485 sensor which can monitor Temperature, Humidity, Illuminance and Pressure at the same time.
1093 1093  
... ... @@ -1099,16 +1099,14 @@
1099 1099  processor WSC1-L can detect and upload environment Temperature, Humidity, Illuminance, Pressure to the IoT Server via wireless LoRaWAN protocol.
1100 1100  
1101 1101  
1102 -=== 6.5.1 Feature ===
1103 -
1123 +*
1124 +*1.
1125 +*11. Feature
1104 1104  * RS485 Temperature, Humidity, Illuminance, Pressure sensor
1105 1105  
1106 -
1107 -
1108 -
1109 -
1110 -=== 6.5.2 Specification ===
1111 -
1128 +*
1129 +*1.
1130 +*11. Specification
1112 1112  * Input Power: DC 12 ~~ 24v
1113 1113  * Interface: RS485
1114 1114  * Temperature Sensor Spec:
... ... @@ -1132,21 +1132,23 @@
1132 1132  * Power Consumption: 4mA @ 12v
1133 1133  
1134 1134  
1154 +1.
1155 +11.
1156 +111. Dimension
1135 1135  
1136 -
1137 -
1138 -=== 6.5.3 Dimension ===
1139 -
1140 1140  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image034.jpg]]
1141 1141  
1142 1142  
1143 -=== 6.5.4 Pin Mapping ===
1161 +1.
1162 +11.
1163 +111. Pin Mapping
1144 1144  
1145 1145  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image020.png]]
1146 1146  
1167 +1.
1168 +11.
1169 +111. Installation Notice
1147 1147  
1148 -=== 6.5.5 Installation Notice ===
1149 -
1150 1150  Do not power on while connect the cables. Double check the wiring before power on.
1151 1151  
1152 1152  
... ... @@ -1157,7 +1157,8 @@
1157 1157  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image030.png]]
1158 1158  
1159 1159  
1160 -== 6.6 Total Solar Radiation sensor ~-~- WSS-06 ==
1181 +1.
1182 +11. Total Solar Radiation sensor ~-~- WSS-06
1161 1161  
1162 1162  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.
1163 1163  
... ... @@ -1174,18 +1174,16 @@
1174 1174  
1175 1175  
1176 1176  
1177 -=== 6.6.1 Feature ===
1178 -
1199 +*
1200 +*1.
1201 +*11. Feature
1179 1179  * RS485 Total Solar Radiation sensor
1180 1180  * Measure Total Radiation between 0.3~3μm(300~3000nm)
1181 1181  * Measure Reflected Radiation if sense area towards ground.
1182 1182  
1183 -
1184 -
1185 -
1186 -
1187 -=== 6.6.2 Specification ===
1188 -
1206 +*
1207 +*1.
1208 +*11. Specification
1189 1189  * Input Power: DC 5 ~~ 24v
1190 1190  * Interface: RS485
1191 1191  * Detect spectrum: 0.3~3μm(300~3000nm)
... ... @@ -1200,20 +1200,23 @@
1200 1200  * Power Consumption: 4mA @ 12v
1201 1201  
1202 1202  
1223 +1.
1224 +11.
1225 +111. Dimension
1203 1203  
1204 -
1205 -
1206 -=== 6.6.3 Dimension ===
1207 -
1208 1208  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image036.png]]
1209 1209  
1210 1210  
1211 -=== 6.6.4 Pin Mapping ===
1230 +1.
1231 +11.
1232 +111. Pin Mapping
1212 1212  
1213 1213  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image020.png]]
1214 1214  
1215 1215  
1216 -=== 6.6.5 Installation Notice ===
1237 +1.
1238 +11.
1239 +111. Installation Notice
1217 1217  
1218 1218  Do not power on while connect the cables. Double check the wiring before power on.
1219 1219  
... ... @@ -1221,9 +1221,9 @@
1221 1221  
1222 1222  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image038.png]]
1223 1223  
1247 +1.
1248 +11. PAR (Photosynthetically Available Radiation) ~-~- WSS-07
1224 1224  
1225 -== 6.7 PAR (Photosynthetically Available Radiation) ~-~- WSS-07 ==
1226 -
1227 1227  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.
1228 1228  
1229 1229  
... ... @@ -1239,7 +1239,9 @@
1239 1239  processor WSC1-L can detect and upload Photosynthetically Available Radiation to the IoT Server via wireless LoRaWAN protocol.
1240 1240  
1241 1241  
1242 -=== 6.7.1 Feature ===
1265 +1.
1266 +11.
1267 +111. Feature
1243 1243  
1244 1244  PAR (Photosynthetically Available Radiation) sensor measure 400 ~~ 700nm wavelength nature light’s Photosynthetically Available Radiation.
1245 1245  
... ... @@ -1247,8 +1247,9 @@
1247 1247  When nature light shine on the sense area, it will generate a signal base on the incidence radiation strength.
1248 1248  
1249 1249  
1250 -=== 6.7.2 Specification ===
1251 -
1275 +*
1276 +*1.
1277 +*11. Specification
1252 1252  * Input Power: DC 5 ~~ 24v
1253 1253  * Interface: RS485
1254 1254  * Response Spectrum: 400~700nm
... ... @@ -1261,20 +1261,22 @@
1261 1261  * Power Consumption: 3mA @ 12v
1262 1262  
1263 1263  
1290 +1.
1291 +11.
1292 +111. Dimension
1264 1264  
1265 -
1266 -
1267 -=== 6.7.3 Dimension ===
1268 -
1269 1269  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image036.png]]
1270 1270  
1296 +1.
1297 +11.
1298 +111. Pin Mapping
1271 1271  
1272 -=== 6.7.4 Pin Mapping ===
1273 -
1274 1274  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image020.png]]
1275 1275  
1276 1276  
1277 -=== 6.7.5 Installation Notice ===
1303 +1.
1304 +11.
1305 +111. Installation Notice
1278 1278  
1279 1279  Do not power on while connect the cables. Double check the wiring before power on.
1280 1280  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0