<
From version < 61.14 >
edited by Xiaoling
on 2023/05/23 11:53
To version < 62.3 >
edited by Xiaoling
on 2023/06/30 10:36
>
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  
... ... @@ -594,7 +594,7 @@
594 594  
595 595  **Part Number: (% style="color:blue" %)LDS02-XXX(%%)**
596 596  
597 -(% style="color:blue" %)**XXX:**
660 +(% style="color:blue" %)**XXX:**(%%) The default frequency band
598 598  
599 599  * (% style="color:red" %)**EU433**(%%): frequency  bands EU433
600 600  * (% style="color:red" %)**EU868**(%%): frequency  bands EU868
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0