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

From version 105.2
edited by Xiaoling
on 2022/11/04 17:42
Change comment: There is no comment for this version
To version 98.2
edited by Xiaoling
on 2022/11/02 15:52
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -127,7 +127,7 @@
127 127  
128 128  
129 129  
130 -= 2.  Use TrackerD =
130 += 2.1 Use TrackerD =
131 131  
132 132  
133 133  == 2.1 How it works? ==
... ... @@ -443,7 +443,7 @@
443 443  (% style="color:red" %)**Note for this mode:**
444 444  
445 445  * a) TrackerD will do an ACK check for data records sending to make sure every data arrive server.
446 -* 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.
446 +* 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.
447 447  * 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
448 448  
449 449  The payload is 15 bytes, as below.
... ... @@ -906,7 +906,7 @@
906 906  
907 907  * (% style="color:blue" %)**Downlink Payload (prefix 0x05):**
908 908  
909 -(% style="color:#037691" %)**0x05 01 **(%%) ~/~/  Same as AT+ CFM =1
909 +(% style="color:#037691" %)**0x05 01 **(%%) ~/~/  Same as AT+ SMOD =1
910 910  
911 911  
912 912  
... ... @@ -945,10 +945,10 @@
945 945  
946 946   (% style="color:#037691" %)**AT+BLEMASK=0**  (%%) ~/~/ disable BLEMASK
947 947  
948 -(% style="color:blue" %)**Downlink Payload: (Prefix : 0xB2)(Since firmware 1.4.1)**
949 949  
950 -Example: 0xB2010203040506    ~/~/ Set BLEMASK to 123456
949 +(% style="color:blue" %)**Downlink Payload: (Prefix : 0xA5)**
951 951  
951 +Example: 0xA5010203040506    ~/~/ Set BLEMASK to 123456
952 952  
953 953  
954 954  === 3.2.12  Set WiFIMASK to filter WiFi SSID ===
... ... @@ -964,13 +964,13 @@
964 964  
965 965   (% style="color:#037691" %)**AT+ WiFiMASK =0**       (%%) ~/~/ disable WiFiMASK
966 966  
967 -(% style="color:blue" %)**Downlink Payload: (Prefix : 0xB3)(Since firmware 1.4.1)**
968 968  
969 -Example: 0xB3010203040506    ~/~/ Set WiFiMASK to 123456
968 +(% style="color:blue" %)**Downlink Payload: (Prefix : 0xA5)**
970 970  
970 +Example: 0xA5010203040506    ~/~/ Set WiFiMASK to 123456
971 971  
972 972  
973 -=== 3.2.13 Disable/Enable Information printing(Since firmware 1.4.1) ===
973 +=== 3.2.13 Disable/Enable Information printing ===
974 974  
975 975  
976 976  Users can use this feature to enable/disable Information printing.
... ... @@ -977,25 +977,12 @@
977 977  
978 978  (% style="color:blue" %)**AT Command:**
979 979  
980 +
980 980  (% style="color:#037691" %)**AT+ SHOWID=XX         **(%%) ~/~/(Disable (0), Enable (1), default:0)
981 -\\Example: AT+ SHOWID =1 ~-~-> Enable Information printing.
982 +
983 +Example: AT+ SHOWID =1 ~-~-> Enable Information printing.
982 982  
983 983  
984 -
985 -=== 3.2.14 Get or Set Eight Channels Mode, only for us915, AU915(Since firmware 1.4.1) ===
986 -
987 -
988 -The Channels Mode in the LORAWAN LMIC library is from 0 ~~ 7. When CHE = 8, 72 channels will be accessible to the network.
989 -
990 -(% style="color:blue" %)**AT Command:**
991 -
992 -(% style="color:#037691" %)**AT+ CHE=1**(%%) ~/~/ set one channels mode,
993 -
994 -(% style="color:blue" %)**Downlink Payload:0X24**(%%)
995 -Example: 0x24 01 ~/~/ Same as AT+ CHE= = 1
996 -
997 -
998 -
999 999  = 4. Setting for Different Scenarios =
1000 1000  
1001 1001  
... ... @@ -1153,7 +1153,6 @@
1153 1153  |(% style="width:118px" %)B8|(% style="width:67px" %)Grey|(% style="width:123px" %)MTDO/GPIO15
1154 1154  
1155 1155  
1156 -
1157 1157  == 7.3 Notes on using different serial port tools for TrackerD ==
1158 1158  
1159 1159  
... ... @@ -1201,13 +1201,7 @@
1201 1201  [[image:image-20221102140801-6.png]]
1202 1202  
1203 1203  
1204 -== 7.4 TrackerD trouble shooting ==
1205 1205  
1206 -
1207 -V1.4.0: When the motion mode is turned on, the TDC needs to be greater than MTDC, otherwise TDC time will be confused
1208 -
1209 -
1210 -
1211 1211  = 8.  Order Info =
1212 1212  
1213 1213  
... ... @@ -1254,7 +1254,3 @@
1254 1254  * [[**Firmware in Bin format**>>https://www.dropbox.com/sh/733s8xlwahhqg1d/AABxDz80lBVX_to8zNuUQWFja?dl=0]]
1255 1255  * **[[Source Code>>https://github.com/dragino/TrackerD]] **
1256 1256  * [[**Hardware Source**>>https://www.dropbox.com/sh/orwoy6cecb89m4e/AAD37sRuUrvKsHgAJxuVTkB5a?dl=0]]
1257 -
1258 -
1259 -
1260 -