Last modified by Mengting Qiu on 2025/06/10 18:53

From version 117.1
edited by Edwin Chen
on 2024/05/01 09:06
Change comment: There is no comment for this version
To version 125.2
edited by Mengting Qiu
on 2025/03/18 17:00
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Edwin
1 +XWiki.ting
Content
... ... @@ -34,7 +34,7 @@
34 34  )))
35 35  
36 36  (((
37 -Main process device WSC1-L is an outdoor LoRaWAN RS485 end node. It is powered by external (% style="color:blue" %)**12v solar power**(%%) and have a (% style="color:blue" %)**built-in li-on backup battery**(%%). WSC1-L reads value from various sensors and upload these sensor data to IoT server via LoRaWAN wireless protocol.
37 +Main process device WSC1-L is an outdoor LoRaWAN RS485 end node. It is powered by external (% style="color:blue" %)**12v solar power**(%%) and have a (% style="color:blue" %)**built-in Li-ion backup battery**(%%). WSC1-L reads value from various sensors and upload these sensor data to IoT server via LoRaWAN wireless protocol.
38 38  )))
39 39  
40 40  (((
... ... @@ -131,17 +131,17 @@
131 131  
132 132  [[image:1656042662694-311.png]]
133 133  
134 -[[image:1656042673910-429.png]]
134 +[[image:image-20250122085806-2.png||height="369" width="1010"]]
135 135  
136 136  
137 137  **Choose Manually to add WSC1-L**
138 138  
139 -[[image:1656042695755-103.png]]
139 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LTC2-LB--LoRaWAN_Temperature_Transmitter_User_Manual/WebHome/image-20240907112136-6.png?width=697&height=687&rev=1.1||alt="image-20240907112136-6.png"]]
140 140  
141 141  
142 -**Add APP KEY and DEV EUI**
142 +**Add Keys**
143 143  
144 -[[image:1656042723199-746.png]]
144 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LTC2-LB--LoRaWAN_Temperature_Transmitter_User_Manual/WebHome/image-20240907112427-7.png?rev=1.1||alt="image-20240907112427-7.png"]]
145 145  
146 146  
147 147  (((
... ... @@ -644,7 +644,9 @@
644 644  
645 645  AT+RSWRITE=0103000001840A
646 646  
647 +If there is output from sensor, The console will show the output data
647 647  
649 +
648 648  (% style="color:#037691" %)**Downlink Command:**
649 649  
650 650  * 0xE20103000001840A     Same as: AT+RSWRITE=0103000001840A
... ... @@ -736,17 +736,17 @@
736 736  
737 737  (% style="color:#037691" %)**AT Command:**
738 738  
739 -(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:611px" %)
740 -|=(% style="width: 272px; background-color: rgb(79, 129, 189); color: white;" %)**Command Example**|=(% style="width: 114px; background-color: rgb(79, 129, 189); color: white;" %)**Function**|=(% style="width: 264px; background-color: rgb(79, 129, 189); color: white;" %)**Response**
741 -|(% style="width:272px" %)(((
742 -AT+RAINFALLSWITCH=10(Value: 3,4,5,6,8,10)
743 -)))|(% style="width:114px" %)(((
741 +(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:510px" %)
742 +|=(% style="width: 230px; background-color: rgb(79, 129, 189); color: white;" %)**Command Example**|=(% style="width: 232px; background-color: rgb(79, 129, 189); color: white;" %)**Function**|=(% style="width: 48px; background-color: rgb(79, 129, 189); color: white;" %)**Response**
743 +|(% style="width:240px" %)(((
744 +AT+RAINFALLSWITCH=10(Value:3,4,5,6,8,10)
745 +)))|(% style="width:232px" %)(((
744 744  Set the registers read by the rain gauge
745 -)))|(% style="width:264px" %)OK
747 +)))|(% style="width:38px" %)OK
746 746  
747 747  (% style="color:#037691" %)**Downlink Command:**
748 748  
749 -* 0x1703  Same as: AT+RAINFALLSWITCH=3
751 +* 0xE703  Same as: AT+RAINFALLSWITCH=3
750 750  
751 751  Value Definition:
752 752  
... ... @@ -758,6 +758,35 @@
758 758  * **10**: Rainfall in 24 hours: 8.0mm (Rainfall in the last 24 hours)
759 759  
760 760  
763 +== 3.8 Set the MSP mode(Since firmware V1.3.1) ==
764 +
765 +
766 +(% style="color:red" %)**Note: This feature is available for WSS-02.**
767 +
768 +This function is used for the continuous collection of wind speed.
769 +
770 +When MSP mode is turned on (AT+MSP=1), WSC1-L will collect real-time wind speed **every 5 seconds**. Then it will judge the maximum wind speed in this period according to the wind speed collected in TDC time, and calculate the average wind speed according to the wind speed data collected in TDC time and the number of data groups.
771 +
772 +(% style="color:#037691" %)**AT Command: AT+MSP**
773 +
774 +(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:510px" %)
775 +|=(% style="width: 158px; background-color: rgb(79, 129, 189); color: white;" %)**Command Example**|=(% style="width: 214px; background-color: rgb(79, 129, 189); color: white;" %)**Function**|=(% style="width: 136px; background-color: rgb(79, 129, 189); color: white;" %)**Response**
776 +|(% style="width:158px" %)(((
777 +AT+MSP=?
778 +)))|(% style="width:214px" %)Query whether MSP mode is on|(% style="width:136px" %)(((
779 +0(default)
780 +
781 +OK
782 +)))
783 +|(% style="width:158px" %)AT+MSP=0|(% style="width:214px" %)Disable the MSP mode|(% style="width:136px" %)OK
784 +|(% style="width:158px" %)AT+MSP=1|(% style="width:214px" %)Enable the MSP mode|(% style="width:136px" %)OK
785 +
786 +(% style="color:#037691" %)**Downlink Command: 0X34**
787 +
788 +* Downlink payload: 34 00  ~/~/ Equal to AT+MSP=0
789 +* Downlink payload: 34 01  ~/~/ Equal to AT+MSP=1
790 +
791 +
761 761  = 4. Power consumption and battery =
762 762  
763 763  == 4.1 Total Power Consumption ==
... ... @@ -1207,7 +1207,6 @@
1207 1207  
1208 1208  [[image:1656057199955-514.png]]
1209 1209  
1210 -
1211 1211  [[image:1656057212438-475.png]]
1212 1212  
1213 1213  
... ... @@ -1267,10 +1267,8 @@
1267 1267  
1268 1268  Do not power on while connect the cables. Double check the wiring before power on.
1269 1269  
1270 -
1271 1271  [[image:1656057369259-804.png]]
1272 1272  
1273 -
1274 1274  [[image:1656057377943-564.png]]
1275 1275  
1276 1276  
... ... @@ -1333,10 +1333,8 @@
1333 1333  
1334 1334  Do not power on while connect the cables. Double check the wiring before power on.
1335 1335  
1336 -
1337 1337  [[image:1656057557191-895.png]]
1338 1338  
1339 -
1340 1340  [[image:1656057565783-251.png]]
1341 1341  
1342 1342  
... ... @@ -1389,22 +1389,23 @@
1389 1389  
1390 1390  Users can run the AT+RAINFALLSWITCH command to query the data of the rain gauge.
1391 1391  
1392 -AT+RAINFALLSWITCH=10(Range: 3456810
1418 +AT+RAINFALLSWITCH=10(Range: 3,4,5,6,8,10)
1393 1393  
1394 -**Rainfall query value**
1420 +**Rainfall query value:**
1395 1395  
1396 1396  3:The total rainfall after the sensor is powered on  (for example  Total rainfall: 166.5mm)
1397 1397  
1398 1398  4:Current Hourly rainfall: etc 0.2mm
1399 1399  
1400 -5:Rainfall in last hour:etc 0.2mm
1426 +5:Rainfall in last hour: etc 0.2mm
1401 1401  
1402 -6:24-hour maximum rainfall etc  10.0mm
1428 +6:24-hour maximum rainfall: etc  10.0mm
1403 1403  
1404 -8:24-hour minimum rainfall:etc  0.0mm
1430 +8:24-hour minimum rainfall: etc  0.0mm
1405 1405  
1406 -10:Rainfall in 24 hours: 8.0mm  Rainfall in the last 24 hours
1432 +10:Rainfall in 24 hours: 8.0mm  (Rainfall in the last 24 hours)
1407 1407  
1434 +
1408 1408  = 8. Trouble Shooting =
1409 1409  
1410 1410  == 8.1 AT Command input doesn't work ==
... ... @@ -1415,17 +1415,40 @@
1415 1415  )))
1416 1416  
1417 1417  
1418 -== 8.2  Possible reasons why the device is unresponsive ==
1445 +== 8.2  Possible reasons why the device is unresponsive: ==
1419 1419  
1447 +
1420 1420  ~1. Check whether the battery voltage is lower than 2.8V
1421 1421  2. Check whether the jumper of the device is correctly connected
1422 1422  
1423 1423  [[image:image-20240330173709-1.png]]
1424 -3. Check whether the switch here of the device is at the ISP(The switch can operate normally only when it is in RUN)
1425 1425  
1426 1426  
1454 +3. Check whether the switch here of the device is at the ISP(The switch can operate normally only when it is in RUN)
1455 +
1427 1427  [[image:image-20240330173724-2.png]]
1428 1428  
1458 +
1459 +== 8.3  The rain gauge keeps showing an incorrect value of 102.2 ==
1460 +
1461 +When the rain gauge keeps showing wrong values, it means that the device has exceeded its maximum range.
1462 +Customer need to use RS485-USB to reset it
1463 +
1464 +Wiring method:
1465 +RS485-USB A<~-~-~-~-~-~-->rain gauge RS485A
1466 +RS485-USB B<~-~-~-~-~-~-->rain gauge RS485B
1467 +
1468 +
1469 +Use the reset command:
1470 +
1471 +06 06 00 37 00 03 79 B2
1472 +
1473 +[[image:image-20250219164620-1.png]]
1474 +
1475 +
1476 +
1477 +
1478 +
1429 1429  = 9. Order Info =
1430 1430  
1431 1431  == 9.1 Main Process Unit ==
image-20250122085744-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.ting
Size
... ... @@ -1,0 +1,1 @@
1 +86.9 KB
Content
image-20250122085806-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.ting
Size
... ... @@ -1,0 +1,1 @@
1 +109.8 KB
Content
image-20250219164620-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Bei
Size
... ... @@ -1,0 +1,1 @@
1 +9.1 KB
Content