Changes for page SDI-12-LB/LS -- SDI-12 to LoRaWAN Converter User Manual
Last modified by Xiaoling on 2025/04/25 08:58
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -419,8 +419,9 @@ 419 419 [[image:image-20230201092355-16.png]] 420 420 421 421 422 -[[image:image-20230201092355-17.png||height="426" width="1135"]] 422 +[[image:image-20230201092355-17.png||height="426" width="1135"]] 423 423 424 + 424 424 425 425 === 2.3.3 Convert ASCII to String === 426 426 ... ... @@ -441,6 +441,7 @@ 441 441 442 442 [[image:1675214856590-846.png]] 443 443 445 + 444 444 445 445 === 2.3.4 Define periodically SDI-12 commands and uplink. === 446 446 ... ... @@ -749,41 +749,45 @@ 749 749 SDI-12-LB TTN Payload Decoder: [[https:~~/~~/github.com/dragino/dragino-end-node-decoder>>url:https://github.com/dragino/dragino-end-node-decoder]] 750 750 751 751 752 -== 2.5 Uplink Interval == 753 753 755 +1. 756 +11. Uplink Interval 754 754 755 755 The SDI-12-LB by default uplink the sensor data every 20 minutes. User can change this interval by AT Command or LoRaWAN Downlink Command. See this link: 756 756 757 -[[http:~~/~~/wiki.dragino.com/ xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/#H4.1ChangeUplinkInterval>>url:http://wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/#H4.1ChangeUplinkInterval]]760 +[[http:~~/~~/wiki.dragino.com/index.php?title=End_Device_AT_Commands_and_Downlink_Commands#Change_Uplink_Interval>>url:http://wiki.dragino.com/index.php?title=End_Device_AT_Commands_and_Downlink_Commands#Change_Uplink_Interval]] 758 758 759 759 760 760 764 +1. 765 +11. Frequency Plans 761 761 762 - ==2.6FrequencyPlans==767 +The SDI12-LB uses OTAA mode and below frequency plans by default. If user want to use it with different frequency plan, please refer the AT command sets. 763 763 764 764 765 - The SDI-12-LB uses OTAA modeandbelow frequencyplans bydefault. If userwant touseitwithdifferent frequencyplan, please refer the AT commandsets.770 +[[https:~~/~~/wiki.dragino.com/index.php?title=End_Device_Frequency_Band>>url:https://wiki.dragino.com/index.php?title=End_Device_Frequency_Band]] 766 766 767 -[[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20Frequency%20Band/>>url:http://wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20Frequency%20Band/]] 768 768 769 769 774 +1. 775 +11. Firmware Change Log 770 770 771 -== 2.7 Firmware Change Log == 772 - 773 - 774 774 **Firmware download link:** 775 775 776 776 [[https:~~/~~/www.dropbox.com/sh/gf1glloczbzz19h/AABbuYI4WY6VdAmpXo6o1V2Ka?dl=0>>url:https://www.dropbox.com/sh/gf1glloczbzz19h/AABbuYI4WY6VdAmpXo6o1V2Ka?dl=0]] 777 777 778 778 779 -= 3. Configure SDI-12-LB via AT Command or LoRaWAN Downlink = 780 780 783 +1. Configure SDI-12-LB via AT Command or LoRaWAN Downlink 781 781 782 782 Use can configure SDI-12-LB via AT Command or LoRaWAN Downlink. 783 783 784 784 * AT Command Connection: See [[FAQ>>path:#AT_COMMAND]]. 785 -* LoRaWAN Downlink instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section.788 +* LoRaWAN Downlink instruction for different platforms: 786 786 790 +[[http:~~/~~/wiki.dragino.com/index.php?title=Main_Page#Use_Note_for_Server>>url:http://wiki.dragino.com/index.php?title=Main_Page#Use_Note_for_Server]] 791 + 792 + 787 787 There are two kinds of commands to configure SDI-12-LB, they are: 788 788 789 789 * **General Commands**. ... ... @@ -803,223 +803,247 @@ 803 803 These commands only valid for SDI-12-LB, as below: 804 804 805 805 806 -== 3.1 Set Transmit Interval Time == 807 807 813 +1. 814 +11. Set Transmit Interval Time 808 808 809 809 Feature: Change LoRaWAN End Node Transmit Interval. 810 810 811 - (% style="color:blue" %)**AT Command: AT+TDC**818 +**AT Command: AT+TDC** 812 812 813 -(% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %) 814 -|=(% style="width: 156px;" %)**Command Example**|=(% style="width: 137px;" %)**Function**|=**Response** 815 -|(% style="width:156px" %)AT+TDC=?|(% style="width:137px" %)Show current transmit Interval|((( 820 +|**Command Example**|**Function**|**Response** 821 +|AT+TDC=?|Show current transmit Interval|((( 816 816 30000 823 + 817 817 OK 825 + 818 818 the interval is 30000ms = 30s 819 819 ))) 820 -| (% style="width:156px" %)AT+TDC=60000|(% style="width:137px" %)Set Transmit Interval|(((828 +|AT+TDC=60000|Set Transmit Interval|((( 821 821 OK 830 + 822 822 Set transmit interval to 60000ms = 60 seconds 823 823 ))) 824 824 825 - (% style="color:blue" %)**Downlink Command: 0x01**834 +**Downlink Command: 0x01** 826 826 827 - 828 828 Format: Command Code (0x01) followed by 3 bytes time value. 829 829 830 -If the downlink payload=0100003C, it means set the END Node 's Transmit Interval to 0x00003C=60(S), while type code is 01.838 +If the downlink payload=0100003C, it means set the END Node’s Transmit Interval to 0x00003C=60(S), while type code is 01. 831 831 832 -* Example 1: Downlink Payload: 0100001E 833 -* Example 2: Downlink Payload: 0100003C 840 +* Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds 841 +* Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds 834 834 835 -== 3.2 Set Interrupt Mode == 843 +1. 844 +11. Set Interrupt Mode 836 836 837 - 838 838 Feature, Set Interrupt mode for GPIO_EXIT. 839 839 840 - (% style="color:blue" %)**AT Command: AT+INTMOD**848 +**AT Command: AT+INTMOD** 841 841 842 -(% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %) 843 -|=(% style="width: 156px;" %)**Command Example**|=(% style="width: 187px;" %)**Function**|=(% style="width: 165px;" %)**Response** 844 -|(% style="width:156px" %)AT+INTMOD=?|(% style="width:187px" %)Show current interrupt mode|(% style="width:165px" %)((( 850 +|**Command Example**|**Function**|**Response** 851 +|AT+INTMOD=?|Show current interrupt mode|((( 845 845 0 853 + 846 846 OK 855 + 847 847 the mode is 0 = No interruption 848 848 ))) 849 -| (% style="width:156px" %)AT+INTMOD=2|(% style="width:187px" %)(((858 +|AT+INTMOD=2|((( 850 850 Set Transmit Interval 851 -~1. (Disable Interrupt), 852 -2. (Trigger by rising and falling edge) 853 -3. (Trigger by falling edge) 854 -4. (Trigger by rising edge) 855 -)))|(% style="width:165px" %)OK 856 856 857 -(% style="color:blue" %)**Downlink Command: 0x06** 861 +1. (Disable Interrupt), 862 +1. (Trigger by rising and falling edge), 863 +1. (Trigger by falling edge) 864 +1. (Trigger by rising edge) 865 +)))|OK 858 858 867 +**Downlink Command: 0x06** 868 + 859 859 Format: Command Code (0x06) followed by 3 bytes. 860 860 861 861 This means that the interrupt mode of the end node is set to 0x000003=3 (rising edge trigger), and the type code is 06. 862 862 863 -* Example 1: Downlink Payload: 06000000 864 -* Example 2: Downlink Payload: 06000003 873 +* Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode 874 +* Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger 865 865 866 -== 3.3 Set the output time == 876 +1. 877 +11. Set the output time 867 867 868 - 869 869 Feature, Control the output 3V3 , 5V or 12V. 870 870 871 - (% style="color:blue" %)**AT Command: AT+3V3T**881 +**AT Command: AT+3V3T** 872 872 873 -(% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:474px" %) 874 -|=(% style="width: 154px;" %)**Command Example**|=(% style="width: 201px;" %)**Function**|=(% style="width: 116px;" %)**Response** 875 -|(% style="width:154px" %)AT+3V3T=?|(% style="width:201px" %)Show 3V3 open time.|(% style="width:116px" %)((( 883 +|**Command Example**|**Function**|**Response** 884 +|AT+3V3T=?|Show 3V3 open time.|((( 876 876 0 886 + 877 877 OK 878 878 ))) 879 -| (% style="width:154px" %)AT+3V3T=0|(% style="width:201px" %)Normally open 3V3 power supply.|(% style="width:116px" %)(((889 +|AT+3V3T=0|Normally open 3V3 power supply.|((( 880 880 OK 891 + 881 881 default setting 882 882 ))) 883 -| (% style="width:154px" %)AT+3V3T=1000|(% style="width:201px" %)Close after a delay of 1000 milliseconds.|(% style="width:116px" %)(((894 +|AT+3V3T=1000|Close after a delay of 1000 milliseconds.|((( 884 884 OK 896 + 897 + 885 885 ))) 886 -| (% style="width:154px" %)AT+3V3T=65535|(% style="width:201px" %)Normally closed 3V3 power supply.|(% style="width:116px" %)(((899 +|AT+3V3T=65535|Normally closed 3V3 power supply.|((( 887 887 OK 901 + 902 + 888 888 ))) 889 889 890 - (% style="color:blue" %)**AT Command: AT+5VT**905 +**AT Command: AT+5VT** 891 891 892 -(% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:470px" %) 893 -|=(% style="width: 155px;" %)**Command Example**|=(% style="width: 196px;" %)**Function**|=(% style="width: 114px;" %)**Response** 894 -|(% style="width:155px" %)AT+5VT=?|(% style="width:196px" %)Show 5V open time.|(% style="width:114px" %)((( 907 +|**Command Example**|**Function**|**Response** 908 +|AT+5VT=?|Show 5V open time.|((( 895 895 0 910 + 896 896 OK 897 897 ))) 898 -| (% style="width:155px" %)AT+5VT=0|(% style="width:196px" %)Normally closed 5V power supply.|(% style="width:114px" %)(((913 +|AT+5VT=0|Normally closed 5V power supply.|((( 899 899 OK 915 + 900 900 default setting 901 901 ))) 902 -| (% style="width:155px" %)AT+5VT=1000|(% style="width:196px" %)Close after a delay of 1000 milliseconds.|(% style="width:114px" %)(((918 +|AT+5VT=1000|Close after a delay of 1000 milliseconds.|((( 903 903 OK 920 + 921 + 904 904 ))) 905 -| (% style="width:155px" %)AT+5VT=65535|(% style="width:196px" %)Normally open 5V power supply.|(% style="width:114px" %)(((923 +|AT+5VT=65535|Normally open 5V power supply.|((( 906 906 OK 925 + 926 + 907 907 ))) 908 908 909 - (% style="color:blue" %)**AT Command: AT+12VT**929 +**AT Command: AT+12VT** 910 910 911 -(% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:443px" %) 912 -|=(% style="width: 156px;" %)**Command Example**|=(% style="width: 199px;" %)**Function**|=(% style="width: 83px;" %)**Response** 913 -|(% style="width:156px" %)AT+12VT=?|(% style="width:199px" %)Show 12V open time.|(% style="width:83px" %)((( 931 +|**Command Example**|**Function**|**Response** 932 +|AT+12VT=?|Show 12V open time.|((( 914 914 0 934 + 915 915 OK 916 916 ))) 917 -| (% style="width:156px" %)AT+12VT=0|(% style="width:199px" %)Normally closed 12V power supply.|(% style="width:83px" %)OK918 -| (% style="width:156px" %)AT+12VT=500|(% style="width:199px" %)Close after a delay of 500 milliseconds.|(% style="width:83px" %)(((937 +|AT+12VT=0|Normally closed 12V power supply.|OK 938 +|AT+12VT=500|Close after a delay of 500 milliseconds.|((( 919 919 OK 940 + 941 + 920 920 ))) 921 921 922 - (% style="color:blue" %)**Downlink Command: 0x07**944 +**Downlink Command: 0x07** 923 923 924 924 Format: Command Code (0x07) followed by 3 bytes. 925 925 926 926 The first byte is which power, the second and third bytes are the time to turn on. 927 927 928 -* Example 1: Downlink Payload: 070101F4 **~-~-->**929 -* Example 2: Downlink Payload: 0701FFFF **~-~-->**AT+3V3T=65535930 -* Example 3: Downlink Payload: 070203E8 **~-~-->**AT+5VT=1000931 -* Example 4: Downlink Payload: 07020000 **~-~-->**AT+5VT=0932 -* Example 5: Downlink Payload: 070301F4 **~-~-->**AT+12VT=500933 -* Example 6: Downlink Payload: 07030000 **~-~-->**AT+12VT=0950 +* Example 1: Downlink Payload: 070101F4 -> AT+3V3T=500 951 +* Example 2: Downlink Payload: 0701FFFF -> AT+3V3T=65535 952 +* Example 3: Downlink Payload: 070203E8 -> AT+5VT=1000 953 +* Example 4: Downlink Payload: 07020000 -> AT+5VT=0 954 +* Example 5: Downlink Payload: 070301F4 -> AT+12VT=500 955 +* Example 6: Downlink Payload: 07030000 -> AT+12VT=0 934 934 935 -== 3.4 Set the all data mode == 957 +1. 958 +11. Set the all data mode 936 936 937 - 938 938 Feature, Set the all data mode. 939 939 940 - (% style="color:blue" %)**AT Command: AT+ALLDATAMOD**962 +**AT Command: AT+ALLDATAMOD** 941 941 942 -(% border="1" cellspacing="4" style="background-color:#f7faff; width:437px" %) 943 -|=**Command Example**|=**Function**|=**Response** 964 +|**Command Example**|**Function**|**Response** 944 944 |AT+ALLDATAMOD=?|Show current all data mode|((( 945 945 0 967 + 968 + 946 946 OK 947 947 ))) 948 948 |AT+ALLDATAMOD=1|Set all data mode is 1.|OK 949 949 950 - (% style="color:blue" %)**Downlink Command: 0xAB**973 +**Downlink Command: 0xAB** 951 951 952 952 Format: Command Code (0xAB) followed by 1 bytes. 953 953 954 -* Example 1: Downlink Payload: AB 00 955 -* Example 2: Downlink Payload: AB 01 977 +* Example 1: Downlink Payload: AB 00 ~/~/ AT+ALLDATAMOD=0 978 +* Example 2: Downlink Payload: AB 01 ~/~/ AT+ALLDATAMOD=1 956 956 957 -== 3.5 Set the splicing payload for uplink == 980 +1. 981 +11. Set the splicing payload for uplink 958 958 959 - 960 960 Feature, splicing payload for uplink. 961 961 962 - (% style="color:blue" %)**AT Command: AT+DATAUP**985 +**AT Command: AT+DATAUP** 963 963 964 -(% border="1" cellspacing="4" style="background-color:#f7faff; width:510px" %) 965 -|=(% style="width: 154px;" %)**Command Example**|=(% style="width: 266px;" %)**Function**|=**Response** 966 -|(% style="width:154px" %)AT+DATAUP =?|(% style="width:266px" %)Show current splicing payload for uplink mode|((( 987 +|**Command Example**|**Function**|**Response** 988 +|AT+DATAUP =?|Show current splicing payload for uplink mode|((( 967 967 0 990 + 991 + 968 968 OK 969 969 ))) 970 -| (% style="width:154px" %)AT+DATAUP =0|(% style="width:266px" %)(((994 +|AT+DATAUP =0|((( 971 971 Set splicing payload for uplink mode is 0. 996 + 997 + 972 972 )))|((( 973 973 OK 1000 + 1001 + 974 974 ))) 975 -|(% style="width:154px" %)AT+DATAUP =1|(% style="width:266px" %)Set splicing payload for uplink mode is 1 , and the each splice uplink is sent sequentially.|OK 976 -|(% style="width:154px" %)AT+DATAUP =1,20000|(% style="width:266px" %)((( 977 -Set splicing payload for uplink mode is 1, and the uplink interval of each splice to 20000 milliseconds. 1003 +|AT+DATAUP =1|Set splicing payload for uplink mode is 1 , and the each splice uplink is sent sequentially.|OK 1004 +|AT+DATAUP =1,20000|((( 1005 +Set splicing payload for uplink mode is 1, and the uplink interval of each splice to 20000 milliseconds. 1006 + 1007 + 978 978 )))|OK 979 979 980 - (% style="color:blue" %)**Downlink Command: 0xAD**1010 +**Downlink Command: 0xAD** 981 981 982 982 Format: Command Code (0xAD) followed by 1 bytes or 5 bytes. 983 983 984 -* Example 1: Downlink Payload: AD 00 985 -* Example 2: Downlink Payload: AD 01 986 -* Example 3: Downlink Payload: AD 01 00 00 14 1014 +* Example 1: Downlink Payload: AD 00 ~/~/ AT+DATAUP=0 1015 +* Example 2: Downlink Payload: AD 01 ~/~/ AT+DATAUP =1 1016 +* Example 3: Downlink Payload: AD 01 00 00 14~/~/ AT+DATAUP =1,20000 987 987 988 988 This means that the interval is set to 0x000014=20S 989 989 990 990 991 -== 3.6 Set the payload version == 1021 +1. 1022 +11. Set the payload version 992 992 993 993 Feature, Set the payload version. 994 994 995 - (% style="color:blue" %)**AT Command: AT+PAYVER**1026 +**AT Command: AT+PAYVER** 996 996 997 -(% border="1" cellspacing="4" style="background-color:#f7faff; width:437px" %) 998 -|=(% style="width: 158px;" %)**Command Example**|=(% style="width: 192px;" %)**Function**|=**Response** 999 -|(% style="width:158px" %)AT+PAYVER=?|(% style="width:192px" %)Show current payload version|((( 1028 +|**Command Example**|**Function**|**Response** 1029 +|AT+PAYVER=?|Show current payload version|((( 1000 1000 1 1031 + 1032 + 1001 1001 OK 1002 1002 ))) 1003 -| (% style="width:158px" %)AT+PAYVER=5|(% style="width:192px" %)Set payload version is 5.|OK1035 +|AT+PAYVER=5|Set payload version is 5.|OK 1004 1004 1005 - (% style="color:blue" %)**Downlink Command: 0xAE**1037 +**Downlink Command: 0xAE** 1006 1006 1007 1007 Format: Command Code (0xAE) followed by 1 bytes. 1008 1008 1009 -* Example 1: Downlink Payload: AE 01 1010 -* Example 2: Downlink Payload: AE 05 1041 +* Example 1: Downlink Payload: AE 01 ~/~/ AT+PAYVER=1 1042 +* Example 2: Downlink Payload: AE 05 ~/~/ AT+PAYVER=5 1011 1011 1012 -= 4. Battery & how to replace = 1044 +1. Battery & how to replace 1045 +11. Battery Type 1013 1013 1014 - == 4.1 Battery Type==1047 +SDI-12-LB is equipped with a [[8500mAH ER26500 Li-SOCI2 battery>>url:https://www.dragino.com/downloads/index.php?dir=datasheet/Battery/ER26500/]]. The battery is un-rechargeable battery with low discharge rate targeting for 8~~10 years use. This type of battery is commonly used in IoT target for long-term running, such as water meter. 1015 1015 1016 1016 1017 -SDI-12-LB is equipped with a [[8500mAH ER26500 Li-SOCI2 battery>>https://www.dropbox.com/sh/w9l2oa3ytpculph/AAAPtt-apH4lYfCj-2Y6lHvQa?dl=0]]. The battery is un-rechargeable battery with low discharge rate targeting for 8~~10 years use. This type of battery is commonly used in IoT target for long-term running, such as water meter. 1018 - 1019 - 1020 1020 The discharge curve is not linear so can’t simply use percentage to show the battery level. Below is the battery performance. 1021 1021 1022 -[[image: 1675146710956-626.png]]1052 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image036.png]] 1023 1023 1024 1024 1025 1025 Minimum Working Voltage for the SDI-12-LB: ... ... @@ -1027,25 +1027,31 @@ 1027 1027 SDI-12-LB: 2.45v ~~ 3.6v 1028 1028 1029 1029 1030 -== 4.2 Replace Battery == 1060 +1. 1061 +11. Replace Battery 1031 1031 1032 - 1033 1033 Any battery with range 2.45 ~~ 3.6v can be a replacement. We recommend to use Li-SOCl2 Battery. 1034 1034 1035 1035 And make sure the positive and negative pins match. 1036 1036 1037 1037 1038 -== 4.3 Power Consumption Analyze == 1039 1039 1069 +1. 1070 +11. Power Consumption Analyze 1040 1040 1041 1041 Dragino Battery powered product are all runs in Low Power mode. We have an update battery calculator which base on the measurement of the real device. User can use this calculator to check the battery life and calculate the battery life if want to use different transmit interval. 1042 1042 1074 + 1043 1043 Instruction to use as below: 1044 1044 1045 -(% style="color:blue" %)**Step 1:**(%%) Downlink the up-to-date DRAGINO_Battery_Life_Prediction_Table.xlsx from: [[https:~~/~~/www.dropbox.com/sh/zwex6i331j5oeq2/AACIMf9f_v2qsJ39CuMQ5Py_a?dl=0>>https://www.dropbox.com/sh/zwex6i331j5oeq2/AACIMf9f_v2qsJ39CuMQ5Py_a?dl=0]] 1046 1046 1047 - (% style="color:blue" %)**Step2:**(%%)Openand choose1078 +Step 1: Downlink the up-to-date DRAGINO_Battery_Life_Prediction_Table.xlsx from: 1048 1048 1080 +[[https:~~/~~/www.dragino.com/downloads/index.php?dir=LoRa_End_Node/Battery_Analyze/>>url:https://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/Battery_Analyze/]] 1081 + 1082 + 1083 +Step 2: Open it and choose 1084 + 1049 1049 * Product Model 1050 1050 * Uplink Interval 1051 1051 * Working Mode ... ... @@ -1052,48 +1052,57 @@ 1052 1052 1053 1053 And the Life expectation in difference case will be shown on the right. 1054 1054 1055 -[[image: 1675146895108-304.png]]1091 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image037.png]] 1056 1056 1057 1057 1058 1058 The battery related documents as below: 1059 1059 1060 -* [[Battery Dimension>>http s://www.dropbox.com/s/ox5g9njwjle7aw3/LSN50-Battery-Dimension.pdf?dl=0]],1061 -* [[Lithium-Thionyl Chloride Battery datasheet, Tech Spec>>http s://www.dropbox.com/sh/d4oyfnp8o94180o/AABQewCNSh5GPeQH86UxRgQQa?dl=0]]1062 -* [[Lithium-ion Battery-Capacitor datasheet>>http s://www.dropbox.com/s/791gjes2lcbfi1p/SPC_1520_datasheet.jpg?dl=0]], [[Tech Spec>>https://www.dropbox.com/s/4pkepr9qqqvtzf2/SPC1520%20Technical%20Specification20171123.pdf?dl=0]]1096 +* [[Battery Dimension>>url:http://www.dragino.com/downloads/index.php?dir=datasheet/Battery/&file=LSN50-Battery-Dimension.pdf]], 1097 +* [[Lithium-Thionyl Chloride Battery>>url:http://www.dragino.com/downloads/downloads/datasheet/Battery/ER18505_datasheet-EN.pdf]] datasheet, [[Tech Spec>>url:http://www.dragino.com/downloads/downloads/datasheet/Battery/ER18505_datasheet_PM-ER18505-S-02-LF_EN.pdf]] 1098 +* [[Lithium-ion Battery-Capacitor datasheet>>url:http://www.dragino.com/downloads/downloads/datasheet/Battery/SPC_1520_datasheet.jpg]], [[Tech Spec>>url:http://www.dragino.com/downloads/downloads/datasheet/Battery/SPC1520%20Technical%20Specification20171123.pdf]] 1063 1063 1064 -[[image:image-20230131145708-3.png]] 1100 +|((( 1101 +JST-XH-2P connector 1102 +))) 1065 1065 1104 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image038.png]] 1066 1066 1067 -=== 4.3.1 Battery Note === 1068 1068 1069 1069 1108 +1. 1109 +11. 1110 +111. Battery Note 1111 + 1070 1070 The Li-SICO battery is designed for small current / long period application. It is not good to use a high current, short period transmit method. The recommended minimum period for use of this battery is 5 minutes. If you use a shorter period time to transmit LoRa, then the battery life may be decreased. 1071 1071 1072 1072 1073 -=== 4.3.2 Replace the battery === 1115 +1. 1116 +11. 1117 +111. Replace the battery 1074 1074 1119 +You can change the battery in the SDI-12-LB.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. 1075 1075 1076 -You can change the battery in the SDI-12-LB.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. 1077 1077 1078 -The default battery pack of SDI-12-LB 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)1122 +The default battery pack of SDI-12-LB 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) 1079 1079 1080 1080 1081 1081 1082 -= 5. Remote Configure device = 1083 1083 1084 -== 5.1 Connect via BLE == 1085 1085 1086 1086 1087 -Please see this instruction for how to configure via BLE: [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/BLE%20Bluetooth%20Remote%20Configure/>>url:http://wiki.dragino.com/xwiki/bin/view/Main/BLE%20Bluetooth%20Remote%20Configure/]] 1129 +1. Remote Configure device 1130 +11. Connect via BLE 1088 1088 1132 +Please see this instruction for how to configure via BLE: 1089 1089 1090 - == 5.2ATCommand Set==1134 +[[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/BLE%20Bluetooth%20Remote%20Configure/>>url:http://wiki.dragino.com/xwiki/bin/view/Main/BLE%20Bluetooth%20Remote%20Configure/]] 1091 1091 1092 1092 1137 +1. 1138 +11. AT Command Set 1093 1093 1094 - = 6. OTA firmware update=1140 +1. OTA firmware update 1095 1095 1096 - 1097 1097 Please see this link for how to do OTA firmware update. 1098 1098 1099 1099 [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/Firmware%20OTA%20Update%20for%20Sensors/>>url:http://wiki.dragino.com/xwiki/bin/view/Main/Firmware%20OTA%20Update%20for%20Sensors/]] ... ... @@ -1100,33 +1100,19 @@ 1100 1100 1101 1101 1102 1102 1103 -= 7. Order Info = 1104 1104 1105 1105 1106 -Part Number: SDI-12-LB-XXX 1107 -XXX: The default frequency band 1108 1108 1109 -AS923: LoRaWAN AS923 band 1110 -AU915: LoRaWAN AU915 band 1111 -EU433: LoRaWAN EU433 band 1112 -EU868: LoRaWAN EU868 band 1113 -KR920: LoRaWAN KR920 band 1114 -US915: LoRaWAN US915 band 1115 -IN865: LoRaWAN IN865 band 1116 -CN470: LoRaWAN CN470 band 1117 1117 1118 1118 1119 1119 1120 1120 1121 1121 1156 +1. Order Info 1122 1122 1123 - 1124 -= 8. Packing Info = 1125 - 1126 - 1127 1127 **Package Includes**: 1128 1128 1129 -* SDI-12-LB SDI-12 to LoRaWAN Converter x 11160 +* SDI-12-LB SDI-12 to LoRaWAN Converter 1130 1130 1131 1131 **Dimension and weight**: 1132 1132 ... ... @@ -1135,11 +1135,12 @@ 1135 1135 * Package Size / pcs : cm 1136 1136 * Weight / pcs : g 1137 1137 1138 -= 9. Support = 1139 1139 1170 +1. Support 1140 1140 1141 1141 * 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. 1173 +* 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 1142 1142 1143 - * 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]]1175 +[[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]] 1144 1144 1145 1145