<
From version < 109.3 >
edited by Xiaoling
on 2022/06/10 12:02
To version < 109.8 >
edited by Xiaoling
on 2022/06/10 13:55
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -49,8 +49,6 @@
49 49  * Downlink to change configure
50 50  * 8500mAh Battery for long term use
51 51  
52 -
53 -
54 54  == 1.3  Probe Specification ==
55 55  
56 56  * Storage temperature :-20℃~~75℃
... ... @@ -66,8 +66,6 @@
66 66  * Material of enclosure - ABS+PC
67 67  * Wire length - 25cm
68 68  
69 -
70 -
71 71  == 1.4  Probe Dimension ==
72 72  
73 73  
... ... @@ -85,8 +85,6 @@
85 85  * Automatic control
86 86  * Sewer
87 87  
88 -
89 -
90 90  == 1.6  Pin mapping and power on ==
91 91  
92 92  
... ... @@ -198,10 +198,10 @@
198 198  |(% style="width:62.5px" %)**Value**|(% style="width:62.5px" %)[[BAT>>||anchor="H2.3.1BatteryInfo"]]|(% style="width:62.5px" %)(((
199 199  [[Temperature>>||anchor="H2.3.2DS18B20Temperaturesensor"]]
200 200  
201 -[[(Optional)>>||anchor="H2.3.2DS18B20Temperaturesensor"]]
202 -)))|[[Soil pH>>||anchor="H2.3.3SoilpH"]]|[[Soil Temperature>>||anchor="H2.3.4SoilTemperature"]]|(((
203 -[[Digital Interrupt (Optional)>>||anchor="H2.3.5InterruptPin"]]
204 -)))|Reserve|(((
195 +[[DS18B20>>||anchor="H2.3.2DS18B20Temperaturesensor"]]
196 +)))|[[Distance>>||anchor="H"]]|[[Distance signal strength>>||anchor="H2.3.4SoilTemperature"]]|(((
197 +[[Interrupt flag>>||anchor="H2.3.5InterruptPin"]]
198 +)))|[[LiDAR temp>>||anchor="H"]]|(((
205 205  [[Message Type>>||anchor="H2.3.6MessageType"]]
206 206  )))
207 207  
... ... @@ -209,10 +209,10 @@
209 209  
210 210  
211 211  
212 -=== 2.3.1 Battery Info ===
206 +=== 2.3.1  Battery Info ===
213 213  
214 214  
215 -Check the battery voltage for LSPH01.
209 +Check the battery voltage for LLDS12.
216 216  
217 217  Ex1: 0x0B45 = 2885mV
218 218  
... ... @@ -220,7 +220,7 @@
220 220  
221 221  
222 222  
223 -=== 2.3.2 DS18B20 Temperature sensor ===
217 +=== 2.3.2  DS18B20 Temperature sensor ===
224 224  
225 225  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  
... ... @@ -233,33 +233,35 @@
233 233  
234 234  
235 235  
236 -=== 2.3.3 Soil pH ===
230 +=== 2.3.3  Distance ===
237 237  
238 -Range: 0 ~~ 14 pH
232 +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.
239 239  
240 -**Example:**
241 241  
242 -(% style="color:#037691" %)** 0x02B7(H) = 695(D) = 6.95pH**
235 +**Example**:
243 243  
237 +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.
244 244  
245 245  
246 -=== 2.3.4 Soil Temperature ===
247 247  
248 -Get Soil Temperature 
241 +=== 2.3.4  Distance signal strength ===
249 249  
243 +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.
250 250  
245 +
251 251  **Example**:
252 252  
253 -If payload is: **0105H**:  (0105 & FC00 == 0), temp = 0105H /10 = 26.1 degree
248 +If payload is: 01D7(H)=471(D), distance signal strength=471, 471>100,471≠65535, the measured value of Dist is considered credible.
254 254  
255 -If payload is: **FF3FH** (FF3F & FC00 == 1) , temp = (FF3FH - 65536)/10 = -19.3 degrees.
250 +Customers can judge whether they need to adjust the environment based on the signal strength.
256 256  
257 257  
258 258  
259 -=== 2.3.5 Interrupt Pin ===
254 +=== 2.3.5  Interrupt Pin ===
260 260  
261 261  This data field shows if this packet is generated by interrupt or not. [[Click here>>||anchor="H3.2SetInterruptMode"]] for the hardware and software set up.
262 262  
258 +Note: The Internet Pin is a separate pin in the screw terminal. See [[pin mapping>>path:#pins]].
263 263  
264 264  **Example:**
265 265  
... ... @@ -269,8 +269,18 @@
269 269  
270 270  
271 271  
272 -=== 2.3.6 Message Type ===
268 +=== 2.3.6  LiDAR temp ===
273 273  
270 +Characterize the internal temperature value of the sensor.
271 +
272 +**Example: **
273 +If payload is: 1C(H) <<24>>24=28(D),LiDAR temp=28℃.
274 +If payload is: F2(H) <<24>>24=-14(D),LiDAR temp=-14℃.
275 +
276 +
277 +
278 +=== 2.3.7  Message Type ===
279 +
274 274  (((
275 275  For a normal uplink payload, the message type is always 0x01.
276 276  )))
... ... @@ -284,10 +284,12 @@
284 284  |=(% style="width: 160px;" %)**Message Type Code**|=(% style="width: 163px;" %)**Description**|=(% style="width: 173px;" %)**Payload**
285 285  |(% style="width:160px" %)0x01|(% style="width:163px" %)Normal Uplink|(% style="width:173px" %)[[Normal Uplink Payload>>||anchor="H2.3200BUplinkPayload"]]
286 286  |(% style="width:160px" %)0x02|(% style="width:163px" %)Reply configures info|(% style="width:173px" %)[[Configure Info Payload>>||anchor="H3.4GetFirmwareVersionInfo"]]
287 -|(% style="width:160px" %)0x03|(% style="width:163px" %)Reply Calibration Info|(% style="width:173px" %)[[Calibration Payload>>||anchor="H2.7Calibration"]]
288 288  
289 -=== 2.3.7 Decode payload in The Things Network ===
290 290  
295 +
296 +
297 +=== 2.3.8  Decode payload in The Things Network ===
298 +
291 291  While using TTN network, you can add the payload format to decode the payload.
292 292  
293 293  
... ... @@ -790,7 +790,6 @@
790 790  * The sensor is detected when the device is turned on, and it will flash 4 times quickly when it is detected.
791 791  * Blink once when device transmit a packet.
792 792  
793 -
794 794  == 2.8  ​Firmware Change Log ==
795 795  
796 796  
... ... @@ -1244,4 +1244,3 @@
1244 1244  
1245 1245  * 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.
1246 1246  * Provide as much information as possible regarding your enquiry (product models, accurately describe your problem and steps to replicate it etc) and send a mail to [[support@dragino.com>>url:http://../../../../../../D:%5C%E5%B8%82%E5%9C%BA%E8%B5%84%E6%96%99%5C%E8%AF%B4%E6%98%8E%E4%B9%A6%5CLoRa%5CLT%E7%B3%BB%E5%88%97%5Csupport@dragino.com]].
1247 -
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0