Changes for page TrackerD - LoRaWAN Tracker User Manual(Remove WiFi)
Last modified by Xiaoling on 2023/12/27 09:15
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 ... ... @@ -819,9 +819,11 @@ 819 819 (% style="color:#037691" %)** aa:** 820 820 821 821 * (% style="color:red" %)**1: GPS ONLY(Factory Settings): **(%%)Only get and uplink GPS location info. 821 + 822 822 * (% 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. 823 -* (% 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. 824 824 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. 825 + 825 825 (% style="color:#037691" %)**bb:** 826 826 827 827 * (% style="color:red" %)**0 : **(%%)GPS+ BAT+ State+Tem&Hum ... ... @@ -999,7 +999,7 @@ 999 999 (% style="color:#037691" %)**AT+CHE=1**(%%) ~/~/ set one channels mode 1000 1000 1001 1001 1002 -(% style="color:blue" %)**Downlink Payload:0X24** (%%)1003 +(% style="color:blue" %)**Downlink Payload:0X24** 1003 1003 1004 1004 Example: 0x24 01 ~/~/ Same as AT+CHE=1 1005 1005 ... ... @@ -1161,10 +1161,12 @@ 1161 1161 |(% style="width:118px" %)A8|(% style="width:67px" %)Yellow|(% style="width:123px" %)MTMS/GPIO14 1162 1162 |(% style="width:118px" %)B8|(% style="width:67px" %)Grey|(% style="width:123px" %)MTDO/GPIO15 1163 1163 1165 + 1166 + 1164 1164 == 7.3 Notes on using different serial port tools for TrackerD == 1165 1165 1166 1166 1167 -=== **Serial port utility**===1170 +=== 7.3.1 Serial port utility === 1168 1168 1169 1169 1170 1170 Serial port utility requires you to automatically add data streams. ... ... @@ -1183,7 +1183,7 @@ 1183 1183 1184 1184 1185 1185 1186 -=== **SecureCRT**===1189 +=== 7.3.2 SecureCRT === 1187 1187 1188 1188 1189 1189 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. ... ... @@ -1196,7 +1196,7 @@ 1196 1196 1197 1197 1198 1198 1199 -=== **PUTTY**===1202 +=== 7.3.3 PUTTY === 1200 1200 1201 1201 1202 1202 [[image:image-20221102140748-5.png]] ... ... @@ -1208,25 +1208,40 @@ 1208 1208 [[image:image-20221102140801-6.png]] 1209 1209 1210 1210 1214 + 1211 1211 = 8 Trouble Shooting = 1212 1212 1213 -== 8.1 TDC is changed to 4294947296 and cause no uplink. == 1214 1214 1218 +== 8.1 TDC is changed to 4294947296 and cause no uplink. == 1219 + 1220 + 1221 +((( 1215 1215 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 +))) 1216 1216 1217 1217 1218 -== 8.2 Device not able get AT Command or show output after wake up from deep sleep mode == 1219 1219 1227 +== 8.2 Device not able get AT Command or show output after wake up from deep sleep mode == 1228 + 1229 + 1230 +((( 1220 1220 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 +))) 1221 1221 1222 1222 1223 -== 8.3 The reason why it has been restarted after upgrading(V.1.4.1) == 1224 1224 1236 +== 8.3 The reason why it has been restarted after upgrading(V.1.4.1) == 1237 + 1238 + 1239 +((( 1225 1225 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 +))) 1226 1226 1243 + 1227 1227 [[image:image-20221107145243-1.png||height="695" width="443"]] 1228 1228 1229 1229 1247 + 1230 1230 = 9. Order Info = 1231 1231 1232 1232 ... ... @@ -1242,6 +1242,8 @@ 1242 1242 * (% style="color:red" %)**AU915**(%%): Default frequency band AU915 1243 1243 * (% style="color:red" %)**US915**(%%): Default frequency band US915 1244 1244 1263 + 1264 + 1245 1245 = 10. Packing Info = 1246 1246 1247 1247 ... ... @@ -1255,6 +1255,8 @@ 1255 1255 * Device Size: 85 x 48 x 15 mm 1256 1256 * Weight: 50g 1257 1257 1278 + 1279 + 1258 1258 = 11. Support = 1259 1259 1260 1260 ... ... @@ -1261,6 +1261,8 @@ 1261 1261 * 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. 1262 1262 * 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]]. 1263 1263 1286 + 1287 + 1264 1264 = 12. Reference = 1265 1265 1266 1266