<
From version < 78.4 >
edited by Xiaoling
on 2022/06/24 16:20
To version < 82.1 >
edited by Xiaoling
on 2022/06/24 17:58
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -61,13 +61,13 @@
61 61  [[image:1656042136605-251.png]]
62 62  
63 63  
64 -(% style="color:red" %) ** Notice 1:**
64 +(% style="color:red" %)**Notice 1:**
65 65  
66 66  * All weather sensors and WSC1-L are powered by MPPT solar recharge controller. MPPT is connected to solar panel and storage battery.
67 67  * WSC1-L has an extra 1000mAh back up battery. So it can work even solar panel and storage battery Fails.
68 68  * Weather sensors won’t work if solar panel and storage battery fails.
69 69  
70 -(% style="color:red" %)** Notice 2:**
70 +(% style="color:red" %)**Notice 2:**
71 71  
72 72  Due to shipment and importation limitation, user is better to purchase below parts locally:
73 73  
... ... @@ -82,7 +82,6 @@
82 82  
83 83  
84 84  
85 -
86 86  == 2.2 How it works? ==
87 87  
88 88  (((
... ... @@ -90,7 +90,9 @@
90 90  )))
91 91  
92 92  
92 +(((
93 93  Open WSC1-L and put the yellow jumper as below position to power on WSC1-L.
94 +)))
94 94  
95 95  [[image:1656042192857-709.png]]
96 96  
... ... @@ -100,11 +100,6 @@
100 100  1. WSC1-L will auto scan available weather sensors when power on or reboot.
101 101  1. User can send a downlink command to WSC1-L to do a re-scan on the available sensors.
102 102  
103 -
104 -
105 -
106 -
107 -
108 108  == 2.3 Example to use for LoRaWAN network ==
109 109  
110 110  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.
... ... @@ -147,7 +147,9 @@
147 147  
148 148  
149 149  
146 +(((
150 150  (% style="color:blue" %)**Step 2**(%%): Power on WSC1-L, it will start to join TTN server. After join success, it will start to upload sensor data to TTN V3 and user can see in the panel.
148 +)))
151 151  
152 152  
153 153  [[image:1656042745346-283.png]]
... ... @@ -161,11 +161,6 @@
161 161  * Valid Sensor Value: Use FPORT=2
162 162  * Other control command: Use FPORT other than 2.
163 163  
164 -
165 -
166 -
167 -
168 -
169 169  === 2.4.1 Uplink FPORT~=5, Device Status ===
170 170  
171 171  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
... ... @@ -230,9 +230,13 @@
230 230  
231 231  ==== (% style="color:#037691" %)**BAT:**(%%) ====
232 232  
226 +(((
233 233  shows the battery voltage for WSC1-L MCU.
228 +)))
234 234  
230 +(((
235 235  Ex1: 0x0BD6/1000 = 3.03 V
232 +)))
236 236  
237 237  
238 238  
... ... @@ -300,22 +300,50 @@
300 300  [[image:image-20220624140352-2.png]]
301 301  
302 302  
300 +(((
303 303  Below is an example payload:  [[image:image-20220624140615-3.png]]
302 +)))
304 304  
304 +(((
305 +
306 +)))
305 305  
308 +(((
306 306  When sending this payload to LoRaWAN server. WSC1-L will send this in one uplink or several uplinks according to LoRaWAN spec requirement. For example, total length of Payload is 54 bytes.
310 +)))
307 307  
308 -* When WSC1-L sending in US915 frequency DR0 data rate. Because this data rate has limitation of 11 bytes payload for each uplink. The payload will be split into below packets and uplink.
312 +* (((
313 +When WSC1-L sending in US915 frequency DR0 data rate. Because this data rate has limitation of 11 bytes payload for each uplink. The payload will be split into below packets and uplink.
314 +)))
309 309  
316 +(((
310 310   Uplink 1:  [[image:image-20220624140735-4.png]]
318 +)))
311 311  
320 +(((
321 +
322 +)))
323 +
324 +(((
312 312   Uplink 2:  [[image:image-20220624140842-5.png]]
326 +)))
313 313  
328 +(((
329 +
330 +)))
314 314  
315 -* When WSC1-L sending in EU868 frequency DR0 data rate. The payload will be split into below packets and uplink:
332 +* (((
333 +When WSC1-L sending in EU868 frequency DR0 data rate. The payload will be split into below packets and uplink:
334 +)))
316 316  
336 +(((
317 317   Uplink 1:  [[image:image-20220624141025-6.png]]
338 +)))
318 318  
340 +(((
341 +
342 +)))
343 +
319 319   Uplink 2:  [[image:image-20220624141100-7.png]]
320 320  
321 321  
... ... @@ -323,14 +323,25 @@
323 323  
324 324  === 2.4.3 Decoder in TTN V3 ===
325 325  
351 +(((
326 326  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.
353 +)))
327 327  
355 +(((
356 +
357 +)))
328 328  
359 +(((
329 329  Download decoder for suitable platform from:
361 +)))
330 330  
363 +(((
331 331  [[https:~~/~~/www.dragino.com/downloads/index.php?dir=LoRa_End_Node/Weather_Station/WSC1-L/>>url:https://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/Weather_Station/WSC1-L/]]
365 +)))
332 332  
367 +(((
333 333  and put as below:
369 +)))
334 334  
335 335  [[image:1656051152438-578.png]]
336 336  
... ... @@ -338,12 +338,21 @@
338 338  
339 339  == 2.5 Show data on Application Server ==
340 340  
377 +(((
341 341  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:
379 +)))
342 342  
381 +(((
382 +
383 +)))
343 343  
385 +(((
344 344  (% style="color:blue" %)**Step 1**(%%): Be sure that your device is programmed and properly connected to the LoRaWAN network.
387 +)))
345 345  
389 +(((
346 346  (% 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.
391 +)))
347 347  
348 348  [[image:1656051197172-131.png]]
349 349  
... ... @@ -412,11 +412,6 @@
412 412  * Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
413 413  * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
414 414  
415 -
416 -
417 -
418 -
419 -
420 420  == 3.2 Set Emergency Mode ==
421 421  
422 422  Feature: In emergency mode, WSC1-L will uplink data every 1 minute.
... ... @@ -431,32 +431,53 @@
431 431  * 0xE101     Same as: AT+ALARMMOD=1
432 432  * 0xE100     Same as: AT+ALARMMOD=0
433 433  
434 -
435 -
436 -
437 -
438 -
439 439  == 3.3 Add or Delete RS485 Sensor ==
440 440  
476 +(((
441 441  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.
478 +)))
442 442  
480 +(((
443 443  (% style="color:#037691" %)**AT Command: **
482 +)))
444 444  
484 +(((
445 445  (% style="color:blue" %)**AT+DYSENSOR=Type_Code, Query_Length, Query_Command , Read_Length , Valid_Data ,has_CRC,timeout**
486 +)))
446 446  
447 -* Type_Code range:  A1 ~~ A4
448 -* Query_Length:  RS485 Query frame length, Value cannot be greater than 10
449 -* Query_Command:  RS485 Query frame data to be sent to sensor, cannot be larger than 10 bytes
450 -* Read_Length:  RS485 response frame length supposed to receive. Max can receive
451 -* Valid_Data:  valid data from RS485 Response, Valid Data will be added to Payload and upload via LoRaWAN.
452 -* 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.
453 -* timeout:  RS485 receive timeout (uint:ms). Device will close receive window after timeout
488 +* (((
489 +Type_Code range:  A1 ~~ A4
490 +)))
491 +* (((
492 +Query_Length:  RS485 Query frame length, Value cannot be greater than 10
493 +)))
494 +* (((
495 +Query_Command:  RS485 Query frame data to be sent to sensor, cannot be larger than 10 bytes
496 +)))
497 +* (((
498 +Read_Length:  RS485 response frame length supposed to receive. Max can receive
499 +)))
500 +* (((
501 +Valid_Data:  valid data from RS485 Response, Valid Data will be added to Payload and upload via LoRaWAN.
502 +)))
503 +* (((
504 +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.
505 +)))
506 +* (((
507 +timeout:  RS485 receive timeout (uint:ms). Device will close receive window after timeout
508 +)))
454 454  
510 +(((
455 455  **Example:**
512 +)))
456 456  
514 +(((
457 457  User need to change external sensor use the type code as address code.
516 +)))
458 458  
518 +(((
459 459  With a 485 sensor, after correctly changing the address code to A1, the RS485 query frame is shown in the following table:
520 +)))
460 460  
461 461  [[image:image-20220624143553-10.png]]
462 462  
... ... @@ -505,11 +505,6 @@
505 505  
506 506  * 0xE5FF  
507 507  
508 -
509 -
510 -
511 -
512 -
513 513  == 3.4 RS485 Test Command ==
514 514  
515 515  (% style="color:#037691" %)**AT Command:**
... ... @@ -531,11 +531,6 @@
531 531  
532 532  * 0xE20103000001840A     Same as: AT+RSWRITE=0103000001840A
533 533  
534 -
535 -
536 -
537 -
538 -
539 539  == 3.5 RS485 response timeout ==
540 540  
541 541  Feature: Set or get extended time to receive 485 sensor data.
... ... @@ -559,16 +559,15 @@
559 559  * Example 1: Downlink Payload: E0000005 ~/~/ Set Transmit Interval (DTR) = 5 seconds
560 560  * Example 2: Downlink Payload: E000000A ~/~/ Set Transmit Interval (DTR) = 10 seconds
561 561  
562 -
563 -
564 -
565 -
566 -
567 567  == 3.6 Set Sensor Type ==
568 568  
615 +(((
569 569  Feature: Set sensor in used. If there are 6 sensors, user can set to only send 5 sensors values.
617 +)))
570 570  
619 +(((
571 571  See [[definition>>||anchor="HWeatherSensorTypes:"]] for the sensor type.
621 +)))
572 572  
573 573  [[image:image-20220624144904-12.png]]
574 574  
... ... @@ -642,11 +642,6 @@
642 642  * IP Rating: IP65
643 643  * Support default sensors or 3rd party RS485 sensors
644 644  
645 -
646 -
647 -
648 -
649 -
650 650  == 5.2 Power Consumption ==
651 651  
652 652  WSC1-L (without external sensor): Idle: 4mA, Transmit: max 40mA
... ... @@ -714,11 +714,6 @@
714 714  * ABS enclosure.
715 715  * Horizontal adjustable.
716 716  
717 -
718 -
719 -
720 -
721 -
722 722  === 6.1.2 Specification ===
723 723  
724 724  * Resolution: 0.2mm
... ... @@ -730,11 +730,6 @@
730 730  * Working Humidity: <100% (no dewing)
731 731  * Power Consumption: 4mA @ 12v.
732 732  
733 -
734 -
735 -
736 -
737 -
738 738  === 6.1.3 Dimension ===
739 739  
740 740   [[image:1656054957406-980.png]]
... ... @@ -747,19 +747,31 @@
747 747  
748 748  === 6.1.5 Installation Notice ===
749 749  
785 +(((
750 750  Do not power on while connect the cables. Double check the wiring before power on.
787 +)))
751 751  
789 +(((
752 752  Installation Photo as reference:
791 +)))
753 753  
754 754  
794 +(((
755 755  (% style="color:#4472c4" %)** Install on Ground:**
796 +)))
756 756  
798 +(((
757 757  WSS-01 Rain Gauge include screws so can install in ground directly .
800 +)))
758 758  
759 759  
803 +(((
760 760  (% style="color:#4472c4" %)** Install on pole:**
805 +)))
761 761  
807 +(((
762 762  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:
809 +)))
763 763  
764 764  [[image:image-20220624152218-1.png||height="526" width="276"]]
765 765  
... ... @@ -793,11 +793,6 @@
793 793  * RS485 wind speed / direction sensor
794 794  * PC enclosure, resist corrosion
795 795  
796 -
797 -
798 -
799 -
800 -
801 801  === 6.2.2 Specification ===
802 802  
803 803  * Wind speed range: 0 ~~ 30m/s, (always show 30m/s for higher speed)
... ... @@ -811,11 +811,6 @@
811 811  * Power Consumption: 13mA ~~ 12v.
812 812  * Cable Length: 2 meters
813 813  
814 -
815 -
816 -
817 -
818 -
819 819  === 6.2.3 Dimension ===
820 820  
821 821  [[image:image-20220624152813-2.png]]
... ... @@ -833,9 +833,13 @@
833 833  
834 834  === 6.2.6  Installation Notice ===
835 835  
873 +(((
836 836  Do not power on while connect the cables. Double check the wiring before power on.
875 +)))
837 837  
877 +(((
838 838  The sensor must be installed with below direction, towards North.
879 +)))
839 839  
840 840  [[image:image-20220624153901-3.png]]
841 841  
... ... @@ -862,11 +862,6 @@
862 862  * NDIR to measure CO2 with Internal Temperature Compensation
863 863  * Laser Beam Scattering to PM2.5 and PM10
864 864  
865 -
866 -
867 -
868 -
869 -
870 870  === 6.3.2 Specification ===
871 871  
872 872  * CO2 Range: 0~5000ppm, accuracy: ±3%F•S(25℃)
... ... @@ -884,11 +884,6 @@
884 884  ** CO2: 0~95%RH
885 885  * Power Consumption: 50mA@ 12v.
886 886  
887 -
888 -
889 -
890 -
891 -
892 892  === 6.3.3 Dimension ===
893 893  
894 894  [[image:1656056708366-230.png]]
... ... @@ -903,8 +903,6 @@
903 903  
904 904  Do not power on while connect the cables. Double check the wiring before power on.
905 905  
906 -[[image:1656057016033-551.png]]
907 -
908 908  [[image:1656056751153-304.png]]
909 909  
910 910  [[image:1656056766224-773.png]]
... ... @@ -933,11 +933,6 @@
933 933  * Surface heating to dry
934 934  * grid electrode uses Electroless Nickel/Immersion Gold design for resist corrosion
935 935  
936 -
937 -
938 -
939 -
940 -
941 941  === 6.4.2 Specification ===
942 942  
943 943  * Detect if there is rain or snow
... ... @@ -949,11 +949,6 @@
949 949  ** No heating: 12mA @ 12v,
950 950  ** heating: 94ma @ 12v.
951 951  
952 -
953 -
954 -
955 -
956 -
957 957  === 6.4.3 Dimension ===
958 958  
959 959  [[image:1656056844782-155.png]]
... ... @@ -969,7 +969,9 @@
969 969  Do not power on while connect the cables. Double check the wiring before power on.
970 970  
971 971  
991 +(((
972 972  Install with 15°degree.
993 +)))
973 973  
974 974   [[image:1656056873783-780.png]]
975 975  
... ... @@ -1081,7 +1081,6 @@
1081 1081  
1082 1082  
1083 1083  
1084 -
1085 1085  === 6.6.2 Specification ===
1086 1086  
1087 1087  * Input Power: DC 5 ~~ 24v
... ... @@ -1140,9 +1140,13 @@
1140 1140  
1141 1141  === 6.7.1 Feature ===
1142 1142  
1163 +(((
1143 1143  PAR (Photosynthetically Available Radiation) sensor measure 400 ~~ 700nm wavelength nature light's Photosynthetically Available Radiation.
1165 +)))
1144 1144  
1167 +(((
1145 1145  When nature light shine on the sense area, it will generate a signal base on the incidence radiation strength.
1169 +)))
1146 1146  
1147 1147  
1148 1148  === 6.7.2 Specification ===
... ... @@ -1253,8 +1253,8 @@
1253 1253  
1254 1254  == 9.2 Sensors ==
1255 1255  
1256 -(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:510px" %)
1257 -|=(% style="width: 462px;" %)**Sensor Model**|=(% style="width: 110px;" %)**Part Number**
1280 +(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:400px" %)
1281 +|=(% style="width: 300px;" %)**Sensor Model**|=(% style="width: 100px;" %)**Part Number**
1258 1258  |(% style="width:462px" %)**Rain Gauge**|(% style="width:110px" %)WSS-01
1259 1259  |(% style="width:462px" %)**Rain Gauge installation Bracket for Pole**|(% style="width:110px" %)WS-K2
1260 1260  |(% style="width:462px" %)**Wind Speed Direction 2 in 1 Sensor**|(% style="width:110px" %)WSS-02
... ... @@ -1266,7 +1266,6 @@
1266 1266  
1267 1267  
1268 1268  
1269 -
1270 1270  = 10. Support =
1271 1271  
1272 1272  * 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.
... ... @@ -1274,7 +1274,6 @@
1274 1274  
1275 1275  
1276 1276  
1277 -
1278 1278  = 11. Appendix I: Field Installation Photo =
1279 1279  
1280 1280  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0