<
From version < 155.2 >
edited by Xiaoling
on 2022/06/11 10:18
To version < 158.16 >
edited by Xiaoling
on 2022/06/11 10:45
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -3,7 +3,6 @@
3 3  
4 4  **Contents:**
5 5  
6 -{{toc/}}
7 7  
8 8  
9 9  
... ... @@ -90,7 +90,6 @@
90 90  * 8500mAh Battery for long term use
91 91  
92 92  
93 -
94 94  == 1.3  Specification ==
95 95  
96 96  === 1.3.1  Rated environmental conditions ===
... ... @@ -99,7 +99,7 @@
99 99  
100 100  
101 101  (((
102 -**Remarks: (1) a. When the ambient temperature is 0-39 ℃, the maximum humidity is 90% (non-condensing);  **
100 +**Remarks: (1) a. When the ambient temperature is 0-39 ℃, the maximum humidity is 90% (non-condensing);       **
103 103  
104 104  **~ 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)**
105 105  )))
... ... @@ -138,7 +138,6 @@
138 138  * Bottom water level monitoring
139 139  
140 140  
141 -
142 142  == 1.6  Pin mapping and power on ==
143 143  
144 144  
... ... @@ -164,10 +164,13 @@
164 164  
165 165  (((
166 166  Following is an example for how to join the [[TTN v3 LoRaWAN Network>>url:https://console.cloud.thethings.network/]]. Below is the network structure; we use the [[LG308>>url:http://www.dragino.com/products/lora/item/140-lg308.html]] as a LoRaWAN gateway in this example.
164 +
165 +
167 167  )))
168 168  
169 -[[image:1654913911773-521.png]]
168 +[[image:1654913911773-521.png]]
170 170  
170 +
171 171  (((
172 172  
173 173  )))
... ... @@ -177,11 +177,11 @@
177 177  )))
178 178  
179 179  (((
180 -(% style="color:blue" %)**Step 1**(%%): Create a device in TTN with the OTAA keys from LDDS75.
180 +(% style="color:blue" %)**Step 1**(%%): Create a device in TTN with the OTAA keys from LDDS45.
181 181  )))
182 182  
183 183  (((
184 -Each LDDS75 is shipped with a sticker with the default device keys, user can find this sticker in the box. it looks like below.
184 +Each LDDS45 is shipped with a sticker with the default device keys, user can find this sticker in the box. it looks like below.
185 185  )))
186 186  
187 187  [[image:image-20220607170145-1.jpeg]]
... ... @@ -208,7 +208,10 @@
208 208  
209 209  [[image:image-20220610161353-7.png]]
210 210  
211 +**Choose LDDS75 instead of LDDS45 is ok. They are of the same payload**
211 211  
213 +
214 +
212 212  You can also choose to create the device manually.
213 213  
214 214   [[image:image-20220610161538-8.png]]
... ... @@ -221,16 +221,16 @@
221 221  
222 222  
223 223  
224 -(% style="color:blue" %)**Step 2**(%%): Power on LDDS75
227 +(% style="color:blue" %)**Step 2**(%%): Power on LDDS45
225 225  
226 226  
227 227  Put a Jumper on JP2 to power on the device. ( The Switch must be in FLASH position).
228 228  
229 -[[image:image-20220610161724-10.png]]
232 +[[image:image-20220611102908-2.png]]
230 230  
231 231  
232 232  (((
233 -(% 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.
236 +(% style="color:blue" %)**Step 3**(%%)**:** The LDDS45 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.
234 234  )))
235 235  
236 236  [[image:1654849068701-275.png]]
... ... @@ -241,12 +241,9 @@
241 241  
242 242  (((
243 243  (((
244 -LDDS75 will uplink payload via LoRaWAN with below payload format: 
245 -)))
247 +LDDS45 will uplink payload via LoRaWAN with below payload format: 
246 246  
247 -(((
248 -Uplink payload includes in total 4 bytes.
249 -Payload for firmware version v1.1.4. . Before v1.1.3, there is on two fields: BAT and Distance
249 +Uplink payload includes in total 8 bytes.
250 250  )))
251 251  )))
252 252  
... ... @@ -273,7 +273,7 @@
273 273  === 2.3.1  Battery Info ===
274 274  
275 275  
276 -Check the battery voltage for LDDS75.
276 +Check the battery voltage for LDDS45.
277 277  
278 278  Ex1: 0x0B45 = 2885mV
279 279  
... ... @@ -284,22 +284,21 @@
284 284  === 2.3.2  Distance ===
285 285  
286 286  (((
287 -Get the distance. Flat object range 280mm - 7500mm.
287 +Get the distance. Flat object range 30mm - 4500mm.
288 288  )))
289 289  
290 290  (((
291 -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.**
291 +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.**
292 292  )))
293 293  
294 294  
295 295  * If the sensor value is 0x0000, it means system doesn’t detect ultrasonic sensor.
296 -* 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.
296 +* If the sensor value lower than 0x001E (30mm), the sensor value will be 0x00.
297 297  
298 298  
299 -
300 300  === 2.3.3  Interrupt Pin ===
301 301  
302 -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.
301 +This data field shows if this packet is generated by interrupt or not. [[Click here>>||anchor="H4.3A0SetInterruptMode"]] for the hardware and software set up.
303 303  
304 304  **Example:**
305 305  
... ... @@ -319,10 +319,8 @@
319 319  
320 320  If payload is: FF3FH :  (FF3F & FC00 == 1) , temp = (FF3FH - 65536)/10 = -19.3 degrees.
321 321  
322 -(% style="color:red" %)Note: DS18B20 feature is supported in the hardware version > v1.3 which made since early of 2021.
323 323  
324 324  
325 -
326 326  === 2.3.5  Sensor Flag ===
327 327  
328 328  (((
... ... @@ -345,7 +345,7 @@
345 345  The payload decoder function for TTN V3 is here:
346 346  
347 347  (((
348 -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/]]
345 +LDDS45 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/]]
349 349  )))
350 350  
351 351  
... ... @@ -352,7 +352,7 @@
352 352  
353 353  == 2.4  Uplink Interval ==
354 354  
355 -The LDDS75 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"]]
352 +The LDDS45 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"]]
356 356  
357 357  
358 358  
... ... @@ -383,7 +383,7 @@
383 383  
384 384  (% style="color:blue" %)**Step 3**(%%)**: Create an account or log in Datacake.**
385 385  
386 -(% style="color:blue" %)**Step 4**(%%)**: Search the LDDS75 and add DevEUI.**
383 +(% style="color:blue" %)**Step 4**(%%)**: Search the LDDS45 and add DevEUI.**
387 387  
388 388  [[image:1654851029373-510.png]]
389 389  
... ... @@ -397,7 +397,7 @@
397 397  == 2.6  Frequency Plans ==
398 398  
399 399  (((
400 -The LDDS75 uses OTAA mode and below frequency plans by default. If user want to use it with different frequency plan, please refer the AT command sets.
397 +The LDDS45 uses OTAA mode and below frequency plans by default. If user want to use it with different frequency plan, please refer the AT command sets.
401 401  )))
402 402  
403 403  
... ... @@ -864,7 +864,7 @@
864 864  
865 865  == 2.7  LED Indicator ==
866 866  
867 -The LDDS75 has an internal LED which is to show the status of different state.
864 +The LDDS45 has an internal LED which is to show the status of different state.
868 868  
869 869  
870 870  * Blink once when device power on.
... ... @@ -873,12 +873,11 @@
873 873  * Blink once when device transmit a packet.
874 874  
875 875  
876 -
877 877  == 2.8  ​Firmware Change Log ==
878 878  
879 879  
880 880  (((
881 -**Firmware download link: **[[http:~~/~~/www.dragino.com/downloads/index.php?dir=LoRa_End_Node/LSE01/Firmware/>>url:http://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/LSE01/Firmware/]]
877 +**Firmware download link: **[[http:~~/~~/www.dragino.com/downloads/index.php?dir=LoRa_End_Node/LDDS75/Firmware/>>url:http://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/LDDS75/Firmware/]]
882 882  )))
883 883  
884 884  (((
... ... @@ -1091,7 +1091,6 @@
1091 1091  * Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger
1092 1092  
1093 1093  
1094 -
1095 1095  = 4.  FAQ =
1096 1096  
1097 1097  == 4.1  What is the frequency plan for LDDS75? ==
... ... @@ -1152,7 +1152,6 @@
1152 1152  * (% style="color:red" %)**8 **(%%)**:** 8500mAh battery
1153 1153  
1154 1154  
1155 -
1156 1156  = 7. ​ Packing Info =
1157 1157  
1158 1158  
... ... @@ -1168,7 +1168,6 @@
1168 1168  * Weight / pcs : g
1169 1169  
1170 1170  
1171 -
1172 1172  = 8.  ​Support =
1173 1173  
1174 1174  * Support is provided Monday to Friday, from 09:00 to 18:00 GMT+8. Due to different timezones we cannot offer live support. However, your questions will be answered as soon as possible in the before-mentioned schedule.
1654914413351-871.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +492.6 KB
Content
image-20220611102837-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +233.7 KB
Content
image-20220611102908-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +341.6 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0