<
From version < 78.1 >
edited by Xiaoling
on 2022/06/24 16:15
To version < 85.2 >
edited by Xiaoling
on 2022/06/25 08:55
>
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  
... ... @@ -85,7 +85,9 @@
85 85  )))
86 86  
87 87  
88 +(((
88 88  Open WSC1-L and put the yellow jumper as below position to power on WSC1-L.
90 +)))
89 89  
90 90  [[image:1656042192857-709.png]]
91 91  
... ... @@ -138,7 +138,9 @@
138 138  
139 139  
140 140  
143 +(((
141 141  (% 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.
145 +)))
142 142  
143 143  
144 144  [[image:1656042745346-283.png]]
... ... @@ -152,6 +152,7 @@
152 152  * Valid Sensor Value: Use FPORT=2
153 153  * Other control command: Use FPORT other than 2.
154 154  
159 +
155 155  === 2.4.1 Uplink FPORT~=5, Device Status ===
156 156  
157 157  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
... ... @@ -216,9 +216,13 @@
216 216  
217 217  ==== (% style="color:#037691" %)**BAT:**(%%) ====
218 218  
224 +(((
219 219  shows the battery voltage for WSC1-L MCU.
226 +)))
220 220  
228 +(((
221 221  Ex1: 0x0BD6/1000 = 3.03 V
230 +)))
222 222  
223 223  
224 224  
... ... @@ -286,22 +286,50 @@
286 286  [[image:image-20220624140352-2.png]]
287 287  
288 288  
298 +(((
289 289  Below is an example payload:  [[image:image-20220624140615-3.png]]
300 +)))
290 290  
302 +(((
303 +
304 +)))
291 291  
306 +(((
292 292  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.
308 +)))
293 293  
294 -* 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.
310 +* (((
311 +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.
312 +)))
295 295  
314 +(((
296 296   Uplink 1:  [[image:image-20220624140735-4.png]]
316 +)))
297 297  
318 +(((
319 +
320 +)))
321 +
322 +(((
298 298   Uplink 2:  [[image:image-20220624140842-5.png]]
324 +)))
299 299  
326 +(((
327 +
328 +)))
300 300  
301 -* When WSC1-L sending in EU868 frequency DR0 data rate. The payload will be split into below packets and uplink:
330 +* (((
331 +When WSC1-L sending in EU868 frequency DR0 data rate. The payload will be split into below packets and uplink:
332 +)))
302 302  
334 +(((
303 303   Uplink 1:  [[image:image-20220624141025-6.png]]
336 +)))
304 304  
338 +(((
339 +
340 +)))
341 +
305 305   Uplink 2:  [[image:image-20220624141100-7.png]]
306 306  
307 307  
... ... @@ -309,14 +309,25 @@
309 309  
310 310  === 2.4.3 Decoder in TTN V3 ===
311 311  
349 +(((
312 312  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.
351 +)))
313 313  
353 +(((
354 +
355 +)))
314 314  
357 +(((
315 315  Download decoder for suitable platform from:
359 +)))
316 316  
361 +(((
317 317  [[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/]]
363 +)))
318 318  
365 +(((
319 319  and put as below:
367 +)))
320 320  
321 321  [[image:1656051152438-578.png]]
322 322  
... ... @@ -324,12 +324,21 @@
324 324  
325 325  == 2.5 Show data on Application Server ==
326 326  
375 +(((
327 327  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:
377 +)))
328 328  
379 +(((
380 +
381 +)))
329 329  
383 +(((
330 330  (% style="color:blue" %)**Step 1**(%%): Be sure that your device is programmed and properly connected to the LoRaWAN network.
385 +)))
331 331  
387 +(((
332 332  (% 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.
389 +)))
333 333  
334 334  [[image:1656051197172-131.png]]
335 335  
... ... @@ -377,9 +377,6 @@
377 377  
378 378  
379 379  
380 -
381 -
382 -
383 383  == 3.1 Set Transmit Interval Time ==
384 384  
385 385  Feature: Change LoRaWAN End Node Transmit Interval.
... ... @@ -416,25 +416,51 @@
416 416  
417 417  == 3.3 Add or Delete RS485 Sensor ==
418 418  
473 +(((
419 419  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.
475 +)))
420 420  
477 +(((
421 421  (% style="color:#037691" %)**AT Command: **
479 +)))
422 422  
481 +(((
423 423  (% style="color:blue" %)**AT+DYSENSOR=Type_Code, Query_Length, Query_Command , Read_Length , Valid_Data ,has_CRC,timeout**
483 +)))
424 424  
425 -* Type_Code range:  A1 ~~ A4
426 -* Query_Length:  RS485 Query frame length, Value cannot be greater than 10
427 -* Query_Command:  RS485 Query frame data to be sent to sensor, cannot be larger than 10 bytes
428 -* Read_Length:  RS485 response frame length supposed to receive. Max can receive
429 -* Valid_Data:  valid data from RS485 Response, Valid Data will be added to Payload and upload via LoRaWAN.
430 -* 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.
431 -* timeout:  RS485 receive timeout (uint:ms). Device will close receive window after timeout
485 +* (((
486 +Type_Code range:  A1 ~~ A4
487 +)))
488 +* (((
489 +Query_Length:  RS485 Query frame length, Value cannot be greater than 10
490 +)))
491 +* (((
492 +Query_Command:  RS485 Query frame data to be sent to sensor, cannot be larger than 10 bytes
493 +)))
494 +* (((
495 +Read_Length:  RS485 response frame length supposed to receive. Max can receive
496 +)))
497 +* (((
498 +Valid_Data:  valid data from RS485 Response, Valid Data will be added to Payload and upload via LoRaWAN.
499 +)))
500 +* (((
501 +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.
502 +)))
503 +* (((
504 +timeout:  RS485 receive timeout (uint:ms). Device will close receive window after timeout
505 +)))
432 432  
507 +(((
433 433  **Example:**
509 +)))
434 434  
511 +(((
435 435  User need to change external sensor use the type code as address code.
513 +)))
436 436  
515 +(((
437 437  With a 485 sensor, after correctly changing the address code to A1, the RS485 query frame is shown in the following table:
517 +)))
438 438  
439 439  [[image:image-20220624143553-10.png]]
440 440  
... ... @@ -532,9 +532,13 @@
532 532  
533 533  == 3.6 Set Sensor Type ==
534 534  
615 +(((
535 535  Feature: Set sensor in used. If there are 6 sensors, user can set to only send 5 sensors values.
617 +)))
536 536  
619 +(((
537 537  See [[definition>>||anchor="HWeatherSensorTypes:"]] for the sensor type.
621 +)))
538 538  
539 539  [[image:image-20220624144904-12.png]]
540 540  
... ... @@ -608,6 +608,7 @@
608 608  * IP Rating: IP65
609 609  * Support default sensors or 3rd party RS485 sensors
610 610  
695 +
611 611  == 5.2 Power Consumption ==
612 612  
613 613  WSC1-L (without external sensor): Idle: 4mA, Transmit: max 40mA
... ... @@ -675,6 +675,7 @@
675 675  * ABS enclosure.
676 676  * Horizontal adjustable.
677 677  
763 +
678 678  === 6.1.2 Specification ===
679 679  
680 680  * Resolution: 0.2mm
... ... @@ -686,6 +686,7 @@
686 686  * Working Humidity: <100% (no dewing)
687 687  * Power Consumption: 4mA @ 12v.
688 688  
775 +
689 689  === 6.1.3 Dimension ===
690 690  
691 691   [[image:1656054957406-980.png]]
... ... @@ -698,19 +698,31 @@
698 698  
699 699  === 6.1.5 Installation Notice ===
700 700  
788 +(((
701 701  Do not power on while connect the cables. Double check the wiring before power on.
790 +)))
702 702  
792 +(((
703 703  Installation Photo as reference:
794 +)))
704 704  
705 705  
797 +(((
706 706  (% style="color:#4472c4" %)** Install on Ground:**
799 +)))
707 707  
801 +(((
708 708  WSS-01 Rain Gauge include screws so can install in ground directly .
803 +)))
709 709  
710 710  
806 +(((
711 711  (% style="color:#4472c4" %)** Install on pole:**
808 +)))
712 712  
810 +(((
713 713  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:
812 +)))
714 714  
715 715  [[image:image-20220624152218-1.png||height="526" width="276"]]
716 716  
... ... @@ -744,6 +744,7 @@
744 744  * RS485 wind speed / direction sensor
745 745  * PC enclosure, resist corrosion
746 746  
846 +
747 747  === 6.2.2 Specification ===
748 748  
749 749  * Wind speed range: 0 ~~ 30m/s, (always show 30m/s for higher speed)
... ... @@ -757,6 +757,7 @@
757 757  * Power Consumption: 13mA ~~ 12v.
758 758  * Cable Length: 2 meters
759 759  
860 +
760 760  === 6.2.3 Dimension ===
761 761  
762 762  [[image:image-20220624152813-2.png]]
... ... @@ -774,9 +774,13 @@
774 774  
775 775  === 6.2.6  Installation Notice ===
776 776  
878 +(((
777 777  Do not power on while connect the cables. Double check the wiring before power on.
880 +)))
778 778  
882 +(((
779 779  The sensor must be installed with below direction, towards North.
884 +)))
780 780  
781 781  [[image:image-20220624153901-3.png]]
782 782  
... ... @@ -803,6 +803,7 @@
803 803  * NDIR to measure CO2 with Internal Temperature Compensation
804 804  * Laser Beam Scattering to PM2.5 and PM10
805 805  
911 +
806 806  === 6.3.2 Specification ===
807 807  
808 808  * CO2 Range: 0~5000ppm, accuracy: ±3%F•S(25℃)
... ... @@ -820,6 +820,7 @@
820 820  ** CO2: 0~95%RH
821 821  * Power Consumption: 50mA@ 12v.
822 822  
929 +
823 823  === 6.3.3 Dimension ===
824 824  
825 825  [[image:1656056708366-230.png]]
... ... @@ -834,8 +834,6 @@
834 834  
835 835  Do not power on while connect the cables. Double check the wiring before power on.
836 836  
837 -[[image:1656057016033-551.png]]
838 -
839 839  [[image:1656056751153-304.png]]
840 840  
841 841  [[image:1656056766224-773.png]]
... ... @@ -864,6 +864,7 @@
864 864  * Surface heating to dry
865 865  * grid electrode uses Electroless Nickel/Immersion Gold design for resist corrosion
866 866  
972 +
867 867  === 6.4.2 Specification ===
868 868  
869 869  * Detect if there is rain or snow
... ... @@ -875,6 +875,7 @@
875 875  ** No heating: 12mA @ 12v,
876 876  ** heating: 94ma @ 12v.
877 877  
984 +
878 878  === 6.4.3 Dimension ===
879 879  
880 880  [[image:1656056844782-155.png]]
... ... @@ -890,7 +890,9 @@
890 890  Do not power on while connect the cables. Double check the wiring before power on.
891 891  
892 892  
1000 +(((
893 893  Install with 15°degree.
1002 +)))
894 894  
895 895   [[image:1656056873783-780.png]]
896 896  
... ... @@ -921,6 +921,7 @@
921 921  
922 922  * RS485 Temperature, Humidity, Illuminance, Pressure sensor
923 923  
1033 +
924 924  === 6.5.2 Specification ===
925 925  
926 926  * Input Power: DC 12 ~~ 24v
... ... @@ -945,6 +945,7 @@
945 945  * Working Humidity: 10~90%RH
946 946  * Power Consumption: 4mA @ 12v
947 947  
1058 +
948 948  === 6.5.3 Dimension ===
949 949  
950 950  [[image:1656057170639-522.png]]
... ... @@ -1003,6 +1003,7 @@
1003 1003  * Working Humidity: 10~90%RH
1004 1004  * Power Consumption: 4mA @ 12v
1005 1005  
1117 +
1006 1006  === 6.6.3 Dimension ===
1007 1007  
1008 1008  [[image:1656057348695-898.png]]
... ... @@ -1041,9 +1041,13 @@
1041 1041  
1042 1042  === 6.7.1 Feature ===
1043 1043  
1156 +(((
1044 1044  PAR (Photosynthetically Available Radiation) sensor measure 400 ~~ 700nm wavelength nature light's Photosynthetically Available Radiation.
1158 +)))
1045 1045  
1160 +(((
1046 1046  When nature light shine on the sense area, it will generate a signal base on the incidence radiation strength.
1162 +)))
1047 1047  
1048 1048  
1049 1049  === 6.7.2 Specification ===
... ... @@ -1059,6 +1059,7 @@
1059 1059  * Working Humidity: 10~90%RH
1060 1060  * Power Consumption: 3mA @ 12v
1061 1061  
1178 +
1062 1062  === 6.7.3 Dimension ===
1063 1063  
1064 1064  [[image:1656057538793-888.png]]
... ... @@ -1150,18 +1150,20 @@
1150 1150  
1151 1151  == 9.2 Sensors ==
1152 1152  
1153 -(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:510px" %)
1154 -|=(% style="width: 462px;" %)**Sensor Model**|=(% style="width: 110px;" %)**Part Number**
1155 -|(% style="width:462px" %)**Rain Gauge**|(% style="width:110px" %)WSS-01
1156 -|(% style="width:462px" %)**Rain Gauge installation Bracket for Pole**|(% style="width:110px" %)WS-K2
1157 -|(% style="width:462px" %)**Wind Speed Direction 2 in 1 Sensor**|(% style="width:110px" %)WSS-02
1158 -|(% style="width:462px" %)**CO2/PM2.5/PM10 3 in 1 Sensor**|(% style="width:110px" %)WSS-03
1159 -|(% style="width:462px" %)**Rain/Snow Detect Sensor**|(% style="width:110px" %)WSS-04
1160 -|(% style="width:462px" %)**Temperature, Humidity, illuminance and Pressure 4 in 1 sensor**|(% style="width:110px" %)WSS-05
1161 -|(% style="width:462px" %)**Total Solar Radiation Sensor**|(% style="width:110px" %)WSS-06
1162 -|(% style="width:462px" %)**PAR (Photosynthetically Available Radiation)**|(% style="width:110px" %)WSS-07
1270 +(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:538px" %)
1271 +|=(% style="width: 300px;" %)**Sensor Model**|=(% style="width: 120px;" %)**Part Number**
1272 +|(% style="width:462px" %)**Rain Gauge**|(% style="width:120px" %)WSS-01
1273 +|(% style="width:462px" %)**Rain Gauge installation Bracket for Pole**|(% style="width:120px" %)WS-K2
1274 +|(% style="width:462px" %)**Wind Speed Direction 2 in 1 Sensor**|(% style="width:120px" %)WSS-02
1275 +|(% style="width:462px" %)**CO2/PM2.5/PM10 3 in 1 Sensor**|(% style="width:120px" %)WSS-03
1276 +|(% style="width:462px" %)**Rain/Snow Detect Sensor**|(% style="width:120px" %)WSS-04
1277 +|(% style="width:462px" %)**Temperature, Humidity, illuminance and Pressure 4 in 1 sensor**|(% style="width:120px" %)WSS-05
1278 +|(% style="width:462px" %)**Total Solar Radiation Sensor**|(% style="width:120px" %)WSS-06
1279 +|(% style="width:462px" %)**PAR (Photosynthetically Available Radiation)**|(% style="width:120px" %)WSS-07
1163 1163  
1164 1164  
1282 +
1283 +
1165 1165  = 10. Support =
1166 1166  
1167 1167  * 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.
... ... @@ -1169,12 +1169,10 @@
1169 1169  
1170 1170  
1171 1171  
1172 -
1173 -
1174 1174  = 11. Appendix I: Field Installation Photo =
1175 1175  
1176 1176  
1177 -[[image:1656058346362-132.png]]
1294 +[[image:1656058346362-132.png||height="685" width="732"]]
1178 1178  
1179 1179  **Storage Battery**: 12v,12AH li battery
1180 1180  
... ... @@ -1182,13 +1182,13 @@
1182 1182  
1183 1183  **Wind Speed/Direction**
1184 1184  
1185 -[[image:1656058373174-421.png]]
1302 +[[image:1656058373174-421.png||height="356" width="731"]]
1186 1186  
1187 1187  
1188 1188  
1189 1189  **Total Solar Radiation sensor**
1190 1190  
1191 -[[image:1656058397364-282.png]]
1308 +[[image:1656058397364-282.png||height="453" width="732"]]
1192 1192  
1193 1193  
1194 1194  
... ... @@ -1200,7 +1200,7 @@
1200 1200  
1201 1201  **CO2/PM2.5/PM10 3 in 1 sensor**
1202 1202  
1203 -[[image:1656058441194-827.png]]
1320 +[[image:1656058441194-827.png||height="672" width="523"]]
1204 1204  
1205 1205  
1206 1206  
... ... @@ -1212,4 +1212,4 @@
1212 1212  
1213 1213  **Rain Gauge**
1214 1214  
1215 -[[image:1656058463455-569.png]]
1332 +[[image:1656058463455-569.png||height="499" width="550"]]
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0