Last modified by Mengting Qiu on 2025/07/03 15:42

From version 72.3
edited by Xiaoling
on 2023/06/05 18:12
Change comment: There is no comment for this version
To version 48.14
edited by Xiaoling
on 2023/04/03 11:59
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -66,7 +66,6 @@
66 66  * 8500mAh Battery for long term use
67 67  
68 68  
69 -
70 70  == 1.3 Specification ==
71 71  
72 72  
... ... @@ -116,7 +116,6 @@
116 116  * LoRa Transmit Mode: 125mA @ 20dBm, 82mA @ 14dBm
117 117  
118 118  
119 -
120 120  == 1.4 Connect to SDI-12 Sensor ==
121 121  
122 122  
... ... @@ -138,7 +138,7 @@
138 138  [[image:1675212633011-651.png||_mstalt="291538"]]
139 139  
140 140  
141 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
139 +(% border="1" cellspacing="4" style="width:510px" %)
142 142  |=(% style="width: 167px;background-color:#D9E2F3;color:#0070C0" %)**Behavior on ACT**|=(% style="width: 117px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="width: 225px;background-color:#D9E2F3;color:#0070C0" %)**Action**
143 143  |(% style="background-color:#f2f2f2; width:167px" %)Pressing ACT between 1s < time < 3s|(% style="background-color:#f2f2f2; width:117px" %)Send an uplink|(% style="background-color:#f2f2f2; width:225px" %)(((
144 144  If sensor is already Joined to LoRaWAN network, sensor will send an uplink packet, (% style="color:blue" %)**blue led** (%%)will blink once.
... ... @@ -152,7 +152,6 @@
152 152  |(% style="background-color:#f2f2f2; width:167px" %)Fast press ACT 5 times.|(% style="background-color:#f2f2f2; width:117px" %)Deactivate Device|(% style="background-color:#f2f2f2; width:225px" %)(% style="color:red" %)**Red led**(%%) will solid on for 5 seconds. Means PS-LB-NA is in Deep Sleep Mode.
153 153  
154 154  
155 -
156 156  == 1.7 Pin Mapping ==
157 157  
158 158  
... ... @@ -208,7 +208,7 @@
208 208  Each SDI-12-LB is shipped with a sticker with the default device EUI as below:
209 209  
210 210  
211 -[[image:image-20230426084456-1.png||height="241" width="519"]]
208 +[[image:image-20230201152430-20.jpeg||_mstalt="492245"]]
212 212  
213 213  
214 214  You can enter this key in the LoRaWAN Server portal. Below is TTN screen shot:
... ... @@ -486,8 +486,8 @@
486 486  (% style="color:blue" %)**AT+DATACUTx**(%%) : This command defines how to handle the return from AT+COMMANDx, max return length is 100 bytes.
487 487  
488 488  (% border="1" style="width:436px" %)
489 -|(% style="background-color:#f2f2f2; width:433px" %)(((
490 -(% style="color:#0070c0" %)**AT+DATACUTx=a,b,c**
486 +|(% style="width:433px;background-color:#F2F2F2 %)(((
487 +**(% style="color:#0070C0" %)AT+DATACUTx=a,b,c**
491 491  
492 492  **a**:  length for the return of AT+COMMAND
493 493  
... ... @@ -499,11 +499,11 @@
499 499  For example, if return from AT+COMMAND1 is “013METER   TER12 112T12-00024895<CR><LF>” , Below AT+DATACUT1 will get different result to combine payload:
500 500  
501 501  
502 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
499 +(% border="1" cellspacing="4" style="width:510px" %)
503 503  |=(% style="width: 164px;background-color:#D9E2F3;color:#0070C0" %)**AT+DATACUT1 value**|=(% style="width: 344px;background-color:#D9E2F3;color:#0070C0" %)**Final Result to combine Payload**
504 -|(% style="background-color:#f2f2f2; width:164px" %)34,1,1+2+3|(% style="background-color:#f2f2f2; width:344px" %)0D 00 01 30 31 33
505 -|(% style="background-color:#f2f2f2; width:164px" %)34,2,1~~8+12~~16|(% style="background-color:#f2f2f2; width:344px" %)0D 00 01 30 31 33 4D 45 54 45 52 54 45 52 31 32
506 -|(% style="background-color:#f2f2f2; width:164px" %)34,2,1~~34|(% style="background-color:#f2f2f2; width:344px" %)0D 00 01 30 31 33 4D 45 54 45 52 20 20 20 54 45 52 31 32 20 31 31 32 54 31 32 2D 30 30 30 32 34 38 39 35 0D 0A
501 +|(% style="width:164px;background-color:#F2F2F2" %)34,1,1+2+3|(% style="width:344px;background-color:#F2F2F2" %)0D 00 01 30 31 33
502 +|(% style="width:164px;background-color:#F2F2F2" %)34,2,1~~8+12~~16|(% style="width:344px;background-color:#F2F2F2" %)0D 00 01 30 31 33 4D 45 54 45 52 54 45 52 31 32
503 +|(% style="width:164px;background-color:#F2F2F2" %)34,2,1~~34|(% style="width:344px;background-color:#F2F2F2" %)0D 00 01 30 31 33 4D 45 54 45 52 20 20 20 54 45 52 31 32 20 31 31 32 54 31 32 2D 30 30 30 32 34 38 39 35 0D 0A
507 507  
508 508  * (% style="color:blue" %)** Downlink Payload:**
509 509  
... ... @@ -620,7 +620,7 @@
620 620  
621 621  Users can also use the downlink command(0x26 01) to ask SDI-12-LB to resend this uplink.
622 622  
623 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
620 +(% border="1" cellspacing="4" style="width:510px" %)
624 624  |(% colspan="6" style="background-color:#d9e2f3; color:#0070c0" %)**Device Status (FPORT=5)**
625 625  |(% style="background-color:#f2f2f2; width:103px" %)**Size (bytes)**|(% style="background-color:#f2f2f2; width:72px" %)**1**|(% style="background-color:#f2f2f2" %)**2**|(% style="background-color:#f2f2f2; width:91px" %)**1**|(% style="background-color:#f2f2f2; width:86px" %)**1**|(% style="background-color:#f2f2f2; width:44px" %)**2**
626 626  |(% style="background-color:#f2f2f2; width:103px" %)**Value**|(% style="background-color:#f2f2f2; width:72px" %)Sensor Model|(% style="background-color:#f2f2f2" %)Firmware Version|(% style="background-color:#f2f2f2; width:91px" %)Frequency Band|(% style="background-color:#f2f2f2; width:86px" %)Sub-band|(% style="background-color:#f2f2f2; width:44px" %)BAT
... ... @@ -692,10 +692,10 @@
692 692  
693 693  * Periodically Uplink: FPORT=2
694 694  
695 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:500px" %)
696 -|=(% style="width: 90px;background-color:#D9E2F3" %)(((
692 +(% border="1" cellspacing="4" style="background-color:#F2F2F2; width:500px" %)
693 +|=(% style="width: 90px;" %)(((
697 697  **Size(bytes)**
698 -)))|=(% style="width: 80px;background-color:#D9E2F3" %)**2**|=(% style="width: 90px;background-color:#D9E2F3" %)**1**|=(% style="width: 240px;background-color:#D9E2F3" %)**Length depends on the return from the commands**
695 +)))|=(% style="width: 80px;" %)**2**|=(% style="width: 90px;" %)**1**|=(% style="width: 240px;" %)**Length depends on the return from the commands**
699 699  |(% style="width:93px" %)**Value**|(% style="width:83px" %)(((
700 700  Battery(mV)
701 701  &
... ... @@ -732,7 +732,6 @@
732 732  
733 733  === 2.4.5 Payload version ===
734 734  
735 -
736 736  The version number of the payload, mainly used for decoding. The default is 01.
737 737  
738 738  
... ... @@ -757,9 +757,9 @@
757 757  [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/#H4.1ChangeUplinkInterval>>http://wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/#H4.1ChangeUplinkInterval]]
758 758  
759 759  
760 -== 2.6 Examples To Set SDI commands ==
756 +== 2.6 Examples To Set SDI commands. ==
761 761  
762 -=== 2.6.1 Examples 1 ~-~- General Example ===
758 +=== 2.6.1 Examples 1 ===
763 763  
764 764  
765 765  COM port and SDI-12 sensor communication converted to SDI-12-LB and SDI-12 sensor communication.
... ... @@ -825,163 +825,6 @@
825 825  Partial cut, the cut sensor address and the first two parameters:(% style="color:#037691" %)**AT+DATACUTx=25,2,1~~12, cut out the character field ” 4+30.8+22.84”**.
826 826  
827 827  
828 -=== 2.6.2 Example 2 ~-~- Connect to Hygrovue10 ===
829 -
830 -==== 2.6.2.1 Reference Manual and Command ====
831 -
832 -
833 -* [[Hygrovue10 Product Page>>https://www.campbellsci.com/hygrovue10]]
834 -
835 -* Commands to be used in PC and output.
836 -
837 -~1. check device address
838 -
839 -2. change device address
840 -
841 -3. check device ID
842 -
843 -4. start measure
844 -
845 -5. Get Meausre result
846 -
847 -[[image:image-20230603120209-2.png||height="281" width="267"]]
848 -
849 -
850 -==== 2.6.2.2 Hardware Connection to SDI-12-LB ====
851 -
852 -
853 -[[image:image-20230603120515-3.png]]
854 -
855 -
856 -==== 2.6.2.3 Commands set in SDI-12-LB and uplink payload ====
857 -
858 -
859 -[[image:image-20230603120648-4.png]]
860 -
861 -[[image:image-20230603120726-5.png]]
862 -
863 -
864 -**Data in TTN:**
865 -
866 -[[image:image-20230603120859-6.png||height="118" width="1285"]]
867 -
868 -
869 -=== (% id="cke_bm_1172015S" style="display:none" %) (%%)2.6.3 Example 3 ~-~- Connect to SIL-400 ===
870 -
871 -==== 2.6.3.1 Reference Manual and Command ====
872 -
873 -
874 -* [[SIL-400 Product Page>>https://www.apogeeinstruments.com/sil-411-commercial-grade-sdi-12-digital-output-standard-field-of-view-infrared-radiometer-sensor/]]
875 -
876 -* Commands to be used in PC and output.
877 -
878 -~1. check device address
879 -
880 -2. change device address
881 -
882 -3. check device ID
883 -
884 -4. start measure
885 -
886 -5. Get Meausre result
887 -
888 -[[image:image-20230603121606-7.png||height="242" width="307"]]
889 -
890 -
891 -==== 2.6.3.2 Hardware Connection to SDI-12-LB ====
892 -
893 -
894 -[[image:image-20230603121643-8.png||height="442" width="656"]]
895 -
896 -
897 -==== 2.6.3.3 Commands set in SDI-12-LB and uplink payload ====
898 -
899 -
900 -[[image:image-20230603121721-9.png]]
901 -
902 -[[image:image-20230603121752-10.png]]
903 -
904 -Data in TTN:
905 -
906 -[[image:image-20230603121826-11.png||height="155" width="1104"]]
907 -
908 -
909 -
910 -=== (% id="cke_bm_1172015S" style="display:none" %) (%%)2.6.4 Example 4 ~-~- Connect to TEROS-12 ===
911 -
912 -
913 -==== 2.6.4.1 Reference Manual and Command ====
914 -
915 -
916 -* [[TEROS-12 Product Page>>https://www.metergroup.com/en/meter-environment/products/teros-12-soil-moisture-sensor]]
917 -
918 -* Commands to be used in PC and output.
919 -
920 -1.check device address
921 -
922 -2.change device address
923 -
924 -3.check device ID
925 -
926 -4.start measure
927 -
928 -5.Get Meausre result
929 -
930 -[[image:image-20230603122248-16.png||height="196" width="198"]]
931 -
932 -
933 -==== 2.6.4.2 Hardware Connection to SDI-12-LB ====
934 -
935 -
936 -[[image:image-20230603122212-15.png||height="502" width="667"]]
937 -
938 -
939 -==== 2.6.4.3 Commands set in SDI-12-LB and uplink payload ====
940 -
941 -[[image:image-20230603122040-12.png]]
942 -
943 -[[image:image-20230603122109-13.png||height="469" width="762"]]
944 -
945 -
946 -**Data in TTN:**
947 -
948 -[[image:image-20230603122139-14.png||height="148" width="1128"]]
949 -
950 -
951 -=== (% id="cke_bm_1489640S" style="display:none" %) (% id="cke_bm_1172015S" style="display:none" %) (%%)2.6.5 Example 5 ~-~- Connect to SIL-400/TEROS-12 & Hygrovue10 ===
952 -
953 -==== 2.6.5.1 Important Notice! ====
954 -
955 -
956 -* The product page and reference command see above example 2,3,4
957 -
958 -* All of these SDI-12 sensors use the same address (address 0) by default. So we need to change their address to different address, by using **aAb!** command. See above example.
959 -
960 -* The sensor needs to be powered to a steady statue. So the 12VT time need to be set to the maximum stable time for the sensors. in this example, it is 13 seconds.
961 -
962 -* If these SDI-12 sensors are powered by external power source. It will add 300uA in the total current in SDI-12-LB.
963 -
964 -
965 -
966 -==== 2.6.5.2 Hardware Connection to SDI-12-LB ====
967 -
968 -
969 -[[image:image-20230603122508-17.png||height="526" width="742"]]
970 -
971 -
972 -==== 2.6.5.3 Commands set in SDI-12-LB and uplink payload ====
973 -
974 -
975 -[[image:image-20230603122549-18.png]]
976 -
977 -[[image:image-20230603122623-19.png||height="483" width="1121"]]
978 -
979 -
980 -**Data in TTN:**
981 -
982 -[[image:image-20230603122719-20.png||height="151" width="1179"]]
983 -
984 -
985 985  == 2.7 Frequency Plans ==
986 986  
987 987  
... ... @@ -1032,7 +1032,7 @@
1032 1032  
1033 1033  (% style="color:blue" %)**AT Command: AT+TDC**
1034 1034  
1035 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
874 +(% border="1" cellspacing="4" style="width:510px" %)
1036 1036  |=(% style="width: 160px; background-color: rgb(217, 226, 243); color: rgb(0, 112, 192);" %)**Command Example**|=(% style="width: 160px; background-color: rgb(217, 226, 243); color: rgb(0, 112, 192);" %)**Function**|=(% style="width: 190px;background-color:#D9E2F3;color:#0070C0" %)**Response**
1037 1037  |(% style="background-color:#f2f2f2; width:157px" %)AT+TDC=?|(% style="background-color:#f2f2f2; width:166px" %)Show current transmit Interval|(% style="background-color:#f2f2f2" %)(((
1038 1038  30000
... ... @@ -1044,6 +1044,7 @@
1044 1044  Set transmit interval to 60000ms = 60 seconds
1045 1045  )))
1046 1046  
886 +
1047 1047  (% style="color:blue" %)**Downlink Command: 0x01**
1048 1048  
1049 1049  
... ... @@ -1055,7 +1055,6 @@
1055 1055  * Example 2: Downlink Payload: 0100003C  ~/~/  Set Transmit Interval (TDC) = 60 seconds
1056 1056  
1057 1057  
1058 -
1059 1059  == 3.2 Set Interrupt Mode ==
1060 1060  
1061 1061  
... ... @@ -1063,7 +1063,7 @@
1063 1063  
1064 1064  (% style="color:blue" %)**AT Command: AT+INTMOD**
1065 1065  
1066 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
905 +(% border="1" cellspacing="4" style="width:510px" %)
1067 1067  |=(% style="width: 154px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 196px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="width: 157px;background-color:#D9E2F3;color:#0070C0" %)**Response**
1068 1068  |(% style="background-color:#f2f2f2; width:154px" %)AT+INTMOD=?|(% style="background-color:#f2f2f2; width:196px" %)Show current interrupt mode|(% style="background-color:#f2f2f2; width:157px" %)(((
1069 1069  0
... ... @@ -1078,6 +1078,7 @@
1078 1078  3. (Trigger by rising edge)
1079 1079  )))|(% style="background-color:#f2f2f2; width:157px" %)OK
1080 1080  
920 +
1081 1081  (% style="color:blue" %)**Downlink Command: 0x06**
1082 1082  
1083 1083  Format: Command Code (0x06) followed by 3 bytes.
... ... @@ -1088,7 +1088,6 @@
1088 1088  * Example 2: Downlink Payload: 06000003  ~/~/  Set the interrupt mode to rising edge trigger
1089 1089  
1090 1090  
1091 -
1092 1092  == 3.3 Set the output time ==
1093 1093  
1094 1094  
... ... @@ -1096,7 +1096,7 @@
1096 1096  
1097 1097  (% style="color:blue" %)**AT Command: AT+3V3T**
1098 1098  
1099 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:474px" %)
938 +(% border="1" cellspacing="4" style="width:474px" %)
1100 1100  |=(% style="width: 154px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 201px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="width: 116px;background-color:#D9E2F3;color:#0070C0" %)**Response**
1101 1101  |(% style="background-color:#f2f2f2; width:154px" %)AT+3V3T=?|(% style="background-color:#f2f2f2; width:201px" %)Show 3V3 open time.|(% style="background-color:#f2f2f2; width:116px" %)(((
1102 1102  0
... ... @@ -1113,9 +1113,10 @@
1113 1113  OK
1114 1114  )))
1115 1115  
955 +
1116 1116  (% style="color:blue" %)**AT Command: AT+5VT**
1117 1117  
1118 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:470px" %)
958 +(% border="1" cellspacing="4" style="width:470px" %)
1119 1119  |=(% style="width: 155px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 196px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="width: 114px;background-color:#D9E2F3;color:#0070C0" %)**Response**
1120 1120  |(% style="background-color:#f2f2f2; width:155px" %)AT+5VT=?|(% style="background-color:#f2f2f2; width:196px" %)Show 5V open time.|(% style="background-color:#f2f2f2; width:114px" %)(((
1121 1121  0
... ... @@ -1132,9 +1132,10 @@
1132 1132  OK
1133 1133  )))
1134 1134  
975 +
1135 1135  (% style="color:blue" %)**AT Command: AT+12VT**
1136 1136  
1137 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:443px" %)
978 +(% border="1" cellspacing="4" style="width:443px" %)
1138 1138  |=(% style="width: 156px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 199px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="width: 83px;background-color:#D9E2F3;color:#0070C0" %)**Response**
1139 1139  |(% style="background-color:#f2f2f2; width:156px" %)AT+12VT=?|(% style="background-color:#f2f2f2; width:199px" %)Show 12V open time.|(% style="background-color:#f2f2f2; width:83px" %)(((
1140 1140  0
... ... @@ -1159,7 +1159,6 @@
1159 1159  * Example 6: Downlink Payload: 07030000  **~-~-->**  AT+12VT=0
1160 1160  
1161 1161  
1162 -
1163 1163  == 3.4 Set the all data mode ==
1164 1164  
1165 1165  
... ... @@ -1167,13 +1167,13 @@
1167 1167  
1168 1168  (% style="color:blue" %)**AT Command: AT+ALLDATAMOD**
1169 1169  
1170 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:437px" %)
1010 +(% border="1" cellspacing="4" style="width:437px" %)
1171 1171  |=(% style="background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="background-color:#D9E2F3;color:#0070C0" %)**Response**
1172 -|(% style="background-color:#f2f2f2" %)AT+ALLDATAMOD=?|(% style="background-color:#f2f2f2" %)Show current all data mode|(% style="background-color:#f2f2f2" %)(((
1012 +|(% style="background-color:#F2F2F2" %)AT+ALLDATAMOD=?|(% style="background-color:#F2F2F2" %)Show current all data mode|(% style="background-color:#F2F2F2" %)(((
1173 1173  0
1174 1174  OK
1175 1175  )))
1176 -|(% style="background-color:#f2f2f2" %)AT+ALLDATAMOD=1|(% style="background-color:#f2f2f2" %)Set all data mode is 1.|(% style="background-color:#f2f2f2" %)OK
1016 +|(% style="background-color:#F2F2F2" %)AT+ALLDATAMOD=1|(% style="background-color:#F2F2F2" %)Set all data mode is 1.|(% style="background-color:#F2F2F2" %)OK
1177 1177  
1178 1178  (% style="color:blue" %)**Downlink Command: 0xAB**
1179 1179  
... ... @@ -1183,7 +1183,6 @@
1183 1183  * Example 2: Downlink Payload: AB 01  ~/~/  AT+ALLDATAMOD=1
1184 1184  
1185 1185  
1186 -
1187 1187  == 3.5 Set the splicing payload for uplink ==
1188 1188  
1189 1189  
... ... @@ -1191,21 +1191,21 @@
1191 1191  
1192 1192  (% style="color:blue" %)**AT Command: AT+DATAUP**
1193 1193  
1194 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
1033 +(% border="1" cellspacing="4" style="width:510px" %)
1195 1195  |=(% style="width: 154px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 266px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="background-color:#D9E2F3;color:#0070C0" %)**Response**
1196 -|(% style="background-color:#f2f2f2; width:154px" %)AT+DATAUP =?|(% style="background-color:#f2f2f2; width:266px" %)Show current splicing payload for uplink mode|(% style="background-color:#f2f2f2" %)(((
1035 +|(% style="width:154px;background-color:#F2F2F2" %)AT+DATAUP =?|(% style="width:266px;background-color:#F2F2F2" %)Show current splicing payload for uplink mode|(% style="background-color:#F2F2F2" %)(((
1197 1197  0
1198 1198  OK
1199 1199  )))
1200 -|(% style="background-color:#f2f2f2; width:154px" %)AT+DATAUP =0|(% style="background-color:#f2f2f2; width:266px" %)(((
1039 +|(% style="width:154px;background-color:#F2F2F2" %)AT+DATAUP =0|(% style="width:266px;background-color:#F2F2F2" %)(((
1201 1201  Set splicing payload for uplink mode is 0.
1202 -)))|(% style="background-color:#f2f2f2" %)(((
1041 +)))|(% style="background-color:#F2F2F2" %)(((
1203 1203  OK
1204 1204  )))
1205 -|(% style="background-color:#f2f2f2; width:154px" %)AT+DATAUP =1|(% style="background-color:#f2f2f2; width:266px" %)Set splicing payload for uplink mode is 1 , and the each splice uplink is sent sequentially.|(% style="background-color:#f2f2f2" %)OK
1206 -|(% style="background-color:#f2f2f2; width:154px" %)AT+DATAUP =1,20000|(% style="background-color:#f2f2f2; width:266px" %)(((
1044 +|(% style="width:154px;background-color:#F2F2F2" %)AT+DATAUP =1|(% style="width:266px;background-color:#F2F2F2" %)Set splicing payload for uplink mode is 1 , and the each splice uplink is sent sequentially.|(% style="background-color:#F2F2F2" %)OK
1045 +|(% style="width:154px;background-color:#F2F2F2" %)AT+DATAUP =1,20000|(% style="width:266px;background-color:#F2F2F2" %)(((
1207 1207  Set splicing payload for uplink mode is 1, and the uplink interval of each splice to 20000 milliseconds.
1208 -)))|(% style="background-color:#f2f2f2" %)OK
1047 +)))|(% style="background-color:#F2F2F2" %)OK
1209 1209  
1210 1210  (% style="color:blue" %)**Downlink Command: 0xAD**
1211 1211  
... ... @@ -1225,13 +1225,13 @@
1225 1225  
1226 1226  (% style="color:blue" %)**AT Command: AT+PAYVER**
1227 1227  
1228 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:437px" %)
1067 +(% border="1" cellspacing="4" style="width:437px" %)
1229 1229  |=(% style="width: 158px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 192px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="background-color:#D9E2F3;color:#0070C0" %)**Response**
1230 -|(% style="background-color:#f2f2f2; width:158px" %)AT+PAYVER=?|(% style="background-color:#f2f2f2; width:192px" %)Show current payload version|(% style="background-color:#f2f2f2" %)(((
1069 +|(% style="width:158px;background-color:#F2F2F2" %)AT+PAYVER=?|(% style="width:192px;background-color:#F2F2F2" %)Show current payload version|(% style="background-color:#F2F2F2" %)(((
1231 1231  1
1232 1232  OK
1233 1233  )))
1234 -|(% style="background-color:#f2f2f2; width:158px" %)AT+PAYVER=5|(% style="background-color:#f2f2f2; width:192px" %)Set payload version is 5.|(% style="background-color:#f2f2f2" %)OK
1073 +|(% style="width:158px;background-color:#F2F2F2" %)AT+PAYVER=5|(% style="width:192px;background-color:#F2F2F2" %)Set payload version is 5.|(% style="background-color:#F2F2F2" %)OK
1235 1235  
1236 1236  (% style="color:blue" %)**Downlink Command: 0xAE**
1237 1237  
... ... @@ -1241,15 +1241,13 @@
1241 1241  * Example 2: Downlink Payload: AE 05  ~/~/  AT+PAYVER=5
1242 1242  
1243 1243  
1244 -
1245 1245  = 4. Battery & Power Consumption =
1246 1246  
1085 +PS-LB-NA uses ER26500 + SPC1520 battery pack. See below link for detail information about the battery info and how to replace.
1247 1247  
1248 -SDI-12-LB uses ER26500 + SPC1520 battery pack. See below link for detail information about the battery info and how to replace.
1087 + [[**Battery Info & Power Consumption Analyze**>>url:http://wiki.dragino.com/xwiki/bin/view/Main/How%20to%20calculate%20the%20battery%20life%20of%20Dragino%20sensors%3F/]] .
1249 1249  
1250 -[[**Battery Info & Power Consumption Analyze**>>url:http://wiki.dragino.com/xwiki/bin/view/Main/How%20to%20calculate%20the%20battery%20life%20of%20Dragino%20sensors%3F/]] .
1251 1251  
1252 -
1253 1253  = 5. Remote Configure device =
1254 1254  
1255 1255  == 5.1 Connect via BLE ==
... ... @@ -1314,6 +1314,7 @@
1314 1314  )))
1315 1315  
1316 1316  
1154 +
1317 1317  = 9. Packing Info =
1318 1318  
1319 1319  
... ... @@ -1329,7 +1329,6 @@
1329 1329  * Weight / pcs : g
1330 1330  
1331 1331  
1332 -
1333 1333  = 10. ​Support =
1334 1334  
1335 1335  
... ... @@ -1336,3 +1336,5 @@
1336 1336  * 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.
1337 1337  
1338 1338  * Provide as much information as possible regarding your enquiry (product models, accurately describe your problem and steps to replicate it etc) and send a mail to [[support@dragino.com>>url:http://../../../../../../D:%5C%E5%B8%82%E5%9C%BA%E8%B5%84%E6%96%99%5C%E8%AF%B4%E6%98%8E%E4%B9%A6%5CLoRa%5CLT%E7%B3%BB%E5%88%97%5Csupport@dragino.com]]
1176 +
1177 +
image-20230426084456-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -190.0 KB
Content
image-20230603120127-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Edwin
Size
... ... @@ -1,1 +1,0 @@
1 -5.7 KB
Content
image-20230603120209-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Edwin
Size
... ... @@ -1,1 +1,0 @@
1 -22.8 KB
Content
image-20230603120515-3.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Edwin
Size
... ... @@ -1,1 +1,0 @@
1 -489.3 KB
Content
image-20230603120648-4.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Edwin
Size
... ... @@ -1,1 +1,0 @@
1 -100.8 KB
Content
image-20230603120726-5.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Edwin
Size
... ... @@ -1,1 +1,0 @@
1 -133.2 KB
Content
image-20230603120859-6.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Edwin
Size
... ... @@ -1,1 +1,0 @@
1 -55.9 KB
Content
image-20230603121606-7.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Edwin
Size
... ... @@ -1,1 +1,0 @@
1 -24.4 KB
Content
image-20230603121643-8.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Edwin
Size
... ... @@ -1,1 +1,0 @@
1 -889.7 KB
Content
image-20230603121721-9.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Edwin
Size
... ... @@ -1,1 +1,0 @@
1 -105.4 KB
Content
image-20230603121752-10.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Edwin
Size
... ... @@ -1,1 +1,0 @@
1 -160.0 KB
Content
image-20230603121826-11.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Edwin
Size
... ... @@ -1,1 +1,0 @@
1 -52.8 KB
Content
image-20230603122040-12.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Edwin
Size
... ... @@ -1,1 +1,0 @@
1 -128.1 KB
Content
image-20230603122109-13.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Edwin
Size
... ... @@ -1,1 +1,0 @@
1 -271.1 KB
Content
image-20230603122139-14.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Edwin
Size
... ... @@ -1,1 +1,0 @@
1 -70.4 KB
Content
image-20230603122212-15.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Edwin
Size
... ... @@ -1,1 +1,0 @@
1 -818.3 KB
Content
image-20230603122248-16.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Edwin
Size
... ... @@ -1,1 +1,0 @@
1 -12.7 KB
Content
image-20230603122508-17.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Edwin
Size
... ... @@ -1,1 +1,0 @@
1 -980.2 KB
Content
image-20230603122549-18.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Edwin
Size
... ... @@ -1,1 +1,0 @@
1 -90.9 KB
Content
image-20230603122623-19.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Edwin
Size
... ... @@ -1,1 +1,0 @@
1 -139.5 KB
Content
image-20230603122719-20.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Edwin
Size
... ... @@ -1,1 +1,0 @@
1 -83.8 KB
Content