<
From version < 151.3 >
edited by Xiaoling
on 2022/06/11 09:30
To version < 150.40 >
edited by Xiaoling
on 2022/06/11 09:14
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -88,8 +88,6 @@
88 88  
89 89  
90 90  
91 -
92 -
93 93  == 1.3  Specification ==
94 94  
95 95  === 1.3.1  Rated environmental conditions ===
... ... @@ -112,9 +112,7 @@
112 112  
113 113  
114 114  
115 -(((
116 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 -)))
118 118  
119 119  
120 120  [[image:1654852175653-550.png]](% style="display:none" %) ** **
... ... @@ -136,7 +136,6 @@
136 136  
137 137  
138 138  
139 -
140 140  == 1.6  Pin mapping and power on ==
141 141  
142 142  
... ... @@ -183,17 +183,11 @@
183 183  [[image:image-20220607170145-1.jpeg]]
184 184  
185 185  
186 -(((
187 187  For OTAA registration, we need to set **APP EUI/ APP KEY/ DEV EUI**. Some server might no need to set APP EUI.
188 -)))
189 189  
190 -(((
191 191  Enter these keys in the LoRaWAN Server portal. Below is TTN V3 screen shot:
192 -)))
193 193  
194 -(((
195 195  **Add APP EUI in the application**
196 -)))
197 197  
198 198  [[image:image-20220610161353-4.png]]
199 199  
... ... @@ -236,15 +236,11 @@
236 236  == 2.3  ​Uplink Payload ==
237 237  
238 238  (((
239 -(((
240 240  LDDS75 will uplink payload via LoRaWAN with below payload format: 
241 -)))
242 242  
243 -(((
244 244  Uplink payload includes in total 4 bytes.
245 245  Payload for firmware version v1.1.4. . Before v1.1.3, there is on two fields: BAT and Distance
246 246  )))
247 -)))
248 248  
249 249  (((
250 250  
... ... @@ -279,13 +279,9 @@
279 279  
280 280  === 2.3.2  Distance ===
281 281  
282 -(((
283 283  Get the distance. Flat object range 280mm - 7500mm.
284 -)))
285 285  
286 -(((
287 287  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.**
288 -)))
289 289  
290 290  
291 291  * If the sensor value is 0x0000, it means system doesn’t detect ultrasonic sensor.
... ... @@ -319,13 +319,9 @@
319 319  
320 320  === 2.3.5  Sensor Flag ===
321 321  
322 -(((
323 323  0x01: Detect Ultrasonic Sensor
324 -)))
325 325  
326 -(((
327 327  0x00: No Ultrasonic Sensor
328 -)))
329 329  
330 330  
331 331  
... ... @@ -338,9 +338,7 @@
338 338  
339 339  The payload decoder function for TTN V3 is here:
340 340  
341 -(((
342 342  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/]]
343 -)))
344 344  
345 345  
346 346  
... ... @@ -869,17 +869,10 @@
869 869  == 2.8  ​Firmware Change Log ==
870 870  
871 871  
872 -(((
873 873  **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/]]
874 -)))
875 875  
876 -(((
877 -
878 -)))
879 879  
880 -(((
881 881  **Firmware Upgrade Method: **[[Firmware Upgrade Instruction>>doc:Main.Firmware Upgrade Instruction for STM32 base products.WebHome]]
882 -)))
883 883  
884 884  
885 885  
... ... @@ -1023,9 +1023,7 @@
1023 1023  [[image:image-20220610172924-5.png]]
1024 1024  
1025 1025  
1026 -(((
1027 1027  In the PC, you need to set the serial baud rate to (% style="color:green" %)**9600**(%%) to access the serial console for LDDS75. LDDS75 will output system info once power on as below:
1028 -)))
1029 1029  
1030 1030  
1031 1031   [[image:image-20220610172924-6.png||height="601" width="860"]]
... ... @@ -1049,9 +1049,7 @@
1049 1049  (((
1050 1050  Format: Command Code (0x01) followed by 3 bytes time value.
1051 1051  
1052 -(((
1053 1053  If the downlink payload=0100003C, it means set the END Node’s Transmit Interval to 0x00003C=60(S), while type code is 01.
1054 -)))
1055 1055  
1056 1056  * Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
1057 1057  * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
... ... @@ -1074,9 +1074,7 @@
1074 1074  
1075 1075  Format: Command Code (0x06) followed by 3 bytes.
1076 1076  
1077 -(((
1078 1078  This means that the interrupt mode of the end node is set to 0x000003=3 (rising edge trigger), and the type code is 06.
1079 -)))
1080 1080  
1081 1081  * Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode
1082 1082  * Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0