Last modified by Mengting Qiu on 2025/07/09 16:00

From version 82.1
edited by Xiaoling
on 2022/06/24 17:58
Change comment: There is no comment for this version
To version 70.5
edited by Xiaoling
on 2022/06/24 16:10
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  
... ... @@ -79,9 +79,6 @@
79 79  
80 80  
81 81  
82 -
83 -
84 -
85 85  == 2.2 How it works? ==
86 86  
87 87  (((
... ... @@ -89,9 +89,7 @@
89 89  )))
90 90  
91 91  
92 -(((
93 93  Open WSC1-L and put the yellow jumper as below position to power on WSC1-L.
94 -)))
95 95  
96 96  [[image:1656042192857-709.png]]
97 97  
... ... @@ -101,6 +101,8 @@
101 101  1. WSC1-L will auto scan available weather sensors when power on or reboot.
102 102  1. User can send a downlink command to WSC1-L to do a re-scan on the available sensors.
103 103  
99 +
100 +
104 104  == 2.3 Example to use for LoRaWAN network ==
105 105  
106 106  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.
... ... @@ -143,9 +143,7 @@
143 143  
144 144  
145 145  
146 -(((
147 147  (% 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 -)))
149 149  
150 150  
151 151  [[image:1656042745346-283.png]]
... ... @@ -223,13 +223,9 @@
223 223  
224 224  ==== (% style="color:#037691" %)**BAT:**(%%) ====
225 225  
226 -(((
227 227  shows the battery voltage for WSC1-L MCU.
228 -)))
229 229  
230 -(((
231 231  Ex1: 0x0BD6/1000 = 3.03 V
232 -)))
233 233  
234 234  
235 235  
... ... @@ -297,50 +297,22 @@
297 297  [[image:image-20220624140352-2.png]]
298 298  
299 299  
300 -(((
301 301  Below is an example payload:  [[image:image-20220624140615-3.png]]
302 -)))
303 303  
304 -(((
305 -
306 -)))
307 307  
308 -(((
309 309  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 -)))
311 311  
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 -)))
296 +* 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.
315 315  
316 -(((
317 317   Uplink 1:  [[image:image-20220624140735-4.png]]
318 -)))
319 319  
320 -(((
321 -
322 -)))
323 -
324 -(((
325 325   Uplink 2:  [[image:image-20220624140842-5.png]]
326 -)))
327 327  
328 -(((
329 -
330 -)))
331 331  
332 -* (((
333 -When WSC1-L sending in EU868 frequency DR0 data rate. The payload will be split into below packets and uplink:
334 -)))
303 +* When WSC1-L sending in EU868 frequency DR0 data rate. The payload will be split into below packets and uplink:
335 335  
336 -(((
337 337   Uplink 1:  [[image:image-20220624141025-6.png]]
338 -)))
339 339  
340 -(((
341 -
342 -)))
343 -
344 344   Uplink 2:  [[image:image-20220624141100-7.png]]
345 345  
346 346  
... ... @@ -348,25 +348,14 @@
348 348  
349 349  === 2.4.3 Decoder in TTN V3 ===
350 350  
351 -(((
352 352  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 -)))
354 354  
355 -(((
356 -
357 -)))
358 358  
359 -(((
360 360  Download decoder for suitable platform from:
361 -)))
362 362  
363 -(((
364 364  [[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 -)))
366 366  
367 -(((
368 368  and put as below:
369 -)))
370 370  
371 371  [[image:1656051152438-578.png]]
372 372  
... ... @@ -374,21 +374,12 @@
374 374  
375 375  == 2.5 Show data on Application Server ==
376 376  
377 -(((
378 378  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 -)))
380 380  
381 -(((
382 -
383 -)))
384 384  
385 -(((
386 386  (% style="color:blue" %)**Step 1**(%%): Be sure that your device is programmed and properly connected to the LoRaWAN network.
387 -)))
388 388  
389 -(((
390 390  (% 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 -)))
392 392  
393 393  [[image:1656051197172-131.png]]
394 394  
... ... @@ -457,6 +457,8 @@
457 457  * Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
458 458  * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
459 459  
403 +
404 +
460 460  == 3.2 Set Emergency Mode ==
461 461  
462 462  Feature: In emergency mode, WSC1-L will uplink data every 1 minute.
... ... @@ -471,53 +471,29 @@
471 471  * 0xE101     Same as: AT+ALARMMOD=1
472 472  * 0xE100     Same as: AT+ALARMMOD=0
473 473  
419 +
420 +
474 474  == 3.3 Add or Delete RS485 Sensor ==
475 475  
476 -(((
477 477  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 -)))
479 479  
480 -(((
481 481  (% style="color:#037691" %)**AT Command: **
482 -)))
483 483  
484 -(((
485 485  (% style="color:blue" %)**AT+DYSENSOR=Type_Code, Query_Length, Query_Command , Read_Length , Valid_Data ,has_CRC,timeout**
486 -)))
487 487  
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 -)))
429 +* Type_Code range:  A1 ~~ A4
430 +* Query_Length:  RS485 Query frame length, Value cannot be greater than 10
431 +* Query_Command:  RS485 Query frame data to be sent to sensor, cannot be larger than 10 bytes
432 +* Read_Length:  RS485 response frame length supposed to receive. Max can receive
433 +* Valid_Data:  valid data from RS485 Response, Valid Data will be added to Payload and upload via LoRaWAN.
434 +* 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.
435 +* timeout:  RS485 receive timeout (uint:ms). Device will close receive window after timeout
509 509  
510 -(((
511 511  **Example:**
512 -)))
513 513  
514 -(((
515 515  User need to change external sensor use the type code as address code.
516 -)))
517 517  
518 -(((
519 519  With a 485 sensor, after correctly changing the address code to A1, the RS485 query frame is shown in the following table:
520 -)))
521 521  
522 522  [[image:image-20220624143553-10.png]]
523 523  
... ... @@ -566,6 +566,8 @@
566 566  
567 567  * 0xE5FF  
568 568  
490 +
491 +
569 569  == 3.4 RS485 Test Command ==
570 570  
571 571  (% style="color:#037691" %)**AT Command:**
... ... @@ -587,6 +587,8 @@
587 587  
588 588  * 0xE20103000001840A     Same as: AT+RSWRITE=0103000001840A
589 589  
513 +
514 +
590 590  == 3.5 RS485 response timeout ==
591 591  
592 592  Feature: Set or get extended time to receive 485 sensor data.
... ... @@ -610,15 +610,13 @@
610 610  * Example 1: Downlink Payload: E0000005 ~/~/ Set Transmit Interval (DTR) = 5 seconds
611 611  * Example 2: Downlink Payload: E000000A ~/~/ Set Transmit Interval (DTR) = 10 seconds
612 612  
538 +
539 +
613 613  == 3.6 Set Sensor Type ==
614 614  
615 -(((
616 616  Feature: Set sensor in used. If there are 6 sensors, user can set to only send 5 sensors values.
617 -)))
618 618  
619 -(((
620 620  See [[definition>>||anchor="HWeatherSensorTypes:"]] for the sensor type.
621 -)))
622 622  
623 623  [[image:image-20220624144904-12.png]]
624 624  
... ... @@ -782,31 +782,19 @@
782 782  
783 783  === 6.1.5 Installation Notice ===
784 784  
785 -(((
786 786  Do not power on while connect the cables. Double check the wiring before power on.
787 -)))
788 788  
789 -(((
790 790  Installation Photo as reference:
791 -)))
792 792  
793 793  
794 -(((
795 795  (% style="color:#4472c4" %)** Install on Ground:**
796 -)))
797 797  
798 -(((
799 799  WSS-01 Rain Gauge include screws so can install in ground directly .
800 -)))
801 801  
802 802  
803 -(((
804 804  (% style="color:#4472c4" %)** Install on pole:**
805 -)))
806 806  
807 -(((
808 808  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 -)))
810 810  
811 811  [[image:image-20220624152218-1.png||height="526" width="276"]]
812 812  
... ... @@ -870,13 +870,9 @@
870 870  
871 871  === 6.2.6  Installation Notice ===
872 872  
873 -(((
874 874  Do not power on while connect the cables. Double check the wiring before power on.
875 -)))
876 876  
877 -(((
878 878  The sensor must be installed with below direction, towards North.
879 -)))
880 880  
881 881  [[image:image-20220624153901-3.png]]
882 882  
... ... @@ -934,6 +934,8 @@
934 934  
935 935  Do not power on while connect the cables. Double check the wiring before power on.
936 936  
844 +[[image:1656057016033-551.png]]
845 +
937 937  [[image:1656056751153-304.png]]
938 938  
939 939  [[image:1656056766224-773.png]]
... ... @@ -988,9 +988,7 @@
988 988  Do not power on while connect the cables. Double check the wiring before power on.
989 989  
990 990  
991 -(((
992 992  Install with 15°degree.
993 -)))
994 994  
995 995   [[image:1656056873783-780.png]]
996 996  
... ... @@ -1021,11 +1021,6 @@
1021 1021  
1022 1022  * RS485 Temperature, Humidity, Illuminance, Pressure sensor
1023 1023  
1024 -
1025 -
1026 -
1027 -
1028 -
1029 1029  === 6.5.2 Specification ===
1030 1030  
1031 1031  * Input Power: DC 12 ~~ 24v
... ... @@ -1050,11 +1050,6 @@
1050 1050  * Working Humidity: 10~90%RH
1051 1051  * Power Consumption: 4mA @ 12v
1052 1052  
1053 -
1054 -
1055 -
1056 -
1057 -
1058 1058  === 6.5.3 Dimension ===
1059 1059  
1060 1060  [[image:1656057170639-522.png]]
... ... @@ -1099,9 +1099,6 @@
1099 1099  * Measure Reflected Radiation if sense area towards ground.
1100 1100  
1101 1101  
1102 -
1103 -
1104 -
1105 1105  === 6.6.2 Specification ===
1106 1106  
1107 1107  * Input Power: DC 5 ~~ 24v
... ... @@ -1118,10 +1118,6 @@
1118 1118  * Power Consumption: 4mA @ 12v
1119 1119  
1120 1120  
1121 -
1122 -
1123 -
1124 -
1125 1125  === 6.6.3 Dimension ===
1126 1126  
1127 1127  [[image:1656057348695-898.png]]
... ... @@ -1160,13 +1160,9 @@
1160 1160  
1161 1161  === 6.7.1 Feature ===
1162 1162  
1163 -(((
1164 1164  PAR (Photosynthetically Available Radiation) sensor measure 400 ~~ 700nm wavelength nature light's Photosynthetically Available Radiation.
1165 -)))
1166 1166  
1167 -(((
1168 1168  When nature light shine on the sense area, it will generate a signal base on the incidence radiation strength.
1169 -)))
1170 1170  
1171 1171  
1172 1172  === 6.7.2 Specification ===
... ... @@ -1183,10 +1183,6 @@
1183 1183  * Power Consumption: 3mA @ 12v
1184 1184  
1185 1185  
1186 -
1187 -
1188 -
1189 -
1190 1190  === 6.7.3 Dimension ===
1191 1191  
1192 1192  [[image:1656057538793-888.png]]
... ... @@ -1249,15 +1249,14 @@
1249 1249  
1250 1250  = 8. Trouble Shooting =
1251 1251  
1252 -== 8.1 AT Command input doesn't work ==
1253 1253  
1254 -(((
1255 -In the case if user can see the console output but can't type input to the device. Please check if you already include the (% style="color:green" %)**ENTER**(%%) while sending out the command. Some serial tool doesn't send (% style="color:green" %)**ENTER**(%%) while press the send key, user need to add ENTER in their string.
1256 -)))
1257 1257  
1258 1258  
1137 +
1138 +
1259 1259  = 9. Order Info =
1260 1260  
1141 +
1261 1261  == 9.1 Main Process Unit ==
1262 1262  
1263 1263  Part Number: (% style="color:blue" %)**WSC1-L-XX**
... ... @@ -1275,18 +1275,19 @@
1275 1275  
1276 1276  
1277 1277  
1159 +
1160 +
1278 1278  == 9.2 Sensors ==
1279 1279  
1280 -(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:400px" %)
1281 -|=(% style="width: 300px;" %)**Sensor Model**|=(% style="width: 100px;" %)**Part Number**
1282 -|(% style="width:462px" %)**Rain Gauge**|(% style="width:110px" %)WSS-01
1283 -|(% style="width:462px" %)**Rain Gauge installation Bracket for Pole**|(% style="width:110px" %)WS-K2
1284 -|(% style="width:462px" %)**Wind Speed Direction 2 in 1 Sensor**|(% style="width:110px" %)WSS-02
1285 -|(% style="width:462px" %)**CO2/PM2.5/PM10 3 in 1 Sensor**|(% style="width:110px" %)WSS-03
1286 -|(% style="width:462px" %)**Rain/Snow Detect Sensor**|(% style="width:110px" %)WSS-04
1287 -|(% style="width:462px" %)**Temperature, Humidity, illuminance and Pressure 4 in 1 sensor**|(% style="width:110px" %)WSS-05
1288 -|(% style="width:462px" %)**Total Solar Radiation Sensor**|(% style="width:110px" %)WSS-06
1289 -|(% style="width:462px" %)**PAR (Photosynthetically Available Radiation)**|(% style="width:110px" %)WSS-07
1163 +|**Sensor Model**|**Part Number**
1164 +|**Rain Gauge**|WSS-01
1165 +|**Rain Gauge installation Bracket for Pole**|WS-K2
1166 +|**Wind Speed Direction 2 in 1 Sensor**|WSS-02
1167 +|**CO2/PM2.5/PM10 3 in 1 Sensor**|WSS-03
1168 +|**Rain/Snow Detect Sensor**|WSS-04
1169 +|**Temperature, Humidity, illuminance and Pressure 4 in 1 sensor**|WSS-05
1170 +|**Total Solar Radiation Sensor**|WSS-06
1171 +|**PAR (Photosynthetically Available Radiation)**|WSS-07
1290 1290  
1291 1291  
1292 1292  
... ... @@ -1293,49 +1293,49 @@
1293 1293  = 10. Support =
1294 1294  
1295 1295  * 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.
1296 -* 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]]
1178 +* 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
1297 1297  
1180 +[[support@dragino.com>>url:file:///D:/市场资料/说明书/LoRa/LT系列/support@dragino.com]]
1298 1298  
1299 1299  
1300 -= 11. Appendix I: Field Installation Photo =
1301 1301  
1302 1302  
1303 -[[image:1656058346362-132.png]]
1304 1304  
1305 -**Storage Battery**: 12v,12AH li battery
1186 += 11. Appendix I: Field Installation Photo =
1306 1306  
1307 1307  
1189 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image040.png]]
1308 1308  
1309 -**Wind Speed/Direction**
1310 1310  
1311 -[[image:1656058373174-421.png]]
1192 +**Storage Battery**: 12v,12AH li battery
1312 1312  
1313 1313  
1195 +Wind Speed/Direction.
1314 1314  
1315 -**Total Solar Radiation sensor**
1197 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image041.png]]
1316 1316  
1317 -[[image:1656058397364-282.png]]
1318 1318  
1200 +Total Solar Radiation sensor
1319 1319  
1202 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image042.png]]
1320 1320  
1321 -**PAR Sensor**
1322 1322  
1323 -[[image:1656058416171-615.png]]
1324 1324  
1206 +PAR Sensor
1325 1325  
1208 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image043.png]]
1326 1326  
1327 -**CO2/PM2.5/PM10 3 in 1 sensor**
1328 1328  
1329 -[[image:1656058441194-827.png]]
1211 +CO2/PM2.5/PM10 3 in 1 sensor
1330 1330  
1213 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image044.png]]
1331 1331  
1332 1332  
1333 -**Rain / Snow Detect**
1216 +Rain / Snow Detect:
1334 1334  
1335 -[[image:1656058451456-166.png]]
1218 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image045.png]]
1336 1336  
1337 1337  
1221 +Rain Gauge.
1338 1338  
1339 -**Rain Gauge**
1340 -
1341 -[[image:1656058463455-569.png]]
1223 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image046.png]]
1656058346362-132.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -1.2 MB
Content
1656058373174-421.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -742.2 KB
Content
1656058397364-282.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -848.1 KB
Content
1656058416171-615.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -560.4 KB
Content
1656058441194-827.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -1.1 MB
Content
1656058451456-166.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -366.8 KB
Content
1656058463455-569.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -924.1 KB
Content