<
From version < 61.14 >
edited by Xiaoling
on 2023/05/23 11:53
To version < 62.2 >
edited by Xiaoling
on 2023/06/30 10:34
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -66,8 +66,6 @@
66 66  * Remote configure parameters via LoRa Downlink
67 67  * Firmware upgradable via program port
68 68  
69 -
70 -
71 71  == 1.3 Applications ==
72 72  
73 73  
... ... @@ -78,8 +78,6 @@
78 78  * Smart Cities
79 79  * Smart Factory
80 80  
81 -
82 -
83 83  == 1.4 Dimension ==
84 84  
85 85  
... ... @@ -232,10 +232,77 @@
232 232  
233 233  [[image:1654681714641-440.png]]
234 234  
235 -
236 236  (((
237 -Example Payload Decoder in TTN V3: [[https:~~/~~/github.com/dragino/dragino-end-node-decoder>>https://github.com/dragino/dragino-end-node-decoder]]
232 +Example Payload Decoder in TTN V3: [[https:~~/~~/github.com/dragino/dragino-end-node-decoder/tree/main/LDS02>>https://github.com/dragino/dragino-end-node-decoder/tree/main/LDS02]]
238 238  
234 +
235 +=== 4.3.1 Battery Info ===
236 +
237 +
238 +Check the battery voltage for LDS02.
239 +
240 +Ex1: 0x0B88&3FFF = 2952mV
241 +
242 +Ex2: 0xD152&3FFF = 4434mV
243 +
244 +
245 +=== 4.3.2 Status ===
246 +
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 +
257 +=== 4.3.3 MOD ===
258 +
259 +
260 +Check the MOD
261 +
262 +**Example:**
263 +
264 +If payload is: 01:MOD is 1
265 +
266 +
267 +=== 4.3.4 Total open door events ===
268 +
269 +
270 +Get Total open door events
271 +
272 +**Example**:
273 +
274 +If payload is: **00 00  93=** 147
275 +
276 +If payload is: **00 00  00= **0
277 +
278 +
279 +=== 4.3.5 Last door open duration (unit: min) ===
280 +
281 +
282 +Get Last door open duration
283 +
284 +**Example:**
285 +
286 +If payload is: **00 00  25=** 37
287 +
288 +If payload is: **00 00  01= **1
289 +
290 +
291 +=== 4.3.6 Alarm ===
292 +
293 +
294 +Get Alarm
295 +
296 +**Example:**
297 +
298 +If payload is: 01:  (0001 & 0001== 1), Alarm is 1
299 +
300 +If payload is: 00:  (0000 & 0001== 0), Alarm is 0
301 +
239 239  
240 240  )))
241 241  
... ... @@ -430,8 +430,6 @@
430 430  |(% style="width:184px" %)Send an uplink message|(% style="width:275px" %)(% style="color:green" %)**GREEN LED**(%%) blinks once
431 431  |(% style="width:184px" %)Got a downlink message|(% style="width:275px" %)(% style="color:blue" %)**BLUE LED**(%%) blinks once
432 432  
433 -
434 -
435 435  = 5. Battery & How to replace =
436 436  
437 437  == 5.1 Battery Type and replace ==
... ... @@ -606,8 +606,6 @@
606 606  * (% style="color:red" %)**IN865**(%%):  frequency bands  IN865
607 607  * (% style="color:red" %)**CN779**(%%): frequency bands CN779
608 608  
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