<
From version < 61.14 >
edited by Xiaoling
on 2023/05/23 11:53
To version < 62.1 >
edited by Bei Jinggeng
on 2023/06/28 11:46
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.Bei
Content
... ... @@ -67,7 +67,6 @@
67 67  * Firmware upgradable via program port
68 68  
69 69  
70 -
71 71  == 1.3 Applications ==
72 72  
73 73  
... ... @@ -79,7 +79,6 @@
79 79  * Smart Factory
80 80  
81 81  
82 -
83 83  == 1.4 Dimension ==
84 84  
85 85  
... ... @@ -233,9 +233,69 @@
233 233  [[image:1654681714641-440.png]]
234 234  
235 235  
234 +
236 236  (((
237 237  Example Payload Decoder in TTN V3: [[https:~~/~~/github.com/dragino/dragino-end-node-decoder>>https://github.com/dragino/dragino-end-node-decoder]]
238 238  
238 +=== 4.3.1 Battery Info ===
239 +
240 +Check the battery voltage for LDS02.
241 +
242 +Ex1: 0x0B88&3FFF = 2952mV
243 +
244 +Ex2: 0xD152&3FFF = 4434mV
245 +
246 +=== 4.3.2 Status ===
247 +
248 +Check the open door Status for LDS02.
249 +
250 +**Example**:
251 +
252 +If payload is: 0B:  (0000 1011&1000 0000== 0), DOOR_OPEN_STATUS is 0(CLOSE)
253 +
254 +If payload is: D1: (1101 0001&1000 0000== 1) , DOOR_OPEN_STATUS is 1(OPEN)
255 +
256 +=== 4.3.3 MOD ===
257 +
258 +Check the MOD
259 +
260 +**Example:**
261 +
262 +If payload is: 01:MOD is 1
263 +
264 +
265 +=== 4.3.4 Total open door events ===
266 +
267 +Get Total open door events
268 +
269 +**Example**:
270 +
271 +If payload is: **00 00  93=** 147
272 +
273 +If payload is: **00 00  00= **0
274 +
275 +
276 +=== 4.3.5 Last door open duration (unit: min) ===
277 +
278 +Get Last door open duration
279 +
280 +**Example:**
281 +
282 +If payload is: **00 00  25=** 37
283 +
284 +If payload is: **00 00  01= **1
285 +
286 +
287 +=== 4.3.6 Alarm ===
288 +
289 +Get Alarm
290 +
291 +**Example:**
292 +
293 +If payload is: 01:  (0001 & 0001== 1), Alarm is 1
294 +
295 +If payload is: 00:  (0000 & 0001== 0), Alarm is 0
296 +
239 239  
240 240  )))
241 241  
... ... @@ -431,7 +431,6 @@
431 431  |(% style="width:184px" %)Got a downlink message|(% style="width:275px" %)(% style="color:blue" %)**BLUE LED**(%%) blinks once
432 432  
433 433  
434 -
435 435  = 5. Battery & How to replace =
436 436  
437 437  == 5.1 Battery Type and replace ==
... ... @@ -607,7 +607,6 @@
607 607  * (% style="color:red" %)**CN779**(%%): frequency bands CN779
608 608  
609 609  
610 -
611 611  = 9. Packing Info =
612 612  
613 613  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0