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 == ... ... @@ -244,6 +244,7 @@ 244 244 245 245 == 2.3 Uplink Payload == 246 246 241 + 247 247 === 2.3.1 Device Status, FPORT~=5 === 248 248 249 249 ... ... @@ -259,11 +259,11 @@ 259 259 260 260 Example parse in TTNv3 261 261 262 - (% style="color:blue" %)**Sensor Model**(%%): For LDS12-LB, this value is 0x24257 +**Sensor Model**: For LDS12-LB, this value is 0x24 263 263 264 - (% style="color:blue" %)**Firmware Version**(%%): 0x0100, Means: v1.0.0 version259 +**Firmware Version**: 0x0100, Means: v1.0.0 version 265 265 266 - (% style="color:blue" %)**Frequency Band**:261 +**Frequency Band**: 267 267 268 268 0x01: EU868 269 269 ... ... @@ -293,7 +293,7 @@ 293 293 294 294 0x0e: MA869 295 295 296 - (% style="color:blue" %)**Sub-Band**:291 +**Sub-Band**: 297 297 298 298 AU915 and US915:value 0x00 ~~ 0x08 299 299 ... ... @@ -301,7 +301,7 @@ 301 301 302 302 Other Bands: Always 0x00 303 303 304 - (% style="color:blue" %)**Battery Info**:299 +**Battery Info**: 305 305 306 306 Check the battery voltage. 307 307 ... ... @@ -336,7 +336,7 @@ 336 336 [[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"]] 337 337 338 338 339 -==== (%%)====334 +====(% style="color:blue" %)**Battery Info** ==== 340 340 341 341 342 342 Check the battery voltage for LDS12-LB. ... ... @@ -346,7 +346,7 @@ 346 346 Ex2: 0x0B49 = 2889mV 347 347 348 348 349 -==== (%%)====344 +====(% style="color:blue" %)**DS18B20 Temperature sensor** ==== 350 350 351 351 352 352 This is optional, user can connect external DS18B20 sensor to the +3.3v, 1-wire and GND pin . and this field will report temperature. ... ... @@ -359,7 +359,7 @@ 359 359 If payload is: FF3FH : (FF3F & FC00 == 1) , temp = (FF3FH - 65536)/10 = -19.3 degrees. 360 360 361 361 362 -==== (%%)====357 +====(% style="color:blue" %)**Distance** ==== 363 363 364 364 365 365 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. ... ... @@ -370,7 +370,7 @@ 370 370 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. 371 371 372 372 373 -==== (%%)====368 +====(% style="color:blue" %)**Distance signal strength** ==== 374 374 375 375 376 376 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. ... ... @@ -383,7 +383,7 @@ 383 383 Customers can judge whether they need to adjust the environment based on the signal strength. 384 384 385 385 386 -==== (%%)====381 +====(% style="color:blue" %)**Interrupt Pin & Interrupt Level** ==== 387 387 388 388 389 389 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. ... ... @@ -397,7 +397,7 @@ 397 397 0x01: Interrupt Uplink Packet. 398 398 399 399 400 -==== (%%)====395 +====(% style="color:blue" %)**LiDAR temp** ==== 401 401 402 402 403 403 Characterize the internal temperature value of the sensor. ... ... @@ -407,7 +407,7 @@ 407 407 If payload is: F2(H) <<24>>24=-14(D),LiDAR temp=-14℃. 408 408 409 409 410 -==== (%%)====405 +====(% style="color:blue" %)**Message Type** ==== 411 411 412 412 413 413 ((( ... ... @@ -423,6 +423,8 @@ 423 423 |(% style="width:160px" %)0x01|(% style="width:163px" %)Normal Uplink|(% style="width:173px" %)[[Normal Uplink Payload>>||anchor="H2.3200BUplinkPayload"]] 424 424 |(% style="width:160px" %)0x02|(% style="width:163px" %)Reply configures info|(% style="width:173px" %)[[Configure Info Payload>>||anchor="H3.ConfigureLDS12-LB"]] 425 425 421 + 422 + 426 426 === 2.3.3 Decode payload in The Things Network === 427 427 428 428 ... ... @@ -537,7 +537,7 @@ 537 537 Users can poll sensor values based on timestamps. Below is the downlink command. 538 538 539 539 (% border="1" cellspacing="5" style="background-color:#f2f2f2; width:425.818px" %) 540 -|(% colspan="4" style="background-color:# 4f81bd; color:white; width:423px" %)**Downlink Command to poll Open/Close status (0x31)**537 +|(% colspan="4" style="background-color:#d9e2f3; color:#0070c0; width:423px" %)**Downlink Command to poll Open/Close status (0x31)** 541 541 |(% style="width:58px" %)**1byte**|(% style="width:127px" %)**4bytes**|(% style="width:124px" %)**4bytes**|(% style="width:114px" %)**1byte** 542 542 |(% style="width:58px" %)31|(% style="width:127px" %)Timestamp start|(% style="width:124px" %)Timestamp end|(% style="width:114px" %)Uplink Interval 543 543