<
From version < 85.2 >
edited by Xiaoling
on 2022/06/25 08:55
To version < 79.14 >
edited by Xiaoling
on 2022/06/24 17:18
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -67,6 +67,8 @@
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 +
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,9 @@
78 78  * Cabinet.
79 79  
80 80  
83 +
84 +
85 +
81 81  == 2.2 How it works? ==
82 82  
83 83  (((
... ... @@ -98,6 +98,8 @@
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  
106 +
107 +
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,8 @@
157 157  * Other control command: Use FPORT other than 2.
158 158  
159 159  
167 +
168 +
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
... ... @@ -346,25 +346,14 @@
346 346  
347 347  === 2.4.3 Decoder in TTN V3 ===
348 348  
349 -(((
350 350  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 -)))
352 352  
353 -(((
354 -
355 -)))
356 356  
357 -(((
358 358  Download decoder for suitable platform from:
359 -)))
360 360  
361 -(((
362 362  [[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 -)))
364 364  
365 -(((
366 366  and put as below:
367 -)))
368 368  
369 369  [[image:1656051152438-578.png]]
370 370  
... ... @@ -372,21 +372,12 @@
372 372  
373 373  == 2.5 Show data on Application Server ==
374 374  
375 -(((
376 376  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 -)))
378 378  
379 -(((
380 -
381 -)))
382 382  
383 -(((
384 384  (% style="color:blue" %)**Step 1**(%%): Be sure that your device is programmed and properly connected to the LoRaWAN network.
385 -)))
386 386  
387 -(((
388 388  (% 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 -)))
390 390  
391 391  [[image:1656051197172-131.png]]
392 392  
... ... @@ -434,6 +434,9 @@
434 434  
435 435  
436 436  
426 +
427 +
428 +
437 437  == 3.1 Set Transmit Interval Time ==
438 438  
439 439  Feature: Change LoRaWAN End Node Transmit Interval.
... ... @@ -453,6 +453,8 @@
453 453  * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
454 454  
455 455  
448 +
449 +
456 456  == 3.2 Set Emergency Mode ==
457 457  
458 458  Feature: In emergency mode, WSC1-L will uplink data every 1 minute.
... ... @@ -468,53 +468,29 @@
468 468  * 0xE100     Same as: AT+ALARMMOD=0
469 469  
470 470  
465 +
466 +
471 471  == 3.3 Add or Delete RS485 Sensor ==
472 472  
473 -(((
474 474  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 -)))
476 476  
477 -(((
478 478  (% style="color:#037691" %)**AT Command: **
479 -)))
480 480  
481 -(((
482 482  (% style="color:blue" %)**AT+DYSENSOR=Type_Code, Query_Length, Query_Command , Read_Length , Valid_Data ,has_CRC,timeout**
483 -)))
484 484  
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 -)))
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
506 506  
507 -(((
508 508  **Example:**
509 -)))
510 510  
511 -(((
512 512  User need to change external sensor use the type code as address code.
513 -)))
514 514  
515 -(((
516 516  With a 485 sensor, after correctly changing the address code to A1, the RS485 query frame is shown in the following table:
517 -)))
518 518  
519 519  [[image:image-20220624143553-10.png]]
520 520  
... ... @@ -564,6 +564,8 @@
564 564  * 0xE5FF  
565 565  
566 566  
537 +
538 +
567 567  == 3.4 RS485 Test Command ==
568 568  
569 569  (% style="color:#037691" %)**AT Command:**
... ... @@ -586,6 +586,8 @@
586 586  * 0xE20103000001840A     Same as: AT+RSWRITE=0103000001840A
587 587  
588 588  
561 +
562 +
589 589  == 3.5 RS485 response timeout ==
590 590  
591 591  Feature: Set or get extended time to receive 485 sensor data.
... ... @@ -610,6 +610,8 @@
610 610  * Example 2: Downlink Payload: E000000A ~/~/ Set Transmit Interval (DTR) = 10 seconds
611 611  
612 612  
587 +
588 +
613 613  == 3.6 Set Sensor Type ==
614 614  
615 615  (((
... ... @@ -693,6 +693,8 @@
693 693  * Support default sensors or 3rd party RS485 sensors
694 694  
695 695  
672 +
673 +
696 696  == 5.2 Power Consumption ==
697 697  
698 698  WSC1-L (without external sensor): Idle: 4mA, Transmit: max 40mA
... ... @@ -761,6 +761,8 @@
761 761  * Horizontal adjustable.
762 762  
763 763  
742 +
743 +
764 764  === 6.1.2 Specification ===
765 765  
766 766  * Resolution: 0.2mm
... ... @@ -773,6 +773,8 @@
773 773  * Power Consumption: 4mA @ 12v.
774 774  
775 775  
756 +
757 +
776 776  === 6.1.3 Dimension ===
777 777  
778 778   [[image:1656054957406-980.png]]
... ... @@ -844,6 +844,8 @@
844 844  * PC enclosure, resist corrosion
845 845  
846 846  
829 +
830 +
847 847  === 6.2.2 Specification ===
848 848  
849 849  * Wind speed range: 0 ~~ 30m/s, (always show 30m/s for higher speed)
... ... @@ -858,6 +858,8 @@
858 858  * Cable Length: 2 meters
859 859  
860 860  
845 +
846 +
861 861  === 6.2.3 Dimension ===
862 862  
863 863  [[image:image-20220624152813-2.png]]
... ... @@ -909,6 +909,8 @@
909 909  * Laser Beam Scattering to PM2.5 and PM10
910 910  
911 911  
898 +
899 +
912 912  === 6.3.2 Specification ===
913 913  
914 914  * CO2 Range: 0~5000ppm, accuracy: ±3%F•S(25℃)
... ... @@ -927,6 +927,8 @@
927 927  * Power Consumption: 50mA@ 12v.
928 928  
929 929  
918 +
919 +
930 930  === 6.3.3 Dimension ===
931 931  
932 932  [[image:1656056708366-230.png]]
... ... @@ -970,6 +970,8 @@
970 970  * grid electrode uses Electroless Nickel/Immersion Gold design for resist corrosion
971 971  
972 972  
963 +
964 +
973 973  === 6.4.2 Specification ===
974 974  
975 975  * Detect if there is rain or snow
... ... @@ -982,6 +982,8 @@
982 982  ** heating: 94ma @ 12v.
983 983  
984 984  
977 +
978 +
985 985  === 6.4.3 Dimension ===
986 986  
987 987  [[image:1656056844782-155.png]]
... ... @@ -1031,6 +1031,8 @@
1031 1031  * RS485 Temperature, Humidity, Illuminance, Pressure sensor
1032 1032  
1033 1033  
1028 +
1029 +
1034 1034  === 6.5.2 Specification ===
1035 1035  
1036 1036  * Input Power: DC 12 ~~ 24v
... ... @@ -1056,6 +1056,8 @@
1056 1056  * Power Consumption: 4mA @ 12v
1057 1057  
1058 1058  
1055 +
1056 +
1059 1059  === 6.5.3 Dimension ===
1060 1060  
1061 1061  [[image:1656057170639-522.png]]
... ... @@ -1099,6 +1099,9 @@
1099 1099  * Measure Total Radiation between 0.3~3μm(300~3000nm)
1100 1100  * Measure Reflected Radiation if sense area towards ground.
1101 1101  
1100 +
1101 +
1102 +
1102 1102  === 6.6.2 Specification ===
1103 1103  
1104 1104  * Input Power: DC 5 ~~ 24v
... ... @@ -1115,6 +1115,8 @@
1115 1115  * Power Consumption: 4mA @ 12v
1116 1116  
1117 1117  
1119 +
1120 +
1118 1118  === 6.6.3 Dimension ===
1119 1119  
1120 1120  [[image:1656057348695-898.png]]
... ... @@ -1176,6 +1176,8 @@
1176 1176  * Power Consumption: 3mA @ 12v
1177 1177  
1178 1178  
1182 +
1183 +
1179 1179  === 6.7.3 Dimension ===
1180 1180  
1181 1181  [[image:1656057538793-888.png]]
... ... @@ -1262,25 +1262,20 @@
1262 1262  * (% style="color:red" %)**IN865**(%%): LoRaWAN IN865 band
1263 1263  * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
1264 1264  
1265 -
1266 -
1267 -
1268 1268  == 9.2 Sensors ==
1269 1269  
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
1272 +(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:510px" %)
1273 +|=(% style="width: 462px;" %)**Sensor Model**|=(% style="width: 110px;" %)**Part Number**
1274 +|(% style="width:462px" %)**Rain Gauge**|(% style="width:110px" %)WSS-01
1275 +|(% style="width:462px" %)**Rain Gauge installation Bracket for Pole**|(% style="width:110px" %)WS-K2
1276 +|(% style="width:462px" %)**Wind Speed Direction 2 in 1 Sensor**|(% style="width:110px" %)WSS-02
1277 +|(% style="width:462px" %)**CO2/PM2.5/PM10 3 in 1 Sensor**|(% style="width:110px" %)WSS-03
1278 +|(% style="width:462px" %)**Rain/Snow Detect Sensor**|(% style="width:110px" %)WSS-04
1279 +|(% style="width:462px" %)**Temperature, Humidity, illuminance and Pressure 4 in 1 sensor**|(% style="width:110px" %)WSS-05
1280 +|(% style="width:462px" %)**Total Solar Radiation Sensor**|(% style="width:110px" %)WSS-06
1281 +|(% style="width:462px" %)**PAR (Photosynthetically Available Radiation)**|(% style="width:110px" %)WSS-07
1280 1280  
1281 1281  
1282 -
1283 -
1284 1284  = 10. Support =
1285 1285  
1286 1286  * 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.
... ... @@ -1287,11 +1287,10 @@
1287 1287  * 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]]
1288 1288  
1289 1289  
1290 -
1291 1291  = 11. Appendix I: Field Installation Photo =
1292 1292  
1293 1293  
1294 -[[image:1656058346362-132.png||height="685" width="732"]]
1293 +[[image:1656058346362-132.png]]
1295 1295  
1296 1296  **Storage Battery**: 12v,12AH li battery
1297 1297  
... ... @@ -1299,13 +1299,13 @@
1299 1299  
1300 1300  **Wind Speed/Direction**
1301 1301  
1302 -[[image:1656058373174-421.png||height="356" width="731"]]
1301 +[[image:1656058373174-421.png]]
1303 1303  
1304 1304  
1305 1305  
1306 1306  **Total Solar Radiation sensor**
1307 1307  
1308 -[[image:1656058397364-282.png||height="453" width="732"]]
1307 +[[image:1656058397364-282.png]]
1309 1309  
1310 1310  
1311 1311  
... ... @@ -1317,7 +1317,7 @@
1317 1317  
1318 1318  **CO2/PM2.5/PM10 3 in 1 sensor**
1319 1319  
1320 -[[image:1656058441194-827.png||height="672" width="523"]]
1319 +[[image:1656058441194-827.png]]
1321 1321  
1322 1322  
1323 1323  
... ... @@ -1329,4 +1329,4 @@
1329 1329  
1330 1330  **Rain Gauge**
1331 1331  
1332 -[[image:1656058463455-569.png||height="499" width="550"]]
1331 +[[image:1656058463455-569.png]]
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0