Last modified by Xiaoling on 2023/12/27 09:15

From version 106.1
edited by Bei Jinggeng
on 2022/11/07 09:15
Change comment: There is no comment for this version
To version 99.1
edited by Bei Jinggeng
on 2022/11/03 08:49
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -124,7 +124,7 @@
124 124  * Human tracking
125 125  
126 126  
127 -= 2.  Use TrackerD =
127 += 2.1 Use TrackerD =
128 128  
129 129  
130 130  == 2.1 How it works? ==
... ... @@ -438,7 +438,7 @@
438 438  (% style="color:red" %)**Note for this mode:**
439 439  
440 440  * a) TrackerD will do an ACK check for data records sending to make sure every data arrive server.
441 -* b) TrackerD will send data in CONFIRMED Mode when PNACKMD=1 and CFM=1, but TrackerD won't re-transmit the packet if it doesn't get ACK, it will just mark it as a NONE-ACK message. In a future uplink, if TrackerD gets an ACK, TrackerD will consider there is a network connection and resend all NONE-ACK Messages.
441 +* b) TrackerD will send data in (% style="color:blue" %)**CONFIRMED Mode**(%%) when PNACKMD=1, but TrackerD won't re-transmit the packet if it doesn't get ACK, it will just mark it as a NONE-ACK message. In a future uplink, if TrackerD gets an ACK, TrackerD will consider there is a network connection and resend all NONE-ACK Messages.
442 442  * c) the total payload will be 15 bytes, while US915/AU915 DR0 accepts only 11 bytes of payload. In this case (DR0 of US915/AU915), the payload on server will show NULL
443 443  
444 444  The payload is 15 bytes, as below.
... ... @@ -489,7 +489,7 @@
489 489  * (% style="color:#037691" %)**RSSI:  ** (%%) The RSSI from the strongest iBeacon.
490 490  
491 491  
492 -=== 2.4.6  Uplink FPORT~=8, WiFi Positioning with Strongest WiFi SSID(Since firmware 1.4.1) ===
492 +=== 2.4.6  Uplink FPORT~=8, WiFi Positioning with Strongest WiFi SSID ===
493 493  
494 494  
495 495  TrackerD supports WiFi scans for indoor positioning. User can set [[**SMOD**>>||anchor="H3.2.7SetPositioningMode"]] to **BLE pure** or **GPS/BLE hybrid** so TrackerD will scan WiFi and find the strongest WiFi info and uplink.
... ... @@ -896,7 +896,7 @@
896 896  
897 897  * (% style="color:blue" %)**Downlink Payload (prefix 0x05):**
898 898  
899 -(% style="color:#037691" %)**0x05 01 **(%%) ~/~/  Same as AT+ CFM =1
899 +(% style="color:#037691" %)**0x05 01 **(%%) ~/~/  Same as AT+ SMOD =1
900 900  
901 901  
902 902  
... ... @@ -935,13 +935,13 @@
935 935  
936 936   (% style="color:#037691" %)**AT+BLEMASK=0**  (%%) ~/~/ disable BLEMASK
937 937  
938 -(% style="color:blue" %)**Downlink Payload: (Prefix : 0xB2)(Since firmware 1.4.1)**
939 939  
940 -Example: 0xB2010203040506    ~/~/ Set BLEMASK to 123456
939 +(% style="color:blue" %)**Downlink Payload: (Prefix : 0xA5)**
941 941  
941 +Example: 0xA5010203040506    ~/~/ Set BLEMASK to 123456
942 942  
943 943  
944 -=== 3.2.12  Set WiFIMASK to filter WiFi SSID(Since firmware 1.4.1) ===
944 +=== 3.2.12  Set WiFIMASK to filter WiFi SSID ===
945 945  
946 946  
947 947  WiFiMASK is to filter the unwanted WiFi SSID during scan. For example, if WiFiMASK is 123456. TrackerD will only uplink SSID info which includes 123456. It will ignore all other WiFi which doesn’t contact 123456 in the SSID.
... ... @@ -950,14 +950,14 @@
950 950  
951 951  (% style="color:blue" %)**AT Command:**
952 952  
953 - (% style="color:#037691" %)**AT+WiFiMASK =123456**    (%%) ~/~/ Set WiFiMASK = 123456
953 + (% style="color:#037691" %)**AT+ WiFiMASK =123456**    (%%) ~/~/ Set WiFiMASK = 123456
954 954  
955 - (% style="color:#037691" %)**AT+WiFiMASK =0**       (%%) ~/~/ disable WiFiMASK
955 + (% style="color:#037691" %)**AT+ WiFiMASK =0**       (%%) ~/~/ disable WiFiMASK
956 956  
957 -(% style="color:blue" %)**Downlink Payload: (Prefix : 0xB3)(Since firmware 1.4.1)**
958 958  
959 -Example: 0xB3010203040506    ~/~/ Set WiFiMASK to 123456
958 +(% style="color:blue" %)**Downlink Payload: (Prefix : 0xA5)**
960 960  
960 +Example: 0xA5010203040506    ~/~/ Set WiFiMASK to 123456
961 961  
962 962  
963 963  === 3.2.13 Disable/Enable Information printing(Since firmware 1.4.1) ===
... ... @@ -967,25 +967,12 @@
967 967  
968 968  (% style="color:blue" %)**AT Command:**
969 969  
970 -(% style="color:#037691" %)**AT+SHOWID=XX         **(%%) ~/~/(Disable (0), Enable (1), default:0)
971 -\\Example: AT+SHOWID =1 ~-~-> Enable Information printing.
972 972  
971 +(% style="color:#037691" %)**AT+ SHOWID=XX         **(%%) ~/~/(Disable (0), Enable (1), default:0)
972 +
973 +Example: AT+ SHOWID =1 ~-~-> Enable Information printing.
973 973  
974 974  
975 -=== 3.2.14 Get or Set Eight Channels Mode, only for us915, AU915(Since firmware 1.4.1) ===
976 -
977 -
978 -The Channels Mode in the LORAWAN LMIC library is from 0 ~~ 7. When CHE = 8, 72 channels will be accessible to the network.
979 -
980 -(% style="color:blue" %)**AT Command:**
981 -
982 -(% style="color:#037691" %)**AT+CHE=1**(%%) ~/~/ set one channels mode,
983 -
984 -(% style="color:blue" %)**Downlink Payload:0X24**(%%)
985 -Example: 0x24 01 ~/~/ Same as AT+CHE= = 1
986 -
987 -
988 -
989 989  = 4. Setting for Different Scenarios =
990 990  
991 991  
... ... @@ -1142,7 +1142,6 @@
1142 1142  |(% style="width:118px" %)A8|(% style="width:67px" %)Yellow|(% style="width:123px" %)MTMS/GPIO14
1143 1143  |(% style="width:118px" %)B8|(% style="width:67px" %)Grey|(% style="width:123px" %)MTDO/GPIO15
1144 1144  
1145 -
1146 1146  == 7.3 Notes on using different serial port tools for TrackerD ==
1147 1147  
1148 1148  
... ... @@ -1190,13 +1190,7 @@
1190 1190  [[image:image-20221102140801-6.png]]
1191 1191  
1192 1192  
1193 -== 7.4 TrackerD trouble shooting ==
1194 1194  
1195 -
1196 -V1.4.0: When the motion mode is turned on, the TDC needs to be greater than MTDC, otherwise TDC time will be confused
1197 -
1198 -
1199 -
1200 1200  = 8.  Order Info =
1201 1201  
1202 1202  
... ... @@ -1240,6 +1240,3 @@
1240 1240  * [[**Firmware in Bin format**>>https://www.dropbox.com/sh/733s8xlwahhqg1d/AABxDz80lBVX_to8zNuUQWFja?dl=0]]
1241 1241  * **[[Source Code>>https://github.com/dragino/TrackerD]] **
1242 1242  * [[**Hardware Source**>>https://www.dropbox.com/sh/orwoy6cecb89m4e/AAD37sRuUrvKsHgAJxuVTkB5a?dl=0]]
1243 -
1244 -
1245 -