<
From version < 74.13 >
edited by Xiaoling
on 2022/06/07 17:52
To version < 75.3 >
edited by Xiaoling
on 2022/06/07 17:59
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -66,7 +66,6 @@
66 66  
67 67  
68 68  
69 -
70 70  = 1. Introduction =
71 71  
72 72  == 1.1 ​What is LoRaWAN Soil pH Sensor ==
... ... @@ -112,7 +112,6 @@
112 112  * IP68 rate for the Sensor Probe
113 113  * 8500mAh Battery for long term use
114 114  
115 -
116 116  == 1.3 Probe Specification ==
117 117  
118 118  
... ... @@ -133,12 +133,10 @@
133 133  * IP68 Protection
134 134  * Length: 3.5 meters
135 135  
136 -
137 137  == 1.4 ​Applications ==
138 138  
139 139  * Smart Agriculture
140 140  
141 -
142 142  == 1.5 Pin mapping and power on ==
143 143  
144 144  [[image:1654592472094-134.png]]
... ... @@ -337,7 +337,6 @@
337 337  |0x03|Reply Calibration Info|[[Calibration Payload>>path:#H2.7Calibration]]
338 338  
339 339  
340 -
341 341  === 2.3.7 Decode payload in The Things Network ===
342 342  
343 343  While using TTN network, you can add the payload format to decode the payload.
... ... @@ -549,7 +549,6 @@
549 549  * Reply to non-confirmed packet: 14 00
550 550  
551 551  
552 -
553 553  == 2.8 Frequency Plans ==
554 554  
555 555  (((
... ... @@ -636,7 +636,6 @@
636 636  
637 637  
638 638  
639 -
640 640  === 2.8.3 CN470-510 (CN470) ===
641 641  
642 642  (((
... ... @@ -746,7 +746,6 @@
746 746  * Check what sub-band the LoRaWAN server ask from the OTAA Join Accept message and switch to that sub-band
747 747  * 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)
748 748  
749 -
750 750  === 2.8.5 AS920-923 & AS923-925 (AS923) ===
751 751  
752 752  (((
... ... @@ -971,6 +971,8 @@
971 971  * Blink once when device transmit a packet.
972 972  
973 973  
966 +
967 +
974 974  == 2.10 ​Firmware Change Log ==
975 975  
976 976  
... ... @@ -985,26 +985,51 @@
985 985  
986 986  = 3. Configure LSPH01 via AT Command or LoRaWAN Downlink =
987 987  
982 +(((
988 988  Use can configure LSPH01 via AT Command or LoRaWAN Downlink.
984 +)))
989 989  
990 -* AT Command Connection: See [[FAQ>>path:#H6.FAQ]].
991 -* LoRaWAN Downlink instruction for different platforms: [[IoT LoRaWAN Server>>path:/xwiki/bin/view/Main/]]
986 +* (((
987 +AT Command Connection: See [[FAQ>>path:#H6.FAQ]].
988 +)))
989 +* (((
990 +LoRaWAN Downlink instruction for different platforms: [[IoT LoRaWAN Server>>path:/xwiki/bin/view/Main/]]
991 +)))
992 992  
993 +(((
993 993  There are two kinds of commands to configure LSPH01, they are:
995 +)))
994 994  
995 -* (% style="color:#4f81bd" %)** General Commands**.
997 +* (((
998 +(% style="color:#4f81bd" %)** General Commands**.
999 +)))
996 996  
1001 +(((
997 997  These commands are to configure:
1003 +)))
998 998  
999 -* General system settings like: uplink interval.
1000 -* LoRaWAN protocol & radio related command.
1005 +* (((
1006 +General system settings like: uplink interval.
1007 +)))
1008 +* (((
1009 +LoRaWAN protocol & radio related command.
1010 +)))
1001 1001  
1012 +(((
1002 1002  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/]]
1014 +)))
1003 1003  
1016 +(((
1017 +
1018 +)))
1004 1004  
1005 -* (% style="color:#4f81bd" %)** Commands special design for LSPH01**
1020 +* (((
1021 +(% style="color:#4f81bd" %)** Commands special design for LSPH01**
1022 +)))
1006 1006  
1024 +(((
1007 1007  These commands only valid for LSPH01, as below:
1026 +)))
1008 1008  
1009 1009  
1010 1010  
... ... @@ -1018,17 +1018,26 @@
1018 1018  
1019 1019  
1020 1020  
1040 +(((
1021 1021  (% style="color:#037691" %)**Downlink Command: 0x01**
1042 +)))
1022 1022  
1044 +(((
1023 1023  Format: Command Code (0x01) followed by 3 bytes time value.
1046 +)))
1024 1024  
1048 +(((
1025 1025  If the downlink payload=0100003C, it means set the END Node’s Transmit Interval to 0x00003C=60(S), while type code is 01.
1050 +)))
1026 1026  
1027 -* Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
1028 -* Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
1052 +* (((
1053 +Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
1054 +)))
1055 +* (((
1056 +Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
1057 +)))
1029 1029  
1030 1030  
1031 -
1032 1032  == 3.2 Set Interrupt Mode ==
1033 1033  
1034 1034  Feature, Set Interrupt mode for GPIO_EXIT.
... ... @@ -1038,15 +1038,31 @@
1038 1038  [[image:image-20220607171716-9.png]]
1039 1039  
1040 1040  
1069 +(((
1041 1041  (% style="color:#037691" %)**Downlink Command: 0x06**
1071 +)))
1042 1042  
1073 +(((
1043 1043  Format: Command Code (0x06) followed by 3 bytes.
1075 +)))
1044 1044  
1077 +(((
1045 1045  This means that the interrupt mode of the end node is set to 0x000003=3 (rising edge trigger), and the type code is 06.
1079 +)))
1046 1046  
1047 -* Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode
1048 -* Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger
1081 +* (((
1082 +Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode
1083 +)))
1084 +* (((
1085 +Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger
1086 +)))
1049 1049  
1088 +(((
1089 +
1090 +)))
1091 +
1092 +
1093 +
1050 1050  == 3.3 Calibrate Sensor ==
1051 1051  
1052 1052  Detail See [[Calibration Guide>>path:#H2.7Calibration]] for the user of 0x13 and 0x14 downlink commands
... ... @@ -1221,9 +1221,13 @@
1221 1221  
1222 1222  === ​4.3.2 Replace the battery ===
1223 1223  
1268 +(((
1224 1224  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 +)))
1225 1225  
1272 +(((
1226 1226  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 +)))
1227 1227  
1228 1228  
1229 1229  
... ... @@ -1244,7 +1244,9 @@
1244 1244  (% style="background-color:yellow" %)** USB TTL RXD  <~-~-~-~-> UART_TXD**
1245 1245  
1246 1246  
1295 +(((
1247 1247  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 +)))
1248 1248  
1249 1249  
1250 1250   [[image:1654593712276-618.png]]
... ... @@ -1286,6 +1286,8 @@
1286 1286  * (% style="color:red" %)**IN865**(%%):  LoRaWAN IN865 band
1287 1287  * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
1288 1288  
1339 +
1340 +
1289 1289  = 9. ​Packing Info =
1290 1290  
1291 1291  
... ... @@ -1300,6 +1300,8 @@
1300 1300  * Package Size / pcs : cm
1301 1301  * Weight / pcs : g
1302 1302  
1355 +
1356 +
1303 1303  = 10. ​Support =
1304 1304  
1305 1305  * 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