Last modified by Xiaoling on 2025/04/27 13:54

From version 170.27
edited by Xiaoling
on 2022/10/27 17:08
Change comment: There is no comment for this version
To version 170.28
edited by Xiaoling
on 2022/10/27 17:11
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -25,6 +25,7 @@
25 25  
26 26  = 1.  Introduction =
27 27  
28 +
28 28  == 1.1 ​ What is LoRaWAN Distance Detection Sensor ==
29 29  
30 30  (((
... ... @@ -81,6 +81,7 @@
81 81  * 8500mAh Battery for long term use
82 82  
83 83  
85 +
84 84  == 1.3  Specification ==
85 85  
86 86  
... ... @@ -131,6 +131,7 @@
131 131  * Bottom water level monitoring
132 132  
133 133  
136 +
134 134  == 1.6  Pin mapping and power on ==
135 135  
136 136  
... ... @@ -266,7 +266,7 @@
266 266  
267 267  (% border="1" cellspacing="10" style="background-color:#ffffcc; width:510px" %)
268 268  |=(% style="width: 62.5px;" %)(((
269 -**Size (bytes)**
272 +**Size(bytes)**
270 270  )))|=(% style="width: 62.5px;" %)**2**|=**2**|=1|=2|=**1**
271 271  |(% style="width:62.5px" %)**Value**|(% style="width:62.5px" %)[[BAT>>||anchor="H2.3.1A0BatteryInfo"]]|(((
272 272  [[Distance>>||anchor="H2.3.2A0Distance"]]
... ... @@ -298,7 +298,9 @@
298 298  )))
299 299  
300 300  (((
301 -For example, if the data you get from the register is __0x0B 0x05__, the distance between the sensor and the measured object is(% style="color:#4472c4" %)** 0B05(H) = 2821 (D) = 2821 mm.**
304 +For example, if the data you get from the register is __0x0B 0x05__, the distance between the sensor and the measured object is(% style="color:#4472c4" %)** **
305 +
306 +(% style="color:#4472c4" %)**0B05(H) = 2821 (D) = 2821 mm.**
302 302  )))
303 303  
304 304  
... ... @@ -306,6 +306,7 @@
306 306  * If the sensor value lower than 0x001E (30mm), the sensor value will be 0x00.
307 307  
308 308  
314 +
309 309  === 2.3.3  Interrupt Pin ===
310 310  
311 311  
... ... @@ -319,7 +319,6 @@
319 319  
320 320  
321 321  
322 -
323 323  === 2.3.4  DS18B20 Temperature sensor ===
324 324  
325 325  
... ... @@ -425,6 +425,8 @@
425 425  === 2.6.1  EU863-870 (EU868) ===
426 426  
427 427  (((
433 +
434 +
428 428  (% style="color:blue" %)**Uplink:**
429 429  )))
430 430  
... ... @@ -1152,8 +1152,8 @@
1152 1152  If the downlink payload=0100003C, it means set the END Node's Transmit Interval to 0x00003C=60(S), while type code is 01.
1153 1153  )))
1154 1154  
1155 -* Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
1156 -* Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
1162 +* Example 1: Downlink Payload: 0100001E  ~/~/ Set Transmit Interval (TDC) = 30 seconds
1163 +* Example 2: Downlink Payload: 0100003C  ~/~/ Set Transmit Interval (TDC) = 60 seconds
1157 1157  )))
1158 1158  )))
1159 1159  
... ... @@ -1178,8 +1178,8 @@
1178 1178  This means that the interrupt mode of the end node is set to 0x000003=3 (rising edge trigger), and the type code is 06.
1179 1179  )))
1180 1180  
1181 -* Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode
1182 -* Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger
1188 +* Example 1: Downlink Payload: 06000000  ~/~/ Turn off interrupt mode
1189 +* Example 2: Downlink Payload: 06000003  ~/~/ Set the interrupt mode to rising edge trigger
1183 1183  
1184 1184  
1185 1185