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

From version 170.2
edited by Mengting Qiu
on 2023/12/12 10:36
Change comment: There is no comment for this version
To version 170.1
edited by Edwin Chen
on 2023/12/11 22:50
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ting
1 +XWiki.Edwin
Content
... ... @@ -47,6 +47,7 @@
47 47  * Firmware upgradable via program port or LoRa protocol
48 48  * Built-in 2400mAh battery or power by external power source
49 49  
50 +
50 50  == 1.3 Specification ==
51 51  
52 52  (% style="color:#037691" %)**LiDAR Sensor:**
... ... @@ -59,6 +59,7 @@
59 59  * ToF FoV: ±9°, Total 18°
60 60  * Light source: VCSEL
61 61  
63 +
62 62  == 1.4 Power Consumption ==
63 63  
64 64  
... ... @@ -72,6 +72,7 @@
72 72  * Idle: 21 mA @ 3.3v
73 73  * Max : 360 mA
74 74  
77 +
75 75  == 1.5 Use Case ==
76 76  
77 77  (% class="mark" %)**Regular Distance Detect**
... ... @@ -219,27 +219,12 @@
219 219  
220 220  Regularly detect distance and report. When the distance exceeds the limit, the alarm flag is set to 1, and the report can be triggered by external interrupts.
221 221  
222 -**Uplink Payload totals 10 bytes.**
225 +Uplink Payload totals 10 bytes.
223 223  
224 224  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
225 -|(% style="background-color:#4f81bd; color:White; width:60px" %)**Size(bytes)**|(% style="background-color:#4f81bd; color:White; width:30px" %)**2**|(% style="background-color:#4f81bd; color:White; width:130px" %)**1**|(% style="background-color:#4f81bd; color:White; width:70px" %)**2**|(% style="background-color:#4f81bd; color:White; width:100px" %)**1**|(% style="background-color:#4f81bd; color:White; width:120px" %)**4**
226 -|(% style="width:91px" %)Value|(% style="width:41px" %)BAT|(% style="width:176px" %)MOD+ Alarm+ Interrupt|(% style="width:74px" %)Distance|(% style="width:100px" %)Sensor State|(% style="width:119px" %)Interrupt Count
228 +|(% style="background-color:#4f81bd; color:white; width:60px" %)**Size(bytes)**|(% style="background-color:#4f81bd; color:white; width:30px" %)**2**|(% style="background-color:#4f81bd; color:white; width:130px" %)**1**|(% style="background-color:#4f81bd; color:white; width:70px" %)**2**|(% style="background-color:#4f81bd; color:white; width:100px" %)**1**|(% style="background-color:#4f81bd; color:white; width:120px" %)**4**
229 +|(% style="width:91px" %)Value|(% style="width:41px" %)BAT|(% style="width:176px" %)MOD+ Alarm+Interrupt|(% style="width:74px" %)Distance|(% style="width:100px" %)Sensor State|(% style="width:119px" %)Interrupt Count
227 227  
228 -**MOD+ Alarm+ Interrupt:**
229 -
230 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:400px" %)
231 -|(% style="background-color:#4f81bd; color:White; width:50px" %)**Size(bit)**|(% style="background-color:#4f81bd; color:White; width:60px" %)**[bit7:bit6]**|(% style="background-color:#4f81bd; color:White; width:70px" %)**bit5**|(% style="background-color:#4f81bd; color:White; width:120px" %)**bit4**
232 -|(% style="width:80px" %)Value|(% style="width:80px" %)MOD|(% style="width:89px" %)Digital Interrupt
233 - |(% style="width:167px" %)(((
234 -Distance Alarm
235 -
236 -0: No Alarm;
237 -
238 -1: Alarm
239 -)))
240 -
241 -Example parse in TTNv3
242 -
243 243  [[image:image-20231209152917-1.png||height="300" width="1172"]]
244 244  
245 245  (% style="color:blue" %)**Battery Info:**
... ... @@ -608,6 +608,7 @@
608 608  
609 609  * Example 2: Downlink Payload: 06000003  ~/~/  Set the interrupt mode to rising edge trigger
610 610  
599 +
611 611  === 3.3.3 Set work mode ===
612 612  
613 613  
... ... @@ -629,6 +629,7 @@
629 629  
630 630  * **Example:** 0x0A02  ~/~/  Same as AT+MOD=2
631 631  
621 +
632 632  === 3.3.4 Set threshold and threshold mode ===
633 633  
634 634  
... ... @@ -747,6 +747,7 @@
747 747  
748 748  * 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]]**.
749 749  
740 +
750 750  = 6. FAQ =
751 751  
752 752  == 6.1 What is the frequency plan for DS20L? ==