Last modified by Mengting Qiu on 2025/06/10 18:53

From version 86.6
edited by Xiaoling
on 2022/06/29 15:33
Change comment: There is no comment for this version
To version 79.19
edited by Xiaoling
on 2022/06/24 17:21
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -WSC1-L-Dragino LoRaWAN Weather Station User Manual
1 +Dragino LoRaWAN Weather Station User Manual
Content
... ... @@ -67,6 +67,7 @@
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 +
70 70  (% style="color:red" %)**Notice 2:**
71 71  
72 72  Due to shipment and importation limitation, user is better to purchase below parts locally:
... ... @@ -78,6 +78,8 @@
78 78  * Cabinet.
79 79  
80 80  
82 +
83 +
81 81  == 2.2 How it works? ==
82 82  
83 83  (((
... ... @@ -98,6 +98,7 @@
98 98  1. User can send a downlink command to WSC1-L to do a re-scan on the available sensors.
99 99  
100 100  
104 +
101 101  == 2.3 Example to use for LoRaWAN network ==
102 102  
103 103  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.
... ... @@ -157,6 +157,7 @@
157 157  * Other control command: Use FPORT other than 2.
158 158  
159 159  
164 +
160 160  === 2.4.1 Uplink FPORT~=5, Device Status ===
161 161  
162 162  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
... ... @@ -343,27 +343,17 @@
343 343  
344 344  
345 345  
351 +
346 346  === 2.4.3 Decoder in TTN V3 ===
347 347  
348 -(((
349 349  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.
350 -)))
351 351  
352 -(((
353 -
354 -)))
355 355  
356 -(((
357 357  Download decoder for suitable platform from:
358 -)))
359 359  
360 -(((
361 361  [[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/]]
362 -)))
363 363  
364 -(((
365 365  and put as below:
366 -)))
367 367  
368 368  [[image:1656051152438-578.png]]
369 369  
... ... @@ -371,21 +371,12 @@
371 371  
372 372  == 2.5 Show data on Application Server ==
373 373  
374 -(((
375 375  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:
376 -)))
377 377  
378 -(((
379 -
380 -)))
381 381  
382 -(((
383 383  (% style="color:blue" %)**Step 1**(%%): Be sure that your device is programmed and properly connected to the LoRaWAN network.
384 -)))
385 385  
386 -(((
387 387  (% 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.
388 -)))
389 389  
390 390  [[image:1656051197172-131.png]]
391 391  
... ... @@ -433,6 +433,9 @@
433 433  
434 434  
435 435  
422 +
423 +
424 +
436 436  == 3.1 Set Transmit Interval Time ==
437 437  
438 438  Feature: Change LoRaWAN End Node Transmit Interval.
... ... @@ -452,6 +452,7 @@
452 452  * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
453 453  
454 454  
444 +
455 455  == 3.2 Set Emergency Mode ==
456 456  
457 457  Feature: In emergency mode, WSC1-L will uplink data every 1 minute.
... ... @@ -467,53 +467,28 @@
467 467  * 0xE100     Same as: AT+ALARMMOD=0
468 468  
469 469  
460 +
470 470  == 3.3 Add or Delete RS485 Sensor ==
471 471  
472 -(((
473 473  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.
474 -)))
475 475  
476 -(((
477 477  (% style="color:#037691" %)**AT Command: **
478 -)))
479 479  
480 -(((
481 481  (% style="color:blue" %)**AT+DYSENSOR=Type_Code, Query_Length, Query_Command , Read_Length , Valid_Data ,has_CRC,timeout**
482 -)))
483 483  
484 -* (((
485 -Type_Code range:  A1 ~~ A4
486 -)))
487 -* (((
488 -Query_Length:  RS485 Query frame length, Value cannot be greater than 10
489 -)))
490 -* (((
491 -Query_Command:  RS485 Query frame data to be sent to sensor, cannot be larger than 10 bytes
492 -)))
493 -* (((
494 -Read_Length:  RS485 response frame length supposed to receive. Max can receive
495 -)))
496 -* (((
497 -Valid_Data:  valid data from RS485 Response, Valid Data will be added to Payload and upload via LoRaWAN.
498 -)))
499 -* (((
500 -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.
501 -)))
502 -* (((
503 -timeout:  RS485 receive timeout (uint:ms). Device will close receive window after timeout
504 -)))
469 +* Type_Code range:  A1 ~~ A4
470 +* Query_Length:  RS485 Query frame length, Value cannot be greater than 10
471 +* Query_Command:  RS485 Query frame data to be sent to sensor, cannot be larger than 10 bytes
472 +* Read_Length:  RS485 response frame length supposed to receive. Max can receive
473 +* Valid_Data:  valid data from RS485 Response, Valid Data will be added to Payload and upload via LoRaWAN.
474 +* 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.
475 +* timeout:  RS485 receive timeout (uint:ms). Device will close receive window after timeout
505 505  
506 -(((
507 507  **Example:**
508 -)))
509 509  
510 -(((
511 511  User need to change external sensor use the type code as address code.
512 -)))
513 513  
514 -(((
515 515  With a 485 sensor, after correctly changing the address code to A1, the RS485 query frame is shown in the following table:
516 -)))
517 517  
518 518  [[image:image-20220624143553-10.png]]
519 519  
... ... @@ -563,6 +563,7 @@
563 563  * 0xE5FF  
564 564  
565 565  
531 +
566 566  == 3.4 RS485 Test Command ==
567 567  
568 568  (% style="color:#037691" %)**AT Command:**
... ... @@ -570,13 +570,9 @@
570 570  (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:474px" %)
571 571  |=(% style="width: 159px;" %)**Command Example**|=(% style="width: 227px;" %)**Function**|=(% style="width: 85px;" %)**Response**
572 572  |(% style="width:159px" %)AT+RSWRITE=xxxxxx|(% style="width:227px" %)(((
573 -(((
574 574  Send command to 485 sensor
575 -)))
576 576  
577 -(((
578 578  Range : no more than 10 bytes
579 -)))
580 580  )))|(% style="width:85px" %)OK
581 581  
582 582  Eg: Send command **01 03 00 00 00 01 84 0A** to 485 sensor
... ... @@ -589,6 +589,7 @@
589 589  * 0xE20103000001840A     Same as: AT+RSWRITE=0103000001840A
590 590  
591 591  
554 +
592 592  == 3.5 RS485 response timeout ==
593 593  
594 594  Feature: Set or get extended time to receive 485 sensor data.
... ... @@ -598,13 +598,9 @@
598 598  (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:433px" %)
599 599  |=(% style="width: 157px;" %)**Command Example**|=(% style="width: 188px;" %)**Function**|=(% style="width: 85px;" %)**Response**
600 600  |(% style="width:157px" %)AT+DTR=1000|(% style="width:188px" %)(((
601 -(((
602 602  Set response timeout to:
603 -)))
604 604  
605 -(((
606 606  Range : 0~~10000
607 -)))
608 608  )))|(% style="width:85px" %)OK
609 609  
610 610  (% style="color:#037691" %)**Downlink Command:**
... ... @@ -617,6 +617,7 @@
617 617  * Example 2: Downlink Payload: E000000A ~/~/ Set Transmit Interval (DTR) = 10 seconds
618 618  
619 619  
579 +
620 620  == 3.6 Set Sensor Type ==
621 621  
622 622  (((
... ... @@ -700,6 +700,7 @@
700 700  * Support default sensors or 3rd party RS485 sensors
701 701  
702 702  
663 +
703 703  == 5.2 Power Consumption ==
704 704  
705 705  WSC1-L (without external sensor): Idle: 4mA, Transmit: max 40mA
... ... @@ -768,6 +768,7 @@
768 768  * Horizontal adjustable.
769 769  
770 770  
732 +
771 771  === 6.1.2 Specification ===
772 772  
773 773  * Resolution: 0.2mm
... ... @@ -780,6 +780,7 @@
780 780  * Power Consumption: 4mA @ 12v.
781 781  
782 782  
745 +
783 783  === 6.1.3 Dimension ===
784 784  
785 785   [[image:1656054957406-980.png]]
... ... @@ -851,6 +851,7 @@
851 851  * PC enclosure, resist corrosion
852 852  
853 853  
817 +
854 854  === 6.2.2 Specification ===
855 855  
856 856  * Wind speed range: 0 ~~ 30m/s, (always show 30m/s for higher speed)
... ... @@ -865,6 +865,7 @@
865 865  * Cable Length: 2 meters
866 866  
867 867  
832 +
868 868  === 6.2.3 Dimension ===
869 869  
870 870  [[image:image-20220624152813-2.png]]
... ... @@ -916,6 +916,7 @@
916 916  * Laser Beam Scattering to PM2.5 and PM10
917 917  
918 918  
884 +
919 919  === 6.3.2 Specification ===
920 920  
921 921  * CO2 Range: 0~5000ppm, accuracy: ±3%F•S(25℃)
... ... @@ -934,6 +934,7 @@
934 934  * Power Consumption: 50mA@ 12v.
935 935  
936 936  
903 +
937 937  === 6.3.3 Dimension ===
938 938  
939 939  [[image:1656056708366-230.png]]
... ... @@ -977,6 +977,7 @@
977 977  * grid electrode uses Electroless Nickel/Immersion Gold design for resist corrosion
978 978  
979 979  
947 +
980 980  === 6.4.2 Specification ===
981 981  
982 982  * Detect if there is rain or snow
... ... @@ -989,6 +989,7 @@
989 989  ** heating: 94ma @ 12v.
990 990  
991 991  
960 +
992 992  === 6.4.3 Dimension ===
993 993  
994 994  [[image:1656056844782-155.png]]
... ... @@ -1038,6 +1038,7 @@
1038 1038  * RS485 Temperature, Humidity, Illuminance, Pressure sensor
1039 1039  
1040 1040  
1010 +
1041 1041  === 6.5.2 Specification ===
1042 1042  
1043 1043  * Input Power: DC 12 ~~ 24v
... ... @@ -1063,6 +1063,7 @@
1063 1063  * Power Consumption: 4mA @ 12v
1064 1064  
1065 1065  
1036 +
1066 1066  === 6.5.3 Dimension ===
1067 1067  
1068 1068  [[image:1656057170639-522.png]]
... ... @@ -1107,6 +1107,7 @@
1107 1107  * Measure Reflected Radiation if sense area towards ground.
1108 1108  
1109 1109  
1081 +
1110 1110  === 6.6.2 Specification ===
1111 1111  
1112 1112  * Input Power: DC 5 ~~ 24v
... ... @@ -1123,6 +1123,7 @@
1123 1123  * Power Consumption: 4mA @ 12v
1124 1124  
1125 1125  
1098 +
1126 1126  === 6.6.3 Dimension ===
1127 1127  
1128 1128  [[image:1656057348695-898.png]]
... ... @@ -1184,6 +1184,7 @@
1184 1184  * Power Consumption: 3mA @ 12v
1185 1185  
1186 1186  
1160 +
1187 1187  === 6.7.3 Dimension ===
1188 1188  
1189 1189  [[image:1656057538793-888.png]]
... ... @@ -1271,20 +1271,28 @@
1271 1271  * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
1272 1272  
1273 1273  
1248 +
1249 +
1250 +
1251 +
1274 1274  == 9.2 Sensors ==
1275 1275  
1276 -(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:500px" %)
1277 -|=(% style="width: 300px;" %)**Sensor Model**|=(% style="width: 200px;" %)**Part Number**
1278 -|(% style="width:462px" %)**Rain Gauge**|(% style="width:120px" %)WSS-01
1279 -|(% style="width:462px" %)**Rain Gauge installation Bracket for Pole**|(% style="width:120px" %)WS-K2
1280 -|(% style="width:462px" %)**Wind Speed Direction 2 in 1 Sensor**|(% style="width:120px" %)WSS-02
1281 -|(% style="width:462px" %)**CO2/PM2.5/PM10 3 in 1 Sensor**|(% style="width:120px" %)WSS-03
1282 -|(% style="width:462px" %)**Rain/Snow Detect Sensor**|(% style="width:120px" %)WSS-04
1283 -|(% style="width:462px" %)**Temperature, Humidity, illuminance and Pressure 4 in 1 sensor**|(% style="width:120px" %)WSS-05
1284 -|(% style="width:462px" %)**Total Solar Radiation Sensor**|(% style="width:120px" %)WSS-06
1285 -|(% style="width:462px" %)**PAR (Photosynthetically Available Radiation)**|(% style="width:120px" %)WSS-07
1254 +(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:400px" %)
1255 +|=(% style="width: 300px;" %)**Sensor Model**|=(% style="width: 100px;" %)**Part Number**
1256 +|(% style="width:462px" %)**Rain Gauge**|(% style="width:110px" %)WSS-01
1257 +|(% style="width:462px" %)**Rain Gauge installation Bracket for Pole**|(% style="width:110px" %)WS-K2
1258 +|(% style="width:462px" %)**Wind Speed Direction 2 in 1 Sensor**|(% style="width:110px" %)WSS-02
1259 +|(% style="width:462px" %)**CO2/PM2.5/PM10 3 in 1 Sensor**|(% style="width:110px" %)WSS-03
1260 +|(% style="width:462px" %)**Rain/Snow Detect Sensor**|(% style="width:110px" %)WSS-04
1261 +|(% style="width:462px" %)**Temperature, Humidity, illuminance and Pressure 4 in 1 sensor**|(% style="width:110px" %)WSS-05
1262 +|(% style="width:462px" %)**Total Solar Radiation Sensor**|(% style="width:110px" %)WSS-06
1263 +|(% style="width:462px" %)**PAR (Photosynthetically Available Radiation)**|(% style="width:110px" %)WSS-07
1286 1286  
1287 1287  
1266 +
1267 +
1268 +
1269 +
1288 1288  = 10. Support =
1289 1289  
1290 1290  * 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.
... ... @@ -1291,10 +1291,14 @@
1291 1291  * 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]]
1292 1292  
1293 1293  
1276 +
1277 +
1278 +
1279 +
1294 1294  = 11. Appendix I: Field Installation Photo =
1295 1295  
1296 1296  
1297 -[[image:1656058346362-132.png||height="685" width="732"]]
1283 +[[image:1656058346362-132.png]]
1298 1298  
1299 1299  **Storage Battery**: 12v,12AH li battery
1300 1300  
... ... @@ -1302,13 +1302,13 @@
1302 1302  
1303 1303  **Wind Speed/Direction**
1304 1304  
1305 -[[image:1656058373174-421.png||height="356" width="731"]]
1291 +[[image:1656058373174-421.png]]
1306 1306  
1307 1307  
1308 1308  
1309 1309  **Total Solar Radiation sensor**
1310 1310  
1311 -[[image:1656058397364-282.png||height="453" width="732"]]
1297 +[[image:1656058397364-282.png]]
1312 1312  
1313 1313  
1314 1314  
... ... @@ -1320,7 +1320,7 @@
1320 1320  
1321 1321  **CO2/PM2.5/PM10 3 in 1 sensor**
1322 1322  
1323 -[[image:1656058441194-827.png||height="672" width="523"]]
1309 +[[image:1656058441194-827.png]]
1324 1324  
1325 1325  
1326 1326  
... ... @@ -1332,4 +1332,4 @@
1332 1332  
1333 1333  **Rain Gauge**
1334 1334  
1335 -[[image:1656058463455-569.png||height="499" width="550"]]
1321 +[[image:1656058463455-569.png]]