<
From version < 78.1 >
edited by Xiaoling
on 2022/06/24 16:15
To version < 82.3 >
edited by Xiaoling
on 2022/06/24 18:01
>
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  
... ... @@ -78,6 +78,9 @@
78 78  * Cabinet.
79 79  
80 80  
81 +
82 +
83 +
81 81  == 2.2 How it works? ==
82 82  
83 83  (((
... ... @@ -85,7 +85,9 @@
85 85  )))
86 86  
87 87  
91 +(((
88 88  Open WSC1-L and put the yellow jumper as below position to power on WSC1-L.
93 +)))
89 89  
90 90  [[image:1656042192857-709.png]]
91 91  
... ... @@ -96,6 +96,9 @@
96 96  1. User can send a downlink command to WSC1-L to do a re-scan on the available sensors.
97 97  
98 98  
104 +
105 +
106 +
99 99  == 2.3 Example to use for LoRaWAN network ==
100 100  
101 101  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.
... ... @@ -138,7 +138,9 @@
138 138  
139 139  
140 140  
149 +(((
141 141  (% 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.
151 +)))
142 142  
143 143  
144 144  [[image:1656042745346-283.png]]
... ... @@ -152,6 +152,10 @@
152 152  * Valid Sensor Value: Use FPORT=2
153 153  * Other control command: Use FPORT other than 2.
154 154  
165 +
166 +
167 +
168 +
155 155  === 2.4.1 Uplink FPORT~=5, Device Status ===
156 156  
157 157  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
... ... @@ -216,9 +216,13 @@
216 216  
217 217  ==== (% style="color:#037691" %)**BAT:**(%%) ====
218 218  
233 +(((
219 219  shows the battery voltage for WSC1-L MCU.
235 +)))
220 220  
237 +(((
221 221  Ex1: 0x0BD6/1000 = 3.03 V
239 +)))
222 222  
223 223  
224 224  
... ... @@ -286,22 +286,50 @@
286 286  [[image:image-20220624140352-2.png]]
287 287  
288 288  
307 +(((
289 289  Below is an example payload:  [[image:image-20220624140615-3.png]]
309 +)))
290 290  
311 +(((
312 +
313 +)))
291 291  
315 +(((
292 292  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.
317 +)))
293 293  
294 -* 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.
319 +* (((
320 +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.
321 +)))
295 295  
323 +(((
296 296   Uplink 1:  [[image:image-20220624140735-4.png]]
325 +)))
297 297  
327 +(((
328 +
329 +)))
330 +
331 +(((
298 298   Uplink 2:  [[image:image-20220624140842-5.png]]
333 +)))
299 299  
335 +(((
336 +
337 +)))
300 300  
301 -* When WSC1-L sending in EU868 frequency DR0 data rate. The payload will be split into below packets and uplink:
339 +* (((
340 +When WSC1-L sending in EU868 frequency DR0 data rate. The payload will be split into below packets and uplink:
341 +)))
302 302  
343 +(((
303 303   Uplink 1:  [[image:image-20220624141025-6.png]]
345 +)))
304 304  
347 +(((
348 +
349 +)))
350 +
305 305   Uplink 2:  [[image:image-20220624141100-7.png]]
306 306  
307 307  
... ... @@ -309,14 +309,25 @@
309 309  
310 310  === 2.4.3 Decoder in TTN V3 ===
311 311  
358 +(((
312 312  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.
360 +)))
313 313  
362 +(((
363 +
364 +)))
314 314  
366 +(((
315 315  Download decoder for suitable platform from:
368 +)))
316 316  
370 +(((
317 317  [[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/]]
372 +)))
318 318  
374 +(((
319 319  and put as below:
376 +)))
320 320  
321 321  [[image:1656051152438-578.png]]
322 322  
... ... @@ -324,12 +324,21 @@
324 324  
325 325  == 2.5 Show data on Application Server ==
326 326  
384 +(((
327 327  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:
386 +)))
328 328  
388 +(((
389 +
390 +)))
329 329  
392 +(((
330 330  (% style="color:blue" %)**Step 1**(%%): Be sure that your device is programmed and properly connected to the LoRaWAN network.
394 +)))
331 331  
396 +(((
332 332  (% 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.
398 +)))
333 333  
334 334  [[image:1656051197172-131.png]]
335 335  
... ... @@ -377,9 +377,6 @@
377 377  
378 378  
379 379  
380 -
381 -
382 -
383 383  == 3.1 Set Transmit Interval Time ==
384 384  
385 385  Feature: Change LoRaWAN End Node Transmit Interval.
... ... @@ -399,6 +399,9 @@
399 399  * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
400 400  
401 401  
465 +
466 +
467 +
402 402  == 3.2 Set Emergency Mode ==
403 403  
404 404  Feature: In emergency mode, WSC1-L will uplink data every 1 minute.
... ... @@ -414,27 +414,56 @@
414 414  * 0xE100     Same as: AT+ALARMMOD=0
415 415  
416 416  
483 +
484 +
485 +
417 417  == 3.3 Add or Delete RS485 Sensor ==
418 418  
488 +(((
419 419  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.
490 +)))
420 420  
492 +(((
421 421  (% style="color:#037691" %)**AT Command: **
494 +)))
422 422  
496 +(((
423 423  (% style="color:blue" %)**AT+DYSENSOR=Type_Code, Query_Length, Query_Command , Read_Length , Valid_Data ,has_CRC,timeout**
498 +)))
424 424  
425 -* Type_Code range:  A1 ~~ A4
426 -* Query_Length:  RS485 Query frame length, Value cannot be greater than 10
427 -* Query_Command:  RS485 Query frame data to be sent to sensor, cannot be larger than 10 bytes
428 -* Read_Length:  RS485 response frame length supposed to receive. Max can receive
429 -* Valid_Data:  valid data from RS485 Response, Valid Data will be added to Payload and upload via LoRaWAN.
430 -* 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.
431 -* timeout:  RS485 receive timeout (uint:ms). Device will close receive window after timeout
500 +* (((
501 +Type_Code range:  A1 ~~ A4
502 +)))
503 +* (((
504 +Query_Length:  RS485 Query frame length, Value cannot be greater than 10
505 +)))
506 +* (((
507 +Query_Command:  RS485 Query frame data to be sent to sensor, cannot be larger than 10 bytes
508 +)))
509 +* (((
510 +Read_Length:  RS485 response frame length supposed to receive. Max can receive
511 +)))
512 +* (((
513 +Valid_Data:  valid data from RS485 Response, Valid Data will be added to Payload and upload via LoRaWAN.
514 +)))
515 +* (((
516 +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.
517 +)))
518 +* (((
519 +timeout:  RS485 receive timeout (uint:ms). Device will close receive window after timeout
520 +)))
432 432  
522 +(((
433 433  **Example:**
524 +)))
434 434  
526 +(((
435 435  User need to change external sensor use the type code as address code.
528 +)))
436 436  
530 +(((
437 437  With a 485 sensor, after correctly changing the address code to A1, the RS485 query frame is shown in the following table:
532 +)))
438 438  
439 439  [[image:image-20220624143553-10.png]]
440 440  
... ... @@ -483,7 +483,6 @@
483 483  
484 484  * 0xE5FF  
485 485  
486 -
487 487  == 3.4 RS485 Test Command ==
488 488  
489 489  (% style="color:#037691" %)**AT Command:**
... ... @@ -505,7 +505,6 @@
505 505  
506 506  * 0xE20103000001840A     Same as: AT+RSWRITE=0103000001840A
507 507  
508 -
509 509  == 3.5 RS485 response timeout ==
510 510  
511 511  Feature: Set or get extended time to receive 485 sensor data.
... ... @@ -529,12 +529,15 @@
529 529  * Example 1: Downlink Payload: E0000005 ~/~/ Set Transmit Interval (DTR) = 5 seconds
530 530  * Example 2: Downlink Payload: E000000A ~/~/ Set Transmit Interval (DTR) = 10 seconds
531 531  
532 -
533 533  == 3.6 Set Sensor Type ==
534 534  
627 +(((
535 535  Feature: Set sensor in used. If there are 6 sensors, user can set to only send 5 sensors values.
629 +)))
536 536  
631 +(((
537 537  See [[definition>>||anchor="HWeatherSensorTypes:"]] for the sensor type.
633 +)))
538 538  
539 539  [[image:image-20220624144904-12.png]]
540 540  
... ... @@ -698,19 +698,31 @@
698 698  
699 699  === 6.1.5 Installation Notice ===
700 700  
797 +(((
701 701  Do not power on while connect the cables. Double check the wiring before power on.
799 +)))
702 702  
801 +(((
703 703  Installation Photo as reference:
803 +)))
704 704  
705 705  
806 +(((
706 706  (% style="color:#4472c4" %)** Install on Ground:**
808 +)))
707 707  
810 +(((
708 708  WSS-01 Rain Gauge include screws so can install in ground directly .
812 +)))
709 709  
710 710  
815 +(((
711 711  (% style="color:#4472c4" %)** Install on pole:**
817 +)))
712 712  
819 +(((
713 713  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:
821 +)))
714 714  
715 715  [[image:image-20220624152218-1.png||height="526" width="276"]]
716 716  
... ... @@ -774,9 +774,13 @@
774 774  
775 775  === 6.2.6  Installation Notice ===
776 776  
885 +(((
777 777  Do not power on while connect the cables. Double check the wiring before power on.
887 +)))
778 778  
889 +(((
779 779  The sensor must be installed with below direction, towards North.
891 +)))
780 780  
781 781  [[image:image-20220624153901-3.png]]
782 782  
... ... @@ -834,8 +834,6 @@
834 834  
835 835  Do not power on while connect the cables. Double check the wiring before power on.
836 836  
837 -[[image:1656057016033-551.png]]
838 -
839 839  [[image:1656056751153-304.png]]
840 840  
841 841  [[image:1656056766224-773.png]]
... ... @@ -890,7 +890,9 @@
890 890  Do not power on while connect the cables. Double check the wiring before power on.
891 891  
892 892  
1003 +(((
893 893  Install with 15°degree.
1005 +)))
894 894  
895 895   [[image:1656056873783-780.png]]
896 896  
... ... @@ -921,6 +921,10 @@
921 921  
922 922  * RS485 Temperature, Humidity, Illuminance, Pressure sensor
923 923  
1036 +
1037 +
1038 +
1039 +
924 924  === 6.5.2 Specification ===
925 925  
926 926  * Input Power: DC 12 ~~ 24v
... ... @@ -945,6 +945,10 @@
945 945  * Working Humidity: 10~90%RH
946 946  * Power Consumption: 4mA @ 12v
947 947  
1064 +
1065 +
1066 +
1067 +
948 948  === 6.5.3 Dimension ===
949 949  
950 950  [[image:1656057170639-522.png]]
... ... @@ -988,6 +988,9 @@
988 988  * Measure Total Radiation between 0.3~3μm(300~3000nm)
989 989  * Measure Reflected Radiation if sense area towards ground.
990 990  
1111 +
1112 +
1113 +
991 991  === 6.6.2 Specification ===
992 992  
993 993  * Input Power: DC 5 ~~ 24v
... ... @@ -1003,6 +1003,10 @@
1003 1003  * Working Humidity: 10~90%RH
1004 1004  * Power Consumption: 4mA @ 12v
1005 1005  
1129 +
1130 +
1131 +
1132 +
1006 1006  === 6.6.3 Dimension ===
1007 1007  
1008 1008  [[image:1656057348695-898.png]]
... ... @@ -1041,9 +1041,13 @@
1041 1041  
1042 1042  === 6.7.1 Feature ===
1043 1043  
1171 +(((
1044 1044  PAR (Photosynthetically Available Radiation) sensor measure 400 ~~ 700nm wavelength nature light's Photosynthetically Available Radiation.
1173 +)))
1045 1045  
1175 +(((
1046 1046  When nature light shine on the sense area, it will generate a signal base on the incidence radiation strength.
1177 +)))
1047 1047  
1048 1048  
1049 1049  === 6.7.2 Specification ===
... ... @@ -1059,6 +1059,10 @@
1059 1059  * Working Humidity: 10~90%RH
1060 1060  * Power Consumption: 3mA @ 12v
1061 1061  
1193 +
1194 +
1195 +
1196 +
1062 1062  === 6.7.3 Dimension ===
1063 1063  
1064 1064  [[image:1656057538793-888.png]]
... ... @@ -1146,12 +1146,10 @@
1146 1146  * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
1147 1147  
1148 1148  
1149 -
1150 -
1151 1151  == 9.2 Sensors ==
1152 1152  
1153 -(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:510px" %)
1154 -|=(% style="width: 462px;" %)**Sensor Model**|=(% style="width: 110px;" %)**Part Number**
1286 +(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:400px" %)
1287 +|=(% style="width: 300px;" %)**Sensor Model**|=(% style="width: 100px;" %)**Part Number**
1155 1155  |(% style="width:462px" %)**Rain Gauge**|(% style="width:110px" %)WSS-01
1156 1156  |(% style="width:462px" %)**Rain Gauge installation Bracket for Pole**|(% style="width:110px" %)WS-K2
1157 1157  |(% style="width:462px" %)**Wind Speed Direction 2 in 1 Sensor**|(% style="width:110px" %)WSS-02
... ... @@ -1168,9 +1168,6 @@
1168 1168  * 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]]
1169 1169  
1170 1170  
1171 -
1172 -
1173 -
1174 1174  = 11. Appendix I: Field Installation Photo =
1175 1175  
1176 1176  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0