Last modified by Mengting Qiu on 2025/08/06 17:02

From version 172.8
edited by Xiaoling
on 2022/06/15 10:04
Change comment: There is no comment for this version
To version 171.3
edited by Xiaoling
on 2022/06/15 09:50
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -101,6 +101,7 @@
101 101  * 8500mAh Battery for long term use
102 102  
103 103  
104 +
104 104  == 1.3  Suitable Container & Liquid ==
105 105  
106 106  * Solid Wall container such as: steel, iron, glass, ceramics, non-foaming plastics etc.
... ... @@ -111,6 +111,7 @@
111 111  * Pure liquid without irregular deposition.
112 112  
113 113  
115 +
114 114  == 1.4  Mechanical ==
115 115  
116 116  [[image:image-20220615090910-1.png]]
... ... @@ -202,6 +202,7 @@
202 202  
203 203  
204 204  
207 +
205 205  == 1.7  Precautions ==
206 206  
207 207  * At room temperature, containers of different materials, such as steel, glass, iron, ceramics, non-foamed plastics and other dense materials, have different detection blind areas and detection limit heights.
... ... @@ -210,6 +210,7 @@
210 210  
211 211  
212 212  
216 +
213 213  == 1.8  Pin mapping and power on ==
214 214  
215 215  
... ... @@ -223,7 +223,7 @@
223 223  == 2.1  How it works ==
224 224  
225 225  (((
226 -The LDDS20 is configured as LoRaWAN OTAA Class A mode by default. It has OTAA keys to join LoRaWAN network. To connect a LoRaWAN network, you need to input the OTAA keys in the LoRaWAN IoT server and power on the LDDS20. If there is coverage of the LoRaWAN network, it will automatically join the network via OTAA and start to send the sensor value.
230 +The LDDS20 is configured as LoRaWAN OTAA Class A mode by default. It has OTAA keys to join LoRaWAN network. To connect a LoRaWAN network, you need to input the OTAA keys in the LoRaWAN IoT server and power on the LDDS75. If there is coverage of the LoRaWAN network, it will automatically join the network via OTAA and start to send the sensor value.
227 227  )))
228 228  
229 229  (((
... ... @@ -296,17 +296,16 @@
296 296  
297 297  
298 298  
299 -(% style="color:blue" %)**Step 2**(%%):  Power on LDDS20
303 +(% style="color:blue" %)**Step 2**(%%): Power on LDDS75
300 300  
301 301  
302 302  Put a Jumper on JP2 to power on the device. ( The Switch must be in FLASH position).
303 303  
304 -[[image:image-20220615095102-14.png]]
308 +[[image:image-20220610161724-10.png]]
305 305  
306 306  
307 -
308 308  (((
309 -(% style="color:blue" %)**Step 3**(%%)**:**  The LDDS20 will auto join to the TTN network. After join success, it will start to upload messages to TTN and you can see the messages in the panel.
312 +(% style="color:blue" %)**Step 3**(%%)**:** The LDDS75 will auto join to the TTN network. After join success, it will start to upload messages to TTN and you can see the messages in the panel.
310 310  )))
311 311  
312 312  [[image:1654849068701-275.png]]
... ... @@ -317,10 +317,12 @@
317 317  
318 318  (((
319 319  (((
320 -LDDS20 will uplink payload via LoRaWAN with below payload format: 
323 +LDDS75 will uplink payload via LoRaWAN with below payload format: 
324 +)))
321 321  
322 -Uplink payload includes in total 8 bytes.
323 -Payload for firmware version v1.1.4. . Before v1.1.3, there is only 5 bytes: BAT and Distance(Please check manual v1.2.0 if you have 5 bytes payload).
326 +(((
327 +Uplink payload includes in total 4 bytes.
328 +Payload for firmware version v1.1.4. . Before v1.1.3, there is on two fields: BAT and Distance
324 324  )))
325 325  )))
326 326  
... ... @@ -347,7 +347,7 @@
347 347  === 2.3.1  Battery Info ===
348 348  
349 349  
350 -Check the battery voltage for LDDS20.
355 +Check the battery voltage for LDDS75.
351 351  
352 352  Ex1: 0x0B45 = 2885mV
353 353  
... ... @@ -358,21 +358,20 @@
358 358  === 2.3.2  Distance ===
359 359  
360 360  (((
361 -Get the distance. Flat object range 20mm - 2000mm.
366 +Get the distance. Flat object range 280mm - 7500mm.
362 362  )))
363 363  
364 364  (((
365 -For example, if the data you get from the register is __0x06 0x05__, the distance between the sensor and the measured object is(% style="color:#4472c4" %)** 0605(H) = 1541 (D) = 1541 mm.**
370 +For example, if the data you get from the register is 0x0B 0x05, the distance between the sensor and the measured object is(% style="color:#4472c4" %)** 0B05(H) = 2821 (D) = 2821 mm.**
366 366  )))
367 367  
368 -* If the sensor value is 0x0000, it means system doesn't detect ultrasonic sensor.
369 -* If the sensor value lower than 0x0014 (20mm), the sensor value will be invalid.
370 370  
374 +* If the sensor value is 0x0000, it means system doesn’t detect ultrasonic sensor.
375 +* 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.
371 371  
372 -
373 373  === 2.3.3  Interrupt Pin ===
374 374  
375 -This data field shows if this packet is generated by interrupt or not. [[Click here>>||anchor="H3.2A0SetInterruptMode"]] for the hardware and software set up.
379 +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.
376 376  
377 377  **Example:**
378 378  
... ... @@ -418,7 +418,7 @@
418 418  The payload decoder function for TTN V3 is here:
419 419  
420 420  (((
421 -LDDS20 TTN V3 Payload Decoder: [[http:~~/~~/www.dragino.com/downloads/index.php?dir=LoRa_End_Node/LDDS20/Payload_Decoder/>>url:http://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/LSE01/Payload_Decoder/]]
425 +LDDS75 TTN V3 Payload Decoder: [[http:~~/~~/www.dragino.com/downloads/index.php?dir=LoRa_End_Node/LDDS75/Payload_Decoder/>>url:http://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/LSE01/Payload_Decoder/]]
422 422  )))
423 423  
424 424  
image-20220615095102-14.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -179.0 KB
Content