<
From version < 116.1 >
edited by Bei Jinggeng
on 2024/03/30 17:38
To version < 118.5 >
edited by Xiaoling
on 2024/05/06 13:54
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Bei
1 +XWiki.Xiaoling
Content
... ... @@ -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,31 +736,27 @@
736 736  
737 737  (% style="color:#037691" %)**AT Command:**
738 738  
739 -(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:433px" %)
740 -|=(% 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**
741 -|(% style="width:161px" %)(((
742 -AT+RAINFALLSWITCH=10(Range: 3,4,5,6,8,10)
743 -)))|(% style="width:184px" %)(((
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" %)(((
744 744  Set the registers read by the rain gauge
745 -)))|(% style="width:85px" %)OK
747 +)))|(% style="width:264px" %)OK
746 746  
747 747  (% style="color:#037691" %)**Downlink Command:**
748 748  
749 749  * 0x1703  Same as: AT+RAINFALLSWITCH=3
750 750  
751 -3: The total rainfall after the sensor is powered on  (for example  Total rainfall: 166.5mm)
753 +Value Definition:
752 752  
753 -4: Hourly rainfall: 0.2mm
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)
754 754  
755 -5: Rainfall in last hour: 0.2mm
756 -
757 -6: 24-hour maximum rainfall 10.0mm
758 -
759 -8: 24-hour minimum rainfall:0.0mm
760 -
761 -10: Rainfall in 24 hours: 8.0mm (Rainfall in the last 24 hours)
762 -
763 -
764 764  = 4. Power consumption and battery =
765 765  
766 766  == 4.1 Total Power Consumption ==
... ... @@ -1210,7 +1210,6 @@
1210 1210  
1211 1211  [[image:1656057199955-514.png]]
1212 1212  
1213 -
1214 1214  [[image:1656057212438-475.png]]
1215 1215  
1216 1216  
... ... @@ -1270,10 +1270,8 @@
1270 1270  
1271 1271  Do not power on while connect the cables. Double check the wiring before power on.
1272 1272  
1273 -
1274 1274  [[image:1656057369259-804.png]]
1275 1275  
1276 -
1277 1277  [[image:1656057377943-564.png]]
1278 1278  
1279 1279  
... ... @@ -1336,10 +1336,8 @@
1336 1336  
1337 1337  Do not power on while connect the cables. Double check the wiring before power on.
1338 1338  
1339 -
1340 1340  [[image:1656057557191-895.png]]
1341 1341  
1342 -
1343 1343  [[image:1656057565783-251.png]]
1344 1344  
1345 1345  
... ... @@ -1392,22 +1392,23 @@
1392 1392  
1393 1393  Users can run the AT+RAINFALLSWITCH command to query the data of the rain gauge.
1394 1394  
1395 -AT+RAINFALLSWITCH=10(Range: 3456810
1388 +AT+RAINFALLSWITCH=10(Range: 3,4,5,6,8,10)
1396 1396  
1397 -**Rainfall query value**
1390 +**Rainfall query value:**
1398 1398  
1399 1399  3:The total rainfall after the sensor is powered on  (for example  Total rainfall: 166.5mm)
1400 1400  
1401 1401  4:Current Hourly rainfall: etc 0.2mm
1402 1402  
1403 -5:Rainfall in last hour:etc 0.2mm
1396 +5:Rainfall in last hour: etc 0.2mm
1404 1404  
1405 -6:24-hour maximum rainfall etc  10.0mm
1398 +6:24-hour maximum rainfall: etc  10.0mm
1406 1406  
1407 -8:24-hour minimum rainfall:etc  0.0mm
1400 +8:24-hour minimum rainfall: etc  0.0mm
1408 1408  
1409 -10:Rainfall in 24 hours: 8.0mm  Rainfall in the last 24 hours
1402 +10:Rainfall in 24 hours: 8.0mm  (Rainfall in the last 24 hours)
1410 1410  
1404 +
1411 1411  = 8. Trouble Shooting =
1412 1412  
1413 1413  == 8.1 AT Command input doesn't work ==
... ... @@ -1418,17 +1418,20 @@
1418 1418  )))
1419 1419  
1420 1420  
1421 -== 8.2  Possible reasons why the device is unresponsive ==
1415 +== 8.2  Possible reasons why the device is unresponsive: ==
1422 1422  
1417 +
1423 1423  ~1. Check whether the battery voltage is lower than 2.8V
1424 1424  2. Check whether the jumper of the device is correctly connected
1425 1425  
1426 1426  [[image:image-20240330173709-1.png]]
1427 -3. Check whether the switch here of the device is at the ISP(The switch can operate normally only when it is in RUN)
1428 1428  
1429 1429  
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 +
1430 1430  [[image:image-20240330173724-2.png]]
1431 1431  
1428 +
1432 1432  = 9. Order Info =
1433 1433  
1434 1434  == 9.1 Main Process Unit ==
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0