<
From version < 79.15 >
edited by Xiaoling
on 2022/06/24 17:18
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
... ... @@ -67,8 +67,6 @@
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 -
71 -
72 72  (% style="color:red" %)**Notice 2:**
73 73  
74 74  Due to shipment and importation limitation, user is better to purchase below parts locally:
... ... @@ -83,6 +83,7 @@
83 83  
84 84  
85 85  
84 +
86 86  == 2.2 How it works? ==
87 87  
88 88  (((
... ... @@ -102,9 +102,6 @@
102 102  1. WSC1-L will auto scan available weather sensors when power on or reboot.
103 103  1. User can send a downlink command to WSC1-L to do a re-scan on the available sensors.
104 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.
... ... @@ -163,9 +163,6 @@
163 163  * Valid Sensor Value: Use FPORT=2
164 164  * Other control command: Use FPORT other than 2.
165 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
... ... @@ -355,14 +355,25 @@
355 355  
356 356  === 2.4.3 Decoder in TTN V3 ===
357 357  
351 +(((
358 358  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 +)))
359 359  
355 +(((
356 +
357 +)))
360 360  
359 +(((
361 361  Download decoder for suitable platform from:
361 +)))
362 362  
363 +(((
363 363  [[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 +)))
364 364  
367 +(((
365 365  and put as below:
369 +)))
366 366  
367 367  [[image:1656051152438-578.png]]
368 368  
... ... @@ -370,12 +370,21 @@
370 370  
371 371  == 2.5 Show data on Application Server ==
372 372  
377 +(((
373 373  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 +)))
374 374  
381 +(((
382 +
383 +)))
375 375  
385 +(((
376 376  (% style="color:blue" %)**Step 1**(%%): Be sure that your device is programmed and properly connected to the LoRaWAN network.
387 +)))
377 377  
389 +(((
378 378  (% 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 +)))
379 379  
380 380  [[image:1656051197172-131.png]]
381 381  
... ... @@ -444,9 +444,6 @@
444 444  * Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
445 445  * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
446 446  
447 -
448 -
449 -
450 450  == 3.2 Set Emergency Mode ==
451 451  
452 452  Feature: In emergency mode, WSC1-L will uplink data every 1 minute.
... ... @@ -461,30 +461,53 @@
461 461  * 0xE101     Same as: AT+ALARMMOD=1
462 462  * 0xE100     Same as: AT+ALARMMOD=0
463 463  
464 -
465 -
466 -
467 467  == 3.3 Add or Delete RS485 Sensor ==
468 468  
476 +(((
469 469  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 +)))
470 470  
480 +(((
471 471  (% style="color:#037691" %)**AT Command: **
482 +)))
472 472  
484 +(((
473 473  (% style="color:blue" %)**AT+DYSENSOR=Type_Code, Query_Length, Query_Command , Read_Length , Valid_Data ,has_CRC,timeout**
486 +)))
474 474  
475 -* Type_Code range:  A1 ~~ A4
476 -* Query_Length:  RS485 Query frame length, Value cannot be greater than 10
477 -* Query_Command:  RS485 Query frame data to be sent to sensor, cannot be larger than 10 bytes
478 -* Read_Length:  RS485 response frame length supposed to receive. Max can receive
479 -* Valid_Data:  valid data from RS485 Response, Valid Data will be added to Payload and upload via LoRaWAN.
480 -* 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.
481 -* 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 +)))
482 482  
510 +(((
483 483  **Example:**
512 +)))
484 484  
514 +(((
485 485  User need to change external sensor use the type code as address code.
516 +)))
486 486  
518 +(((
487 487  With a 485 sensor, after correctly changing the address code to A1, the RS485 query frame is shown in the following table:
520 +)))
488 488  
489 489  [[image:image-20220624143553-10.png]]
490 490  
... ... @@ -533,9 +533,6 @@
533 533  
534 534  * 0xE5FF  
535 535  
536 -
537 -
538 -
539 539  == 3.4 RS485 Test Command ==
540 540  
541 541  (% style="color:#037691" %)**AT Command:**
... ... @@ -557,9 +557,6 @@
557 557  
558 558  * 0xE20103000001840A     Same as: AT+RSWRITE=0103000001840A
559 559  
560 -
561 -
562 -
563 563  == 3.5 RS485 response timeout ==
564 564  
565 565  Feature: Set or get extended time to receive 485 sensor data.
... ... @@ -583,9 +583,6 @@
583 583  * Example 1: Downlink Payload: E0000005 ~/~/ Set Transmit Interval (DTR) = 5 seconds
584 584  * Example 2: Downlink Payload: E000000A ~/~/ Set Transmit Interval (DTR) = 10 seconds
585 585  
586 -
587 -
588 -
589 589  == 3.6 Set Sensor Type ==
590 590  
591 591  (((
... ... @@ -668,9 +668,6 @@
668 668  * IP Rating: IP65
669 669  * Support default sensors or 3rd party RS485 sensors
670 670  
671 -
672 -
673 -
674 674  == 5.2 Power Consumption ==
675 675  
676 676  WSC1-L (without external sensor): Idle: 4mA, Transmit: max 40mA
... ... @@ -738,9 +738,6 @@
738 738  * ABS enclosure.
739 739  * Horizontal adjustable.
740 740  
741 -
742 -
743 -
744 744  === 6.1.2 Specification ===
745 745  
746 746  * Resolution: 0.2mm
... ... @@ -752,9 +752,6 @@
752 752  * Working Humidity: <100% (no dewing)
753 753  * Power Consumption: 4mA @ 12v.
754 754  
755 -
756 -
757 -
758 758  === 6.1.3 Dimension ===
759 759  
760 760   [[image:1656054957406-980.png]]
... ... @@ -825,9 +825,6 @@
825 825  * RS485 wind speed / direction sensor
826 826  * PC enclosure, resist corrosion
827 827  
828 -
829 -
830 -
831 831  === 6.2.2 Specification ===
832 832  
833 833  * Wind speed range: 0 ~~ 30m/s, (always show 30m/s for higher speed)
... ... @@ -841,9 +841,6 @@
841 841  * Power Consumption: 13mA ~~ 12v.
842 842  * Cable Length: 2 meters
843 843  
844 -
845 -
846 -
847 847  === 6.2.3 Dimension ===
848 848  
849 849  [[image:image-20220624152813-2.png]]
... ... @@ -894,9 +894,6 @@
894 894  * NDIR to measure CO2 with Internal Temperature Compensation
895 895  * Laser Beam Scattering to PM2.5 and PM10
896 896  
897 -
898 -
899 -
900 900  === 6.3.2 Specification ===
901 901  
902 902  * CO2 Range: 0~5000ppm, accuracy: ±3%F•S(25℃)
... ... @@ -914,9 +914,6 @@
914 914  ** CO2: 0~95%RH
915 915  * Power Consumption: 50mA@ 12v.
916 916  
917 -
918 -
919 -
920 920  === 6.3.3 Dimension ===
921 921  
922 922  [[image:1656056708366-230.png]]
... ... @@ -959,9 +959,6 @@
959 959  * Surface heating to dry
960 960  * grid electrode uses Electroless Nickel/Immersion Gold design for resist corrosion
961 961  
962 -
963 -
964 -
965 965  === 6.4.2 Specification ===
966 966  
967 967  * Detect if there is rain or snow
... ... @@ -973,9 +973,6 @@
973 973  ** No heating: 12mA @ 12v,
974 974  ** heating: 94ma @ 12v.
975 975  
976 -
977 -
978 -
979 979  === 6.4.3 Dimension ===
980 980  
981 981  [[image:1656056844782-155.png]]
... ... @@ -1027,6 +1027,8 @@
1027 1027  
1028 1028  
1029 1029  
1027 +
1028 +
1030 1030  === 6.5.2 Specification ===
1031 1031  
1032 1032  * Input Power: DC 12 ~~ 24v
... ... @@ -1054,6 +1054,8 @@
1054 1054  
1055 1055  
1056 1056  
1056 +
1057 +
1057 1057  === 6.5.3 Dimension ===
1058 1058  
1059 1059  [[image:1656057170639-522.png]]
... ... @@ -1100,6 +1100,7 @@
1100 1100  
1101 1101  
1102 1102  
1104 +
1103 1103  === 6.6.2 Specification ===
1104 1104  
1105 1105  * Input Power: DC 5 ~~ 24v
... ... @@ -1118,6 +1118,8 @@
1118 1118  
1119 1119  
1120 1120  
1123 +
1124 +
1121 1121  === 6.6.3 Dimension ===
1122 1122  
1123 1123  [[image:1656057348695-898.png]]
... ... @@ -1158,9 +1158,11 @@
1158 1158  
1159 1159  (((
1160 1160  PAR (Photosynthetically Available Radiation) sensor measure 400 ~~ 700nm wavelength nature light's Photosynthetically Available Radiation.
1165 +)))
1161 1161  
1162 1162  (((
1163 1163  When nature light shine on the sense area, it will generate a signal base on the incidence radiation strength.
1169 +)))
1164 1164  
1165 1165  
1166 1166  === 6.7.2 Specification ===
... ... @@ -1179,6 +1179,8 @@
1179 1179  
1180 1180  
1181 1181  
1188 +
1189 +
1182 1182  === 6.7.3 Dimension ===
1183 1183  
1184 1184  [[image:1656057538793-888.png]]
... ... @@ -1265,10 +1265,12 @@
1265 1265  * (% style="color:red" %)**IN865**(%%): LoRaWAN IN865 band
1266 1266  * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
1267 1267  
1276 +
1277 +
1268 1268  == 9.2 Sensors ==
1269 1269  
1270 -(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:510px" %)
1271 -|=(% 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**
1272 1272  |(% style="width:462px" %)**Rain Gauge**|(% style="width:110px" %)WSS-01
1273 1273  |(% style="width:462px" %)**Rain Gauge installation Bracket for Pole**|(% style="width:110px" %)WS-K2
1274 1274  |(% style="width:462px" %)**Wind Speed Direction 2 in 1 Sensor**|(% style="width:110px" %)WSS-02
... ... @@ -1279,6 +1279,7 @@
1279 1279  |(% style="width:462px" %)**PAR (Photosynthetically Available Radiation)**|(% style="width:110px" %)WSS-07
1280 1280  
1281 1281  
1292 +
1282 1282  = 10. Support =
1283 1283  
1284 1284  * 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.
... ... @@ -1285,6 +1285,7 @@
1285 1285  * 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]]
1286 1286  
1287 1287  
1299 +
1288 1288  = 11. Appendix I: Field Installation Photo =
1289 1289  
1290 1290  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0