Changes for page TrackerD -- LoRaWAN Tracker User Manual
Last modified by Xiaoling on 2025/04/14 16:33
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -178,11 +178,10 @@ 178 178 **__Add APP KEY and DEV EUI:__** 179 179 180 180 181 -[[image:16 64501784668-703.png]]181 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LDS02%20-%20LoRaWAN%20Door%20Sensor%20User%20Manual/WebHome/1654671889112-678.png?rev=1.1||alt="1654671889112-678.png"]] 182 182 183 183 184 184 185 - 186 186 (% style="color:blue" %)**Step 2**:(%%) Power on TrackerD by using the on board switch. 187 187 188 188 ... ... @@ -549,6 +549,7 @@ 549 549 550 550 Instruction is here: [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/Notes%20for%20Data%20Cake/#H7.Example~~-~~-AddTrackerDGPSTrackingInDataCake>>url:http://wiki.dragino.com/xwiki/bin/view/Main/Notes%20for%20Data%20Cake/#H7.Example--AddTrackerDGPSTrackingInDataCake]] 551 551 551 + 552 552 [[image:1664502695771-538.png]] 553 553 554 554 ... ... @@ -561,7 +561,6 @@ 561 561 Instruction is here: [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/Tago.IO/#H3.A0Example-CreateTrackerD2FLGT92positioningwidget>>url:http://wiki.dragino.com/xwiki/bin/view/Main/Tago.IO/#H3.A0Example-CreateTrackerD2FLGT92positioningwidget]] 562 562 563 563 564 - 565 565 [[image:1664502715371-321.png]] 566 566 567 567 ... ... @@ -822,7 +822,7 @@ 822 822 823 823 * (% style="color:red" %)**2: BLE or WiFi ONLY: **(%%)Only obtain iBeacon info via BLE and uplink or obtain WiFi ssid info via WiFi and uplink. Design for Indoor tracking. 824 824 825 -* (% style="color:red" %)**3: GPS/BLE Hybrid: 824 +* (% style="color:red" %)**3: GPS/BLE Hybrid: **(%%)Combination for Indoor and Outdoor tracking.Devices will try to search BLE iBeacon first. If device can't find the iBeacon, it will use GPS for positioning. 826 826 827 827 (% style="color:#037691" %)**bb:** 828 828 ... ... @@ -1001,7 +1001,7 @@ 1001 1001 (% style="color:#037691" %)**AT+CHE=1**(%%) ~/~/ set one channels mode 1002 1002 1003 1003 1004 -(% style="color:blue" %)**Downlink Payload:0X24** (%%)1003 +(% style="color:blue" %)**Downlink Payload:0X24** 1005 1005 1006 1006 Example: 0x24 01 ~/~/ Same as AT+CHE=1 1007 1007 ... ... @@ -1163,10 +1163,12 @@ 1163 1163 |(% style="width:118px" %)A8|(% style="width:67px" %)Yellow|(% style="width:123px" %)MTMS/GPIO14 1164 1164 |(% style="width:118px" %)B8|(% style="width:67px" %)Grey|(% style="width:123px" %)MTDO/GPIO15 1165 1165 1165 + 1166 + 1166 1166 == 7.3 Notes on using different serial port tools for TrackerD == 1167 1167 1168 1168 1169 -=== **Serial port utility**===1170 +=== 7.3.1 Serial port utility === 1170 1170 1171 1171 1172 1172 Serial port utility requires you to automatically add data streams. ... ... @@ -1185,7 +1185,7 @@ 1185 1185 1186 1186 1187 1187 1188 -=== **SecureCRT**===1189 +=== 7.3.2 SecureCRT === 1189 1189 1190 1190 1191 1191 The default command window of SecureCRT is not displayed. Entering a command requires a complete input of the entire command. You can open the command window in the view. ... ... @@ -1198,7 +1198,7 @@ 1198 1198 1199 1199 1200 1200 1201 -=== **PUTTY**===1202 +=== 7.3.3 PUTTY === 1202 1202 1203 1203 1204 1204 [[image:image-20221102140748-5.png]] ... ... @@ -1210,25 +1210,40 @@ 1210 1210 [[image:image-20221102140801-6.png]] 1211 1211 1212 1212 1214 + 1213 1213 = 8 Trouble Shooting = 1214 1214 1215 -== 8.1 TDC is changed to 4294947296 and cause no uplink. == 1216 1216 1218 +== 8.1 TDC is changed to 4294947296 and cause no uplink. == 1219 + 1220 + 1221 +((( 1217 1217 Before firmware v1.4.0: When the Transport Mode is enabled (**AT+INTWK=1**), the **TDC** needs to be greater than **MTDC**, otherwise, TDC setting will because 4294947296 after wakre up from motion. This bug is fixed in firmware v1.4.1 1223 +))) 1218 1218 1219 1219 1220 -== 8.2 Device not able get AT Command or show output after wake up from deep sleep mode == 1221 1221 1227 +== 8.2 Device not able get AT Command or show output after wake up from deep sleep mode == 1228 + 1229 + 1230 +((( 1222 1222 ESP32 is not able to accept the Interrupt from UART after wake up from deep sleep mode. User need to press the button (one click) and trackerD will be able to accept UART command, it there is no action in UART for 15 seconds. it will go to deep sleep mode. 1232 +))) 1223 1223 1224 1224 1225 -== 8.3 The reason why it has been restarted after upgrading(V.1.4.1) == 1226 1226 1236 +== 8.3 The reason why it has been restarted after upgrading(V.1.4.1) == 1237 + 1238 + 1239 +((( 1227 1227 If it is V1.4.0 and the previous version, new partitions need to be loaded when upgrading. The new version of the software is stored in the partition package. The upgrade method is shown in the figure 1241 +))) 1228 1228 1243 + 1229 1229 [[image:image-20221107145243-1.png||height="695" width="443"]] 1230 1230 1231 1231 1247 + 1232 1232 = 9. Order Info = 1233 1233 1234 1234 ... ... @@ -1244,6 +1244,8 @@ 1244 1244 * (% style="color:red" %)**AU915**(%%): Default frequency band AU915 1245 1245 * (% style="color:red" %)**US915**(%%): Default frequency band US915 1246 1246 1263 + 1264 + 1247 1247 = 10. Packing Info = 1248 1248 1249 1249 ... ... @@ -1257,6 +1257,8 @@ 1257 1257 * Device Size: 85 x 48 x 15 mm 1258 1258 * Weight: 50g 1259 1259 1278 + 1279 + 1260 1260 = 11. Support = 1261 1261 1262 1262 ... ... @@ -1263,6 +1263,8 @@ 1263 1263 * 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. 1264 1264 * 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:file:///D:/市场资料/说明书/LoRa/LT系列/support@dragino.com]]. 1265 1265 1286 + 1287 + 1266 1266 = 12. Reference = 1267 1267 1268 1268