<
From version < 85.33 >
edited by Xiaoling
on 2022/06/08 13:44
To version < 85.2 >
edited by Xiaoling
on 2022/06/07 18:10
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -66,6 +66,9 @@
66 66  
67 67  
68 68  
69 +
70 +
71 +
69 69  = 1. Introduction =
70 70  
71 71  == 1.1 ​What is LoRaWAN Soil pH Sensor ==
... ... @@ -95,7 +95,6 @@
95 95  
96 96  
97 97  
98 -
99 99  == ​1.2 Features ==
100 100  
101 101  * LoRaWAN 1.0.3 Class A
... ... @@ -140,6 +140,8 @@
140 140  
141 141  * Smart Agriculture
142 142  
145 +
146 +
143 143  == 1.5 Pin mapping and power on ==
144 144  
145 145  [[image:1654592472094-134.png]]
... ... @@ -155,7 +155,7 @@
155 155  )))
156 156  
157 157  (((
158 -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.
162 +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 >>path:#H5.UseATCommand]]to set the keys in the LSPH01.
159 159  )))
160 160  
161 161  
... ... @@ -241,17 +241,19 @@
241 241  )))
242 242  
243 243  (% border="1" cellspacing="10" style="background-color:#ffffcc; width:510px" %)
244 -|=(% style="width: 62.5px;" %)(((
245 -**Size (bytes)**
246 -)))|=(% style="width: 62.5px;" %)**2**|=(% style="width: 62.5px;" %)**2**|=**2**|=**2**|=**1**|=**1**|=**1**
247 -|(% style="width:62.5px" %)**Value**|(% style="width:62.5px" %)[[BAT>>||anchor="H2.3.1BatteryInfo"]]|(% style="width:62.5px" %)(((
248 -[[Temperature>>||anchor="H2.3.2DS18B20Temperaturesensor"]]
248 +|(((
249 +**Size**
249 249  
250 -[[(Optional)>>||anchor="H2.3.2DS18B20Temperaturesensor"]]
251 -)))|[[Soil pH>>||anchor="H2.3.3SoilpH"]]|[[Soil Temperature>>||anchor="H2.3.4SoilTemperature"]]|(((
252 -[[Digital Interrupt (Optional)>>||anchor="H2.3.5InterruptPin"]]
251 +**(bytes)**
252 +)))|**2**|**2**|**2**|**2**|**1**|**1**|**1**
253 +|**Value**|[[BAT>>path:#H2.3.1BatteryInfo]]|(((
254 +[[Temperature>>path:#H2.3.2DS18B20Temperaturesensor]]
255 +
256 +[[(Optional)>>path:#H2.3.2DS18B20Temperaturesensor]]
257 +)))|[[Soil pH>>path:#H2.3.3SoilpH]]|[[Soil Temperature>>path:#H2.3.4SoilTemperature]]|(((
258 +[[Digital Interrupt (Optional)>>path:#H2.3.5InterruptPin]]
253 253  )))|Reserve|(((
254 -[[Message Type>>||anchor="H2.3.6MessageType"]]
260 +[[Message Type>>path:#H2.3.6MessageType]]
255 255  )))
256 256  
257 257  [[image:1654592721645-318.png]]
... ... @@ -307,7 +307,7 @@
307 307  
308 308  === 2.3.5 Interrupt Pin ===
309 309  
310 -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.
316 +This data field shows if this packet is generated by interrupt or not. [[Click here>>path:#H3.2SetInterruptMode]] for the hardware and software set up.
311 311  
312 312  
313 313  **Example:**
... ... @@ -329,14 +329,12 @@
329 329  )))
330 330  
331 331  
332 -(% border="1" cellspacing="10" style="background-color:#ffffcc; width:499px" %)
333 -|=(% style="width: 160px;" %)**Message Type Code**|=(% style="width: 163px;" %)**Description**|=(% style="width: 173px;" %)**Payload**
334 -|(% style="width:160px" %)0x01|(% style="width:163px" %)Normal Uplink|(% style="width:173px" %)[[Normal Uplink Payload>>||anchor="H2.3200BUplinkPayload"]]
335 -|(% style="width:160px" %)0x02|(% style="width:163px" %)Reply configures info|(% style="width:173px" %)[[Configure Info Payload>>||anchor="H3.4GetFirmwareVersionInfo"]]
336 -|(% style="width:160px" %)0x03|(% style="width:163px" %)Reply Calibration Info|(% style="width:173px" %)[[Calibration Payload>>||anchor="H2.7Calibration"]]
338 +(% border="1" cellspacing="10" style="background-color:#ffffcc; width:510px" %)
339 +|=**Message Type Code**|=**Description**|=**Payload**
340 +|0x01|Normal Uplink|[[Normal Uplink Payload>>path:#H2.3200BUplinkPayload]]
341 +|0x02|Reply configures info|[[Configure Info Payload>>path:#H3.4GetFirmwareVersionInfo]]
342 +|0x03|Reply Calibration Info|[[Calibration Payload>>path:#H2.7Calibration]]
337 337  
338 -
339 -
340 340  === 2.3.7 Decode payload in The Things Network ===
341 341  
342 342  While using TTN network, you can add the payload format to decode the payload.
... ... @@ -356,7 +356,7 @@
356 356  
357 357  == 2.4 Uplink Interval ==
358 358  
359 -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"]]
363 +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>>path:/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/#H4.1ChangeUplinkInterval]]
360 360  
361 361  
362 362  
... ... @@ -520,9 +520,11 @@
520 520  (% style="color:#037691" %)**Calibration Payload**
521 521  
522 522  (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:510px" %)
523 -|=(% style="width: 62.5px;" %)(((
524 -**Size (bytes)**
525 -)))|=(% style="width: 89px;" %)**1**|=(% style="width: 89px;" %)**1**|=(% style="width: 89px;" %)**1**|=(% style="width: 89px;" %)**7**|=(% style="width: 89px;" %)**1**
527 +|(((
528 +**Size**
529 +
530 +**(bytes)**
531 +)))|**1**|**1**|**1**|**7**|**1**
526 526  |**Value**|(((
527 527  PH4
528 528  
... ... @@ -532,7 +532,7 @@
532 532  
533 533  Calibrate value
534 534  )))|Reserve|(((
535 -[[Message Type>>||anchor="H2.3.6MessageType"]]
541 +[[Message Type>>path:#H2.3.6MessageType]]
536 536  
537 537  Always 0x03
538 538  )))
... ... @@ -545,6 +545,8 @@
545 545  * Reply to the confirmation package: 14 01
546 546  * Reply to non-confirmed packet: 14 00
547 547  
554 +
555 +
548 548  == 2.8 Frequency Plans ==
549 549  
550 550  (((
... ... @@ -631,7 +631,6 @@
631 631  
632 632  
633 633  
634 -
635 635  === 2.8.3 CN470-510 (CN470) ===
636 636  
637 637  (((
... ... @@ -741,8 +741,6 @@
741 741  * Check what sub-band the LoRaWAN server ask from the OTAA Join Accept message and switch to that sub-band
742 742  * 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)
743 743  
744 -
745 -
746 746  === 2.8.5 AS920-923 & AS923-925 (AS923) ===
747 747  
748 748  (((
... ... @@ -987,7 +987,7 @@
987 987  )))
988 988  
989 989  * (((
990 -AT Command Connection: See [[FAQ>>||anchor="H6.FAQ"]].
995 +AT Command Connection: See [[FAQ>>path:#H6.FAQ]].
991 991  )))
992 992  * (((
993 993  LoRaWAN Downlink instruction for different platforms: [[IoT LoRaWAN Server>>path:/xwiki/bin/view/Main/]]
... ... @@ -1098,7 +1098,7 @@
1098 1098  
1099 1099  == 3.3 Calibrate Sensor ==
1100 1100  
1101 -Detail See [[Calibration Guide>>||anchor="H2.7Calibration"]] for the user of 0x13 and 0x14 downlink commands
1106 +Detail See [[Calibration Guide>>path:#H2.7Calibration]] for the user of 0x13 and 0x14 downlink commands
1102 1102  
1103 1103  
1104 1104  
... ... @@ -1130,7 +1130,7 @@
1130 1130  
1131 1131  Version
1132 1132  )))|Sensor Type|Reserve|(((
1133 -[[Message Type>>||anchor="H2.3.6MessageType"]]
1138 +[[Message Type>>path:#H2.3.6MessageType]]
1134 1134  Always 0x02
1135 1135  )))
1136 1136  
... ... @@ -1304,7 +1304,7 @@
1304 1304  
1305 1305   [[image:1654593712276-618.png]]
1306 1306  
1307 -Valid AT Command please check [[Configure Device>>||anchor="H3.ConfigureLSPH01viaATCommandorLoRaWANDownlink"]].
1312 +Valid AT Command please check [[Configure Device>>path:#H3.ConfigureLSPH01viaATCommandorLoRaWANDownlink]].
1308 1308  
1309 1309  
1310 1310  = 6. FAQ =
... ... @@ -1311,7 +1311,7 @@
1311 1311  
1312 1312  == 6.1 How to change the LoRa Frequency Bands/Region ==
1313 1313  
1314 -You can follow the instructions for [[how to upgrade image>>||anchor="H2.10200BFirmwareChangeLog"]].
1319 +You can follow the instructions for [[how to upgrade image>>path:#H2.10200BFirmwareChangeLog]].
1315 1315  When downloading the images, choose the required image file for download. ​
1316 1316  
1317 1317  
... ... @@ -1322,7 +1322,6 @@
1322 1322  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.
1323 1323  
1324 1324  
1325 -
1326 1326  = 8. Order Info =
1327 1327  
1328 1328  Part Number: (% style="color:blue" %)**LSPH01-XX**
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0