<
From version < 85.26 >
edited by Xiaoling
on 2022/06/08 11:53
To version < 74.10 >
edited by Xiaoling
on 2022/06/07 17:51
>
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  (((
... ... @@ -621,91 +621,51 @@
621 621  * Check what sub-band the LoRaWAN server ask from the OTAA Join Accept message and switch to that sub-band
622 622  * 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)
623 623  
637 +
638 +
639 +
624 624  === 2.8.3 CN470-510 (CN470) ===
625 625  
626 -(((
627 627  Used in China, Default use CHE=1
628 -)))
629 629  
630 -(((
631 631  (% style="color:blue" %)**Uplink:**
632 -)))
633 633  
634 -(((
635 635  486.3 - SF7BW125 to SF12BW125
636 -)))
637 637  
638 -(((
639 639  486.5 - SF7BW125 to SF12BW125
640 -)))
641 641  
642 -(((
643 643  486.7 - SF7BW125 to SF12BW125
644 -)))
645 645  
646 -(((
647 647  486.9 - SF7BW125 to SF12BW125
648 -)))
649 649  
650 -(((
651 651  487.1 - SF7BW125 to SF12BW125
652 -)))
653 653  
654 -(((
655 655  487.3 - SF7BW125 to SF12BW125
656 -)))
657 657  
658 -(((
659 659  487.5 - SF7BW125 to SF12BW125
660 -)))
661 661  
662 -(((
663 663  487.7 - SF7BW125 to SF12BW125
664 -)))
665 665  
666 -(((
667 -
668 -)))
669 669  
670 -(((
671 671  (% style="color:blue" %)**Downlink:**
672 -)))
673 673  
674 -(((
675 675  506.7 - SF7BW125 to SF12BW125
676 -)))
677 677  
678 -(((
679 679  506.9 - SF7BW125 to SF12BW125
680 -)))
681 681  
682 -(((
683 683  507.1 - SF7BW125 to SF12BW125
684 -)))
685 685  
686 -(((
687 687  507.3 - SF7BW125 to SF12BW125
688 -)))
689 689  
690 -(((
691 691  507.5 - SF7BW125 to SF12BW125
692 -)))
693 693  
694 -(((
695 695  507.7 - SF7BW125 to SF12BW125
696 -)))
697 697  
698 -(((
699 699  507.9 - SF7BW125 to SF12BW125
700 -)))
701 701  
702 -(((
703 703  508.1 - SF7BW125 to SF12BW125
704 -)))
705 705  
706 -(((
707 707  505.3 - SF12BW125 (RX2 downlink only)
708 -)))
709 709  
710 710  
711 711  
... ... @@ -730,6 +730,7 @@
730 730  * Check what sub-band the LoRaWAN server ask from the OTAA Join Accept message and switch to that sub-band
731 731  * 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)
732 732  
706 +
733 733  === 2.8.5 AS920-923 & AS923-925 (AS923) ===
734 734  
735 735  (((
... ... @@ -840,109 +840,56 @@
840 840  
841 841  === 2.8.6 KR920-923 (KR920) ===
842 842  
843 -(((
844 844  (% style="color:blue" %)**Default channel:**
845 -)))
846 846  
847 -(((
848 848  922.1 - SF7BW125 to SF12BW125
849 -)))
850 850  
851 -(((
852 852  922.3 - SF7BW125 to SF12BW125
853 -)))
854 854  
855 -(((
856 856  922.5 - SF7BW125 to SF12BW125
857 -)))
858 858  
859 -(((
860 -
861 -)))
862 862  
863 -(((
864 864  (% style="color:blue" %)**Uplink: (OTAA mode, channel added by JoinAccept message)**
865 -)))
866 866  
867 -(((
868 868  922.1 - SF7BW125 to SF12BW125
869 -)))
870 870  
871 -(((
872 872  922.3 - SF7BW125 to SF12BW125
873 -)))
874 874  
875 -(((
876 876  922.5 - SF7BW125 to SF12BW125
877 -)))
878 878  
879 -(((
880 880  922.7 - SF7BW125 to SF12BW125
881 -)))
882 882  
883 -(((
884 884  922.9 - SF7BW125 to SF12BW125
885 -)))
886 886  
887 -(((
888 888  923.1 - SF7BW125 to SF12BW125
889 -)))
890 890  
891 -(((
892 892  923.3 - SF7BW125 to SF12BW125
893 -)))
894 894  
895 -(((
896 -
897 -)))
898 898  
899 -(((
900 900  (% style="color:blue" %)**Downlink:**
901 -)))
902 902  
903 -(((
904 904  Uplink channels 1-7(RX1)
905 -)))
906 906  
907 -(((
908 908  921.9 - SF12BW125 (RX2 downlink only; SF12BW125 might be changed to SF9BW125)
909 -)))
910 910  
911 911  
912 912  
913 913  === 2.8.7 IN865-867 (IN865) ===
914 914  
915 -(((
916 916  (% style="color:blue" %)**Uplink:**
917 -)))
918 918  
919 -(((
920 920  865.0625 - SF7BW125 to SF12BW125
921 -)))
922 922  
923 -(((
924 924  865.4025 - SF7BW125 to SF12BW125
925 -)))
926 926  
927 -(((
928 928  865.9850 - SF7BW125 to SF12BW125
929 -)))
930 930  
931 -(((
932 -
933 -)))
934 934  
935 -(((
936 936  (% style="color:blue" %)**Downlink:**
937 -)))
938 938  
939 -(((
940 940  Uplink channels 1-3 (RX1)
941 -)))
942 942  
943 -(((
944 944  866.550 - SF10BW125 (RX2)
945 -)))
946 946  
947 947  
948 948  
... ... @@ -954,8 +954,6 @@
954 954  * Blink once when device transmit a packet.
955 955  
956 956  
957 -
958 -
959 959  == 2.10 ​Firmware Change Log ==
960 960  
961 961  
... ... @@ -970,51 +970,26 @@
970 970  
971 971  = 3. Configure LSPH01 via AT Command or LoRaWAN Downlink =
972 972  
973 -(((
974 974  Use can configure LSPH01 via AT Command or LoRaWAN Downlink.
975 -)))
976 976  
977 -* (((
978 -AT Command Connection: See [[FAQ>>||anchor="H6.FAQ"]].
979 -)))
980 -* (((
981 -LoRaWAN Downlink instruction for different platforms: [[IoT LoRaWAN Server>>path:/xwiki/bin/view/Main/]]
982 -)))
894 +* AT Command Connection: See [[FAQ>>path:#H6.FAQ]].
895 +* LoRaWAN Downlink instruction for different platforms: [[IoT LoRaWAN Server>>path:/xwiki/bin/view/Main/]]
983 983  
984 -(((
985 985  There are two kinds of commands to configure LSPH01, they are:
986 -)))
987 987  
988 -* (((
989 -(% style="color:#4f81bd" %)** General Commands**.
990 -)))
899 +* (% style="color:#4f81bd" %)** General Commands**.
991 991  
992 -(((
993 993  These commands are to configure:
994 -)))
995 995  
996 -* (((
997 -General system settings like: uplink interval.
998 -)))
999 -* (((
1000 -LoRaWAN protocol & radio related command.
1001 -)))
903 +* General system settings like: uplink interval.
904 +* LoRaWAN protocol & radio related command.
1002 1002  
1003 -(((
1004 1004  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 -)))
1006 1006  
1007 -(((
1008 -
1009 -)))
1010 1010  
1011 -* (((
1012 -(% style="color:#4f81bd" %)** Commands special design for LSPH01**
1013 -)))
909 +* (% style="color:#4f81bd" %)** Commands special design for LSPH01**
1014 1014  
1015 -(((
1016 1016  These commands only valid for LSPH01, as below:
1017 -)))
1018 1018  
1019 1019  
1020 1020  
... ... @@ -1028,27 +1028,16 @@
1028 1028  
1029 1029  
1030 1030  
1031 -(((
1032 1032  (% style="color:#037691" %)**Downlink Command: 0x01**
1033 -)))
1034 1034  
1035 -(((
1036 1036  Format: Command Code (0x01) followed by 3 bytes time value.
1037 -)))
1038 1038  
1039 -(((
1040 1040  If the downlink payload=0100003C, it means set the END Node’s Transmit Interval to 0x00003C=60(S), while type code is 01.
1041 -)))
1042 1042  
1043 -* (((
1044 -Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
1045 -)))
1046 -* (((
1047 -Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
931 +* Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
932 +* Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
1048 1048  
1049 1049  
1050 -
1051 -)))
1052 1052  
1053 1053  == 3.2 Set Interrupt Mode ==
1054 1054  
... ... @@ -1059,34 +1059,18 @@
1059 1059  [[image:image-20220607171716-9.png]]
1060 1060  
1061 1061  
1062 -(((
1063 1063  (% style="color:#037691" %)**Downlink Command: 0x06**
1064 -)))
1065 1065  
1066 -(((
1067 1067  Format: Command Code (0x06) followed by 3 bytes.
1068 -)))
1069 1069  
1070 -(((
1071 1071  This means that the interrupt mode of the end node is set to 0x000003=3 (rising edge trigger), and the type code is 06.
1072 -)))
1073 1073  
1074 -* (((
1075 -Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode
1076 -)))
1077 -* (((
1078 -Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger
1079 -)))
951 +* Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode
952 +* Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger
1080 1080  
1081 -(((
1082 -
1083 -)))
1084 -
1085 -
1086 -
1087 1087  == 3.3 Calibrate Sensor ==
1088 1088  
1089 -Detail See [[Calibration Guide>>||anchor="H2.7Calibration"]] for the user of 0x13 and 0x14 downlink commands
956 +Detail See [[Calibration Guide>>path:#H2.7Calibration]] for the user of 0x13 and 0x14 downlink commands
1090 1090  
1091 1091  
1092 1092  
... ... @@ -1118,7 +1118,7 @@
1118 1118  
1119 1119  Version
1120 1120  )))|Sensor Type|Reserve|(((
1121 -[[Message Type>>||anchor="H2.3.6MessageType"]]
988 +[[Message Type>>path:#H2.3.6MessageType]]
1122 1122  Always 0x02
1123 1123  )))
1124 1124  
... ... @@ -1258,13 +1258,9 @@
1258 1258  
1259 1259  === ​4.3.2 Replace the battery ===
1260 1260  
1261 -(((
1262 1262  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.
1263 -)))
1264 1264  
1265 -(((
1266 1266  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)
1267 -)))
1268 1268  
1269 1269  
1270 1270  
... ... @@ -1285,24 +1285,24 @@
1285 1285  (% style="background-color:yellow" %)** USB TTL RXD  <~-~-~-~-> UART_TXD**
1286 1286  
1287 1287  
1288 -(((
1289 1289  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:
1290 -)))
1291 1291  
1292 1292  
1293 1293   [[image:1654593712276-618.png]]
1294 1294  
1295 -Valid AT Command please check [[Configure Device>>||anchor="H3.ConfigureLSPH01viaATCommandorLoRaWANDownlink"]].
1156 +Valid AT Command please check [[Configure Device>>path:#H3.ConfigureLSPH01viaATCommandorLoRaWANDownlink]].
1296 1296  
1297 1297  
1159 +
1298 1298  = 6. FAQ =
1299 1299  
1300 1300  == 6.1 How to change the LoRa Frequency Bands/Region ==
1301 1301  
1302 -You can follow the instructions for [[how to upgrade image>>||anchor="H2.10200BFirmwareChangeLog"]].
1164 +You can follow the instructions for [[how to upgrade image>>path:#H2.10200BFirmwareChangeLog]].
1303 1303  When downloading the images, choose the required image file for download. ​
1304 1304  
1305 1305  
1168 +
1306 1306  = 7. Trouble Shooting =
1307 1307  
1308 1308  == 7.1 AT Commands input doesn’t work ==
... ... @@ -1327,7 +1327,6 @@
1327 1327  * (% style="color:red" %)**IN865**(%%):  LoRaWAN IN865 band
1328 1328  * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
1329 1329  
1330 -
1331 1331  = 9. ​Packing Info =
1332 1332  
1333 1333  
... ... @@ -1342,7 +1342,6 @@
1342 1342  * Package Size / pcs : cm
1343 1343  * Weight / pcs : g
1344 1344  
1345 -
1346 1346  = 10. ​Support =
1347 1347  
1348 1348  * 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