<
From version < 79.4 >
edited by Xiaoling
on 2022/06/24 16:45
To version < 82.2 >
edited by Xiaoling
on 2022/06/24 18:01
>
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:
... ... @@ -105,6 +105,7 @@
105 105  
106 106  
107 107  
106 +
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.
... ... @@ -147,7 +147,9 @@
147 147  
148 148  
149 149  
149 +(((
150 150  (% 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 +)))
151 151  
152 152  
153 153  [[image:1656042745346-283.png]]
... ... @@ -164,6 +164,7 @@
164 164  
165 165  
166 166  
168 +
167 167  === 2.4.1 Uplink FPORT~=5, Device Status ===
168 168  
169 169  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
... ... @@ -228,9 +228,13 @@
228 228  
229 229  ==== (% style="color:#037691" %)**BAT:**(%%) ====
230 230  
233 +(((
231 231  shows the battery voltage for WSC1-L MCU.
235 +)))
232 232  
237 +(((
233 233  Ex1: 0x0BD6/1000 = 3.03 V
239 +)))
234 234  
235 235  
236 236  
... ... @@ -298,22 +298,50 @@
298 298  [[image:image-20220624140352-2.png]]
299 299  
300 300  
307 +(((
301 301  Below is an example payload:  [[image:image-20220624140615-3.png]]
309 +)))
302 302  
311 +(((
312 +
313 +)))
303 303  
315 +(((
304 304  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 +)))
305 305  
306 -* 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 +)))
307 307  
323 +(((
308 308   Uplink 1:  [[image:image-20220624140735-4.png]]
325 +)))
309 309  
327 +(((
328 +
329 +)))
330 +
331 +(((
310 310   Uplink 2:  [[image:image-20220624140842-5.png]]
333 +)))
311 311  
335 +(((
336 +
337 +)))
312 312  
313 -* 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 +)))
314 314  
343 +(((
315 315   Uplink 1:  [[image:image-20220624141025-6.png]]
345 +)))
316 316  
347 +(((
348 +
349 +)))
350 +
317 317   Uplink 2:  [[image:image-20220624141100-7.png]]
318 318  
319 319  
... ... @@ -321,14 +321,25 @@
321 321  
322 322  === 2.4.3 Decoder in TTN V3 ===
323 323  
358 +(((
324 324  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 +)))
325 325  
362 +(((
363 +
364 +)))
326 326  
366 +(((
327 327  Download decoder for suitable platform from:
368 +)))
328 328  
370 +(((
329 329  [[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 +)))
330 330  
374 +(((
331 331  and put as below:
376 +)))
332 332  
333 333  [[image:1656051152438-578.png]]
334 334  
... ... @@ -336,12 +336,21 @@
336 336  
337 337  == 2.5 Show data on Application Server ==
338 338  
384 +(((
339 339  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 +)))
340 340  
388 +(((
389 +
390 +)))
341 341  
392 +(((
342 342  (% style="color:blue" %)**Step 1**(%%): Be sure that your device is programmed and properly connected to the LoRaWAN network.
394 +)))
343 343  
396 +(((
344 344  (% 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 +)))
345 345  
346 346  [[image:1656051197172-131.png]]
347 347  
... ... @@ -389,9 +389,6 @@
389 389  
390 390  
391 391  
392 -
393 -
394 -
395 395  == 3.1 Set Transmit Interval Time ==
396 396  
397 397  Feature: Change LoRaWAN End Node Transmit Interval.
... ... @@ -413,6 +413,7 @@
413 413  
414 414  
415 415  
467 +
416 416  == 3.2 Set Emergency Mode ==
417 417  
418 418  Feature: In emergency mode, WSC1-L will uplink data every 1 minute.
... ... @@ -427,30 +427,53 @@
427 427  * 0xE101     Same as: AT+ALARMMOD=1
428 428  * 0xE100     Same as: AT+ALARMMOD=0
429 429  
430 -
431 -
432 -
433 433  == 3.3 Add or Delete RS485 Sensor ==
434 434  
484 +(((
435 435  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.
486 +)))
436 436  
488 +(((
437 437  (% style="color:#037691" %)**AT Command: **
490 +)))
438 438  
492 +(((
439 439  (% style="color:blue" %)**AT+DYSENSOR=Type_Code, Query_Length, Query_Command , Read_Length , Valid_Data ,has_CRC,timeout**
494 +)))
440 440  
441 -* Type_Code range:  A1 ~~ A4
442 -* Query_Length:  RS485 Query frame length, Value cannot be greater than 10
443 -* Query_Command:  RS485 Query frame data to be sent to sensor, cannot be larger than 10 bytes
444 -* Read_Length:  RS485 response frame length supposed to receive. Max can receive
445 -* Valid_Data:  valid data from RS485 Response, Valid Data will be added to Payload and upload via LoRaWAN.
446 -* 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.
447 -* timeout:  RS485 receive timeout (uint:ms). Device will close receive window after timeout
496 +* (((
497 +Type_Code range:  A1 ~~ A4
498 +)))
499 +* (((
500 +Query_Length:  RS485 Query frame length, Value cannot be greater than 10
501 +)))
502 +* (((
503 +Query_Command:  RS485 Query frame data to be sent to sensor, cannot be larger than 10 bytes
504 +)))
505 +* (((
506 +Read_Length:  RS485 response frame length supposed to receive. Max can receive
507 +)))
508 +* (((
509 +Valid_Data:  valid data from RS485 Response, Valid Data will be added to Payload and upload via LoRaWAN.
510 +)))
511 +* (((
512 +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.
513 +)))
514 +* (((
515 +timeout:  RS485 receive timeout (uint:ms). Device will close receive window after timeout
516 +)))
448 448  
518 +(((
449 449  **Example:**
520 +)))
450 450  
522 +(((
451 451  User need to change external sensor use the type code as address code.
524 +)))
452 452  
526 +(((
453 453  With a 485 sensor, after correctly changing the address code to A1, the RS485 query frame is shown in the following table:
528 +)))
454 454  
455 455  [[image:image-20220624143553-10.png]]
456 456  
... ... @@ -499,9 +499,6 @@
499 499  
500 500  * 0xE5FF  
501 501  
502 -
503 -
504 -
505 505  == 3.4 RS485 Test Command ==
506 506  
507 507  (% style="color:#037691" %)**AT Command:**
... ... @@ -523,9 +523,6 @@
523 523  
524 524  * 0xE20103000001840A     Same as: AT+RSWRITE=0103000001840A
525 525  
526 -
527 -
528 -
529 529  == 3.5 RS485 response timeout ==
530 530  
531 531  Feature: Set or get extended time to receive 485 sensor data.
... ... @@ -549,14 +549,15 @@
549 549  * Example 1: Downlink Payload: E0000005 ~/~/ Set Transmit Interval (DTR) = 5 seconds
550 550  * Example 2: Downlink Payload: E000000A ~/~/ Set Transmit Interval (DTR) = 10 seconds
551 551  
552 -
553 -
554 -
555 555  == 3.6 Set Sensor Type ==
556 556  
623 +(((
557 557  Feature: Set sensor in used. If there are 6 sensors, user can set to only send 5 sensors values.
625 +)))
558 558  
627 +(((
559 559  See [[definition>>||anchor="HWeatherSensorTypes:"]] for the sensor type.
629 +)))
560 560  
561 561  [[image:image-20220624144904-12.png]]
562 562  
... ... @@ -630,9 +630,6 @@
630 630  * IP Rating: IP65
631 631  * Support default sensors or 3rd party RS485 sensors
632 632  
633 -
634 -
635 -
636 636  == 5.2 Power Consumption ==
637 637  
638 638  WSC1-L (without external sensor): Idle: 4mA, Transmit: max 40mA
... ... @@ -700,9 +700,6 @@
700 700  * ABS enclosure.
701 701  * Horizontal adjustable.
702 702  
703 -
704 -
705 -
706 706  === 6.1.2 Specification ===
707 707  
708 708  * Resolution: 0.2mm
... ... @@ -714,9 +714,6 @@
714 714  * Working Humidity: <100% (no dewing)
715 715  * Power Consumption: 4mA @ 12v.
716 716  
717 -
718 -
719 -
720 720  === 6.1.3 Dimension ===
721 721  
722 722   [[image:1656054957406-980.png]]
... ... @@ -729,19 +729,31 @@
729 729  
730 730  === 6.1.5 Installation Notice ===
731 731  
793 +(((
732 732  Do not power on while connect the cables. Double check the wiring before power on.
795 +)))
733 733  
797 +(((
734 734  Installation Photo as reference:
799 +)))
735 735  
736 736  
802 +(((
737 737  (% style="color:#4472c4" %)** Install on Ground:**
804 +)))
738 738  
806 +(((
739 739  WSS-01 Rain Gauge include screws so can install in ground directly .
808 +)))
740 740  
741 741  
811 +(((
742 742  (% style="color:#4472c4" %)** Install on pole:**
813 +)))
743 743  
815 +(((
744 744  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:
817 +)))
745 745  
746 746  [[image:image-20220624152218-1.png||height="526" width="276"]]
747 747  
... ... @@ -775,9 +775,6 @@
775 775  * RS485 wind speed / direction sensor
776 776  * PC enclosure, resist corrosion
777 777  
778 -
779 -
780 -
781 781  === 6.2.2 Specification ===
782 782  
783 783  * Wind speed range: 0 ~~ 30m/s, (always show 30m/s for higher speed)
... ... @@ -791,9 +791,6 @@
791 791  * Power Consumption: 13mA ~~ 12v.
792 792  * Cable Length: 2 meters
793 793  
794 -
795 -
796 -
797 797  === 6.2.3 Dimension ===
798 798  
799 799  [[image:image-20220624152813-2.png]]
... ... @@ -811,9 +811,13 @@
811 811  
812 812  === 6.2.6  Installation Notice ===
813 813  
881 +(((
814 814  Do not power on while connect the cables. Double check the wiring before power on.
883 +)))
815 815  
885 +(((
816 816  The sensor must be installed with below direction, towards North.
887 +)))
817 817  
818 818  [[image:image-20220624153901-3.png]]
819 819  
... ... @@ -840,9 +840,6 @@
840 840  * NDIR to measure CO2 with Internal Temperature Compensation
841 841  * Laser Beam Scattering to PM2.5 and PM10
842 842  
843 -
844 -
845 -
846 846  === 6.3.2 Specification ===
847 847  
848 848  * CO2 Range: 0~5000ppm, accuracy: ±3%F•S(25℃)
... ... @@ -860,9 +860,6 @@
860 860  ** CO2: 0~95%RH
861 861  * Power Consumption: 50mA@ 12v.
862 862  
863 -
864 -
865 -
866 866  === 6.3.3 Dimension ===
867 867  
868 868  [[image:1656056708366-230.png]]
... ... @@ -877,8 +877,6 @@
877 877  
878 878  Do not power on while connect the cables. Double check the wiring before power on.
879 879  
880 -[[image:1656057016033-551.png]]
881 -
882 882  [[image:1656056751153-304.png]]
883 883  
884 884  [[image:1656056766224-773.png]]
... ... @@ -907,9 +907,6 @@
907 907  * Surface heating to dry
908 908  * grid electrode uses Electroless Nickel/Immersion Gold design for resist corrosion
909 909  
910 -
911 -
912 -
913 913  === 6.4.2 Specification ===
914 914  
915 915  * Detect if there is rain or snow
... ... @@ -921,9 +921,6 @@
921 921  ** No heating: 12mA @ 12v,
922 922  ** heating: 94ma @ 12v.
923 923  
924 -
925 -
926 -
927 927  === 6.4.3 Dimension ===
928 928  
929 929  [[image:1656056844782-155.png]]
... ... @@ -939,7 +939,9 @@
939 939  Do not power on while connect the cables. Double check the wiring before power on.
940 940  
941 941  
999 +(((
942 942  Install with 15°degree.
1001 +)))
943 943  
944 944   [[image:1656056873783-780.png]]
945 945  
... ... @@ -973,6 +973,7 @@
973 973  
974 974  
975 975  
1035 +
976 976  === 6.5.2 Specification ===
977 977  
978 978  * Input Power: DC 12 ~~ 24v
... ... @@ -1000,6 +1000,7 @@
1000 1000  
1001 1001  
1002 1002  
1063 +
1003 1003  === 6.5.3 Dimension ===
1004 1004  
1005 1005  [[image:1656057170639-522.png]]
... ... @@ -1064,6 +1064,7 @@
1064 1064  
1065 1065  
1066 1066  
1128 +
1067 1067  === 6.6.3 Dimension ===
1068 1068  
1069 1069  [[image:1656057348695-898.png]]
... ... @@ -1102,9 +1102,13 @@
1102 1102  
1103 1103  === 6.7.1 Feature ===
1104 1104  
1167 +(((
1105 1105  PAR (Photosynthetically Available Radiation) sensor measure 400 ~~ 700nm wavelength nature light's Photosynthetically Available Radiation.
1169 +)))
1106 1106  
1171 +(((
1107 1107  When nature light shine on the sense area, it will generate a signal base on the incidence radiation strength.
1173 +)))
1108 1108  
1109 1109  
1110 1110  === 6.7.2 Specification ===
... ... @@ -1123,6 +1123,7 @@
1123 1123  
1124 1124  
1125 1125  
1192 +
1126 1126  === 6.7.3 Dimension ===
1127 1127  
1128 1128  [[image:1656057538793-888.png]]
... ... @@ -1209,10 +1209,11 @@
1209 1209  * (% style="color:red" %)**IN865**(%%): LoRaWAN IN865 band
1210 1210  * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
1211 1211  
1279 +
1212 1212  == 9.2 Sensors ==
1213 1213  
1214 -(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:510px" %)
1215 -|=(% style="width: 462px;" %)**Sensor Model**|=(% style="width: 110px;" %)**Part Number**
1282 +(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:400px" %)
1283 +|=(% style="width: 300px;" %)**Sensor Model**|=(% style="width: 100px;" %)**Part Number**
1216 1216  |(% style="width:462px" %)**Rain Gauge**|(% style="width:110px" %)WSS-01
1217 1217  |(% style="width:462px" %)**Rain Gauge installation Bracket for Pole**|(% style="width:110px" %)WS-K2
1218 1218  |(% style="width:462px" %)**Wind Speed Direction 2 in 1 Sensor**|(% style="width:110px" %)WSS-02
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0