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

From version 112.2
edited by Xiaoling
on 2024/01/18 08:58
Change comment: There is no comment for this version
To version 110.1
edited by David Huang
on 2023/10/30 11:08
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.David
Content
... ... @@ -174,7 +174,7 @@
174 174  
175 175  (% border="1" cellspacing="5" style="background-color:#f2f2f2; width:500px" %)
176 176  |=(% style="width: 70px;background-color:#D9E2F3" %)**Size(**bytes)|=(% style="width: 60px;background-color:#D9E2F3" %)1|=(% style="width: 80px;background-color:#D9E2F3" %)**2**|=(% style="width: 80px;background-color:#D9E2F3" %)**1**|=(% style="width: 60px;background-color:#D9E2F3" %)**1**|=(% style="width: 50px;background-color:#D9E2F3" %)**2**|=(% style="width: 100px;background-color:#D9E2F3" %)**3**
177 -|(% style="width:99px" %)Value|(% style="width:112px" %)[[Sensor Model>>||anchor="HSensorModel:"]]|(% style="width:135px" %)[[Firmware Version>>||anchor="HFirmwareVersion:"]]|(% style="width:126px" %)[[Frequency Band>>||anchor="HFrequencyBand:"]]|(% style="width:85px" %)[[Sub-band>>||anchor="HSub-Band:"]]|(% style="width:46px" %)[[BAT>>||anchor="HBAT:"]]|(% style="width:166px" %)[[Weather Sensor Types>>||anchor="HWeatherSensorTypes:"]]
177 +|(% style="width:99px" %)**Value**|(% style="width:112px" %)[[Sensor Model>>||anchor="HSensorModel:"]]|(% style="width:135px" %)[[Firmware Version>>||anchor="HFirmwareVersion:"]]|(% style="width:126px" %)[[Frequency Band>>||anchor="HFrequencyBand:"]]|(% style="width:85px" %)[[Sub-band>>||anchor="HSub-Band:"]]|(% style="width:46px" %)[[BAT>>||anchor="HBAT:"]]|(% style="width:166px" %)[[Weather Sensor Types>>||anchor="HWeatherSensorTypes:"]]
178 178  
179 179  [[image:1656043061044-343.png]]
180 180  
... ... @@ -428,6 +428,7 @@
428 428  
429 429  [[image:1656051152438-578.png]]
430 430  
431 +
431 431  == 2.5 Show data on Application Server ==
432 432  
433 433  
... ... @@ -747,7 +747,7 @@
747 747  (% border="1" cellspacing="5" style="background-color:#f2f2f2; width:433px" %)
748 748  |=(% style="width: 172px; background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 175px; background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="width: 86px;background-color:#D9E2F3;color:#0070C0" %)**Response**
749 749  |(% style="width:161px" %)(((
750 -AT+RAINFALLSWITCH=10(Range: 3,4,5,6,8,10
751 +AT+RAINFALLSWITCH=1(Range: 1~~10)
751 751  )))|(% style="width:184px" %)(((
752 752  Set the registers read by the rain gauge
753 753  )))|(% style="width:85px" %)OK
... ... @@ -754,21 +754,10 @@
754 754  
755 755  (% style="color:#037691" %)**Downlink Command:**
756 756  
757 -* 0x1703  Same as: AT+RAINFALLSWITCH=3
758 +* 0x1701  Same as: AT+RAINFALLSWITCH=1
758 758  
759 -3:The total rainfall after the sensor is powered on  (for example  Total rainfall: 166.5mm)
760 +[[image:image-20231030102056-3.png]]
760 760  
761 -4:Hourly rainfall: 0.2mm
762 -
763 -5:Rainfall in last hour: 0.2mm
764 -
765 -6:24-hour maximum rainfall 10.0mm
766 -
767 -8:24-hour minimum rainfall:0.0mm
768 -
769 -10:Rainfall in 24 hours: 8.0mm  (Rainfall in the last 24 hours)
770 -
771 -
772 772  = 4. Power consumption and battery =
773 773  
774 774  == 4.1 Total Power Consumption ==
... ... @@ -1397,25 +1397,10 @@
1397 1397  
1398 1398  == 7.6  How to change the data read by the rain gauge? ==
1399 1399  
1390 +AT+RAINFALLSWITCH=1(Range: 1~~10) 1-10 corresponds to the sensor register.
1400 1400  
1401 -Users can run the AT+RAINFALLSWITCH command to query the data of the rain gauge.
1392 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/Dragino%20LoRaWAN%20Weather%20Station%20User%20Manual/WebHome/image-20231030102056-3.png?rev=1.1||alt="image-20231030102056-3.png"]]
1402 1402  
1403 -AT+RAINFALLSWITCH=10(Range: 3,4,5,6,8,10)
1404 -
1405 -**Rainfall query value:**
1406 -
1407 -3:The total rainfall after the sensor is powered on  (for example  Total rainfall: 166.5mm)
1408 -
1409 -4:Current Hourly rainfall: etc 0.2mm
1410 -
1411 -5:Rainfall in last hour:etc 0.2mm
1412 -
1413 -6:24-hour maximum rainfall etc  10.0mm
1414 -
1415 -8:24-hour minimum rainfall:etc  0.0mm
1416 -
1417 -10:Rainfall in 24 hours: 8.0mm  (Rainfall in the last 24 hours)
1418 -
1419 1419  = 8. Trouble Shooting =
1420 1420  
1421 1421  == 8.1 AT Command input doesn't work ==