<
From version < 98.4 >
edited by Xiaoling
on 2022/06/30 13:59
To version < 98.9 >
edited by Xiaoling
on 2022/08/18 16:33
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -28,6 +28,7 @@
28 28  
29 29  = 1. Introduction =
30 30  
31 +
31 31  == 1.1 ​What is LoRaWAN Soil pH Sensor ==
32 32  
33 33  (((
... ... @@ -60,6 +60,7 @@
60 60  
61 61  == ​1.2 Features ==
62 62  
64 +
63 63  * LoRaWAN 1.0.3 Class A
64 64  * Ultra-low power consumption
65 65  * Monitor soil pH with temperature compensation.
... ... @@ -75,6 +75,9 @@
75 75  * 8500mAh Battery for long term use
76 76  
77 77  
80 +
81 +
82 +
78 78  == 1.3 Probe Specification ==
79 79  
80 80  
... ... @@ -96,13 +96,20 @@
96 96  * Length: 3.5 meters
97 97  
98 98  
104 +
105 +
106 +
99 99  == 1.4 ​Applications ==
100 100  
109 +
101 101  * Smart Agriculture
102 102  
103 103  
113 +
114 +
104 104  == 1.5 Pin mapping and power on ==
105 105  
117 +
106 106  [[image:1654592472094-134.png]]
107 107  
108 108  
... ... @@ -109,8 +109,10 @@
109 109  
110 110  = 2. Configure LSPH01 to connect to LoRaWAN network =
111 111  
124 +
112 112  == 2.1 How it works ==
113 113  
127 +
114 114  (((
115 115  The LSPH01 is configured as LoRaWAN OTAA Class A mode by default. It has OTAA keys to join LoRaWAN network. To connect a local LoRaWAN network, you need to input the OTAA keys in the LoRaWAN IoT server and power on the LSPH01. It will automatically join the network via OTAA and start to send the sensor value. The default uplink interval is 20 minutes.
116 116  )))
... ... @@ -120,8 +120,10 @@
120 120  )))
121 121  
122 122  
137 +
123 123  == 2.2 ​Quick guide to connect to LoRaWAN server (OTAA) ==
124 124  
140 +
125 125  (((
126 126  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.
127 127  )))
... ... @@ -187,6 +187,8 @@
187 187  
188 188  (((
189 189  (% style="color:blue" %)**Step 3**(%%)**:** The LSPH01 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.
206 +
207 +
190 190  )))
191 191  
192 192  [[image:1654592697690-910.png]]
... ... @@ -195,6 +195,7 @@
195 195  
196 196  == 2.3 ​Uplink Payload ==
197 197  
216 +
198 198  (((
199 199  LSPH01 will uplink payload via LoRaWAN with below payload format: 
200 200  )))
... ... @@ -238,6 +238,7 @@
238 238  
239 239  === 2.3.2 DS18B20 Temperature sensor ===
240 240  
260 +
241 241  This is optional, user can connect external DS18B20 sensor to the +3.3v, 1-wire and GND pin . and this field will report temperature.
242 242  
243 243  
... ... @@ -251,6 +251,7 @@
251 251  
252 252  === 2.3.3 Soil pH ===
253 253  
274 +
254 254  Range: 0 ~~ 14 pH
255 255  
256 256  **Example:**
... ... @@ -261,6 +261,7 @@
261 261  
262 262  === 2.3.4 Soil Temperature ===
263 263  
285 +
264 264  Get Soil Temperature 
265 265  
266 266  
... ... @@ -274,6 +274,7 @@
274 274  
275 275  === 2.3.5 Interrupt Pin ===
276 276  
299 +
277 277  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.
278 278  
279 279  
... ... @@ -287,6 +287,7 @@
287 287  
288 288  === 2.3.6 Message Type ===
289 289  
313 +
290 290  (((
291 291  For a normal uplink payload, the message type is always 0x01.
292 292  )))
... ... @@ -303,6 +303,9 @@
303 303  |(% style="width:160px" %)0x03|(% style="width:163px" %)Reply Calibration Info|(% style="width:173px" %)[[Calibration Payload>>||anchor="H2.7Calibration"]]
304 304  
305 305  
330 +
331 +
332 +
306 306  === 2.3.7 Decode payload in The Things Network ===
307 307  
308 308  While using TTN network, you can add the payload format to decode the payload.
... ... @@ -315,7 +315,7 @@
315 315  )))
316 316  
317 317  (((
318 -LSPH01 TTN Payload Decoder: [[https:~~/~~/www.dragino.com/downloads/index.pHp?dir=LoRa_End_Node/LSPH01/Decoder/>>url:https://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/LSNPK01/Decoder/]]
345 +LSPH01 TTN Payload Decoder:  [[https:~~/~~/www.dropbox.com/sh/pj7cgmgqg3gx3ta/AABYFbg1DVOOR9Hmr1mLSBkga?dl=0>>https://www.dropbox.com/sh/pj7cgmgqg3gx3ta/AABYFbg1DVOOR9Hmr1mLSBkga?dl=0]]
319 319  )))
320 320  
321 321  
... ... @@ -322,6 +322,7 @@
322 322  
323 323  == 2.4 Uplink Interval ==
324 324  
352 +
325 325  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"]]
326 326  
327 327  
... ... @@ -328,6 +328,7 @@
328 328  
329 329  == 2.5 ​Show Data in DataCake IoT Server ==
330 330  
359 +
331 331  (((
332 332  [[DATACAKE>>url:https://datacake.co/]] provides a human friendly interface to show the sensor data, once we have data in TTN, we can use [[DATACAKE>>url:https://datacake.co/]] to connect to TTN and see the data in DATACAKE. Below are the steps:
333 333  )))
... ... @@ -370,7 +370,7 @@
370 370  )))
371 371  
372 372  (((
373 -Download Datacake decoder from: [[https:~~/~~/www.dragino.com/downloads/index.pHp?dir=LoRa_End_Node/LSPH01/Decoder/>>url:https://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/LSNPK01/Decoder/]]
402 +Download Datacake decoder from: [[https:~~/~~/www.dropbox.com/sh/pj7cgmgqg3gx3ta/AABYFbg1DVOOR9Hmr1mLSBkga?dl=0>>url:https://www.dropbox.com/sh/pj7cgmgqg3gx3ta/AABYFbg1DVOOR9Hmr1mLSBkga?dl=0]]
374 374  )))
375 375  
376 376  
... ... @@ -391,8 +391,10 @@
391 391  
392 392  == 2.6 Installation and Maintain ==
393 393  
423 +
394 394  === 2.6.1 Before measurement ===
395 395  
426 +
396 396  (((
397 397  (((
398 398  If the LSPH01 has more than 7 days not use or just clean the pH probe. User should put the probe inside pure water for more than 24 hours for activation. If no put in water, user need to put inside soil for more than 24 hours to ensure the measurement accuracy. 
... ... @@ -410,6 +410,8 @@
410 410  
411 411  (((
412 412  [[image:1654592946732-634.png]]
444 +
445 +
413 413  )))
414 414  
415 415  (((
... ... @@ -421,7 +421,7 @@
421 421  )))
422 422  
423 423  (((
424 -Slowly insert the probe to the measure point. Dont use large force which will break the probe. Make sure not shake when inserting.
457 +Slowly insert the probe to the measure point. Don't use large force which will break the probe. Make sure not shake when inserting.
425 425  )))
426 426  
427 427  (((
... ... @@ -448,6 +448,7 @@
448 448  
449 449  === 2.6.3 Maintain Probe ===
450 450  
484 +
451 451  1. (((
452 452  pH probe electrode is fragile and no strong. User must avoid strong force or hitting it.
453 453  )))
... ... @@ -472,6 +472,7 @@
472 472  
473 473  == 2.7 Calibration ==
474 474  
509 +
475 475  (((
476 476  User can do calibration for the probe. It is limited to use below pH buffer solution to calibrate: 4.00, 6.86, 9.18. When calibration, user need to clean the electrode and put the probe in the pH buffer solution to wait the value stable ( a new clean electrode might need max 24 hours to be stable).
477 477  )))
... ... @@ -503,6 +503,7 @@
503 503  Always 0x03
504 504  )))
505 505  
541 +
506 506  User can also send 0x14 downlink command to poll the current calibration payload.
507 507  
508 508  [[image:image-20220607171416-7.jpeg]]
... ... @@ -513,15 +513,19 @@
513 513  
514 514  
515 515  
552 +
516 516  == 2.8 Frequency Plans ==
517 517  
555 +
518 518  (((
519 519  The LSPH01 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.
520 520  )))
521 521  
522 522  
561 +
523 523  === 2.8.1 EU863-870 (EU868) ===
524 524  
564 +
525 525  (((
526 526  (% style="color:blue" %)**Uplink:**
527 527  )))
... ... @@ -582,6 +582,7 @@
582 582  
583 583  === 2.8.2 US902-928(US915) ===
584 584  
625 +
585 585  (((
586 586  Used in USA, Canada and South America. Frequency band as per definition in LoRaWAN 1.0.3 Regional document.
587 587  )))
... ... @@ -598,8 +598,12 @@
598 598  * Use the Join successful sub-band if the server doesn't include sub-band info in the OTAA Join Accept message ( TTN v2 doesn't include)
599 599  
600 600  
642 +
643 +
644 +
601 601  === 2.8.3 CN470-510 (CN470) ===
602 602  
647 +
603 603  (((
604 604  Used in China, Default use CHE=1
605 605  )))
... ... @@ -688,6 +688,7 @@
688 688  
689 689  === 2.8.4 AU915-928(AU915) ===
690 690  
736 +
691 691  (((
692 692  Frequency band as per definition in LoRaWAN 1.0.3 Regional document.
693 693  )))
... ... @@ -708,8 +708,12 @@
708 708  * Use the Join successful sub-band if the server doesn't include sub-band info in the OTAA Join Accept message ( TTN v2 doesn't include)
709 709  
710 710  
757 +
758 +
759 +
711 711  === 2.8.5 AS920-923 & AS923-925 (AS923) ===
712 712  
762 +
713 713  (((
714 714  (% style="color:blue" %)**Default Uplink channel:**
715 715  )))
... ... @@ -818,6 +818,7 @@
818 818  
819 819  === 2.8.6 KR920-923 (KR920) ===
820 820  
871 +
821 821  (((
822 822  (% style="color:blue" %)**Default channel:**
823 823  )))
... ... @@ -890,6 +890,7 @@
890 890  
891 891  === 2.8.7 IN865-867 (IN865) ===
892 892  
944 +
893 893  (((
894 894  (% style="color:blue" %)**Uplink:**
895 895  )))
... ... @@ -926,6 +926,7 @@
926 926  
927 927  == 2.9 LED Indicator ==
928 928  
981 +
929 929  The LSPH01 has an internal LED which is to show the status of different state.
930 930  
931 931  * The sensor is detected when the device is turned on, and it will flash 4 times quickly when it is detected.
... ... @@ -932,14 +932,15 @@
932 932  * Blink once when device transmit a packet.
933 933  
934 934  
935 -== 2.10 ​Firmware Change Log ==
936 936  
937 937  
938 -**Firmware download link:**
939 939  
940 -[[http:~~/~~/www.dragino.com/downloads/index.pHp?dir=LoRa_End_Node/LSPH01/Firmware/>>url:http://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/LSE01/Firmware/]]
991 +== 2.10 ​Firmware Change Log ==
941 941  
942 942  
994 +**Firmware download link: **[[https:~~/~~/www.dropbox.com/sh/xtm5tw37mewaw99/AAD0uy06odmreQQ7vMzZYVIGa?dl=0>>https://www.dropbox.com/sh/xtm5tw37mewaw99/AAD0uy06odmreQQ7vMzZYVIGa?dl=0]]
995 +
996 +
943 943  **Firmware Upgrade Method: **[[Firmware Upgrade Instruction>>path:/xwiki/bin/view/Main/Firmware%20Upgrade%20Instruction%20for%20STM32%20base%20products/]]
944 944  
945 945  
... ... @@ -1237,7 +1237,7 @@
1237 1237  )))
1238 1238  
1239 1239  (((
1240 -The default battery pack of LSPH01 includes a ER26500 plus super capacitor. If user cant 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)
1294 +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)
1241 1241  )))
1242 1242  
1243 1243  
... ... @@ -1301,6 +1301,7 @@
1301 1301  * (% style="color:red" %)**IN865**(%%):  LoRaWAN IN865 band
1302 1302  * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
1303 1303  
1358 +
1304 1304  = 9. ​Packing Info =
1305 1305  
1306 1306  
... ... @@ -1315,6 +1315,7 @@
1315 1315  * Package Size / pcs : cm
1316 1316  * Weight / pcs : g
1317 1317  
1373 +
1318 1318  = 10. ​Support =
1319 1319  
1320 1320  * 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.
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0