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

From version 48.15
edited by Xiaoling
on 2023/04/03 11:59
Change comment: There is no comment for this version
To version 71.1
edited by Edwin Chen
on 2023/06/03 12:38
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.Edwin
Content
... ... @@ -65,7 +65,6 @@
65 65  * Downlink to change configure
66 66  * 8500mAh Battery for long term use
67 67  
68 -
69 69  == 1.3 Specification ==
70 70  
71 71  
... ... @@ -114,7 +114,6 @@
114 114  * Sleep Mode: 5uA @ 3.3v
115 115  * LoRa Transmit Mode: 125mA @ 20dBm, 82mA @ 14dBm
116 116  
117 -
118 118  == 1.4 Connect to SDI-12 Sensor ==
119 119  
120 120  
... ... @@ -136,7 +136,7 @@
136 136  [[image:1675212633011-651.png||_mstalt="291538"]]
137 137  
138 138  
139 -(% border="1" cellspacing="4" style="width:510px" %)
137 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
140 140  |=(% 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**
141 141  |(% 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" %)(((
142 142  If sensor is already Joined to LoRaWAN network, sensor will send an uplink packet, (% style="color:blue" %)**blue led** (%%)will blink once.
... ... @@ -149,7 +149,6 @@
149 149  )))
150 150  |(% 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.
151 151  
152 -
153 153  == 1.7 Pin Mapping ==
154 154  
155 155  
... ... @@ -205,7 +205,7 @@
205 205  Each SDI-12-LB is shipped with a sticker with the default device EUI as below:
206 206  
207 207  
208 -[[image:image-20230201152430-20.jpeg||_mstalt="492245"]]
205 +[[image:image-20230426084456-1.png||height="241" width="519"]]
209 209  
210 210  
211 211  You can enter this key in the LoRaWAN Server portal. Below is TTN screen shot:
... ... @@ -483,8 +483,8 @@
483 483  (% style="color:blue" %)**AT+DATACUTx**(%%) : This command defines how to handle the return from AT+COMMANDx, max return length is 100 bytes.
484 484  
485 485  (% border="1" style="width:436px" %)
486 -|(% style="width:433px;background-color:#F2F2F2 %)(((
487 -**(% style="color:#0070C0" %)AT+DATACUTx=a,b,c**
483 +|(% style="background-color:#f2f2f2; width:433px" %)(((
484 +(% style="color:#0070c0" %)**AT+DATACUTx=a,b,c**
488 488  
489 489  **a**:  length for the return of AT+COMMAND
490 490  
... ... @@ -496,11 +496,11 @@
496 496  For example, if return from AT+COMMAND1 is “013METER   TER12 112T12-00024895<CR><LF>” , Below AT+DATACUT1 will get different result to combine payload:
497 497  
498 498  
499 -(% border="1" cellspacing="4" style="width:510px" %)
496 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
500 500  |=(% style="width: 164px;background-color:#D9E2F3;color:#0070C0" %)**AT+DATACUT1 value**|=(% style="width: 344px;background-color:#D9E2F3;color:#0070C0" %)**Final Result to combine Payload**
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
498 +|(% style="background-color:#f2f2f2; width:164px" %)34,1,1+2+3|(% style="background-color:#f2f2f2; width:344px" %)0D 00 01 30 31 33
499 +|(% 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
500 +|(% 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
504 504  
505 505  * (% style="color:blue" %)** Downlink Payload:**
506 506  
... ... @@ -617,7 +617,7 @@
617 617  
618 618  Users can also use the downlink command(0x26 01) to ask SDI-12-LB to resend this uplink.
619 619  
620 -(% border="1" cellspacing="4" style="width:510px" %)
617 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
621 621  |(% colspan="6" style="background-color:#d9e2f3; color:#0070c0" %)**Device Status (FPORT=5)**
622 622  |(% 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**
623 623  |(% 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
... ... @@ -689,10 +689,10 @@
689 689  
690 690  * Periodically Uplink: FPORT=2
691 691  
692 -(% border="1" cellspacing="4" style="background-color:#F2F2F2; width:500px" %)
693 -|=(% style="width: 90px;" %)(((
689 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:500px" %)
690 +|=(% style="width: 90px;background-color:#D9E2F3" %)(((
694 694  **Size(bytes)**
695 -)))|=(% style="width: 80px;" %)**2**|=(% style="width: 90px;" %)**1**|=(% style="width: 240px;" %)**Length depends on the return from the commands**
692 +)))|=(% 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**
696 696  |(% style="width:93px" %)**Value**|(% style="width:83px" %)(((
697 697  Battery(mV)
698 698  &
... ... @@ -729,6 +729,7 @@
729 729  
730 730  === 2.4.5 Payload version ===
731 731  
729 +
732 732  The version number of the payload, mainly used for decoding. The default is 01.
733 733  
734 734  
... ... @@ -753,9 +753,9 @@
753 753  [[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]]
754 754  
755 755  
756 -== 2.6 Examples To Set SDI commands. ==
754 +== 2.6 Examples To Set SDI commands ==
757 757  
758 -=== 2.6.1 Examples 1 ===
756 +=== 2.6.1 Examples 1 ~-~- General Example ===
759 759  
760 760  
761 761  COM port and SDI-12 sensor communication converted to SDI-12-LB and SDI-12 sensor communication.
... ... @@ -821,6 +821,147 @@
821 821  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”**.
822 822  
823 823  
822 +=== 2.6.2 Example 2 ~-~- Connect to Hygrovue10 ===
823 +
824 +==== 2.6.2.1 Reference Manual and Command ====
825 +
826 +* [[Hygrovue10 Product Page>>https://www.campbellsci.com/hygrovue10]]
827 +* Commands to be used in PC and output.
828 +
829 +1.check device address
830 +
831 +2.change device address
832 +
833 +3.check device ID
834 +
835 +4.start measure
836 +
837 +5.Get Meausre result
838 +
839 +[[image:image-20230603120209-2.png||height="281" width="267"]]
840 +
841 +
842 +==== 2.6.2.2 Hardware Connection to SDI-12-LB ====
843 +
844 +[[image:image-20230603120515-3.png]]
845 +
846 +
847 +==== 2.6.2.3 Commands set in SDI-12-LB and uplink payload ====
848 +
849 +[[image:image-20230603120648-4.png]]
850 +
851 +[[image:image-20230603120726-5.png]]
852 +
853 +Data in TTN:
854 +
855 +[[image:image-20230603120859-6.png||height="118" width="1285"]]
856 +
857 +
858 +=== (% id="cke_bm_1172015S" style="display:none" %) (%%)2.6.3 Example 3 ~-~- Connect to SIL-400 ===
859 +
860 +==== 2.6.3.1 Reference Manual and Command ====
861 +
862 +* [[SIL-400 Product Page>>https://www.apogeeinstruments.com/sil-411-commercial-grade-sdi-12-digital-output-standard-field-of-view-infrared-radiometer-sensor/]]
863 +* Commands to be used in PC and output.
864 +
865 +1.check device address
866 +
867 +2.change device address
868 +
869 +3.check device ID
870 +
871 +4.start measure
872 +
873 +5.Get Meausre result
874 +
875 +[[image:image-20230603121606-7.png||height="242" width="307"]]
876 +
877 +
878 +==== 2.6.3.2 Hardware Connection to SDI-12-LB ====
879 +
880 +[[image:image-20230603121643-8.png||height="442" width="656"]]
881 +
882 +
883 +==== 2.6.3.3 Commands set in SDI-12-LB and uplink payload ====
884 +
885 +[[image:image-20230603121721-9.png]]
886 +
887 +[[image:image-20230603121752-10.png]]
888 +
889 +Data in TTN:
890 +
891 +[[image:image-20230603121826-11.png||height="155" width="1104"]]
892 +
893 +
894 +
895 +=== (% id="cke_bm_1172015S" style="display:none" %) (%%)2.6.4 Example 4 ~-~- Connect to TEROS-12 ===
896 +
897 +
898 +==== 2.6.4.1 Reference Manual and Command ====
899 +
900 +* [[TEROS-12 Product Page>>https://www.metergroup.com/en/meter-environment/products/teros-12-soil-moisture-sensor]]
901 +* Commands to be used in PC and output.
902 +
903 +1.check device address
904 +
905 +2.change device address
906 +
907 +3.check device ID
908 +
909 +4.start measure
910 +
911 +5.Get Meausre result
912 +
913 +[[image:image-20230603122248-16.png||height="196" width="198"]]
914 +
915 +
916 +==== 2.6.4.2 Hardware Connection to SDI-12-LB ====
917 +
918 +[[image:image-20230603122212-15.png||height="502" width="667"]]
919 +
920 +
921 +==== 2.6.4.3 Commands set in SDI-12-LB and uplink payload ====
922 +
923 +[[image:image-20230603122040-12.png]]
924 +
925 +[[image:image-20230603122109-13.png||height="469" width="762"]]
926 +
927 +Data in TTN:
928 +
929 +[[image:image-20230603122139-14.png||height="148" width="1128"]]
930 +
931 +
932 +
933 +=== (% id="cke_bm_1489640S" style="display: none; display: none" %) (% id="cke_bm_1172015S" style="display:none" %) (%%)2.6.5 Example 5 ~-~- Connect to SIL-400/TEROS-12 & Hygrovue10 ===
934 +
935 +==== 2.6.3.1 Important Notice! ====
936 +
937 +* The product page and reference command see above example 2,3,4
938 +* 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.
939 +* 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.
940 +* If these SDI-12 sensors are powered by external power source. It will add 300uA in the total current in SDI-12-LB.
941 +
942 +
943 +
944 +==== 2.6.3.2 Hardware Connection to SDI-12-LB ====
945 +
946 +[[image:image-20230603122508-17.png||height="526" width="742"]]
947 +
948 +
949 +==== 2.6.3.3 Commands set in SDI-12-LB and uplink payload ====
950 +
951 +[[image:image-20230603122549-18.png]]
952 +
953 +[[image:image-20230603122623-19.png||height="483" width="1121"]]
954 +
955 +Data in TTN:
956 +
957 +[[image:image-20230603122719-20.png||height="151" width="1179"]]
958 +
959 +
960 +
961 +
962 +
824 824  == 2.7 Frequency Plans ==
825 825  
826 826  
... ... @@ -871,7 +871,7 @@
871 871  
872 872  (% style="color:blue" %)**AT Command: AT+TDC**
873 873  
874 -(% border="1" cellspacing="4" style="width:510px" %)
1013 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
875 875  |=(% 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**
876 876  |(% style="background-color:#f2f2f2; width:157px" %)AT+TDC=?|(% style="background-color:#f2f2f2; width:166px" %)Show current transmit Interval|(% style="background-color:#f2f2f2" %)(((
877 877  30000
... ... @@ -883,7 +883,6 @@
883 883  Set transmit interval to 60000ms = 60 seconds
884 884  )))
885 885  
886 -
887 887  (% style="color:blue" %)**Downlink Command: 0x01**
888 888  
889 889  
... ... @@ -894,7 +894,6 @@
894 894  * Example 1: Downlink Payload: 0100001E  ~/~/ Set Transmit Interval (TDC) = 30 seconds
895 895  * Example 2: Downlink Payload: 0100003C  ~/~/  Set Transmit Interval (TDC) = 60 seconds
896 896  
897 -
898 898  == 3.2 Set Interrupt Mode ==
899 899  
900 900  
... ... @@ -902,7 +902,7 @@
902 902  
903 903  (% style="color:blue" %)**AT Command: AT+INTMOD**
904 904  
905 -(% border="1" cellspacing="4" style="width:510px" %)
1042 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
906 906  |=(% 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**
907 907  |(% style="background-color:#f2f2f2; width:154px" %)AT+INTMOD=?|(% style="background-color:#f2f2f2; width:196px" %)Show current interrupt mode|(% style="background-color:#f2f2f2; width:157px" %)(((
908 908  0
... ... @@ -917,7 +917,6 @@
917 917  3. (Trigger by rising edge)
918 918  )))|(% style="background-color:#f2f2f2; width:157px" %)OK
919 919  
920 -
921 921  (% style="color:blue" %)**Downlink Command: 0x06**
922 922  
923 923  Format: Command Code (0x06) followed by 3 bytes.
... ... @@ -927,7 +927,6 @@
927 927  * Example 1: Downlink Payload: 06000000  ~/~/  Turn off interrupt mode
928 928  * Example 2: Downlink Payload: 06000003  ~/~/  Set the interrupt mode to rising edge trigger
929 929  
930 -
931 931  == 3.3 Set the output time ==
932 932  
933 933  
... ... @@ -935,7 +935,7 @@
935 935  
936 936  (% style="color:blue" %)**AT Command: AT+3V3T**
937 937  
938 -(% border="1" cellspacing="4" style="width:474px" %)
1073 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:474px" %)
939 939  |=(% 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**
940 940  |(% style="background-color:#f2f2f2; width:154px" %)AT+3V3T=?|(% style="background-color:#f2f2f2; width:201px" %)Show 3V3 open time.|(% style="background-color:#f2f2f2; width:116px" %)(((
941 941  0
... ... @@ -952,10 +952,9 @@
952 952  OK
953 953  )))
954 954  
955 -
956 956  (% style="color:blue" %)**AT Command: AT+5VT**
957 957  
958 -(% border="1" cellspacing="4" style="width:470px" %)
1092 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:470px" %)
959 959  |=(% 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**
960 960  |(% style="background-color:#f2f2f2; width:155px" %)AT+5VT=?|(% style="background-color:#f2f2f2; width:196px" %)Show 5V open time.|(% style="background-color:#f2f2f2; width:114px" %)(((
961 961  0
... ... @@ -972,10 +972,9 @@
972 972  OK
973 973  )))
974 974  
975 -
976 976  (% style="color:blue" %)**AT Command: AT+12VT**
977 977  
978 -(% border="1" cellspacing="4" style="width:443px" %)
1111 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:443px" %)
979 979  |=(% 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**
980 980  |(% style="background-color:#f2f2f2; width:156px" %)AT+12VT=?|(% style="background-color:#f2f2f2; width:199px" %)Show 12V open time.|(% style="background-color:#f2f2f2; width:83px" %)(((
981 981  0
... ... @@ -999,7 +999,6 @@
999 999  * Example 5: Downlink Payload: 070301F4  **~-~-->**  AT+12VT=500
1000 1000  * Example 6: Downlink Payload: 07030000  **~-~-->**  AT+12VT=0
1001 1001  
1002 -
1003 1003  == 3.4 Set the all data mode ==
1004 1004  
1005 1005  
... ... @@ -1007,13 +1007,13 @@
1007 1007  
1008 1008  (% style="color:blue" %)**AT Command: AT+ALLDATAMOD**
1009 1009  
1010 -(% border="1" cellspacing="4" style="width:437px" %)
1142 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:437px" %)
1011 1011  |=(% style="background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="background-color:#D9E2F3;color:#0070C0" %)**Response**
1012 -|(% style="background-color:#F2F2F2" %)AT+ALLDATAMOD=?|(% style="background-color:#F2F2F2" %)Show current all data mode|(% style="background-color:#F2F2F2" %)(((
1144 +|(% style="background-color:#f2f2f2" %)AT+ALLDATAMOD=?|(% style="background-color:#f2f2f2" %)Show current all data mode|(% style="background-color:#f2f2f2" %)(((
1013 1013  0
1014 1014  OK
1015 1015  )))
1016 -|(% style="background-color:#F2F2F2" %)AT+ALLDATAMOD=1|(% style="background-color:#F2F2F2" %)Set all data mode is 1.|(% style="background-color:#F2F2F2" %)OK
1148 +|(% style="background-color:#f2f2f2" %)AT+ALLDATAMOD=1|(% style="background-color:#f2f2f2" %)Set all data mode is 1.|(% style="background-color:#f2f2f2" %)OK
1017 1017  
1018 1018  (% style="color:blue" %)**Downlink Command: 0xAB**
1019 1019  
... ... @@ -1022,7 +1022,6 @@
1022 1022  * Example 1: Downlink Payload: AB 00  ~/~/  AT+ALLDATAMOD=0
1023 1023  * Example 2: Downlink Payload: AB 01  ~/~/  AT+ALLDATAMOD=1
1024 1024  
1025 -
1026 1026  == 3.5 Set the splicing payload for uplink ==
1027 1027  
1028 1028  
... ... @@ -1030,21 +1030,21 @@
1030 1030  
1031 1031  (% style="color:blue" %)**AT Command: AT+DATAUP**
1032 1032  
1033 -(% border="1" cellspacing="4" style="width:510px" %)
1164 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
1034 1034  |=(% 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**
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" %)(((
1166 +|(% 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" %)(((
1036 1036  0
1037 1037  OK
1038 1038  )))
1039 -|(% style="width:154px;background-color:#F2F2F2" %)AT+DATAUP =0|(% style="width:266px;background-color:#F2F2F2" %)(((
1170 +|(% style="background-color:#f2f2f2; width:154px" %)AT+DATAUP =0|(% style="background-color:#f2f2f2; width:266px" %)(((
1040 1040  Set splicing payload for uplink mode is 0.
1041 -)))|(% style="background-color:#F2F2F2" %)(((
1172 +)))|(% style="background-color:#f2f2f2" %)(((
1042 1042  OK
1043 1043  )))
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" %)(((
1175 +|(% 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
1176 +|(% style="background-color:#f2f2f2; width:154px" %)AT+DATAUP =1,20000|(% style="background-color:#f2f2f2; width:266px" %)(((
1046 1046  Set splicing payload for uplink mode is 1, and the uplink interval of each splice to 20000 milliseconds.
1047 -)))|(% style="background-color:#F2F2F2" %)OK
1178 +)))|(% style="background-color:#f2f2f2" %)OK
1048 1048  
1049 1049  (% style="color:blue" %)**Downlink Command: 0xAD**
1050 1050  
... ... @@ -1064,13 +1064,13 @@
1064 1064  
1065 1065  (% style="color:blue" %)**AT Command: AT+PAYVER**
1066 1066  
1067 -(% border="1" cellspacing="4" style="width:437px" %)
1198 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:437px" %)
1068 1068  |=(% 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**
1069 -|(% style="width:158px;background-color:#F2F2F2" %)AT+PAYVER=?|(% style="width:192px;background-color:#F2F2F2" %)Show current payload version|(% style="background-color:#F2F2F2" %)(((
1200 +|(% style="background-color:#f2f2f2; width:158px" %)AT+PAYVER=?|(% style="background-color:#f2f2f2; width:192px" %)Show current payload version|(% style="background-color:#f2f2f2" %)(((
1070 1070  1
1071 1071  OK
1072 1072  )))
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
1204 +|(% 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
1074 1074  
1075 1075  (% style="color:blue" %)**Downlink Command: 0xAE**
1076 1076  
... ... @@ -1079,12 +1079,12 @@
1079 1079  * Example 1: Downlink Payload: AE 01  ~/~/  AT+PAYVER=1
1080 1080  * Example 2: Downlink Payload: AE 05  ~/~/  AT+PAYVER=5
1081 1081  
1082 -
1083 1083  = 4. Battery & Power Consumption =
1084 1084  
1215 +
1085 1085  SDI-12-LB uses ER26500 + SPC1520 battery pack. See below link for detail information about the battery info and how to replace.
1086 1086  
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/]] .
1218 +[[**Battery Info & Power Consumption Analyze**>>url:http://wiki.dragino.com/xwiki/bin/view/Main/How%20to%20calculate%20the%20battery%20life%20of%20Dragino%20sensors%3F/]] .
1088 1088  
1089 1089  
1090 1090  = 5. Remote Configure device =
... ... @@ -1151,7 +1151,6 @@
1151 1151  )))
1152 1152  
1153 1153  
1154 -
1155 1155  = 9. Packing Info =
1156 1156  
1157 1157  
... ... @@ -1166,7 +1166,6 @@
1166 1166  * Package Size / pcs : cm
1167 1167  * Weight / pcs : g
1168 1168  
1169 -
1170 1170  = 10. ​Support =
1171 1171  
1172 1172  
... ... @@ -1173,5 +1173,3 @@
1173 1173  * 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.
1174 1174  
1175 1175  * 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,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +190.0 KB
Content
image-20230603120127-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +5.7 KB
Content
image-20230603120209-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +22.8 KB
Content
image-20230603120515-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +489.3 KB
Content
image-20230603120648-4.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +100.8 KB
Content
image-20230603120726-5.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +133.2 KB
Content
image-20230603120859-6.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +55.9 KB
Content
image-20230603121606-7.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +24.4 KB
Content
image-20230603121643-8.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +889.7 KB
Content
image-20230603121721-9.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +105.4 KB
Content
image-20230603121752-10.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +160.0 KB
Content
image-20230603121826-11.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +52.8 KB
Content
image-20230603122040-12.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +128.1 KB
Content
image-20230603122109-13.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +271.1 KB
Content
image-20230603122139-14.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +70.4 KB
Content
image-20230603122212-15.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +818.3 KB
Content
image-20230603122248-16.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +12.7 KB
Content
image-20230603122508-17.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +980.2 KB
Content
image-20230603122549-18.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +90.9 KB
Content
image-20230603122623-19.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +139.5 KB
Content
image-20230603122719-20.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +83.8 KB
Content