<
From version < 98.1 >
edited by Xiaoling
on 2022/06/25 17:19
To version < 98.8 >
edited by Xiaoling
on 2022/08/18 16:29
>
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.
... ... @@ -74,6 +74,10 @@
74 74  * IP68 rate for the Sensor Probe
75 75  * 8500mAh Battery for long term use
76 76  
79 +
80 +
81 +
82 +
77 77  == 1.3 Probe Specification ==
78 78  
79 79  
... ... @@ -94,12 +94,21 @@
94 94  * IP68 Protection
95 95  * Length: 3.5 meters
96 96  
103 +
104 +
105 +
106 +
97 97  == 1.4 ​Applications ==
98 98  
109 +
99 99  * Smart Agriculture
100 100  
112 +
113 +
114 +
101 101  == 1.5 Pin mapping and power on ==
102 102  
117 +
103 103  [[image:1654592472094-134.png]]
104 104  
105 105  
... ... @@ -106,19 +106,23 @@
106 106  
107 107  = 2. Configure LSPH01 to connect to LoRaWAN network =
108 108  
124 +
109 109  == 2.1 How it works ==
110 110  
127 +
111 111  (((
112 112  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.
113 113  )))
114 114  
115 115  (((
116 -In case you cant set the OTAA keys in the LoRaWAN OTAA server, and you have to use the keys from the server, you can [[use AT Commands >>||anchor="H5.UseATCommand"]]to set the keys in the LSPH01.
133 +In case you can't set the OTAA keys in the LoRaWAN OTAA server, and you have to use the keys from the server, you can [[use AT Commands >>||anchor="H5.UseATCommand"]]to set the keys in the LSPH01.
117 117  )))
118 118  
119 119  
137 +
120 120  == 2.2 ​Quick guide to connect to LoRaWAN server (OTAA) ==
121 121  
140 +
122 122  (((
123 123  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.
124 124  )))
... ... @@ -184,6 +184,8 @@
184 184  
185 185  (((
186 186  (% 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 +
187 187  )))
188 188  
189 189  [[image:1654592697690-910.png]]
... ... @@ -192,6 +192,7 @@
192 192  
193 193  == 2.3 ​Uplink Payload ==
194 194  
216 +
195 195  (((
196 196  LSPH01 will uplink payload via LoRaWAN with below payload format: 
197 197  )))
... ... @@ -235,6 +235,7 @@
235 235  
236 236  === 2.3.2 DS18B20 Temperature sensor ===
237 237  
260 +
238 238  This is optional, user can connect external DS18B20 sensor to the +3.3v, 1-wire and GND pin . and this field will report temperature.
239 239  
240 240  
... ... @@ -248,6 +248,7 @@
248 248  
249 249  === 2.3.3 Soil pH ===
250 250  
274 +
251 251  Range: 0 ~~ 14 pH
252 252  
253 253  **Example:**
... ... @@ -258,6 +258,7 @@
258 258  
259 259  === 2.3.4 Soil Temperature ===
260 260  
285 +
261 261  Get Soil Temperature 
262 262  
263 263  
... ... @@ -271,6 +271,7 @@
271 271  
272 272  === 2.3.5 Interrupt Pin ===
273 273  
299 +
274 274  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.
275 275  
276 276  
... ... @@ -284,6 +284,7 @@
284 284  
285 285  === 2.3.6 Message Type ===
286 286  
313 +
287 287  (((
288 288  For a normal uplink payload, the message type is always 0x01.
289 289  )))
... ... @@ -299,6 +299,10 @@
299 299  |(% style="width:160px" %)0x02|(% style="width:163px" %)Reply configures info|(% style="width:173px" %)[[Configure Info Payload>>||anchor="H3.4GetFirmwareVersionInfo"]]
300 300  |(% style="width:160px" %)0x03|(% style="width:163px" %)Reply Calibration Info|(% style="width:173px" %)[[Calibration Payload>>||anchor="H2.7Calibration"]]
301 301  
329 +
330 +
331 +
332 +
302 302  === 2.3.7 Decode payload in The Things Network ===
303 303  
304 304  While using TTN network, you can add the payload format to decode the payload.
... ... @@ -311,7 +311,7 @@
311 311  )))
312 312  
313 313  (((
314 -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]]
315 315  )))
316 316  
317 317  
... ... @@ -318,6 +318,7 @@
318 318  
319 319  == 2.4 Uplink Interval ==
320 320  
352 +
321 321  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"]]
322 322  
323 323  
... ... @@ -324,6 +324,7 @@
324 324  
325 325  == 2.5 ​Show Data in DataCake IoT Server ==
326 326  
359 +
327 327  (((
328 328  [[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:
329 329  )))
... ... @@ -366,7 +366,7 @@
366 366  )))
367 367  
368 368  (((
369 -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]]
370 370  )))
371 371  
372 372  
... ... @@ -387,8 +387,10 @@
387 387  
388 388  == 2.6 Installation and Maintain ==
389 389  
423 +
390 390  === 2.6.1 Before measurement ===
391 391  
426 +
392 392  (((
393 393  (((
394 394  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. 
... ... @@ -406,6 +406,8 @@
406 406  
407 407  (((
408 408  [[image:1654592946732-634.png]]
444 +
445 +
409 409  )))
410 410  
411 411  (((
... ... @@ -417,7 +417,7 @@
417 417  )))
418 418  
419 419  (((
420 -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.
421 421  )))
422 422  
423 423  (((
... ... @@ -444,6 +444,7 @@
444 444  
445 445  === 2.6.3 Maintain Probe ===
446 446  
484 +
447 447  1. (((
448 448  pH probe electrode is fragile and no strong. User must avoid strong force or hitting it.
449 449  )))
... ... @@ -507,6 +507,7 @@
507 507  * Reply to the confirmation package: 14 01
508 508  * Reply to non-confirmed packet: 14 00
509 509  
548 +
510 510  == 2.8 Frequency Plans ==
511 511  
512 512  (((
... ... @@ -589,11 +589,8 @@
589 589  )))
590 590  
591 591  * Check what sub-band the LoRaWAN server ask from the OTAA Join Accept message and switch to that sub-band
592 -* Use the Join successful sub-band if the server doesnt include sub-band info in the OTAA Join Accept message ( TTN v2 doesn't include)
631 +* 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)
593 593  
594 -
595 -
596 -
597 597  === 2.8.3 CN470-510 (CN470) ===
598 598  
599 599  (((
... ... @@ -701,11 +701,8 @@
701 701  )))
702 702  
703 703  * Check what sub-band the LoRaWAN server ask from the OTAA Join Accept message and switch to that sub-band
704 -* Use the Join successful sub-band if the server doesnt include sub-band info in the OTAA Join Accept message ( TTN v2 doesn't include)
740 +* 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)
705 705  
706 -
707 -
708 -
709 709  === 2.8.5 AS920-923 & AS923-925 (AS923) ===
710 710  
711 711  (((
... ... @@ -929,9 +929,6 @@
929 929  * The sensor is detected when the device is turned on, and it will flash 4 times quickly when it is detected.
930 930  * Blink once when device transmit a packet.
931 931  
932 -
933 -
934 -
935 935  == 2.10 ​Firmware Change Log ==
936 936  
937 937  
... ... @@ -977,7 +977,7 @@
977 977  )))
978 978  
979 979  (((
980 -They are same for all Dragino Device which support DLWS-005 LoRaWAN Stack. These commands can be found on the wiki:[[End Device AT Commands and Downlink Command>>path:/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/]]
1010 +They are same for all Dragino Device which support DLWS-005 LoRaWAN Stack. These commands can be found on the wiki: [[End Device AT Commands and Downlink Command>>path:/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/]]
981 981  )))
982 982  
983 983  (((
... ... @@ -1058,7 +1058,6 @@
1058 1058  )))
1059 1059  
1060 1060  
1061 -
1062 1062  == 3.3 Calibrate Sensor ==
1063 1063  
1064 1064  Detail See [[Calibration Guide>>||anchor="H2.7Calibration"]] for the user of 0x13 and 0x14 downlink commands
... ... @@ -1238,7 +1238,7 @@
1238 1238  )))
1239 1239  
1240 1240  (((
1241 -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)
1270 +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)
1242 1242  )))
1243 1243  
1244 1244  
... ... @@ -1303,7 +1303,6 @@
1303 1303  * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
1304 1304  
1305 1305  
1306 -
1307 1307  = 9. ​Packing Info =
1308 1308  
1309 1309  
... ... @@ -1319,7 +1319,6 @@
1319 1319  * Weight / pcs : g
1320 1320  
1321 1321  
1322 -
1323 1323  = 10. ​Support =
1324 1324  
1325 1325  * 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