<
From version < 135.1 >
edited by Xiaoling
on 2022/06/10 16:47
To version < 133.4 >
edited by Xiaoling
on 2022/06/10 16:28
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -92,6 +92,7 @@
92 92  * Sewer
93 93  * Bottom water level monitoring
94 94  
95 +
95 95  == 1.6  Pin mapping and power on ==
96 96  
97 97  
... ... @@ -183,7 +183,7 @@
183 183  == 2.3  ​Uplink Payload ==
184 184  
185 185  (((
186 -LDDS75 will uplink payload via LoRaWAN with below payload format: 
187 +LDDS75 will uplink payload via LoRaWAN with below payload format:
187 187  
188 188  Uplink payload includes in total 4 bytes.
189 189  Payload for firmware version v1.1.4. . Before v1.1.3, there is on two fields: BAT and Distance
... ... @@ -205,7 +205,7 @@
205 205  [[Temperature (Optional )>>||anchor="H2.3.5A0InterruptPin"]]
206 206  )))|[[Sensor Flag>>path:#Sensor_Flag]]
207 207  
208 -[[image:1654850511545-399.png]]
209 +[[image:1654833689380-972.png]]
209 209  
210 210  
211 211  
... ... @@ -212,7 +212,7 @@
212 212  === 2.3.1  Battery Info ===
213 213  
214 214  
215 -Check the battery voltage for LDDS75.
216 +Check the battery voltage for LLDS12.
216 216  
217 217  Ex1: 0x0B45 = 2885mV
218 218  
... ... @@ -220,22 +220,49 @@
220 220  
221 221  
222 222  
223 -=== 2.3.2  Distance ===
224 +=== 2.3.2  DS18B20 Temperature sensor ===
224 224  
225 -Get the distance. Flat object range 280mm - 7500mm.
226 +This is optional, user can connect external DS18B20 sensor to the +3.3v, 1-wire and GND pin . and this field will report temperature.
226 226  
227 -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.**
228 228  
229 +**Example**:
229 229  
230 -* If the sensor value is 0x0000, it means system doesn’t detect ultrasonic sensor.
231 -* 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.
231 +If payload is: 0105H:  (0105 & FC00 == 0), temp = 0105H /10 = 26.1 degree
232 232  
233 +If payload is: FF3FH :  (FF3F & FC00 == 1) , temp = (FF3FH - 65536)/10 = -19.3 degrees.
233 233  
234 234  
235 -=== 2.3.3  Interrupt Pin ===
236 236  
237 +=== 2.3.3  Distance ===
238 +
239 +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.
240 +
241 +
242 +**Example**:
243 +
244 +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.
245 +
246 +
247 +
248 +=== 2.3.4  Distance signal strength ===
249 +
250 +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.
251 +
252 +
253 +**Example**:
254 +
255 +If payload is: 01D7(H)=471(D), distance signal strength=471, 471>100,471≠65535, the measured value of Dist is considered credible.
256 +
257 +Customers can judge whether they need to adjust the environment based on the signal strength.
258 +
259 +
260 +
261 +=== 2.3.5  Interrupt Pin ===
262 +
237 237  This data field shows if this packet is generated by interrupt or not. [[Click here>>||anchor="H4.2A0SetInterruptMode"]] for the hardware and software set up.
238 238  
265 +Note: The Internet Pin is a separate pin in the screw terminal. See [[pin mapping>>||anchor="H1.6A0Pinmappingandpoweron"]].
266 +
239 239  **Example:**
240 240  
241 241  0x00: Normal uplink packet.
... ... @@ -243,30 +243,35 @@
243 243  0x01: Interrupt Uplink Packet.
244 244  
245 245  
246 -=== 2.3.4  DS18B20 Temperature sensor ===
247 247  
248 -This is optional, user can connect external DS18B20 sensor to the +3.3v, 1-wire and GND pin . and this field will report temperature.
275 +=== 2.3.6  LiDAR temp ===
249 249  
250 -**Example**:
277 +Characterize the internal temperature value of the sensor.
251 251  
252 -If payload is: 0105H:  (0105 & FC00 == 0), temp = 0105H /10 = 26.1 degree
279 +**Example: **
280 +If payload is: 1C(H) <<24>>24=28(D),LiDAR temp=28℃.
281 +If payload is: F2(H) <<24>>24=-14(D),LiDAR temp=-14℃.
253 253  
254 -If payload is: FF3FH :  (FF3F & FC00 == 1) , temp = (FF3FH - 65536)/10 = -19.3 degrees.
255 255  
256 -(% style="color:red" %)Note: DS18B20 feature is supported in the hardware version > v1.3 which made since early of 2021.
257 257  
285 +=== 2.3.7  Message Type ===
258 258  
287 +(((
288 +For a normal uplink payload, the message type is always 0x01.
289 +)))
259 259  
260 -=== 2.3.5  Sensor Flag ===
291 +(((
292 +Valid Message Type:
293 +)))
261 261  
262 -0x01: Detect Ultrasonic Sensor
263 263  
264 -0x00: No Ultrasonic Sensor
296 +(% border="1" cellspacing="10" style="background-color:#ffffcc; width:499px" %)
297 +|=(% style="width: 160px;" %)**Message Type Code**|=(% style="width: 163px;" %)**Description**|=(% style="width: 173px;" %)**Payload**
298 +|(% style="width:160px" %)0x01|(% style="width:163px" %)Normal Uplink|(% style="width:173px" %)[[Normal Uplink Payload>>||anchor="H2.3A0200BUplinkPayload"]]
299 +|(% style="width:160px" %)0x02|(% style="width:163px" %)Reply configures info|(% style="width:173px" %)[[Configure Info Payload>>||anchor="H4.3A0GetFirmwareVersionInfo"]]
265 265  
301 +=== 2.3.8  Decode payload in The Things Network ===
266 266  
267 -===
268 -(% style="color:inherit; font-family:inherit" %)2.3.6  Decode payload in The Things Network(%%) ===
269 -
270 270  While using TTN network, you can add the payload format to decode the payload.
271 271  
272 272  
1654850511545-399.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -88.3 KB
Content
1654850829385-439.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -59.2 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0