Changes for page DS20L -- LoRaWAN Smart Distance Detector User Manual 01
Last modified by Mengting Qiu on 2023/12/14 11:15
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -54,8 +54,6 @@ 54 54 * Downlink to change configure 55 55 * 8500mAh Battery for long term use 56 56 57 - 58 - 59 59 == 1.3 Specification == 60 60 61 61 ... ... @@ -101,8 +101,6 @@ 101 101 * Sleep Mode: 5uA @ 3.3v 102 102 * LoRa Transmit Mode: 125mA @ 20dBm, 82mA @ 14dBm 103 103 104 - 105 - 106 106 == 1.4 Applications == 107 107 108 108 ... ... @@ -114,8 +114,6 @@ 114 114 * Automatic control 115 115 * Sewer 116 116 117 - 118 - 119 119 (% style="display:none" %) 120 120 121 121 == 1.5 Sleep mode and working mode == ... ... @@ -145,8 +145,6 @@ 145 145 ))) 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 - 149 - 150 150 == 1.7 BLE connection == 151 151 152 152 ... ... @@ -246,6 +246,7 @@ 246 246 247 247 == 2.3 Uplink Payload == 248 248 241 + 249 249 === 2.3.1 Device Status, FPORT~=5 === 250 250 251 251 ... ... @@ -261,11 +261,11 @@ 261 261 262 262 Example parse in TTNv3 263 263 264 - (% style="color:blue" %)**Sensor Model**(%%): For LDS12-LB, this value is 0x24257 +**Sensor Model**: For LDS12-LB, this value is 0x24 265 265 266 - (% style="color:blue" %)**Firmware Version**(%%): 0x0100, Means: v1.0.0 version259 +**Firmware Version**: 0x0100, Means: v1.0.0 version 267 267 268 - (% style="color:blue" %)**Frequency Band**:261 +**Frequency Band**: 269 269 270 270 0x01: EU868 271 271 ... ... @@ -295,7 +295,7 @@ 295 295 296 296 0x0e: MA869 297 297 298 - (% style="color:blue" %)**Sub-Band**:291 +**Sub-Band**: 299 299 300 300 AU915 and US915:value 0x00 ~~ 0x08 301 301 ... ... @@ -303,7 +303,7 @@ 303 303 304 304 Other Bands: Always 0x00 305 305 306 - (% style="color:blue" %)**Battery Info**:299 +**Battery Info**: 307 307 308 308 Check the battery voltage. 309 309 ... ... @@ -338,7 +338,7 @@ 338 338 [[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"]] 339 339 340 340 341 -==== (%%)====334 +====(% style="color:blue" %)**Battery Info** ==== 342 342 343 343 344 344 Check the battery voltage for LDS12-LB. ... ... @@ -348,7 +348,7 @@ 348 348 Ex2: 0x0B49 = 2889mV 349 349 350 350 351 -==== (%%)====344 +====(% style="color:blue" %)**DS18B20 Temperature sensor** ==== 352 352 353 353 354 354 This is optional, user can connect external DS18B20 sensor to the +3.3v, 1-wire and GND pin . and this field will report temperature. ... ... @@ -361,7 +361,7 @@ 361 361 If payload is: FF3FH : (FF3F & FC00 == 1) , temp = (FF3FH - 65536)/10 = -19.3 degrees. 362 362 363 363 364 -==== (%%)====357 +====(% style="color:blue" %)**Distance** ==== 365 365 366 366 367 367 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. ... ... @@ -372,7 +372,7 @@ 372 372 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. 373 373 374 374 375 -==== (%%)====368 +====(% style="color:blue" %)**Distance signal strength** ==== 376 376 377 377 378 378 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. ... ... @@ -385,7 +385,7 @@ 385 385 Customers can judge whether they need to adjust the environment based on the signal strength. 386 386 387 387 388 -==== (%%)====381 +====(% style="color:blue" %)**Interrupt Pin & Interrupt Level** ==== 389 389 390 390 391 391 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. ... ... @@ -399,7 +399,7 @@ 399 399 0x01: Interrupt Uplink Packet. 400 400 401 401 402 -==== (%%)====395 +====(% style="color:blue" %)**LiDAR temp** ==== 403 403 404 404 405 405 Characterize the internal temperature value of the sensor. ... ... @@ -409,7 +409,7 @@ 409 409 If payload is: F2(H) <<24>>24=-14(D),LiDAR temp=-14℃. 410 410 411 411 412 -==== (%%)====405 +====(% style="color:blue" %)**Message Type** ==== 413 413 414 414 415 415 ((( ... ... @@ -541,7 +541,7 @@ 541 541 Users can poll sensor values based on timestamps. Below is the downlink command. 542 542 543 543 (% border="1" cellspacing="5" style="background-color:#f2f2f2; width:425.818px" %) 544 -|(% colspan="4" style="background-color:#4 f81bd;537 +|(% colspan="4" style="background-color:#4F81BD;color:white; width:423px" %)**Downlink Command to poll Open/Close status (0x31)** 545 545 |(% style="width:58px" %)**1byte**|(% style="width:127px" %)**4bytes**|(% style="width:124px" %)**4bytes**|(% style="width:114px" %)**1byte** 546 546 |(% style="width:58px" %)31|(% style="width:127px" %)Timestamp start|(% style="width:124px" %)Timestamp end|(% style="width:114px" %)Uplink Interval 547 547 ... ... @@ -628,8 +628,6 @@ 628 628 * The LiDAR probe is cover by dirty things; the reading might be wrong. In this case, need to clean the probe. 629 629 * The sensor window is made by Acrylic. Don't touch it with alcohol material. This will destroy the sensor window. 630 630 631 - 632 - 633 633 === 2.8.4 Reflectivity of different objects === 634 634 635 635 ... ... @@ -656,8 +656,6 @@ 656 656 |(% style="width:53px" %)17|(% style="width:229px" %)stainless steel|(% style="width:93px" %)200% 657 657 |(% style="width:53px" %)18|(% style="width:229px" %)Reflector plate, reflective tape|(% style="width:93px" %)>300% 658 658 659 - 660 - 661 661 = 3. Configure LDS12-LB = 662 662 663 663 == 3.1 Configure Methods == ... ... @@ -671,8 +671,6 @@ 671 671 672 672 * LoRaWAN Downlink. Instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section. 673 673 674 - 675 - 676 676 == 3.2 General Commands == 677 677 678 678 ... ... @@ -772,8 +772,6 @@ 772 772 773 773 * Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger 774 774 775 - 776 - 777 777 === 3.3.3 Set Power Output Duration === 778 778 779 779 Control the output duration 3V3 . Before each sampling, device will ... ... @@ -801,8 +801,6 @@ 801 801 * Example 1: Downlink Payload: 07 01 00 00 **~-~-->** AT+3V3T=0 802 802 * Example 2: Downlink Payload: 07 01 01 F4 **~-~-->** AT+3V3T=500 803 803 804 - 805 - 806 806 = 4. Battery & Power Consumption = 807 807 808 808 ... ... @@ -831,8 +831,6 @@ 831 831 832 832 * 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]]**. 833 833 834 - 835 - 836 836 = 6. FAQ = 837 837 838 838 == 6.1 What is the frequency plan for LDS12-LB? == ... ... @@ -893,8 +893,6 @@ 893 893 894 894 * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band 895 895 896 - 897 - 898 898 = 9. Packing Info = 899 899 900 900 ... ... @@ -912,8 +912,6 @@ 912 912 913 913 * Weight / pcs : g 914 914 915 - 916 - 917 917 = 10. Support = 918 918 919 919