<
From version < 98.12 >
edited by Xiaoling
on 2022/10/13 17:14
To version < 99.1 >
edited by Xiaoling
on 2023/04/26 08:47
>
Change comment: Uploaded new attachment "image-20230426084737-1.png", version {1}

Summary

Details

Page properties
Content
... ... @@ -16,12 +16,10 @@
16 16  
17 17  = 1. Introduction =
18 18  
19 -
20 20  == 1.1 ​What is LoRaWAN Soil pH Sensor ==
21 21  
22 -(((
23 -
24 24  
22 +(((
25 25  The Dragino LSPH01 is a (% style="color:#4f81bd" %)**LoRaWAN Soil pH Sensor**(%%) for IoT of Agriculture. It is designed to measure the soil PH and soil temperature, so to send to the platform to analyze the soil acid or alkali level. The probe is IP68 waterproof.
26 26  )))
27 27  
... ... @@ -65,7 +65,6 @@
65 65  
66 66  
67 67  
68 -
69 69  == 1.3 Probe Specification ==
70 70  
71 71  
... ... @@ -88,7 +88,6 @@
88 88  
89 89  
90 90  
91 -
92 92  == 1.4 ​Applications ==
93 93  
94 94  
... ... @@ -102,10 +102,8 @@
102 102  [[image:1654592472094-134.png]]
103 103  
104 104  
105 -
106 106  = 2. Configure LSPH01 to connect to LoRaWAN network =
107 107  
108 -
109 109  == 2.1 How it works ==
110 110  
111 111  
... ... @@ -118,7 +118,6 @@
118 118  )))
119 119  
120 120  
121 -
122 122  == 2.2 ​Quick guide to connect to LoRaWAN server (OTAA) ==
123 123  
124 124  
... ... @@ -194,7 +194,6 @@
194 194  [[image:1654592697690-910.png]]
195 195  
196 196  
197 -
198 198  == 2.3 ​Uplink Payload ==
199 199  
200 200  
... ... @@ -210,14 +210,12 @@
210 210  Normal uplink payload:
211 211  )))
212 212  
213 -(% border="1" cellspacing="10" style="background-color:#ffffcc; width:510px" %)
214 -|=(% style="width: 62.5px;" %)(((
215 -**Size (bytes)**
216 -)))|=(% style="width: 62.5px;" %)**2**|=(% style="width: 62.5px;" %)**2**|=**2**|=**2**|=**1**|=**1**|=**1**
205 +(% border="1" cellspacing="5" style="background-color:#ffffcc; width:470px" %)
206 +|=(% style="width: 60px;" %)(((
207 +**Size(bytes)**
208 +)))|=(% style="width: 30px;" %)**2**|=(% style="width: 70px;" %)**2**|=(% style="width: 50px;" %)**2**|=(% style="width: 60px;" %)**2**|=(% style="width: 70px;" %)**1**|=(% style="width: 50px;" %)**1**|=(% style="width: 80px;" %)**1**
217 217  |(% style="width:62.5px" %)**Value**|(% style="width:62.5px" %)[[BAT>>||anchor="H2.3.1BatteryInfo"]]|(% style="width:62.5px" %)(((
218 -[[Temperature>>||anchor="H2.3.2DS18B20Temperaturesensor"]]
219 -
220 -[[(Optional)>>||anchor="H2.3.2DS18B20Temperaturesensor"]]
210 +[[Temperature (Optional)>>||anchor="H2.3.2DS18B20Temperaturesensor"]]
221 221  )))|[[Soil pH>>||anchor="H2.3.3SoilpH"]]|[[Soil Temperature>>||anchor="H2.3.4SoilTemperature"]]|(((
222 222  [[Digital Interrupt (Optional)>>||anchor="H2.3.5InterruptPin"]]
223 223  )))|Reserve|(((
... ... @@ -227,7 +227,6 @@
227 227  [[image:1654592721645-318.png]]
228 228  
229 229  
230 -
231 231  === 2.3.1 Battery Info ===
232 232  
233 233  
... ... @@ -238,7 +238,6 @@
238 238  Ex2: 0x0B49 = 2889mV
239 239  
240 240  
241 -
242 242  === 2.3.2 DS18B20 Temperature sensor ===
243 243  
244 244  
... ... @@ -252,7 +252,6 @@
252 252  If payload is: FF3FH :  (FF3F & FC00 == 1) , temp = (FF3FH - 65536)/10 = -19.3 degrees.
253 253  
254 254  
255 -
256 256  === 2.3.3 Soil pH ===
257 257  
258 258  
... ... @@ -263,7 +263,6 @@
263 263  (% style="color:#037691" %)** 0x02B7(H) = 695(D) = 6.95pH**
264 264  
265 265  
266 -
267 267  === 2.3.4 Soil Temperature ===
268 268  
269 269  
... ... @@ -277,7 +277,6 @@
277 277  If payload is: **FF3FH** :  (FF3F & FC00 == 1) , temp = (FF3FH - 65536)/10 = -19.3 degrees.
278 278  
279 279  
280 -
281 281  === 2.3.5 Interrupt Pin ===
282 282  
283 283  
... ... @@ -291,7 +291,6 @@
291 291  0x01: Interrupt Uplink Packet.
292 292  
293 293  
294 -
295 295  === 2.3.6 Message Type ===
296 296  
297 297  
... ... @@ -304,7 +304,7 @@
304 304  )))
305 305  
306 306  
307 -(% border="1" cellspacing="10" style="background-color:#ffffcc; width:499px" %)
291 +(% border="1" cellspacing="5" style="background-color:#ffffcc; width:496px" %)
308 308  |=(% style="width: 160px;" %)**Message Type Code**|=(% style="width: 163px;" %)**Description**|=(% style="width: 173px;" %)**Payload**
309 309  |(% style="width:160px" %)0x01|(% style="width:163px" %)Normal Uplink|(% style="width:173px" %)[[Normal Uplink Payload>>||anchor="H2.3200BUplinkPayload"]]
310 310  |(% style="width:160px" %)0x02|(% style="width:163px" %)Reply configures info|(% style="width:173px" %)[[Configure Info Payload>>||anchor="H3.4GetFirmwareVersionInfo"]]
... ... @@ -312,9 +312,9 @@
312 312  
313 313  
314 314  
315 -
316 316  === 2.3.7 Decode payload in The Things Network ===
317 317  
301 +
318 318  While using TTN network, you can add the payload format to decode the payload.
319 319  
320 320  
... ... @@ -329,7 +329,6 @@
329 329  )))
330 330  
331 331  
332 -
333 333  == 2.4 Uplink Interval ==
334 334  
335 335  
... ... @@ -336,7 +336,6 @@
336 336  The LSPH01 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"]]
337 337  
338 338  
339 -
340 340  == 2.5 ​Show Data in DataCake IoT Server ==
341 341  
342 342  
... ... @@ -370,7 +370,6 @@
370 370  [[image:1654592819047-535.png]]
371 371  
372 372  
373 -
374 374  [[image:1654592833877-762.png]]
375 375  
376 376  
... ... @@ -400,10 +400,8 @@
400 400  [[image:1654592917530-261.png]]
401 401  
402 402  
403 -
404 404  == 2.6 Installation and Maintain ==
405 405  
406 -
407 407  === 2.6.1 Before measurement ===
408 408  
409 409  
... ... @@ -414,7 +414,6 @@
414 414  )))
415 415  
416 416  
417 -
418 418  === 2.6.2 Measurement ===
419 419  
420 420  
... ... @@ -461,7 +461,6 @@
461 461  )))
462 462  
463 463  
464 -
465 465  === 2.6.3 Maintain Probe ===
466 466  
467 467  
... ... @@ -503,21 +503,16 @@
503 503  
504 504  (% style="color:#037691" %)**Calibration Payload**
505 505  
506 -(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:510px" %)
507 -|=(% style="width: 62.5px;" %)(((
483 +(% border="1" cellspacing="5" style="background-color:#ffffcc; color:green; width:500px" %)
484 +|=(% style="width: 60px;" %)(((
508 508  **Size (bytes)**
509 -)))|=(% style="width: 89px;" %)**1**|=(% style="width: 89px;" %)**1**|=(% style="width: 89px;" %)**1**|=(% style="width: 89px;" %)**7**|=(% style="width: 89px;" %)**1**
486 +)))|=(% style="width: 100px;" %)**1**|=(% style="width: 100px;" %)**1**|=(% style="width: 100px;" %)**1**|=(% style="width: 50px;" %)**7**|=(% style="width: 90px;" %)**1**
510 510  |**Value**|(((
511 -PH4
512 -
513 -Calibrate value
488 +PH4 Calibrate value
514 514  )))|PH6.86 Calibrate value|(((
515 -PH9.18
516 -
517 -Calibrate value
490 +PH9.18 Calibrate value
518 518  )))|Reserve|(((
519 519  [[Message Type>>||anchor="H2.3.6MessageType"]]
520 -
521 521  Always 0x03
522 522  )))
523 523  
... ... @@ -539,7 +539,6 @@
539 539  )))
540 540  
541 541  
542 -
543 543  === 2.8.1 EU863-870 (EU868) ===
544 544  
545 545  
... ... @@ -600,7 +600,6 @@
600 600  )))
601 601  
602 602  
603 -
604 604  === 2.8.2 US902-928(US915) ===
605 605  
606 606  
... ... @@ -621,7 +621,6 @@
621 621  
622 622  
623 623  
624 -
625 625  === 2.8.3 CN470-510 (CN470) ===
626 626  
627 627  
... ... @@ -710,7 +710,6 @@
710 710  )))
711 711  
712 712  
713 -
714 714  === 2.8.4 AU915-928(AU915) ===
715 715  
716 716  
... ... @@ -735,7 +735,6 @@
735 735  
736 736  
737 737  
738 -
739 739  === 2.8.5 AS920-923 & AS923-925 (AS923) ===
740 740  
741 741  
... ... @@ -844,7 +844,6 @@
844 844  )))
845 845  
846 846  
847 -
848 848  === 2.8.6 KR920-923 (KR920) ===
849 849  
850 850  
... ... @@ -917,7 +917,6 @@
917 917  )))
918 918  
919 919  
920 -
921 921  === 2.8.7 IN865-867 (IN865) ===
922 922  
923 923  
... ... @@ -954,7 +954,6 @@
954 954  )))
955 955  
956 956  
957 -
958 958  == 2.9 LED Indicator ==
959 959  
960 960  
... ... @@ -965,17 +965,14 @@
965 965  
966 966  
967 967  
968 -
969 969  == 2.10 ​Firmware Change Log ==
970 970  
971 971  
972 972  **Firmware download link: **[[https:~~/~~/www.dropbox.com/sh/xtm5tw37mewaw99/AAD0uy06odmreQQ7vMzZYVIGa?dl=0>>https://www.dropbox.com/sh/xtm5tw37mewaw99/AAD0uy06odmreQQ7vMzZYVIGa?dl=0]]
973 973  
974 -
975 975  **Firmware Upgrade Method: **[[Firmware Upgrade Instruction>>path:/xwiki/bin/view/Main/Firmware%20Upgrade%20Instruction%20for%20STM32%20base%20products/]]
976 976  
977 977  
978 -
979 979  = 3. Configure LSPH01 via AT Command or LoRaWAN Downlink =
980 980  
981 981  
... ... @@ -1026,7 +1026,6 @@
1026 1026  )))
1027 1027  
1028 1028  
1029 -
1030 1030  == 3.1 Set Transmit Interval Time ==
1031 1031  
1032 1032  
... ... @@ -1046,17 +1046,16 @@
1046 1046  )))
1047 1047  
1048 1048  (((
1049 -If the downlink payload=0100003C, it means set the END Nodes Transmit Interval to 0x00003C=60(S), while type code is 01.
1009 +If the downlink payload=0100003C, it means set the END Node's Transmit Interval to 0x00003C=60(S), while type code is 01.
1050 1050  )))
1051 1051  
1052 1052  * (((
1053 -Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
1013 +Example 1: Downlink Payload: 0100001E  ~/~/ Set Transmit Interval (TDC) = 30 seconds
1054 1054  )))
1055 1055  * (((
1056 -Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
1016 +Example 2: Downlink Payload: 0100003C  ~/~/ Set Transmit Interval (TDC) = 60 seconds
1057 1057  
1058 1058  
1059 -
1060 1060  
1061 1061  )))
1062 1062  
... ... @@ -1083,10 +1083,10 @@
1083 1083  )))
1084 1084  
1085 1085  * (((
1086 -Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode
1045 +Example 1: Downlink Payload: 06000000  ~/~/ Turn off interrupt mode
1087 1087  )))
1088 1088  * (((
1089 -Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger
1048 +Example 2: Downlink Payload: 06000003  ~/~/  Set the interrupt mode to rising edge trigger
1090 1090  )))
1091 1091  
1092 1092  (((
... ... @@ -1101,7 +1101,6 @@
1101 1101  Detail See [[Calibration Guide>>||anchor="H2.7Calibration"]] for the user of 0x13 and 0x14 downlink commands
1102 1102  
1103 1103  
1104 -
1105 1105  == 3.4 Get Firmware Version Info ==
1106 1106  
1107 1107  
... ... @@ -1124,11 +1124,9 @@
1124 1124  )))|=**1**|=**1**|=**1**|=**1**|=**1**|=**5**|=**1**
1125 1125  |**Value**|Software Type|(((
1126 1126  Frequency
1127 -
1128 1128  Band
1129 1129  )))|Sub-band|(((
1130 1130  Firmware
1131 -
1132 1132  Version
1133 1133  )))|Sensor Type|Reserve|(((
1134 1134  [[Message Type>>||anchor="H2.3.6MessageType"]]
... ... @@ -1184,114 +1184,16 @@
1184 1184  0x07: LDDS12
1185 1185  
1186 1186  
1143 += 4. Battery & Power Consumption =
1187 1187  
1188 -= 4. Battery & How to replace =
1189 1189  
1146 +LSPH01 uses ER26500 + SPC1520 battery pack. See below link for detail information about the battery info and how to replace.
1190 1190  
1191 -== 4.1 Battery Type ==
1148 +[[**Battery Info & Power Consumption Analyze**>>url:http://wiki.dragino.com/xwiki/bin/view/Main/How%20to%20calculate%20the%20battery%20life%20of%20Dragino%20sensors%3F/]] .
1192 1192  
1193 1193  
1194 -(((
1195 -LSPH01 is equipped with a [[8500mAH ER26500 Li-SOCI2 battery>>url:https://www.dragino.com/downloads/index.php?dir=datasheet/Battery/ER26500/]]. The battery is un-rechargeable battery with low discharge rate targeting for 8~~10 years use. This type of battery is commonly used in IoT target for long-term running, such as water meter.
1196 -)))
1197 -
1198 -(((
1199 -The discharge curve is not linear so can't simply use percentage to show the battery level. Below is the battery performance.
1200 -
1201 -
1202 -)))
1203 -
1204 -[[image:1654593587246-335.png]]
1205 -
1206 -
1207 -Minimum Working Voltage for the LSPH01:
1208 -
1209 -LSPH01:  2.45v ~~ 3.6v
1210 -
1211 -
1212 -
1213 -== 4.2 Replace Battery ==
1214 -
1215 -
1216 -(((
1217 -Any battery with range 2.45 ~~ 3.6v can be a replacement. We recommend to use Li-SOCl2 Battery.
1218 -)))
1219 -
1220 -(((
1221 -And make sure the positive and negative pins match.
1222 -)))
1223 -
1224 -
1225 -
1226 -== 4.3 Power Consumption Analyze ==
1227 -
1228 -
1229 -(((
1230 -Dragino Battery powered product are all runs in Low Power mode. We have an update battery calculator which base on the measurement of the real device. User can use this calculator to check the battery life and calculate the battery life if want to use different transmit interval.
1231 -)))
1232 -
1233 -(((
1234 -Instruction to use as below:
1235 -)))
1236 -
1237 -
1238 -(% style="color:#037691" %)**Step 1**(%%): Downlink the up-to-date DRAGINO_Battery_Life_Prediction_Table.xlsx from:
1239 -
1240 -[[https:~~/~~/www.dragino.com/downloads/index.pHp?dir=LoRa_End_Node/Battery_Analyze/>>url:https://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/Battery_Analyze/]]
1241 -
1242 -
1243 -(% style="color:#037691" %)**Step 2**(%%): Open it and choose
1244 -
1245 -* Product Model
1246 -* Uplink Interval
1247 -* Working Mode
1248 -
1249 -And the Life expectation in difference case will be shown on the right.
1250 -
1251 -[[image:1654593605679-189.png]]
1252 -
1253 -
1254 -The battery related documents as below:
1255 -
1256 -* (((
1257 -[[Battery Dimension>>https://www.dragino.com/downloads/index.php?dir=datasheet/Battery/]],
1258 -)))
1259 -* (((
1260 -[[Lithium-Thionyl Chloride Battery  datasheet>>url:https://www.dragino.com/downloads/downloads/datasheet/Battery/ER26500/ER26500_Datasheet-EN.pdf]],
1261 -)))
1262 -* (((
1263 -[[Lithium-ion Battery-Capacitor datasheet>>https://www.dragino.com/downloads/index.php?dir=datasheet/Battery/]], [[Tech Spec>>https://www.dragino.com/downloads/index.php?dir=datasheet/Battery/]]
1264 -)))
1265 -
1266 -[[image:image-20220607172042-11.png]]
1267 -
1268 -
1269 -
1270 -=== 4.3.1 ​Battery Note ===
1271 -
1272 -
1273 -(((
1274 -The Li-SICO battery is designed for small current / long period application. It is not good to use a high current, short period transmit method. The recommended minimum period for use of this battery is 5 minutes. If you use a shorter period time to transmit LoRa, then the battery life may be decreased.
1275 -)))
1276 -
1277 -
1278 -
1279 -=== ​4.3.2 Replace the battery ===
1280 -
1281 -
1282 -(((
1283 -You can change the battery in the LSPH01.The type of battery is not limited as long as the output is between 3v to 3.6v. On the main board, there is a diode (D1) between the battery and the main circuit. If you need to use a battery with less than 3.3v, please remove the D1 and shortcut the two pads of it so there won't be voltage drop between battery and main board.
1284 -)))
1285 -
1286 -(((
1287 -The default battery pack of LSPH01 includes a ER26500 plus super capacitor. If user can't find this pack locally, they can find ER26500 or equivalence, which will also work in most case. The SPC can enlarge the battery life for high frequency use (update period below 5 minutes)
1288 -)))
1289 -
1290 -
1291 -
1292 1292  = 5. Use AT Command =
1293 1293  
1294 -
1295 1295  == 5.1 Access AT Commands ==
1296 1296  
1297 1297  
... ... @@ -1322,7 +1322,6 @@
1322 1322  
1323 1323  = 6. FAQ =
1324 1324  
1325 -
1326 1326  == 6.1 How to change the LoRa Frequency Bands/Region ==
1327 1327  
1328 1328  
... ... @@ -1330,10 +1330,8 @@
1330 1330  When downloading the images, choose the required image file for download. ​
1331 1331  
1332 1332  
1333 -
1334 1334  = 7. Trouble Shooting =
1335 1335  
1336 -
1337 1337  == 7.1 AT Commands input doesn't work ==
1338 1338  
1339 1339  
... ... @@ -1340,7 +1340,6 @@
1340 1340  In the case if user can see the console output but can't type input to the device. Please check if you already include the (% style="color:green" %)**ENTER**(%%) while sending out the command. Some serial tool doesn't send (% style="color:green" %)**ENTER**(%%) while press the send key, user need to add ENTER in their string.
1341 1341  
1342 1342  
1343 -
1344 1344  = 8. Order Info =
1345 1345  
1346 1346  
... ... @@ -1382,5 +1382,4 @@
1382 1382  * 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.
1383 1383  * 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]].
1384 1384  
1385 -
1386 1386  
image-20230426084737-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +190.0 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0