<
From version < 73.2 >
edited by Xiaoling
on 2022/06/07 17:24
To version < 74.1 >
edited by Xiaoling
on 2022/06/07 17:42
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -68,20 +68,29 @@
68 68  
69 69  
70 70  
71 -
72 72  = 1. Introduction =
73 73  
74 74  == 1.1 ​What is LoRaWAN Soil pH Sensor ==
75 75  
75 +(((
76 76  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.
77 +)))
77 77  
79 +(((
78 78  LSPH01 probe is made by Solid AgCl reference electrode and Pure metal pH sensitive electrode. It can detect soil's** (% style="color:#4f81bd" %)pH (%%)**with high accuracy and stable value. The LSPH01 probe can be buried into soil for long time use.
81 +)))
79 79  
83 +(((
80 80  The LoRa wireless technology used in LSPH01 allows device to send data and reach extremely long ranges at low data-rates. It provides ultra-long range spread spectrum communication and high interference immunity whilst minimizing current consumption.
85 +)))
81 81  
87 +(((
82 82  LSPH01 is powered by (% style="color:#4f81bd" %)**8500mAh Li-SOCI2 battery**(%%), it is designed for long term use up to 5 years.
89 +)))
83 83  
91 +(((
84 84  Each LSPH01 is pre-load with a set of unique keys for LoRaWAN registrations, register these keys to local LoRaWAN server and it will auto connect after power on.
93 +)))
85 85  
86 86  
87 87  [[image:1654592435432-887.png]]
... ... @@ -106,7 +106,6 @@
106 106  
107 107  
108 108  
109 -
110 110  == 1.3 Probe Specification ==
111 111  
112 112  
... ... @@ -127,10 +127,14 @@
127 127  * IP68 Protection
128 128  * Length: 3.5 meters
129 129  
138 +
139 +
130 130  == 1.4 ​Applications ==
131 131  
132 132  * Smart Agriculture
133 133  
144 +
145 +
134 134  == 1.5 Pin mapping and power on ==
135 135  
136 136  [[image:1654592472094-134.png]]
... ... @@ -209,7 +209,9 @@
209 209  [[image:image-20220607170442-2.png]]
210 210  
211 211  
224 +(((
212 212  (% 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.
226 +)))
213 213  
214 214  [[image:1654592697690-910.png]]
215 215  
... ... @@ -217,11 +217,17 @@
217 217  
218 218  == 2.3 ​Uplink Payload ==
219 219  
234 +(((
220 220  LSPH01 will uplink payload via LoRaWAN with below payload format: 
236 +)))
221 221  
238 +(((
222 222  Uplink payload includes in total 11 bytes.
240 +)))
223 223  
242 +(((
224 224  Normal uplink payload:
244 +)))
225 225  
226 226  (% border="1" cellspacing="10" style="background-color:#ffffcc; width:510px" %)
227 227  |(((
... ... @@ -305,18 +305,24 @@
305 305  
306 306  === 2.3.6 Message Type ===
307 307  
328 +(((
308 308  For a normal uplink payload, the message type is always 0x01.
330 +)))
309 309  
332 +(((
310 310  Valid Message Type:
334 +)))
311 311  
312 312  
313 313  (% border="1" cellspacing="10" style="background-color:#ffffcc; width:510px" %)
314 -|**Message Type Code**|**Description**|**Payload**
338 +|=**Message Type Code**|=**Description**|=**Payload**
315 315  |0x01|Normal Uplink|[[Normal Uplink Payload>>path:#H2.3200BUplinkPayload]]
316 316  |0x02|Reply configures info|[[Configure Info Payload>>path:#H3.4GetFirmwareVersionInfo]]
317 317  |0x03|Reply Calibration Info|[[Calibration Payload>>path:#H2.7Calibration]]
318 318  
319 319  
344 +
345 +
320 320  === 2.3.7 Decode payload in The Things Network ===
321 321  
322 322  While using TTN network, you can add the payload format to decode the payload.
... ... @@ -488,6 +488,8 @@
488 488  * Reply to non-confirmed packet: 14 00
489 489  
490 490  
517 +
518 +
491 491  == 2.8 Frequency Plans ==
492 492  
493 493  (((
... ... @@ -544,7 +544,6 @@
544 544  * 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)
545 545  
546 546  
547 -
548 548  === 2.8.3 CN470-510 (CN470) ===
549 549  
550 550  Used in China, Default use CHE=1
... ... @@ -786,6 +786,8 @@
786 786  * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
787 787  
788 788  
816 +
817 +
789 789  == 3.2 Set Interrupt Mode ==
790 790  
791 791  Feature, Set Interrupt mode for GPIO_EXIT.
... ... @@ -805,7 +805,6 @@
805 805  * Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger
806 806  
807 807  
808 -
809 809  == 3.3 Calibrate Sensor ==
810 810  
811 811  Detail See [[Calibration Guide>>path:#H2.7Calibration]] for the user of 0x13 and 0x14 downlink commands
... ... @@ -823,6 +823,7 @@
823 823  * Reply to the confirmation package: 26 01
824 824  * Reply to non-confirmed packet: 26 00
825 825  
854 +
826 826  Device will send an uplink after got this downlink command. With below payload:
827 827  
828 828  Configures info payload:
... ... @@ -1046,7 +1046,6 @@
1046 1046  * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
1047 1047  
1048 1048  
1049 -
1050 1050  = 9. ​Packing Info =
1051 1051  
1052 1052  
... ... @@ -1062,7 +1062,6 @@
1062 1062  * Weight / pcs : g
1063 1063  
1064 1064  
1065 -
1066 1066  = 10. ​Support =
1067 1067  
1068 1068  * 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