<
From version < 92.1 >
edited by Xiaoling
on 2022/06/25 17:01
To version < 98.7 >
edited by Xiaoling
on 2022/08/18 16:25
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -9,6 +9,10 @@
9 9  
10 10  
11 11  
12 +
13 +
14 +
15 +
12 12  **Table of Contents:**
13 13  
14 14  {{toc/}}
... ... @@ -24,6 +24,7 @@
24 24  
25 25  = 1. Introduction =
26 26  
31 +
27 27  == 1.1 ​What is LoRaWAN Soil pH Sensor ==
28 28  
29 29  (((
... ... @@ -56,6 +56,7 @@
56 56  
57 57  == ​1.2 Features ==
58 58  
64 +
59 59  * LoRaWAN 1.0.3 Class A
60 60  * Ultra-low power consumption
61 61  * Monitor soil pH with temperature compensation.
... ... @@ -100,14 +100,15 @@
100 100  
101 101  == 1.4 ​Applications ==
102 102  
109 +
103 103  * Smart Agriculture
104 104  
105 105  
106 106  
107 107  
108 -
109 109  == 1.5 Pin mapping and power on ==
110 110  
117 +
111 111  [[image:1654592472094-134.png]]
112 112  
113 113  
... ... @@ -114,19 +114,23 @@
114 114  
115 115  = 2. Configure LSPH01 to connect to LoRaWAN network =
116 116  
124 +
117 117  == 2.1 How it works ==
118 118  
127 +
119 119  (((
120 120  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.
121 121  )))
122 122  
123 123  (((
124 -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.
125 125  )))
126 126  
127 127  
137 +
128 128  == 2.2 ​Quick guide to connect to LoRaWAN server (OTAA) ==
129 129  
140 +
130 130  (((
131 131  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.
132 132  )))
... ... @@ -192,6 +192,8 @@
192 192  
193 193  (((
194 194  (% 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 +
195 195  )))
196 196  
197 197  [[image:1654592697690-910.png]]
... ... @@ -200,6 +200,7 @@
200 200  
201 201  == 2.3 ​Uplink Payload ==
202 202  
216 +
203 203  (((
204 204  LSPH01 will uplink payload via LoRaWAN with below payload format: 
205 205  )))
... ... @@ -243,6 +243,7 @@
243 243  
244 244  === 2.3.2 DS18B20 Temperature sensor ===
245 245  
260 +
246 246  This is optional, user can connect external DS18B20 sensor to the +3.3v, 1-wire and GND pin . and this field will report temperature.
247 247  
248 248  
... ... @@ -256,6 +256,7 @@
256 256  
257 257  === 2.3.3 Soil pH ===
258 258  
274 +
259 259  Range: 0 ~~ 14 pH
260 260  
261 261  **Example:**
... ... @@ -266,6 +266,7 @@
266 266  
267 267  === 2.3.4 Soil Temperature ===
268 268  
285 +
269 269  Get Soil Temperature 
270 270  
271 271  
... ... @@ -279,6 +279,7 @@
279 279  
280 280  === 2.3.5 Interrupt Pin ===
281 281  
299 +
282 282  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.
283 283  
284 284  
... ... @@ -292,6 +292,7 @@
292 292  
293 293  === 2.3.6 Message Type ===
294 294  
313 +
295 295  (((
296 296  For a normal uplink payload, the message type is always 0x01.
297 297  )))
... ... @@ -323,7 +323,7 @@
323 323  )))
324 324  
325 325  (((
326 -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]]
327 327  )))
328 328  
329 329  
... ... @@ -330,6 +330,7 @@
330 330  
331 331  == 2.4 Uplink Interval ==
332 332  
352 +
333 333  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"]]
334 334  
335 335  
... ... @@ -336,6 +336,7 @@
336 336  
337 337  == 2.5 ​Show Data in DataCake IoT Server ==
338 338  
359 +
339 339  (((
340 340  [[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:
341 341  )))
... ... @@ -378,7 +378,7 @@
378 378  )))
379 379  
380 380  (((
381 -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]]
382 382  )))
383 383  
384 384  
... ... @@ -519,6 +519,7 @@
519 519  * Reply to the confirmation package: 14 01
520 520  * Reply to non-confirmed packet: 14 00
521 521  
543 +
522 522  == 2.8 Frequency Plans ==
523 523  
524 524  (((
... ... @@ -601,12 +601,8 @@
601 601  )))
602 602  
603 603  * Check what sub-band the LoRaWAN server ask from the OTAA Join Accept message and switch to that sub-band
604 -* 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)
626 +* 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)
605 605  
606 -
607 -
608 -
609 -
610 610  === 2.8.3 CN470-510 (CN470) ===
611 611  
612 612  (((
... ... @@ -714,12 +714,8 @@
714 714  )))
715 715  
716 716  * Check what sub-band the LoRaWAN server ask from the OTAA Join Accept message and switch to that sub-band
717 -* 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)
735 +* 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)
718 718  
719 -
720 -
721 -
722 -
723 723  === 2.8.5 AS920-923 & AS923-925 (AS923) ===
724 724  
725 725  (((
... ... @@ -943,10 +943,6 @@
943 943  * The sensor is detected when the device is turned on, and it will flash 4 times quickly when it is detected.
944 944  * Blink once when device transmit a packet.
945 945  
946 -
947 -
948 -
949 -
950 950  == 2.10 ​Firmware Change Log ==
951 951  
952 952  
... ... @@ -992,7 +992,7 @@
992 992  )))
993 993  
994 994  (((
995 -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/]]
1005 +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/]]
996 996  )))
997 997  
998 998  (((
... ... @@ -1073,7 +1073,6 @@
1073 1073  )))
1074 1074  
1075 1075  
1076 -
1077 1077  == 3.3 Calibrate Sensor ==
1078 1078  
1079 1079  Detail See [[Calibration Guide>>||anchor="H2.7Calibration"]] for the user of 0x13 and 0x14 downlink commands
... ... @@ -1206,7 +1206,7 @@
1206 1206  )))
1207 1207  
1208 1208  
1209 -(% style="color:red" %)**Step 1**(%%): Downlink the up-to-date DRAGINO_Battery_Life_Prediction_Table.xlsx from:
1218 +(% style="color:#037691" %)**Step 1**(%%): Downlink the up-to-date DRAGINO_Battery_Life_Prediction_Table.xlsx from:
1210 1210  
1211 1211  [[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/]]
1212 1212  
... ... @@ -1253,7 +1253,7 @@
1253 1253  )))
1254 1254  
1255 1255  (((
1256 -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)
1265 +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)
1257 1257  )))
1258 1258  
1259 1259  
... ... @@ -1318,7 +1318,6 @@
1318 1318  * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
1319 1319  
1320 1320  
1321 -
1322 1322  = 9. ​Packing Info =
1323 1323  
1324 1324  
... ... @@ -1334,7 +1334,6 @@
1334 1334  * Weight / pcs : g
1335 1335  
1336 1336  
1337 -
1338 1338  = 10. ​Support =
1339 1339  
1340 1340  * 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