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

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

Summary

Details

Page properties
Content
... ... @@ -25,7 +25,6 @@
25 25  
26 26  = 1.  Introduction =
27 27  
28 -
29 29  == 1.1 ​ What is LoRaWAN Distance Detection Sensor ==
30 30  
31 31  (((
... ... @@ -82,7 +82,6 @@
82 82  * 8500mAh Battery for long term use
83 83  
84 84  
85 -
86 86  == 1.3  Specification ==
87 87  
88 88  
... ... @@ -133,7 +133,6 @@
133 133  * Bottom water level monitoring
134 134  
135 135  
136 -
137 137  == 1.6  Pin mapping and power on ==
138 138  
139 139  
... ... @@ -269,7 +269,7 @@
269 269  
270 270  (% border="1" cellspacing="10" style="background-color:#ffffcc; width:510px" %)
271 271  |=(% style="width: 62.5px;" %)(((
272 -**Size(bytes)**
269 +**Size (bytes)**
273 273  )))|=(% style="width: 62.5px;" %)**2**|=**2**|=1|=2|=**1**
274 274  |(% style="width:62.5px" %)**Value**|(% style="width:62.5px" %)[[BAT>>||anchor="H2.3.1A0BatteryInfo"]]|(((
275 275  [[Distance>>||anchor="H2.3.2A0Distance"]]
... ... @@ -301,9 +301,7 @@
301 301  )))
302 302  
303 303  (((
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.**
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.**
307 307  )))
308 308  
309 309  
... ... @@ -311,7 +311,6 @@
311 311  * If the sensor value lower than 0x001E (30mm), the sensor value will be 0x00.
312 312  
313 313  
314 -
315 315  === 2.3.3  Interrupt Pin ===
316 316  
317 317  
... ... @@ -325,6 +325,7 @@
325 325  
326 326  
327 327  
322 +
328 328  === 2.3.4  DS18B20 Temperature sensor ===
329 329  
330 330  
... ... @@ -430,8 +430,6 @@
430 430  === 2.6.1  EU863-870 (EU868) ===
431 431  
432 432  (((
433 -
434 -
435 435  (% style="color:blue" %)**Uplink:**
436 436  )))
437 437  
... ... @@ -1159,8 +1159,8 @@
1159 1159  If the downlink payload=0100003C, it means set the END Node's Transmit Interval to 0x00003C=60(S), while type code is 01.
1160 1160  )))
1161 1161  
1162 -* Example 1: Downlink Payload: 0100001E  ~/~/ Set Transmit Interval (TDC) = 30 seconds
1163 -* Example 2: Downlink Payload: 0100003C  ~/~/ Set Transmit Interval (TDC) = 60 seconds
1155 +* Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
1156 +* Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
1164 1164  )))
1165 1165  )))
1166 1166  
... ... @@ -1185,8 +1185,8 @@
1185 1185  This means that the interrupt mode of the end node is set to 0x000003=3 (rising edge trigger), and the type code is 06.
1186 1186  )))
1187 1187  
1188 -* Example 1: Downlink Payload: 06000000  ~/~/ Turn off interrupt mode
1189 -* Example 2: Downlink Payload: 06000003  ~/~/ Set the interrupt mode to rising edge trigger
1181 +* Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode
1182 +* Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger
1190 1190  
1191 1191  
1192 1192