<
From version < 62.7 >
edited by Xiaoling
on 2023/05/30 10:50
To version < 62.6 >
edited by Xiaoling
on 2023/05/30 10:10
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -753,8 +753,6 @@
753 753  * AT Command via UART Connection : See [[UART Connection>>http://wiki.dragino.com/xwiki/bin/view/Main/UART%20Access%20for%20LoRa%20ST%20v4%20base%20model/#H2.3UARTConnectionforSN50v3basemotherboard]].
754 754  * LoRaWAN Downlink.  Instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section.
755 755  
756 -
757 -
758 758  == 3.2 General Commands ==
759 759  
760 760  
... ... @@ -779,6 +779,8 @@
779 779  
780 780  (((
781 781  Feature: Change LoRaWAN End Node Transmit Interval.
780 +
781 +
782 782  )))
783 783  
784 784  (((
... ... @@ -819,6 +819,7 @@
819 819  
820 820  )))
821 821  
822 +
822 822  === 3.3.2 Quit AT Command ===
823 823  
824 824  
... ... @@ -863,46 +863,70 @@
863 863  
864 864  **0xA7 00    ** ~/~/  Same As AT+DISALARM=0
865 865  
867 +(% style="color:red" %)**Notice, This command requires setting CPL01 to LDS03A Mode first. See **(%%)**"(% style="color:blue" %)3.7 Set the sensor mode"(%%)**
866 866  
869 +
867 867  === 3.3.5 Alarm Base on Timeout ===
868 868  
869 869  
870 870  (((
871 -CPL03-LB can monitor the timeout for a status change, this feature can be used to monitor some events such as door opening too long etc. Related Parameters are:
874 +(((
875 +CPL01 can monitor the timeout for a status change, this feature can be used to monitor some events such as door opening too long etc. Related Parameters are:
876 +
877 +
872 872  )))
879 +)))
873 873  
874 -
875 875  (((
882 +(((
876 876  (% style="color:#4f81bd" %)**1. Keep Status: Status to be monitor**
877 877  )))
885 +)))
878 878  
879 879  (((
880 -**Keep Status = 1**: Monitor Close to Open event
888 +(((
889 +Keep Status = 1: Monitor Close to Open event
881 881  )))
891 +)))
882 882  
883 883  (((
884 -**Keep Status = 0**: Monitor Open to Close event
894 +(((
895 +Keep Status = 0: Monitor Open to Close event
896 +
897 +
885 885  )))
899 +)))
886 886  
887 -
888 888  (((
902 +(((
889 889  (% style="color:#4f81bd" %)**2. Keep Time: Timeout to send an Alarm**
890 890  )))
905 +)))
891 891  
892 892  (((
908 +(((
893 893  Range 0 ~~ 65535(0xFFFF) seconds.
894 894  )))
911 +)))
895 895  
896 896  (((
897 -If** keep time = 0**, Disable Alarm Base on Timeout feature.
914 +(((
915 +If keep time = 0, Disable Alarm Base on Timeout feature.
898 898  )))
917 +)))
899 899  
900 900  (((
901 -If **keep time > 0**, device will monitor the keep status event and send an alarm when status doesn’t change after timeout.
920 +(((
921 +If keep time > 0, device will monitor the keep status event and send an alarm when status doesn’t change after timeout.
902 902  )))
903 903  
924 +(((
925 +
926 +)))
927 +)))
904 904  
905 905  (((
930 +(((
906 906  (% style="color:#4f81bd" %)**AT Command**(%%) to configure:
907 907  )))
908 908  
... ... @@ -913,9 +913,14 @@
913 913  (((
914 914  (% style="color:blue" %)**AT+TTIG=0,0 **(%%) ~-~-> Default Value, disable timeout Alarm.
915 915  )))
941 +)))
916 916  
943 +(((
944 +
945 +)))
917 917  
918 918  (((
948 +(((
919 919  (% style="color:#4f81bd" %)**Downlink Command**(%%) to configure:
920 920  )))
921 921  
... ... @@ -922,31 +922,47 @@
922 922  (((
923 923  **Command: 0xA9 aa bb cc**
924 924  )))
955 +)))
925 925  
926 926  (((
927 -**A9: **Command Type Code
958 +(((
959 +A9: Command Type Code
928 928  )))
961 +)))
929 929  
930 930  (((
931 -**aa: **status to be monitored
964 +(((
965 +aa: status to be monitored
932 932  )))
967 +)))
933 933  
934 934  (((
935 -**bb cc: **timeout.
970 +(((
971 +bb cc: timeout.
936 936  )))
973 +)))
937 937  
975 +(((
976 +
977 +)))
938 938  
939 939  (((
980 +(((
940 940  If user send 0xA9 01 00 1E: equal to AT+TTRIG=1,30
941 941  )))
983 +)))
942 942  
943 943  (((
986 +(((
944 944  Or
945 945  )))
989 +)))
946 946  
947 947  (((
992 +(((
948 948  0xA9 00 00 00: Equal to AT+TTRIG=0,0. Disable timeout Alarm.
949 949  )))
995 +)))
950 950  
951 951  
952 952  === 3.3.6 Clear Flash Record ===
... ... @@ -954,23 +954,25 @@
954 954  
955 955  Feature: Clear flash storage for data log feature.
956 956  
957 -(% style="color:blue" %)**AT Command: AT+CLRDTA**
958 958  
1004 +(% style="color:#4f81bd" %)**AT Command: AT+CLRDTA**
1005 +
959 959  (% border="1" cellspacing="5" style="background-color:#f2f2f2; width:500px" %)
960 960  |=(% style="width: 157px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 169px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="width: 174px;background-color:#D9E2F3;color:#0070C0" %)**Response**
961 961  |(% style="width:157px" %)AT+CLRDTA|(% style="width:169px" %)Clear flash storage for data log feature.|Clear all stored sensor data… OK
962 962  
963 963  (((
964 -(% style="color:blue" %)**Downlink Command:**
1011 +(((
1012 +(% style="color:#4f81bd" %)**Downlink Command:**
965 965  )))
966 966  
967 967  (((
968 968  * **Example**: 0xA301  ~/~/  Same as AT+CLRDTA
969 969  )))
1018 +)))
970 970  
971 971  
972 972  
973 -
974 974  === 3.3.7 Set trigger mode ===
975 975  
976 976  
... ... @@ -999,6 +999,9 @@
999 999  
1000 1000  
1001 1001  
1050 +
1051 +
1052 +
1002 1002  === 3.3.8 Set the calculate flag ===
1003 1003  
1004 1004  
... ... @@ -1015,6 +1015,9 @@
1015 1015  
1016 1016  * **Example**: 0XA501  ~/~/  Same as AT+CALCFLAG =1
1017 1017  
1069 +
1070 +
1071 +
1018 1018  === 3.3.9 Set count number ===
1019 1019  
1020 1020  
... ... @@ -1033,6 +1033,9 @@
1033 1033  
1034 1034  * **Example**: 0xA6000064  ~/~/  Same as AT+ SETCNT =100
1035 1035  
1090 +
1091 +
1092 +
1036 1036  === 3.3.10 Set Interrupt Mode ===
1037 1037  
1038 1038  
... ... @@ -1069,6 +1069,9 @@
1069 1069  
1070 1070  
1071 1071  
1129 +
1130 +
1131 +
1072 1072  === 3.3.11 Set Power Output Duration ===
1073 1073  
1074 1074  
... ... @@ -1095,15 +1095,12 @@
1095 1095  The first and second bytes are the time to turn on.
1096 1096  
1097 1097  * Example 1: Downlink Payload: 070000  **~-~-->**  AT+5VT=0
1098 -
1099 1099  * Example 2: Downlink Payload: 0701F4  **~-~-->**  AT+5VT=500
1100 1100  
1101 -
1102 -
1103 1103  = 4. Battery & Power Consumption =
1104 1104  
1105 1105  
1106 -CPL03-LB use ER26500 + SPC1520 battery pack. See below link for detail information about the battery info and how to replace.
1163 +S31x-LB use ER26500 + SPC1520 battery pack. See below link for detail information about the battery info and how to replace.
1107 1107  
1108 1108  [[**Battery Info & Power Consumption Analyze**>>http://wiki.dragino.com/xwiki/bin/view/Main/How%20to%20calculate%20the%20battery%20life%20of%20Dragino%20sensors%3F/]] .
1109 1109  
... ... @@ -1112,12 +1112,10 @@
1112 1112  
1113 1113  
1114 1114  (% class="wikigeneratedid" %)
1115 -User can change firmware CPL03-LB to:
1172 +User can change firmware S31x-LB to:
1116 1116  
1117 1117  * Change Frequency band/ region.
1118 -
1119 1119  * Update with new features.
1120 -
1121 1121  * Fix bugs.
1122 1122  
1123 1123  Firmware and changelog can be downloaded from : **[[Firmware download link>>url:https://www.dropbox.com/sh/kwqv57tp6pejias/AAAopYMATh1GM6fZ-VRCLrpDa?dl=0]]**
... ... @@ -1126,23 +1126,18 @@
1126 1126  Methods to Update Firmware:
1127 1127  
1128 1128  * (Recommanded way) OTA firmware update via wireless:   [[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/]]
1129 -
1130 1130  * Update through UART TTL interface. **[[Instruction>>url:http://wiki.dragino.com/xwiki/bin/view/Main/UART%20Access%20for%20LoRa%20ST%20v4%20base%20model/#H1.LoRaSTv4baseHardware]]**.
1131 1131  
1132 1132  = 6. FAQ =
1133 1133  
1134 -== 6.1  AT Commands input doesn't work ==
1135 1135  
1136 1136  
1137 -In the case if user can see the console output but can't type input to the device. Please check if you already include the (% style="color:green" %)**ENTER**(%%) while sending out the command. Some serial tool doesn't send (% style="color:green" %)**ENTER**(%%) while press the send key, user need to add ENTER in their string.
1138 -
1139 -
1140 1140  = 7. Order Info =
1141 1141  
1142 1142  
1143 -Part Number: (% style="color:blue" %)**CPL03-LB-XXX**
1193 +Part Number: (% style="color:blue" %)**S31-LB-XX  / S31B-LB-XX**
1144 1144  
1145 -(% style="color:red" %)**XXX**(%%): The default frequency band
1195 +(% style="color:red" %)**XX**(%%): The default frequency band
1146 1146  
1147 1147  * (% style="color:red" %)**AS923**(%%): LoRaWAN AS923 band
1148 1148  
... ... @@ -1165,7 +1165,7 @@
1165 1165  
1166 1166  (% style="color:#037691" %)**Package Includes**:
1167 1167  
1168 -* CPL03-LB LoRaWAN Pulse/Contact Sensor
1218 +* S31x-LB LoRaWAN Temperature & Humidity Sensor
1169 1169  
1170 1170  (% style="color:#037691" %)**Dimension and weight**:
1171 1171  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0