<
From version < 213.1 >
edited by Bei Jinggeng
on 2023/10/23 10:31
To version < 210.6 >
edited by Xiaoling
on 2023/08/07 16:52
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Bei
1 +XWiki.Xiaoling
Content
... ... @@ -213,6 +213,7 @@
213 213  
214 214  Use can also get the Device Status uplink through the downlink command: (% style="color:#037691" %)**Downlink:  0x2301**
215 215  
216 +
216 216  (% border="1" cellspacing="5" style="background-color:#f2f2f2; width:440px" %)
217 217  |(% style="background-color:#d9e2f3; color:#0070c0; width:60px" %)**Size(bytes)**|=(% style="width: 70px;background-color:#D9E2F3;color:#0070C0" %)1|=(% style="width: 70px;background-color:#D9E2F3;color:#0070C0" %)**2**|=(% style="width: 70px;background-color:#D9E2F3;color:#0070C0" %)**1**|=(% style="width: 50px;background-color:#D9E2F3;color:#0070C0" %)**1**|=(% style="width: 30px;background-color:#D9E2F3;color:#0070C0" %)2|=(% style="width: 40px;background-color:#D9E2F3;color:#0070C0" %)1|=(% style="width: 40px;background-color:#D9E2F3;color:#0070C0" %)1
218 218  |(% style="width:108px" %)**Value**|(% style="width:82px" %)Sensor Model|(% style="width:83px" %)Firmware Version|(% style="width:94px" %)Frequency Band|(% style="width:84px" %)Sub-band|(% style="width:44px" %)BAT|(% style="width:63px" %)SMOD|(% style="width:60px" %)Status
... ... @@ -263,27 +263,27 @@
263 263  |(% style="width:60px" %)**Size(bit)**|(% style="width:50px" %)1 bit|(% style="width:80px" %)2 bits|(% style="width:80px" %)4 bits
264 264  |(% style="width:75px" %)**Value**|(% style="width:64px" %)SMOD|(% style="width:104px" %)GPS_Settings|(% style="width:103px" %)BLE_Settings
265 265  
266 -(% style="color:blue" %)**SMOD:**
267 +(% style="color:blue" %)** SMOD:**
267 267  
268 -(% style="color:red" %)**1 :** (%%) GPS ONLY
269 +(% style="color:red" %)** 1 :** (%%) GPS ONLY
269 269  
270 -(% style="color:red" %)**2 :** (%%) BLE ONLY
271 +(% style="color:red" %)** 2 :** (%%) BLE ONLY
271 271  
272 -(% style="color:red" %)**3 :**  (%%) GPS/BLE Hybrid
273 +(% style="color:red" %)** 3 :**  (%%) GPS/BLE Hybrid
273 273  
274 274  
275 -(% style="color:blue" %)**GPS_MOD: Define how to send GPS payload**
276 +(% style="color:blue" %)** GPS_MOD: Define how to send GPS payload**
276 276  
277 -(% style="color:red" %)**0 : ** (%%) Enable uploading on-board Temperature and humidity values
278 +(% style="color:red" %)** 0 : ** (%%) Enable uploading on-board Temperature and humidity values
278 278  
279 -(% style="color:red" %)**1 :** (%%) Disable uploading on-board Temperature and humidity values
280 +(% style="color:red" %)** 1 :** (%%) Disable uploading on-board Temperature and humidity values
280 280  
281 281  
282 -(% style="color:blue" %)**BLE_Settings:**
283 +(% style="color:blue" %)** BLE_Settings:**
283 283  
284 -(% style="color:red" %)**1: ** (%%) BLE Positioning with Strongest iBeacon
285 +(% style="color:red" %)** 1: ** (%%) BLE Positioning with Strongest iBeacon
285 285  
286 -(% _mstmutation="1" style="color:red" %)**2:**  (%%)WiFi Positioning with Strongest WiFi SSID(% _mstmutation="1" style="color:blue" %)(V1.4.1 Version support this function later)(%%)  
287 +(% _mstmutation="1" style="color:red" %)** 2:**  (%%)WiFi Positioning with Strongest WiFi SSID(% _mstmutation="1" style="color:blue" %)(V1.4.1 Version support this function later)(%%)  
287 287  
288 288  
289 289  (% style="color:#037691" %)**Status Field (total 1 byte)**(%%):  0x02
... ... @@ -861,6 +861,7 @@
861 861  
862 862  SMOD define how TrackerD scan and uplink data:
863 863  
865 +
864 864  * (% style="color:blue" %)**AT Command:**
865 865  
866 866  (% style="color:#037691" %)**AT+SMOD=aa,bb,cc**
... ... @@ -906,8 +906,10 @@
906 906  
907 907  Set max positioning time, default is 150 seconds. TrackerD will try to get location info within this period. If fail to get position data within this time, TrackerD will use 000000 for latitude and longitude.
908 908  
911 +
909 909  If **AT+FTIME=0**. The GPS module will be always powered and positioning. This will highly increase the power consumption (up to 50mA). When AT+FTIME=0, it will improve fix accuracy and shorten the acquire time for next uplink.
910 910  
914 +
911 911  * (% style="color:blue" %)**AT Command:**
912 912  
913 913  (% style="color:#037691" %)**AT+FTIME=xx**  (%%) **~-~-> ** Set to use xx as max fix time.
... ... @@ -925,8 +925,10 @@
925 925  
926 926  PDOP(Position Dilution of Precision) filter, TrackerD will only accept GPS data with a lower PDOP value than pre-configure PDOP value. If device can't get a valid GPS packet within FTIME timeout, it will use the GPS data with lowest PDOP value to server.
927 927  
932 +
928 928  A GPS packet with lower PDOP has higher accuracy. PDOP default value is 2.0
929 929  
935 +
930 930  * (% style="color:blue" %)**AT Command:**
931 931  
932 932  (% style="color:#037691" %)**AT+PDOP=2.5 ** (%%) **~-~->  ** Set PDOP to 2.5
... ... @@ -949,11 +949,11 @@
949 949  (% style="color:#037691" %)**AT+CFM=xx**
950 950  
951 951  
952 -**Example:**
958 +**~ Example:**
953 953  
954 -AT+CFM=0    **~-~->   ** Disable confirmation
960 + AT+CFM=0    **~-~->   ** Disable confirmation
955 955  
956 -AT+CFM=1    **~-~->  ** Enable confirmation
962 + AT+CFM=1    **~-~->  ** Enable confirmation
957 957  
958 958  
959 959  * (% style="color:blue" %)**Downlink Payload (prefix 0x05):**
... ... @@ -991,9 +991,9 @@
991 991  
992 992  (% style="color:blue" %)**AT Command:**
993 993  
994 -(% _mstmutation="1" style="color:#037691" %)**AT+BLEMASK=123456**   (%%) ~/~/ Set BLEMASK = 123456
1000 + (% _mstmutation="1" style="color:#037691" %)**AT+BLEMASK=123456**   (%%) ~/~/ Set BLEMASK = 123456
995 995  
996 -(% _mstmutation="1" style="color:#037691" %)**AT+BLEMASK=0**  (%%) ~/~/ disable BLEMASK
1002 + (% _mstmutation="1" style="color:#037691" %)**AT+BLEMASK=0**  (%%) ~/~/ disable BLEMASK
997 997  
998 998  (% style="color:blue" %)**Downlink Payload: (Prefix : 0xB2)(Since firmware 1.4.1)**
999 999  
... ... @@ -1009,9 +1009,9 @@
1009 1009  
1010 1010  (% style="color:blue" %)**AT Command:**
1011 1011  
1012 -(% _mstmutation="1" style="color:#037691" %)**AT+WiFiMASK=123456**    (%%) ~/~/ Set WiFiMASK = 123456
1018 + (% _mstmutation="1" style="color:#037691" %)**AT+WiFiMASK=123456**    (%%) ~/~/ Set WiFiMASK = 123456
1013 1013  
1014 -(% _mstmutation="1" style="color:#037691" %)**AT+WiFiMASK=0**       (%%) ~/~/ disable WiFiMASK
1020 + (% _mstmutation="1" style="color:#037691" %)**AT+WiFiMASK=0**       (%%) ~/~/ disable WiFiMASK
1015 1015  
1016 1016  (% style="color:blue" %)**Downlink Payload: (Prefix : 0xB3)(Since firmware 1.4.1)**
1017 1017  
... ... @@ -1053,11 +1053,11 @@
1053 1053  
1054 1054  (% style="color:#037691" %)**AT+PT=xx**
1055 1055  
1056 -Example:
1062 + Example:
1057 1057  
1058 -AT+PT=14    ~-~->    Set to detect car motion.
1064 + AT+PT=14    ~-~->    Set to detect car motion.
1059 1059  
1060 -AT+PT=41  ~-~->    set to detect walk motion.
1066 + AT+PT=41  ~-~->    set to detect walk motion.
1061 1061  
1062 1062  
1063 1063  (% style="color:blue" %)**Downlink Payload:0xB4**
... ... @@ -1074,9 +1074,9 @@
1074 1074  
1075 1075  (% style="color:#037691" %)**AT+ATST=XX**
1076 1076  
1077 -Example:
1083 + Example:
1078 1078  
1079 -AT+ATST=15    ~-~-> Set the time to 15 seconds
1085 + AT+ATST=15    ~-~-> Set the time to 15 seconds
1080 1080  
1081 1081  (% style="color:blue" %)**Downlink Payload:0XB5**
1082 1082  
... ... @@ -1092,9 +1092,9 @@
1092 1092  
1093 1093  (% style="color:#037691" %)**AT+PM=xx**
1094 1094  
1095 -Example:
1101 + Example:
1096 1096  
1097 -AT+PM=1    ~-~->  Turn on step counting mode
1103 + AT+PM=1    ~-~->  Turn on step counting mode
1098 1098  
1099 1099  AT+PM=0    ~-~->  Turn OFF step counting mode
1100 1100  
... ... @@ -1132,7 +1132,7 @@
1132 1132  
1133 1133  (% style="color:#037691" %)**AT+BEEP=XX**
1134 1134  
1135 -Example:
1141 + Example:
1136 1136  
1137 1137  AT+BEEP=1 ~-~-> Turn on the buzzer
1138 1138  
... ... @@ -1152,7 +1152,7 @@
1152 1152  
1153 1153  (% style="color:#037691" %)**AT+EAT=XX**
1154 1154  
1155 -Example:
1161 + Example:
1156 1156  
1157 1157  AT+EAT=2 ~-~-> Set the long press time to 2s
1158 1158  
... ... @@ -1507,6 +1507,7 @@
1507 1507  
1508 1508  Error shows below, user might erase the entire flash include u-boot partition which cause this issue.
1509 1509  
1516 +
1510 1510  [[image:image-20221122100004-1.png||_mstalt="423514" height="497" width="534"]]
1511 1511  
1512 1512  
... ... @@ -1623,13 +1623,6 @@
1623 1623  2. Send some commands through the serial port to prompt an error (Example:AT+SMOD=1,0,1)
1624 1624  
1625 1625  
1626 -== 8.8  Why when using some serial consoles, only inputting the first string port console will return "error"? ==
1627 -
1628 -
1629 -Need to enter the entire command at once, not a single character.
1630 -User can open a command window or copy the entire command to the serial console.
1631 -
1632 -
1633 1633  = 9.  Order Info =
1634 1634  
1635 1635  
image-20231023103116-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -48.2 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0