Last modified by Mengting Qiu on 2023/12/14 11:15

From version 84.3
edited by Xiaoling
on 2023/06/15 16:41
Change comment: There is no comment for this version
To version 94.1
edited by Saxer Lin
on 2023/08/05 14:43
Change comment: Uploaded new attachment "image-20230805144259-1.png", version {1}

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.Saxer
Content
... ... @@ -55,7 +55,6 @@
55 55  * 8500mAh Battery for long term use
56 56  
57 57  
58 -
59 59  == 1.3 Specification ==
60 60  
61 61  
... ... @@ -102,7 +102,6 @@
102 102  * LoRa Transmit Mode: 125mA @ 20dBm, 82mA @ 14dBm
103 103  
104 104  
105 -
106 106  == 1.4 Applications ==
107 107  
108 108  
... ... @@ -115,7 +115,6 @@
115 115  * Sewer
116 116  
117 117  
118 -
119 119  (% style="display:none" %)
120 120  
121 121  == 1.5 Sleep mode and working mode ==
... ... @@ -133,7 +133,7 @@
133 133  
134 134  
135 135  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
136 -|=(% style="width: 167px;background-color:#D9E2F3;color:#0070C0" %)**Behavior on ACT**|=(% style="width: 117px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="width: 225px;background-color:#D9E2F3;color:#0070C0" %)**Action**
133 +|=(% style="width: 167px;background-color:#4F81BD;color:white" %)**Behavior on ACT**|=(% style="width: 117px;background-color:#4F81BD;color:white" %)**Function**|=(% style="width: 225px;background-color:#4F81BD;color:white" %)**Action**
137 137  |(% style="width:167px" %)Pressing ACT between 1s < time < 3s|(% style="width:117px" %)Send an uplink|(% style="width:225px" %)(((
138 138  If sensor is already Joined to LoRaWAN network, sensor will send an uplink packet, (% style="color:blue" %)**blue led** (%%)will blink once.
139 139  Meanwhile, BLE module will be active and user can connect via BLE to configure device.
... ... @@ -146,7 +146,6 @@
146 146  |(% style="width:167px" %)Fast press ACT 5 times.|(% style="width:117px" %)Deactivate Device|(% style="width:225px" %)(% style="color:red" %)**Red led**(%%) will solid on for 5 seconds. Means device is in Deep Sleep Mode.
147 147  
148 148  
149 -
150 150  == 1.7 BLE connection ==
151 151  
152 152  
... ... @@ -246,31 +246,101 @@
246 246  
247 247  == 2.3 ​Uplink Payload ==
248 248  
245 +=== 2.3.1 Device Status, FPORT~=5 ===
249 249  
250 -(((
251 -LDS12-LB will uplink payload via LoRaWAN with below payload format: 
252 -)))
253 253  
248 +Users can use the downlink command(**0x26 01**) to ask LDS12-LB to send device configure detail, include device configure status. LDS12-LB will uplink a payload via FPort=5 to server.
249 +
250 +The Payload format is as below.
251 +
252 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
253 +|=(% style="width: 60px;background-color:#4F81BD;color:white" %)(((
254 +**Size(bytes)**
255 +)))|=(% style="width: 100px; background-color: #4F81BD;color:white;" %)**1**|=(% style="width: 100px; background-color: #4F81BD;color:white;" %)**2**|=(% style="background-color: #4F81BD;color:white; width: 100px;" %)**1**|=(% style="background-color: #4F81BD;color:white; width: 100px;" %)**1**|=(% style="background-color: #4F81BD;color:white; width: 50px;" %)**2**
256 +|(% style="width:62.5px" %)Value|(% style="width:110px" %)Sensor Model|(% style="width:48px" %)Firmware Version|(% style="width:94px" %)Frequency Band|(% style="width:91px" %)Sub-band|(% style="width:60px" %)BAT
257 +
258 +Example parse in TTNv3
259 +
260 +[[image:image-20230805103904-1.png||height="131" width="711"]]
261 +
262 +(% style="color:blue" %)**Sensor Model**(%%): For LDS12-LB, this value is 0x24
263 +
264 +(% style="color:blue" %)**Firmware Version**(%%): 0x0100, Means: v1.0.0 version
265 +
266 +(% style="color:blue" %)**Frequency Band**:
267 +
268 +0x01: EU868
269 +
270 +0x02: US915
271 +
272 +0x03: IN865
273 +
274 +0x04: AU915
275 +
276 +0x05: KZ865
277 +
278 +0x06: RU864
279 +
280 +0x07: AS923
281 +
282 +0x08: AS923-1
283 +
284 +0x09: AS923-2
285 +
286 +0x0a: AS923-3
287 +
288 +0x0b: CN470
289 +
290 +0x0c: EU433
291 +
292 +0x0d: KR920
293 +
294 +0x0e: MA869
295 +
296 +(% style="color:blue" %)**Sub-Band**:
297 +
298 +AU915 and US915:value 0x00 ~~ 0x08
299 +
300 +CN470: value 0x0B ~~ 0x0C
301 +
302 +Other Bands: Always 0x00
303 +
304 +(% style="color:blue" %)**Battery Info**:
305 +
306 +Check the battery voltage.
307 +
308 +Ex1: 0x0B45 = 2885mV
309 +
310 +Ex2: 0x0B49 = 2889mV
311 +
312 +
313 +=== 2.3.2 Uplink Payload, FPORT~=2 ===
314 +
315 +
254 254  (((
255 -Uplink payload includes in total 11 bytes.
317 +LDS12-LB will send this uplink **after** Device Status once join the LoRaWAN network successfully. And LDS12-LB will:
318 +
319 +periodically send this uplink every 20 minutes, this interval [[can be changed>>https://111]].
320 +
321 +Uplink Payload totals 11 bytes.
256 256  )))
257 257  
258 258  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
259 -|=(% style="width: 62.5px;background-color:#4F81BD;color:white" %)(((
325 +|=(% style="width: 60px;background-color:#4F81BD;color:white" %)(((
260 260  **Size(bytes)**
261 -)))|=(% style="width: 62.5px;background-color:#4F81BD;color:white" %)**2**|=(% style="width: 62.5px;background-color:#4F81BD;color:white" %)**2**|=(% style="background-color:#4F81BD;color:white" %)**2**|=(% style="background-color:#4F81BD;color:white" %)**2**|=(% style="background-color:#4F81BD;color:white" %)**1**|=(% style="background-color:#4F81BD;color:white" %)**1**|=(% style="background-color:#4F81BD;color:white" %)**1**
262 -|(% style="width:62.5px" %)Value|(% style="width:62.5px" %)[[BAT>>||anchor="H2.3.1BatteryInfo"]]|(% style="width:62.5px" %)(((
263 -[[Temperature DS18B20>>||anchor="H2.3.2DS18B20Temperaturesensor"]]
264 -)))|[[Distance>>||anchor="H2.3.3Distance"]]|[[Distance signal strength>>||anchor="H2.3.4Distancesignalstrength"]]|(((
265 -[[Interrupt flag>>||anchor="H2.3.5InterruptPin"]]
266 -)))|[[LiDAR temp>>||anchor="H2.3.6LiDARtemp"]]|(((
267 -[[Message Type>>||anchor="H2.3.7MessageType"]]
327 +)))|=(% style="width: 30px;background-color:#4F81BD;color:white" %)**2**|=(% style="width: 80px;background-color:#4F81BD;color:white" %)**2**|=(% style="width: 50px;background-color:#4F81BD;color:white" %)**2**|=(% style="width: 70px;background-color:#4F81BD;color:white" %)**2**|=(% style="background-color:#4F81BD;color:white; width: 80px;" %)**1**|=(% style="background-color: #4F81BD;color:white; width: 70px;" %)**1**|=(% style="background-color: #4F81BD;color:white; width: 70px;" %)**1**
328 +|(% style="width:62.5px" %)Value|(% style="width:62.5px" %)[[BAT>>||anchor="HBatteryInfo"]]|(% style="width:62.5px" %)(((
329 +[[Temperature DS18B20>>||anchor="HDS18B20Temperaturesensor"]]
330 +)))|[[Distance>>||anchor="HDistance"]]|[[Distance signal strength>>||anchor="HDistancesignalstrength"]]|(% style="width:122px" %)(((
331 +[[Interrupt flag & Interrupt_level>>||anchor="HInterruptPin26A0InterruptLevel"]]
332 +)))|(% style="width:54px" %)[[LiDAR temp>>||anchor="HLiDARtemp"]]|(% style="width:96px" %)(((
333 +[[Message Type>>||anchor="HMessageType"]]
268 268  )))
269 269  
270 -[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LLDS12-LoRaWAN%20LiDAR%20ToF%20Distance%20Sensor%20User%20Manual/WebHome/1654833689380-972.png?rev=1.1||alt="1654833689380-972.png"]]
336 +[[image:image-20230805104104-2.png||height="136" width="754"]]
271 271  
272 272  
273 -=== 2.3.1 Battery Info ===
339 +==== (% style="color:blue" %)**Battery Info**(%%) ====
274 274  
275 275  
276 276  Check the battery voltage for LDS12-LB.
... ... @@ -280,7 +280,7 @@
280 280  Ex2: 0x0B49 = 2889mV
281 281  
282 282  
283 -=== 2.3.2 DS18B20 Temperature sensor ===
349 +==== (% style="color:blue" %)**DS18B20 Temperature sensor**(%%) ====
284 284  
285 285  
286 286  This is optional, user can connect external DS18B20 sensor to the +3.3v, 1-wire and GND pin . and this field will report temperature.
... ... @@ -293,7 +293,7 @@
293 293  If payload is: FF3FH :  (FF3F & FC00 == 1) , temp = (FF3FH - 65536)/10 = -19.3 degrees.
294 294  
295 295  
296 -=== 2.3.3 Distance ===
362 +==== (% style="color:blue" %)**Distance**(%%) ====
297 297  
298 298  
299 299  Represents the distance value of the measurement output, the default unit is cm, and the value range parsed as a decimal number is 0-1200. In actual use, when the signal strength value Strength.
... ... @@ -304,7 +304,7 @@
304 304  If the data you get from the register is 0x0B 0xEA, the distance between the sensor and the measured object is 0BEA(H) = 3050 (D)/10 = 305cm.
305 305  
306 306  
307 -=== 2.3.4 Distance signal strength ===
373 +==== (% style="color:blue" %)**Distance signal strength**(%%) ====
308 308  
309 309  
310 310  Refers to the signal strength, the default output value will be between 0-65535. When the distance measurement gear is fixed, the farther the distance measurement is, the lower the signal strength; the lower the target reflectivity, the lower the signal strength. When Strength is greater than 100 and not equal to 65535, the measured value of Dist is considered credible.
... ... @@ -317,7 +317,7 @@
317 317  Customers can judge whether they need to adjust the environment based on the signal strength.
318 318  
319 319  
320 -=== 2.3.5 Interrupt Pin ===
386 +==== (% style="color:blue" %)**Interrupt Pin & Interrupt Level**(%%) ====
321 321  
322 322  
323 323  This data field shows if this packet is generated by interrupt or not. [[Click here>>||anchor="H3.3.2SetInterruptMode"]] for the hardware and software set up.
... ... @@ -331,7 +331,7 @@
331 331  0x01: Interrupt Uplink Packet.
332 332  
333 333  
334 -=== 2.3.6 LiDAR temp ===
400 +==== (% style="color:blue" %)**LiDAR temp**(%%) ====
335 335  
336 336  
337 337  Characterize the internal temperature value of the sensor.
... ... @@ -341,7 +341,7 @@
341 341  If payload is: F2(H) <<24>>24=-14(D),LiDAR temp=-14℃.
342 342  
343 343  
344 -=== 2.3.7 Message Type ===
410 +==== (% style="color:blue" %)**Message Type**(%%) ====
345 345  
346 346  
347 347  (((
... ... @@ -358,10 +358,9 @@
358 358  |(% style="width:160px" %)0x02|(% style="width:163px" %)Reply configures info|(% style="width:173px" %)[[Configure Info Payload>>||anchor="H3.ConfigureLDS12-LB"]]
359 359  
360 360  
427 +=== 2.3.3 Decode payload in The Things Network ===
361 361  
362 -=== 2.3.8 Decode payload in The Things Network ===
363 363  
364 -
365 365  While using TTN network, you can add the payload format to decode the payload.
366 366  
367 367  [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LLDS12-LoRaWAN%20LiDAR%20ToF%20Distance%20Sensor%20User%20Manual/WebHome/1654592762713-715.png?rev=1.1||alt="1654592762713-715.png"]]
... ... @@ -376,15 +376,9 @@
376 376  )))
377 377  
378 378  
379 -== 2.4 Uplink Interval ==
444 +== 2.4 ​Show Data in DataCake IoT Server ==
380 380  
381 381  
382 -The LDS12-LB by default uplink the sensor data every 20 minutes. User can change this interval by AT Command or LoRaWAN Downlink Command. See this link: [[Change Uplink Interval>>||anchor="H3.3.1SetTransmitIntervalTime"]]
383 -
384 -
385 -== 2.5 ​Show Data in DataCake IoT Server ==
386 -
387 -
388 388  (((
389 389  [[DATACAKE>>url:https://datacake.co/]] provides a human friendly interface to show the sensor data, once we have data in TTN, we can use [[DATACAKE>>url:https://datacake.co/]] to connect to TTN and see the data in DATACAKE. Below are the steps:
390 390  )))
... ... @@ -417,13 +417,13 @@
417 417  [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LDDS75%20-%20LoRaWAN%20Distance%20Detection%20Sensor%20User%20Manual/WebHome/image-20220610165129-11.png?width=1088&height=595&rev=1.1||alt="image-20220610165129-11.png"]]
418 418  
419 419  
420 -== 2.6 Datalog Feature ==
479 +== 2.5 Datalog Feature ==
421 421  
422 422  
423 423  Datalog Feature is to ensure IoT Server can get all sampling data from Sensor even if the LoRaWAN network is down. For each sampling, LDS12-LB will store the reading for future retrieving purposes.
424 424  
425 425  
426 -=== 2.6.1 Ways to get datalog via LoRaWAN ===
485 +=== 2.5.1 Ways to get datalog via LoRaWAN ===
427 427  
428 428  
429 429  Set PNACKMD=1, LDS12-LB will wait for ACK for every uplink, when there is no LoRaWAN network,LDS12-LB will mark these records with non-ack messages and store the sensor data, and it will send all messages (10s interval) after the network recovery.
... ... @@ -440,7 +440,7 @@
440 440  [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LHT65N%20LoRaWAN%20Temperature%20%26%20Humidity%20Sensor%20Manual/WebHome/image-20220703111700-2.png?width=1119&height=381&rev=1.1||alt="图片-20220703111700-2.png" height="381" width="1119"]]
441 441  
442 442  
443 -=== 2.6.2 Unix TimeStamp ===
502 +=== 2.5.2 Unix TimeStamp ===
444 444  
445 445  
446 446  LDS12-LB uses Unix TimeStamp format based on
... ... @@ -457,7 +457,7 @@
457 457  So, we can use AT+TIMESTAMP=1611889405 or downlink 3060137afd00 to set the current time 2021 – Jan ~-~- 29 Friday 03:03:25
458 458  
459 459  
460 -=== 2.6.3 Set Device Time ===
519 +=== 2.5.3 Set Device Time ===
461 461  
462 462  
463 463  User need to set (% style="color:blue" %)**SYNCMOD=1**(%%) to enable sync time via MAC command.
... ... @@ -467,13 +467,13 @@
467 467  (% style="color:red" %)**Note: LoRaWAN Server need to support LoRaWAN v1.0.3(MAC v1.0.3) or higher to support this MAC command feature, Chirpstack,TTN V3 v3 and loriot support but TTN V3 v2 doesn't support. If server doesn't support this command, it will through away uplink packet with this command, so user will lose the packet with time request for TTN V3 v2 if SYNCMOD=1.**
468 468  
469 469  
470 -=== 2.6.4 Poll sensor value ===
529 +=== 2.5.4 Poll sensor value ===
471 471  
472 472  
473 473  Users can poll sensor values based on timestamps. Below is the downlink command.
474 474  
475 475  (% border="1" cellspacing="5" style="background-color:#f2f2f2; width:425.818px" %)
476 -|(% colspan="4" style="background-color:#d9e2f3; color:#0070c0; width:423px" %)**Downlink Command to poll Open/Close status (0x31)**
535 +|(% colspan="4" style="background-color:#4f81bd; color:white; width:423px" %)**Downlink Command to poll Open/Close status (0x31)**
477 477  |(% style="width:58px" %)**1byte**|(% style="width:127px" %)**4bytes**|(% style="width:124px" %)**4bytes**|(% style="width:114px" %)**1byte**
478 478  |(% style="width:58px" %)31|(% style="width:127px" %)Timestamp start|(% style="width:124px" %)Timestamp end|(% style="width:114px" %)Uplink Interval
479 479  
... ... @@ -494,7 +494,7 @@
494 494  )))
495 495  
496 496  
497 -== 2.7 Frequency Plans ==
556 +== 2.6 Frequency Plans ==
498 498  
499 499  
500 500  The LDS12-LB uses OTAA mode and below frequency plans by default. If user want to use it with different frequency plan, please refer the AT command sets.
... ... @@ -502,9 +502,9 @@
502 502  [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20Frequency%20Band/>>http://wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20Frequency%20Band/]]
503 503  
504 504  
505 -== 2.8 LiDAR ToF Measurement ==
564 +== 2.7 LiDAR ToF Measurement ==
506 506  
507 -=== 2.8.1 Principle of Distance Measurement ===
566 +=== 2.7.1 Principle of Distance Measurement ===
508 508  
509 509  
510 510  The LiDAR probe is based on TOF, namely, Time of Flight principle. To be specific, the product emits modulation wave of near infrared ray on a periodic basis, which will be reflected after contacting object. The product obtains the time of flight by measuring round-trip phase difference and then calculates relative range between the product and the detection object, as shown below.
... ... @@ -512,7 +512,7 @@
512 512  [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LLDS12-LoRaWAN%20LiDAR%20ToF%20Distance%20Sensor%20User%20Manual/WebHome/1654831757579-263.png?rev=1.1||alt="1654831757579-263.png"]]
513 513  
514 514  
515 -=== 2.8.2 Distance Measurement Characteristics ===
574 +=== 2.7.2 Distance Measurement Characteristics ===
516 516  
517 517  
518 518  With optimization of light path and algorithm, The LiDAR probe has minimized influence from external environment on distance measurement performance. Despite that, the range of distance measurement may still be affected by the environment illumination intensity and the reflectivity of detection object. As shown in below:
... ... @@ -550,7 +550,7 @@
550 550  )))
551 551  
552 552  
553 -=== 2.8.3 Notice of usage ===
612 +=== 2.7.3 Notice of usage ===
554 554  
555 555  
556 556  Possible invalid /wrong reading for LiDAR ToF tech:
... ... @@ -561,10 +561,9 @@
561 561  * The sensor window is made by Acrylic. Don't touch it with alcohol material. This will destroy the sensor window.
562 562  
563 563  
623 +=== 2.7.4  Reflectivity of different objects ===
564 564  
565 -=== 2.8.4  Reflectivity of different objects ===
566 566  
567 -
568 568  (% border="1" cellspacing="5" style="background-color:#f2f2f2; width:379px" %)
569 569  |=(% style="width: 54px;background-color:#4F81BD;color:white" %)Item|=(% style="width: 231px;background-color:#4F81BD;color:white" %)Material|=(% style="width: 94px;background-color:#4F81BD;color:white" %)Relectivity
570 570  |(% style="width:53px" %)1|(% style="width:229px" %)Black foam rubber|(% style="width:93px" %)2.4%
... ... @@ -589,7 +589,6 @@
589 589  |(% style="width:53px" %)18|(% style="width:229px" %)Reflector plate, reflective tape|(% style="width:93px" %)>300%
590 590  
591 591  
592 -
593 593  = 3. Configure LDS12-LB =
594 594  
595 595  == 3.1 Configure Methods ==
... ... @@ -604,7 +604,6 @@
604 604  * LoRaWAN Downlink.  Instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section.
605 605  
606 606  
607 -
608 608  == 3.2 General Commands ==
609 609  
610 610  
... ... @@ -705,84 +705,34 @@
705 705  * Example 2: Downlink Payload: 06000003  ~/~/  Set the interrupt mode to rising edge trigger
706 706  
707 707  
764 +=== 3.3.3  Set Power Output Duration ===
708 708  
709 -=== 3.3.3 Get Firmware Version Info ===
766 +Control the output duration 3V3 . Before each sampling, device will
710 710  
768 +~1. first enable the power output to external sensor,
711 711  
712 -Feature: use downlink to get firmware version.
770 +2. keep it on as per duration, read sensor value and construct uplink payload
713 713  
714 -(% style="color:blue" %)**Downlink Command: 0x26**
772 +3. final, close the power output.
715 715  
716 -(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:492px" %)
717 -|(% style="background-color:#4f81bd; color:white; width:191px" %)**Downlink Control Type**|(% style="background-color:#4f81bd; color:white; width:57px" %)**FPort**|(% style="background-color:#4f81bd; color:white; width:91px" %)**Type Code**|(% style="background-color:#4f81bd; color:white; width:153px" %)**Downlink payload size(bytes)**
718 -|(% style="width:191px" %)Get Firmware Version Info|(% style="width:57px" %)Any|(% style="width:91px" %)26|(% style="width:151px" %)2
774 +(% style="color:blue" %)**AT Command: AT+3V3T**
719 719  
720 -* Reply to the confirmation package: 26 01
721 -* Reply to non-confirmed packet: 26 00
776 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
777 +|=(% style="width: 155px;background-color:#4F81BD;color:white" %)**Command Example**|=(% style="width: 197px;background-color:#4F81BD;color:white" %)**Function**|=(% style="width: 158px;background-color:#4F81BD;color:white" %)**Response**
778 +|(% style="width:154px" %)AT+3V3T=?|(% style="width:196px" %)Show 3V3 open time.|(% style="width:157px" %)0 (default)
779 +OK
780 +|(% style="width:154px" %)AT+3V3T=1000|(% style="width:196px" %)Close after a delay of 1000 milliseconds.|(% style="width:157px" %)OK
781 +|(% style="width:154px" %)AT+3V3T=0|(% style="width:196px" %)Always turn on the power supply of 3V3 pin.|(% style="width:157px" %)OK
722 722  
723 -Device will send an uplink after got this downlink command. With below payload:
783 +(% style="color:blue" %)**Downlink Command: 0x07**(%%)
784 +Format: Command Code (0x07) followed by 3 bytes.
724 724  
725 -Configures info payload:
786 +The first byte is 01,the second and third bytes are the time to turn on.
726 726  
727 -(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:510px" %)
728 -|=(% style="background-color:#4F81BD;color:white" %)(((
729 -**Size(bytes)**
730 -)))|=(% style="background-color:#4F81BD;color:white" %)**1**|=(% style="background-color:#4F81BD;color:white" %)**1**|=(% style="background-color:#4F81BD;color:white" %)**1**|=(% style="background-color:#4F81BD;color:white" %)**1**|=(% style="background-color:#4F81BD;color:white" %)**1**|=(% style="background-color:#4F81BD;color:white" %)**5**|=(% style="background-color:#4F81BD;color:white" %)**1**
731 -|**Value**|Software Type|(((
732 -Frequency Band
733 -)))|Sub-band|(((
734 -Firmware Version
735 -)))|Sensor Type|Reserve|(((
736 -[[Message Type>>||anchor="H2.3.7MessageType"]]
737 -Always 0x02
738 -)))
788 +* Example 1: Downlink Payload: 07 01 00 00  **~-~-->**  AT+3V3T=0
789 +* Example 2: Downlink Payload: 07 01 01 F4  **~-~-->**  AT+3V3T=500
739 739  
740 -(% style="color:#037691" %)**Software Type**(%%): Always 0x03 for LLDS12
741 741  
742 -(% style="color:#037691" %)**Frequency Band**:
743 -
744 -0x01: EU868
745 -
746 -0x02: US915
747 -
748 -0x03: IN865
749 -
750 -0x04: AU915
751 -
752 -0x05: KZ865
753 -
754 -0x06: RU864
755 -
756 -0x07: AS923
757 -
758 -0x08: AS923-1
759 -
760 -0x09: AS923-2
761 -
762 -0xa0: AS923-3
763 -
764 -
765 -(% style="color:#037691" %)**Sub-Band**(%%): value 0x00 ~~ 0x08
766 -
767 -(% style="color:#037691" %)**Firmware Version**(%%): 0x0100, Means: v1.0.0 version
768 -
769 -(% style="color:#037691" %)**Sensor Type**:
770 -
771 -0x01: LSE01
772 -
773 -0x02: LDDS75
774 -
775 -0x03: LDDS20
776 -
777 -0x04: LLMS01
778 -
779 -0x05: LSPH01
780 -
781 -0x06: LSNPK01
782 -
783 -0x07: LLDS12
784 -
785 -
786 786  = 4. Battery & Power Consumption =
787 787  
788 788  
... ... @@ -812,7 +812,6 @@
812 812  * Update through UART TTL interface: **[[Instruction>>url:http://wiki.dragino.com/xwiki/bin/view/Main/UART%20Access%20for%20LoRa%20ST%20v4%20base%20model/#H1.LoRaSTv4baseHardware]]**.
813 813  
814 814  
815 -
816 816  = 6. FAQ =
817 817  
818 818  == 6.1 What is the frequency plan for LDS12-LB? ==
... ... @@ -874,7 +874,6 @@
874 874  * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
875 875  
876 876  
877 -
878 878  = 9. ​Packing Info =
879 879  
880 880  
... ... @@ -893,7 +893,6 @@
893 893  * Weight / pcs : g
894 894  
895 895  
896 -
897 897  = 10. Support =
898 898  
899 899  
image-20230805103904-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Saxer
Size
... ... @@ -1,0 +1,1 @@
1 +46.9 KB
Content
image-20230805104104-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Saxer
Size
... ... @@ -1,0 +1,1 @@
1 +46.3 KB
Content
image-20230805144259-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Saxer
Size
... ... @@ -1,0 +1,1 @@
1 +872.7 KB
Content