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
-
... ... @@ -73,9 +73,9 @@ 73 73 )))|(% style="width:66px" %)65%|(% style="width:90px" %)80%|(% style="width:48px" %)RH|(% style="width:203px" %)(1) 74 74 75 75 ((( 76 - (% style="color:red" %)**Remarks: (1) a. When the ambient temperature is 0-39 ℃, the maximum humidity is 90% (non-condensing); **76 +**Remarks: (1) a. When the ambient temperature is 0-39 ℃, the maximum humidity is 90% (non-condensing); ** 77 77 78 - (% style="color:red" %)** b. When the ambient temperature is 40-50 ℃, the highest humidity is the highest humidity in the natural world at the current temperature (no condensation)**78 +**~ b. When the ambient temperature is 40-50 ℃, the highest humidity is the highest humidity in the natural world at the current temperature (no condensation)** 79 79 80 80 81 81 ))) ... ... @@ -108,12 +108,12 @@ 108 108 == 1.4 Effective measurement range Reference beam pattern == 109 109 110 110 111 - (% style="color:blue" %)**1. The tested object is a white cylindrical tube made of PVC, with a height of 100cm and a diameter of 7.5cm.**111 +**~1. The tested object is a white cylindrical tube made of PVC, with a height of 100cm and a diameter of 7.5cm.** 112 112 113 113 [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LDDS75%20-%20LoRaWAN%20Distance%20Detection%20Sensor%20User%20Manual/WebHome/1654852253176-749.png?rev=1.1||alt="1654852253176-749.png"]] 114 114 115 115 116 - (% style="color:blue" %)**2. The object to be tested is a "corrugated cardboard box" perpendicular to the central axis of 0 °, and the length * width is 60cm * 50cm.**116 +**2. The object to be tested is a "corrugated cardboard box" perpendicular to the central axis of 0 °, and the length * width is 60cm * 50cm.** 117 117 118 118 [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LDDS75%20-%20LoRaWAN%20Distance%20Detection%20Sensor%20User%20Manual/WebHome/1654852175653-550.png?rev=1.1||alt="1654852175653-550.png"]] 119 119 ... ... @@ -192,7 +192,7 @@ 192 192 [[image:Main.User Manual for LoRaWAN End Nodes.D20-LBD22-LBD23-LB_LoRaWAN_Temperature_Sensor_User_Manual.WebHome@1675143909447-639.png]] 193 193 194 194 195 - (% style="color:blue" %)**Probe Mechanical:**195 +**Probe Mechanical:** 196 196 197 197 198 198 [[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-20220610172003-1.png?rev=1.1||alt="image-20220610172003-1.png"]] ... ... @@ -272,9 +272,12 @@ 272 272 ))) 273 273 274 274 ((( 275 -Uplink payload includes in total 8 bytes. 275 +Uplink payload includes in total 4 bytes. 276 +Payload for firmware version v1.1.4. . Before v1.1.3, there is on two fields: BAT and Distance 276 276 ))) 277 277 279 + 280 + 278 278 (% border="1" cellspacing="5" style="background-color:#f2f2f2; width:510px" %) 279 279 |=(% style="width: 62.5px;background-color:#D9E2F3;color:#0070C0" %)((( 280 280 **Size(bytes)** ... ... @@ -314,13 +314,14 @@ 314 314 315 315 316 316 * If the sensor value is 0x0000, it means system doesn't detect ultrasonic sensor. 317 -* If the sensor value lower than 0x0118 (280mm), the sensor value will be invalid. All value lower than 280mm will be set to 0x0014(20mm) which means the value is invalid.320 +* If the sensor value lower than 0x0118 (280mm), the sensor value will be invalid. Since v1.1.4, all value lower than 280mm will be set to 0x0014(20mm) which means the value is invalid. 318 318 319 319 323 + 320 320 === 2.3.3 Interrupt Pin === 321 321 322 322 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.327 +This data field shows if this packet is generated by interrupt or not. [[Click here>>||anchor="H3.3A0SetInterruptMode"]] for the hardware and software set up. 324 324 325 325 **Example:** 326 326 ... ... @@ -340,7 +340,9 @@ 340 340 341 341 If payload is: FF3FH : (FF3F & FC00 == 1) , temp = (FF3FH - 65536)/10 = -19.3 degrees. 342 342 347 +(% style="color:red" %)**Note: DS18B20 feature is supported in the hardware version > v1.3 which made since early of 2021.** 343 343 349 + 344 344 === 2.3.5 Sensor Flag === 345 345 346 346 ... ... @@ -370,7 +370,7 @@ 370 370 == 2.4 Uplink Interval == 371 371 372 372 373 -The DDS75-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="H 3.3.1SetTransmitIntervalTime"]]379 +The DDS75-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>>doc:Main.End Device AT Commands and Downlink Command.WebHome||anchor="H4.1ChangeUplinkInterval"]] 374 374 375 375 376 376 == 2.5 Show Data in DataCake IoT Server == ... ... @@ -718,6 +718,7 @@ 718 718 * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band 719 719 720 720 727 + 721 721 = 9. Packing Info = 722 722 723 723 ... ... @@ -736,6 +736,7 @@ 736 736 * Weight / pcs : g 737 737 738 738 746 + 739 739 = 10. Support = 740 740 741 741