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

Summary

Details

Page properties
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  (((
... ... @@ -97,6 +97,8 @@
97 97  1. WSC1-L will auto scan available weather sensors when power on or reboot.
98 98  1. User can send a downlink command to WSC1-L to do a re-scan on the available sensors.
99 99  
103 +
104 +
100 100  == 2.3 Example to use for LoRaWAN network ==
101 101  
102 102  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.
... ... @@ -155,6 +155,8 @@
155 155  * Valid Sensor Value: Use FPORT=2
156 156  * Other control command: Use FPORT other than 2.
157 157  
163 +
164 +
158 158  === 2.4.1 Uplink FPORT~=5, Device Status ===
159 159  
160 160  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
... ... @@ -344,25 +344,14 @@
344 344  
345 345  === 2.4.3 Decoder in TTN V3 ===
346 346  
347 -(((
348 348  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.
349 -)))
350 350  
351 -(((
352 -
353 -)))
354 354  
355 -(((
356 356  Download decoder for suitable platform from:
357 -)))
358 358  
359 -(((
360 360  [[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/]]
361 -)))
362 362  
363 -(((
364 364  and put as below:
365 -)))
366 366  
367 367  [[image:1656051152438-578.png]]
368 368  
... ... @@ -370,21 +370,12 @@
370 370  
371 371  == 2.5 Show data on Application Server ==
372 372  
373 -(((
374 374  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:
375 -)))
376 376  
377 -(((
378 -
379 -)))
380 380  
381 -(((
382 382  (% style="color:blue" %)**Step 1**(%%): Be sure that your device is programmed and properly connected to the LoRaWAN network.
383 -)))
384 384  
385 -(((
386 386  (% 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.
387 -)))
388 388  
389 389  [[image:1656051197172-131.png]]
390 390  
... ... @@ -453,6 +453,8 @@
453 453  * Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
454 454  * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
455 455  
443 +
444 +
456 456  == 3.2 Set Emergency Mode ==
457 457  
458 458  Feature: In emergency mode, WSC1-L will uplink data every 1 minute.
... ... @@ -467,53 +467,29 @@
467 467  * 0xE101     Same as: AT+ALARMMOD=1
468 468  * 0xE100     Same as: AT+ALARMMOD=0
469 469  
459 +
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  
... ... @@ -562,6 +562,8 @@
562 562  
563 563  * 0xE5FF  
564 564  
530 +
531 +
565 565  == 3.4 RS485 Test Command ==
566 566  
567 567  (% style="color:#037691" %)**AT Command:**
... ... @@ -583,6 +583,8 @@
583 583  
584 584  * 0xE20103000001840A     Same as: AT+RSWRITE=0103000001840A
585 585  
553 +
554 +
586 586  == 3.5 RS485 response timeout ==
587 587  
588 588  Feature: Set or get extended time to receive 485 sensor data.
... ... @@ -606,6 +606,8 @@
606 606  * Example 1: Downlink Payload: E0000005 ~/~/ Set Transmit Interval (DTR) = 5 seconds
607 607  * Example 2: Downlink Payload: E000000A ~/~/ Set Transmit Interval (DTR) = 10 seconds
608 608  
578 +
579 +
609 609  == 3.6 Set Sensor Type ==
610 610  
611 611  (((
... ... @@ -688,6 +688,8 @@
688 688  * IP Rating: IP65
689 689  * Support default sensors or 3rd party RS485 sensors
690 690  
662 +
663 +
691 691  == 5.2 Power Consumption ==
692 692  
693 693  WSC1-L (without external sensor): Idle: 4mA, Transmit: max 40mA
... ... @@ -755,6 +755,8 @@
755 755  * ABS enclosure.
756 756  * Horizontal adjustable.
757 757  
731 +
732 +
758 758  === 6.1.2 Specification ===
759 759  
760 760  * Resolution: 0.2mm
... ... @@ -766,6 +766,8 @@
766 766  * Working Humidity: <100% (no dewing)
767 767  * Power Consumption: 4mA @ 12v.
768 768  
744 +
745 +
769 769  === 6.1.3 Dimension ===
770 770  
771 771   [[image:1656054957406-980.png]]
... ... @@ -836,6 +836,8 @@
836 836  * RS485 wind speed / direction sensor
837 837  * PC enclosure, resist corrosion
838 838  
816 +
817 +
839 839  === 6.2.2 Specification ===
840 840  
841 841  * Wind speed range: 0 ~~ 30m/s, (always show 30m/s for higher speed)
... ... @@ -849,6 +849,8 @@
849 849  * Power Consumption: 13mA ~~ 12v.
850 850  * Cable Length: 2 meters
851 851  
831 +
832 +
852 852  === 6.2.3 Dimension ===
853 853  
854 854  [[image:image-20220624152813-2.png]]
... ... @@ -899,6 +899,8 @@
899 899  * NDIR to measure CO2 with Internal Temperature Compensation
900 900  * Laser Beam Scattering to PM2.5 and PM10
901 901  
883 +
884 +
902 902  === 6.3.2 Specification ===
903 903  
904 904  * CO2 Range: 0~5000ppm, accuracy: ±3%F•S(25℃)
... ... @@ -916,6 +916,8 @@
916 916  ** CO2: 0~95%RH
917 917  * Power Consumption: 50mA@ 12v.
918 918  
902 +
903 +
919 919  === 6.3.3 Dimension ===
920 920  
921 921  [[image:1656056708366-230.png]]
... ... @@ -958,6 +958,8 @@
958 958  * Surface heating to dry
959 959  * grid electrode uses Electroless Nickel/Immersion Gold design for resist corrosion
960 960  
946 +
947 +
961 961  === 6.4.2 Specification ===
962 962  
963 963  * Detect if there is rain or snow
... ... @@ -969,6 +969,8 @@
969 969  ** No heating: 12mA @ 12v,
970 970  ** heating: 94ma @ 12v.
971 971  
959 +
960 +
972 972  === 6.4.3 Dimension ===
973 973  
974 974  [[image:1656056844782-155.png]]
... ... @@ -1019,10 +1019,6 @@
1019 1019  
1020 1020  
1021 1021  
1022 -
1023 -
1024 -
1025 -
1026 1026  === 6.5.2 Specification ===
1027 1027  
1028 1028  * Input Power: DC 12 ~~ 24v
... ... @@ -1049,10 +1049,6 @@
1049 1049  
1050 1050  
1051 1051  
1052 -
1053 -
1054 -
1055 -
1056 1056  === 6.5.3 Dimension ===
1057 1057  
1058 1058  [[image:1656057170639-522.png]]
... ... @@ -1098,9 +1098,6 @@
1098 1098  
1099 1099  
1100 1100  
1101 -
1102 -
1103 -
1104 1104  === 6.6.2 Specification ===
1105 1105  
1106 1106  * Input Power: DC 5 ~~ 24v
... ... @@ -1118,10 +1118,6 @@
1118 1118  
1119 1119  
1120 1120  
1121 -
1122 -
1123 -
1124 -
1125 1125  === 6.6.3 Dimension ===
1126 1126  
1127 1127  [[image:1656057348695-898.png]]
... ... @@ -1184,10 +1184,6 @@
1184 1184  
1185 1185  
1186 1186  
1187 -
1188 -
1189 -
1190 -
1191 1191  === 6.7.3 Dimension ===
1192 1192  
1193 1193  [[image:1656057538793-888.png]]
... ... @@ -1277,10 +1277,12 @@
1277 1277  
1278 1278  
1279 1279  
1250 +
1251 +
1280 1280  == 9.2 Sensors ==
1281 1281  
1282 -(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:400px" %)
1283 -|=(% style="width: 300px;" %)**Sensor Model**|=(% style="width: 100px;" %)**Part Number**
1254 +(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:350px" %)
1255 +|=(% style="width: 300px;" %)**Sensor Model**|=(% style="width: 50px;" %)**Part Number**
1284 1284  |(% style="width:462px" %)**Rain Gauge**|(% style="width:110px" %)WSS-01
1285 1285  |(% style="width:462px" %)**Rain Gauge installation Bracket for Pole**|(% style="width:110px" %)WS-K2
1286 1286  |(% style="width:462px" %)**Wind Speed Direction 2 in 1 Sensor**|(% style="width:110px" %)WSS-02
... ... @@ -1293,6 +1293,8 @@
1293 1293  
1294 1294  
1295 1295  
1268 +
1269 +
1296 1296  = 10. Support =
1297 1297  
1298 1298  * 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.
... ... @@ -1301,6 +1301,8 @@
1301 1301  
1302 1302  
1303 1303  
1278 +
1279 +
1304 1304  = 11. Appendix I: Field Installation Photo =
1305 1305  
1306 1306  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0