<
From version < 85.28 >
edited by Xiaoling
on 2022/06/08 11:53
To version < 74.16 >
edited by Xiaoling
on 2022/06/07 17:53
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -61,6 +61,12 @@
61 61  * [[9. ​Packing Info>>path:#H9.200BPackingInfo]]
62 62  * [[10. ​Support>>path:#H10.A0200BSupport]]
63 63  
64 +
65 +
66 +
67 +
68 +
69 +
64 64  = 1. Introduction =
65 65  
66 66  == 1.1 ​What is LoRaWAN Soil pH Sensor ==
... ... @@ -90,7 +90,6 @@
90 90  
91 91  
92 92  
93 -
94 94  == ​1.2 Features ==
95 95  
96 96  * LoRaWAN 1.0.3 Class A
... ... @@ -149,7 +149,7 @@
149 149  )))
150 150  
151 151  (((
152 -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.
157 +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.
153 153  )))
154 154  
155 155  
... ... @@ -235,17 +235,19 @@
235 235  )))
236 236  
237 237  (% border="1" cellspacing="10" style="background-color:#ffffcc; width:510px" %)
238 -|=(% style="width: 62.5px;" %)(((
239 -**Size (bytes)**
240 -)))|=(% style="width: 62.5px;" %)**2**|=(% style="width: 62.5px;" %)**2**|=**2**|=**2**|=**1**|=**1**|=**1**
241 -|(% style="width:62.5px" %)**Value**|(% style="width:62.5px" %)[[BAT>>||anchor="H2.3.1BatteryInfo"]]|(% style="width:62.5px" %)(((
242 -[[Temperature>>||anchor="H2.3.2DS18B20Temperaturesensor"]]
243 +|(((
244 +**Size**
243 243  
244 -[[(Optional)>>||anchor="H2.3.2DS18B20Temperaturesensor"]]
245 -)))|[[Soil pH>>||anchor="H2.3.3SoilpH"]]|[[Soil Temperature>>||anchor="H2.3.4SoilTemperature"]]|(((
246 -[[Digital Interrupt (Optional)>>||anchor="H2.3.5InterruptPin"]]
246 +**(bytes)**
247 +)))|**2**|**2**|**2**|**2**|**1**|**1**|**1**
248 +|**Value**|[[BAT>>path:#H2.3.1BatteryInfo]]|(((
249 +[[Temperature>>path:#H2.3.2DS18B20Temperaturesensor]]
250 +
251 +[[(Optional)>>path:#H2.3.2DS18B20Temperaturesensor]]
252 +)))|[[Soil pH>>path:#H2.3.3SoilpH]]|[[Soil Temperature>>path:#H2.3.4SoilTemperature]]|(((
253 +[[Digital Interrupt (Optional)>>path:#H2.3.5InterruptPin]]
247 247  )))|Reserve|(((
248 -[[Message Type>>||anchor="H2.3.6MessageType"]]
255 +[[Message Type>>path:#H2.3.6MessageType]]
249 249  )))
250 250  
251 251  [[image:1654592721645-318.png]]
... ... @@ -301,7 +301,7 @@
301 301  
302 302  === 2.3.5 Interrupt Pin ===
303 303  
304 -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.
311 +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.
305 305  
306 306  
307 307  **Example:**
... ... @@ -323,12 +323,14 @@
323 323  )))
324 324  
325 325  
326 -(% border="1" cellspacing="10" style="background-color:#ffffcc; width:499px" %)
327 -|=(% style="width: 160px;" %)**Message Type Code**|=(% style="width: 163px;" %)**Description**|=(% style="width: 173px;" %)**Payload**
328 -|(% style="width:160px" %)0x01|(% style="width:163px" %)Normal Uplink|(% style="width:173px" %)[[Normal Uplink Payload>>||anchor="H2.3200BUplinkPayload"]]
329 -|(% style="width:160px" %)0x02|(% style="width:163px" %)Reply configures info|(% style="width:173px" %)[[Configure Info Payload>>||anchor="H3.4GetFirmwareVersionInfo"]]
330 -|(% style="width:160px" %)0x03|(% style="width:163px" %)Reply Calibration Info|(% style="width:173px" %)[[Calibration Payload>>||anchor="H2.7Calibration"]]
333 +(% border="1" cellspacing="10" style="background-color:#ffffcc; width:510px" %)
334 +|=**Message Type Code**|=**Description**|=**Payload**
335 +|0x01|Normal Uplink|[[Normal Uplink Payload>>path:#H2.3200BUplinkPayload]]
336 +|0x02|Reply configures info|[[Configure Info Payload>>path:#H3.4GetFirmwareVersionInfo]]
337 +|0x03|Reply Calibration Info|[[Calibration Payload>>path:#H2.7Calibration]]
331 331  
339 +
340 +
332 332  === 2.3.7 Decode payload in The Things Network ===
333 333  
334 334  While using TTN network, you can add the payload format to decode the payload.
... ... @@ -348,7 +348,7 @@
348 348  
349 349  == 2.4 Uplink Interval ==
350 350  
351 -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"]]
360 +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]]
352 352  
353 353  
354 354  
... ... @@ -512,9 +512,11 @@
512 512  (% style="color:#037691" %)**Calibration Payload**
513 513  
514 514  (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:510px" %)
515 -|=(% style="width: 62.5px;" %)(((
516 -**Size (bytes)**
517 -)))|=(% style="width: 89px;" %)**1**|=(% style="width: 89px;" %)**1**|=(% style="width: 89px;" %)**1**|=(% style="width: 89px;" %)**7**|=(% style="width: 89px;" %)**1**
524 +|(((
525 +**Size**
526 +
527 +**(bytes)**
528 +)))|**1**|**1**|**1**|**7**|**1**
518 518  |**Value**|(((
519 519  PH4
520 520  
... ... @@ -524,7 +524,7 @@
524 524  
525 525  Calibrate value
526 526  )))|Reserve|(((
527 -[[Message Type>>||anchor="H2.3.6MessageType"]]
538 +[[Message Type>>path:#H2.3.6MessageType]]
528 528  
529 529  Always 0x03
530 530  )))
... ... @@ -537,6 +537,8 @@
537 537  * Reply to the confirmation package: 14 01
538 538  * Reply to non-confirmed packet: 14 00
539 539  
551 +
552 +
540 540  == 2.8 Frequency Plans ==
541 541  
542 542  (((
... ... @@ -624,7 +624,6 @@
624 624  
625 625  
626 626  
627 -
628 628  === 2.8.3 CN470-510 (CN470) ===
629 629  
630 630  (((
... ... @@ -735,8 +735,6 @@
735 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)
736 736  
737 737  
738 -
739 -
740 740  === 2.8.5 AS920-923 & AS923-925 (AS923) ===
741 741  
742 742  (((
... ... @@ -961,8 +961,6 @@
961 961  * Blink once when device transmit a packet.
962 962  
963 963  
964 -
965 -
966 966  == 2.10 ​Firmware Change Log ==
967 967  
968 968  
... ... @@ -982,7 +982,7 @@
982 982  )))
983 983  
984 984  * (((
985 -AT Command Connection: See [[FAQ>>||anchor="H6.FAQ"]].
993 +AT Command Connection: See [[FAQ>>path:#H6.FAQ]].
986 986  )))
987 987  * (((
988 988  LoRaWAN Downlink instruction for different platforms: [[IoT LoRaWAN Server>>path:/xwiki/bin/view/Main/]]
... ... @@ -1052,10 +1052,9 @@
1052 1052  )))
1053 1053  * (((
1054 1054  Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
1063 +)))
1055 1055  
1056 1056  
1057 -
1058 -)))
1059 1059  
1060 1060  == 3.2 Set Interrupt Mode ==
1061 1061  
... ... @@ -1085,15 +1085,9 @@
1085 1085  Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger
1086 1086  )))
1087 1087  
1088 -(((
1089 -
1090 -)))
1091 -
1092 -
1093 -
1094 1094  == 3.3 Calibrate Sensor ==
1095 1095  
1096 -Detail See [[Calibration Guide>>||anchor="H2.7Calibration"]] for the user of 0x13 and 0x14 downlink commands
1097 +Detail See [[Calibration Guide>>path:#H2.7Calibration]] for the user of 0x13 and 0x14 downlink commands
1097 1097  
1098 1098  
1099 1099  
... ... @@ -1125,7 +1125,7 @@
1125 1125  
1126 1126  Version
1127 1127  )))|Sensor Type|Reserve|(((
1128 -[[Message Type>>||anchor="H2.3.6MessageType"]]
1129 +[[Message Type>>path:#H2.3.6MessageType]]
1129 1129  Always 0x02
1130 1130  )))
1131 1131  
... ... @@ -1265,13 +1265,9 @@
1265 1265  
1266 1266  === ​4.3.2 Replace the battery ===
1267 1267  
1268 -(((
1269 1269  You can change the battery in the LSPH01.The type of battery is not limited as long as the output is between 3v to 3.6v. On the main board, there is a diode (D1) between the battery and the main circuit. If you need to use a battery with less than 3.3v, please remove the D1 and shortcut the two pads of it so there won’t be voltage drop between battery and main board.
1270 -)))
1271 1271  
1272 -(((
1273 1273  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)
1274 -)))
1275 1275  
1276 1276  
1277 1277  
... ... @@ -1292,24 +1292,24 @@
1292 1292  (% style="background-color:yellow" %)** USB TTL RXD  <~-~-~-~-> UART_TXD**
1293 1293  
1294 1294  
1295 -(((
1296 1296  In the PC, you need to set the serial baud rate to (% style="color:green" %)**9600**(%%) to access the serial console for LSPH01. LSPH01 will output system info once power on as below:
1297 -)))
1298 1298  
1299 1299  
1300 1300   [[image:1654593712276-618.png]]
1301 1301  
1302 -Valid AT Command please check [[Configure Device>>||anchor="H3.ConfigureLSPH01viaATCommandorLoRaWANDownlink"]].
1297 +Valid AT Command please check [[Configure Device>>path:#H3.ConfigureLSPH01viaATCommandorLoRaWANDownlink]].
1303 1303  
1304 1304  
1300 +
1305 1305  = 6. FAQ =
1306 1306  
1307 1307  == 6.1 How to change the LoRa Frequency Bands/Region ==
1308 1308  
1309 -You can follow the instructions for [[how to upgrade image>>||anchor="H2.10200BFirmwareChangeLog"]].
1305 +You can follow the instructions for [[how to upgrade image>>path:#H2.10200BFirmwareChangeLog]].
1310 1310  When downloading the images, choose the required image file for download. ​
1311 1311  
1312 1312  
1309 +
1313 1313  = 7. Trouble Shooting =
1314 1314  
1315 1315  == 7.1 AT Commands input doesn’t work ==
... ... @@ -1334,7 +1334,6 @@
1334 1334  * (% style="color:red" %)**IN865**(%%):  LoRaWAN IN865 band
1335 1335  * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
1336 1336  
1337 -
1338 1338  = 9. ​Packing Info =
1339 1339  
1340 1340  
... ... @@ -1349,7 +1349,6 @@
1349 1349  * Package Size / pcs : cm
1350 1350  * Weight / pcs : g
1351 1351  
1352 -
1353 1353  = 10. ​Support =
1354 1354  
1355 1355  * 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