<
From version < 118.2 >
edited by Xiaoling
on 2024/05/06 13:51
To version < 112.12 >
edited by Xiaoling
on 2024/01/26 13:39
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -64,6 +64,7 @@
64 64  
65 65  WSC1-L is shipped with a RS485 converter board, for the easy connection to different sensors and WSC1-L. Below is a connection photo:
66 66  
67 +
67 67  [[image:1656042136605-251.png]]
68 68  
69 69  
... ... @@ -102,6 +102,8 @@
102 102  1. WSC1-L will auto scan available weather sensors when power on or reboot.
103 103  1. User can send a [[downlink command>>||anchor="H3.ConfigureWSC1-LviaATCommandorLoRaWANDownlink"]] to WSC1-L to do a re-scan on the available sensors.
104 104  
106 +
107 +
105 105  == 2.3 Example to use for LoRaWAN network ==
106 106  
107 107  
... ... @@ -644,9 +644,7 @@
644 644  
645 645  AT+RSWRITE=0103000001840A
646 646  
647 -If there is output from sensor, The console will show the output data
648 648  
649 -
650 650  (% style="color:#037691" %)**Downlink Command:**
651 651  
652 652  * 0xE20103000001840A     Same as: AT+RSWRITE=0103000001840A
... ... @@ -738,27 +738,31 @@
738 738  
739 739  (% style="color:#037691" %)**AT Command:**
740 740  
741 -(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:510px" %)
742 -|=(% style="width: 272px; background-color: rgb(79, 129, 189); color: white;" %)**Command Example**|=(% style="width: 200px; background-color: rgb(79, 129, 189); color: white;" %)**Function**|=(% style="width: 38px; background-color: rgb(79, 129, 189); color: white;" %)**Response**
743 -|(% style="width:272px" %)(((
744 -AT+RAINFALLSWITCH=10(Value:3,4,5,6,8,10)
745 -)))|(% style="width:114px" %)(((
742 +(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:433px" %)
743 +|=(% style="width: 172px; background-color:#4F81BD;color:white" %)**Command Example**|=(% style="width: 175px; background-color:#4F81BD;color:white" %)**Function**|=(% style="width: 86px;background-color:#4F81BD;color:white" %)**Response**
744 +|(% style="width:161px" %)(((
745 +AT+RAINFALLSWITCH=10(Range: 3,4,5,6,8,10)
746 +)))|(% style="width:184px" %)(((
746 746  Set the registers read by the rain gauge
747 -)))|(% style="width:264px" %)OK
748 +)))|(% style="width:85px" %)OK
748 748  
749 749  (% style="color:#037691" %)**Downlink Command:**
750 750  
751 751  * 0x1703  Same as: AT+RAINFALLSWITCH=3
752 752  
753 -Value Definition:
754 +3: The total rainfall after the sensor is powered on  (for example  Total rainfall: 166.5mm)
754 754  
755 -* **3**: The total rainfall after the sensor is powered on  (for example  Total rainfall: 166.5mm)
756 -* **4**: Hourly rainfall: 0.2mm
757 -* **5**: Rainfall in last hour: 0.2mm
758 -* **6**: 24-hour maximum rainfall 10.0mm
759 -* **8**: 24-hour minimum rainfall:0.0mm
760 -* **10**: Rainfall in 24 hours: 8.0mm (Rainfall in the last 24 hours)
756 +4: Hourly rainfall: 0.2mm
761 761  
758 +5: Rainfall in last hour: 0.2mm
759 +
760 +6: 24-hour maximum rainfall 10.0mm
761 +
762 +8: 24-hour minimum rainfall:0.0mm
763 +
764 +10: Rainfall in 24 hours: 8.0mm (Rainfall in the last 24 hours)
765 +
766 +
762 762  = 4. Power consumption and battery =
763 763  
764 764  == 4.1 Total Power Consumption ==
... ... @@ -1208,6 +1208,7 @@
1208 1208  
1209 1209  [[image:1656057199955-514.png]]
1210 1210  
1216 +
1211 1211  [[image:1656057212438-475.png]]
1212 1212  
1213 1213  
... ... @@ -1267,8 +1267,10 @@
1267 1267  
1268 1268  Do not power on while connect the cables. Double check the wiring before power on.
1269 1269  
1276 +
1270 1270  [[image:1656057369259-804.png]]
1271 1271  
1279 +
1272 1272  [[image:1656057377943-564.png]]
1273 1273  
1274 1274  
... ... @@ -1331,8 +1331,10 @@
1331 1331  
1332 1332  Do not power on while connect the cables. Double check the wiring before power on.
1333 1333  
1342 +
1334 1334  [[image:1656057557191-895.png]]
1335 1335  
1345 +
1336 1336  [[image:1656057565783-251.png]]
1337 1337  
1338 1338  
... ... @@ -1385,7 +1385,7 @@
1385 1385  
1386 1386  Users can run the AT+RAINFALLSWITCH command to query the data of the rain gauge.
1387 1387  
1388 -AT+RAINFALLSWITCH=10(Range: 3,4,5,6,8,10)
1398 +AT+RAINFALLSWITCH=10(Range: 3,4,5,6,8,10
1389 1389  
1390 1390  **Rainfall query value:**
1391 1391  
... ... @@ -1399,9 +1399,8 @@
1399 1399  
1400 1400  8:24-hour minimum rainfall:etc  0.0mm
1401 1401  
1402 -10:Rainfall in 24 hours: 8.0mm  (Rainfall in the last 24 hours)
1412 +10:Rainfall in 24 hours: 8.0mm  Rainfall in the last 24 hours
1403 1403  
1404 -
1405 1405  = 8. Trouble Shooting =
1406 1406  
1407 1407  == 8.1 AT Command input doesn't work ==
... ... @@ -1412,20 +1412,6 @@
1412 1412  )))
1413 1413  
1414 1414  
1415 -== 8.2  Possible reasons why the device is unresponsive: ==
1416 -
1417 -
1418 -~1. Check whether the battery voltage is lower than 2.8V
1419 -2. Check whether the jumper of the device is correctly connected
1420 -
1421 -[[image:image-20240330173709-1.png]]
1422 -
1423 -
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 -
1426 -[[image:image-20240330173724-2.png]]
1427 -
1428 -
1429 1429  = 9. Order Info =
1430 1430  
1431 1431  == 9.1 Main Process Unit ==
image-20240330173709-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -445.4 KB
Content
image-20240330173724-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -445.4 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0