<
From version < 51.10 >
edited by Xiaoling
on 2022/09/30 11:29
To version < 51.8 >
edited by Xiaoling
on 2022/09/30 11:24
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -93,6 +93,7 @@
93 93  * LoRa Transmit Mode: 125mA @ 20dBm 44mA @ 14dBm
94 94  * Tracking: max: 38mA
95 95  
96 +
96 96  == 1.3  Features ==
97 97  
98 98  
... ... @@ -117,6 +117,7 @@
117 117  * Logistics and Supply Chain Management
118 118  * Human tracking
119 119  
121 +
120 120  = 2.1 Use TrackerD =
121 121  
122 122  
... ... @@ -181,9 +181,9 @@
181 181  
182 182  (% style="color:blue" %)**Positioning Mode(SMOD):**
183 183  
184 -* (% style="color:#037691" %)**GPS ONLY(Factory Settings):    **(%%)only get GPS location info.
185 -* (% style="color:#037691" %)**BLE ONLY:              **(%%)Only obtain iBeacon info via BLE. Design for Indoor tracking.
186 -* (% style="color:#037691" %)**GPS/BLE Hybrid:   **(%%)Combination for Indoor and Outdoor tracking.
186 +* **(% style="color:#037691" %)GPS ONLY(Factory Settings):  **(%%)only get GPS location info.
187 +* **(% style="color:#037691" %)BLE ONLY:  **(%%)Only obtain iBeacon info via BLE. Design for Indoor tracking.
188 +* **(% style="color:#037691" %)GPS/BLE Hybrid:  **(%%)Combination for Indoor and Outdoor tracking.
187 187  
188 188  User can switch modes by [[changing SMOD>>||anchor="H3.2.7SetPositioningMode"]].
189 189  
... ... @@ -218,32 +218,35 @@
218 218  )))
219 219  |(% style="width:69px" %)**Value**|(% style="width:76px" %)[[Latitude>>||anchor="HLocationinfo:"]]|(% style="width:87px" %)[[Longitude>>||anchor="HLocationinfo:"]]|(% style="width:76px" %)(((
220 220  [[Alarm & BAT>>||anchor="HAlarm26BAT:"]]
223 +
221 221  )))|(% style="width:52px" %)[[FLAG>>||anchor="HFLAG:"]]|(% style="width:88px" %)[[Hum>>||anchor="HHum:"]]|(% style="width:83px" %)[[Tem>>||anchor="HTem:"]]
222 222  
226 +
223 223  [[image:1664501958445-288.png]]
224 224  
225 225  
226 -==== (% style="color:blue" %)Alarm & BAT: ====
230 +==== Alarm & BAT: ====
227 227  
228 228  (% border="2" style="background-color:#ffffcc; color:green; width:329px" %)
229 229  |(% style="width:72px" %)**Size(bit)**|(% style="width:67px" %)1 bit|(% style="width:118px" %)1bit|(% style="width:63px" %)14 bits
230 230  |(% style="width:72px" %)**Value**|(% style="width:67px" %)reserve|(% style="width:118px" %)Alarm Indicate|(% style="width:63px" %)[[BAT>>||anchor="HBAT:"]] 
231 231  
232 -==== (% style="color:blue" %)FLAG: ====
233 233  
237 +==== FLAG: ====
238 +
234 234  (% border="2" style="background-color:#ffffcc; color:green; width:332px" %)
235 235  |(% style="width:79px" %)**Size(bit)**|(% style="width:55px" %)2 bits|(% style="width:47px" %)1bit|(% style="width:140px" %)5 bits
236 -|(% style="width:79px" %)**Value**|(% style="width:55px" %)[[MOD>>||anchor="H2.3.4BLEpositioningPayload28Fport229"]]|(% style="width:47px" %)[[LON>>||anchor="HLON:"]]|(% style="width:140px" %)Firmware version 
241 +|(% style="width:79px" %)**Value**|(% style="width:55px" %)[[MOD>>||anchor="H2.3.4BLEpositioningPayload28Fport229"]]|(% style="width:47px" %)[[LON>>||anchor="HLocationinfo:"]]|(% style="width:140px" %)Firmware version 
237 237  
238 -(% style="color:blue" %)**Example: Payload: 0x02863D68 FAC29BAF 4B45 60 0202 011A  **
243 +**(% style="color:blue" %)Example: Payload: 0x02863D68 FAC29BAF 4B45 60 0202 011A  **
239 239  
240 240  
241 -==== (% style="color:blue" %)Location info: ====
246 +==== Location info: ====
242 242  
243 243  * Latitude: 02863D68  ⇒  //if (0x//02863D68//& 0x80000000 = 0 )~://  //value = 02863D68 /1000000 = 42.351976//
244 244  * Longitude: FAC29BAF  ⇒ //if (0x//FAC29BAF// & 0x80000000 = 1 )~://  //value = (0x//FAC29BAF// – 0x 100000000)/1000000 =//-87.9094//57//
245 245  
246 -(% style="color:red" %)**Important note:**
251 +**(% style="color:red" %)Important note:**
247 247  
248 248  1.  When power is low (<2.84v), GPS won't be able to get location info and GPS feature will be disabled and the location field will be filled with 0x0FFFFFFF, 0x0FFFFFFF.
249 249  
... ... @@ -262,18 +262,16 @@
262 262  
263 263  
264 264  
265 -==== (% style="color:blue" %)Alarm: ====
270 +==== Alarm: ====
266 266  
267 -
268 268  Example:  0x4B & 0x40 >> 6 = 0x01
269 269  
270 270  
271 -==== (% style="color:blue" %)BAT: ====
275 +==== BAT: ==== 
272 272  
273 -
274 274  Example:  0x0CDD & 0x3FFF ⇒ 3293 (mV).
275 275  
276 -The battery info shows the current voltage, for (% style="color:blue" %)**TrackerD**(%%) version which powered by li-on battery. User can use below mapping to indicate the battery in percentage: \
279 +The battery info shows the current voltage, for **(% style="color:blue" %)TrackerD**(%%) version which powered by li-on battery. User can use below mapping to indicate the battery in percentage: \
277 277  
278 278  
279 279  * > 4.0v :  80% ~~ 100%
... ... @@ -282,9 +282,8 @@
282 282  * 3.40v ~~ 3.69v:  20% ~~ 40%
283 283  * < 3.39v:  0~~20%
284 284  
285 -==== (% style="color:blue" %)LON: ====
286 286  
287 -
289 +==== LON: ====
288 288  Enable/Disable LED activity for uplink
289 289  
290 290  0x00:  Disable LED indicator.
... ... @@ -292,14 +292,14 @@
292 292  0x01:  Enable LED indicator (Default Value)
293 293  
294 294  
295 -==== (% style="color:blue" %)Hum: ====
297 +==== Hum: ====
296 296  
297 297  0202 = //if (0x0202 & 0x8000 = 0 ):  value =// 0x0202 / 100 = +514 ⇒ 51.4 degree
298 298  
299 299  
300 -==== (% style="color:blue" %)Tem: ====
302 +==== Tem: ====
301 301  
302 -011A =if (0x011A & 0x8000 = 1 ):  value =( 0x011A - 0x10000)/10(dec) ⇒ -//28.2 degree//
304 +011A =if (0x011A & 0x8000 = 1 ):  value =( 0x011A - 0x10000)/10(dec) ⇒ -//28.2 degree
303 303  
304 304  
305 305  
... ... @@ -336,27 +336,27 @@
336 336  [[image:1664502425687-834.png]]
337 337  
338 338  
339 -* (% style="color:#037691" %)**BAT: ** (%%) Ex1: 0x4B45 & 0x3FFF ⇒ 3901 (mV).
340 -* (% style="color:#037691" %)**MODE:   **(%%)Define the payload format.
341 -* (% style="color:#037691" %)**UUID:     **(%%)The uuid from the strongest iBeacon.
342 -* (% style="color:#037691" %)**MAJOR:** (%%) The MAJOR from the strongest iBeacon.
343 -* (% style="color:#037691" %)**MINOR:**  (%%)The MAJOR from the strongest iBeacon.
344 -* (% style="color:#037691" %)**Measured Power: ** (%%) The Measured Power from the strongest iBeacon.
345 -* (% style="color:#037691" %)**RSSI:  ** (%%) The RSSI from the strongest iBeacon.
341 +* **(% style="color:#037691" %)BAT: ** (%%) Ex1: 0x4B45 & 0x3FFF ⇒ 3901 (mV).
342 +* **(% style="color:#037691" %)MODE:   **(%%)Define the payload format.
343 +* **(% style="color:#037691" %)UUID:     **(%%)The uuid from the strongest iBeacon.
344 +* **(% style="color:#037691" %)MAJOR:** (%%) The MAJOR from the strongest iBeacon.
345 +* **(% style="color:#037691" %)MINOR:**  (%%)The MAJOR from the strongest iBeacon.
346 +* **(% style="color:#037691" %)Measured Power: ** (%%) The Measured Power from the strongest iBeacon.
347 +* **(% style="color:#037691" %)RSSI:  ** (%%) The RSSI from the strongest iBeacon.
346 346  
347 347  
348 348  
351 +
349 349  === 2.3.5 Add Payload format in TTN V3 ===
350 350  
351 351  
352 352  In TTN V3, use can add a custom payload so it shows friendly.
353 353  
354 -In the page (% style="color:#037691" %)**Applications ~-~-> Payload Formats ~-~-> Custom ~-~-> decoder**
357 +In the page Applications(% style="color:#037691" %) ~-~-> Payload Formats ~-~-> Custom ~-~-> decoder
355 355  
356 356  
357 357  [[image:1664502649601-895.png]]
358 358  
359 -
360 360  Add the decoder from this link:
361 361  
362 362  
... ... @@ -430,6 +430,7 @@
430 430  |(% style="width:157px" %)**Movement Detect**|(% style="width:271px" %)**RED **on 500ms|(% style="width:202px" %)N/A
431 431  
432 432  
435 +
433 433  == 2.9 Button Function ==
434 434  
435 435  
... ... @@ -451,6 +451,7 @@
451 451  |(% style="width:135px" %)Exit Alarm Mode|(% style="width:220px" %)Fast press the **RED** button 10 times|(% style="width:265px" %)Exit Alarm Mode
452 452  |(% style="width:135px" %)Enter Deep Sleep Mode|(% style="width:220px" %)Press and hold the button for 10 seconds, then quickly press the device 3 times to enter deep sleep|(% style="width:265px" %)This is the mode ship out from factory. CPU will be complete in sleep mode and no LoRa activity, only use before deploy.
453 453  
457 +
454 454  == 2.10 USB Port Function ==
455 455  
456 456  
... ... @@ -462,6 +462,7 @@
462 462  * [[Upgrade Firmware>>path:#upgrade_image]]
463 463  
464 464  
469 +
465 465  = 3. Configure TrackerD via AT command or LoRaWAN downlink =
466 466  
467 467  
... ... @@ -787,6 +787,7 @@
787 787  
788 788  * Go to tools ~-~-> Boards ~-~-> Boards Manager, find the esp32 information and install it.
789 789  
795 +
790 790  [[image:1664503715811-892.png]]
791 791  
792 792  
... ... @@ -851,6 +851,7 @@
851 851  
852 852  
853 853  
860 +
854 854  = 8.  Order Info =
855 855  
856 856  
... ... @@ -868,6 +868,7 @@
868 868  
869 869  
870 870  
878 +
871 871  = 9.  Packing Info =
872 872  
873 873  
... ... @@ -882,6 +882,7 @@
882 882  * Weight: 50g
883 883  
884 884  
893 +
885 885  = 10. Support =
886 886  
887 887  
... ... @@ -889,6 +889,7 @@
889 889  * 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]]
890 890  
891 891  
901 +
892 892  = 11.  Reference =
893 893  
894 894  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0