<
From version < 51.30 >
edited by Xiaoling
on 2022/09/30 16:01
To version < 51.27 >
edited by Xiaoling
on 2022/09/30 15:35
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -62,7 +62,6 @@
62 62  * Clock Speed: 32Mhz
63 63  
64 64  
65 -
66 66  (% style="color:blue" %)**Common DC Characteristics:**
67 67  
68 68  * Supply Voltage: 5V via USB port or Internal li-on battery
... ... @@ -69,7 +69,6 @@
69 69  * Operating Temperature: -40 ~~ 60°C
70 70  
71 71  
72 -
73 73  (% style="color:blue" %)**LoRa Spec:**
74 74  
75 75  * Frequency Range,
... ... @@ -92,13 +92,11 @@
92 92  * LoRaWAN 1.0.3 Specification
93 93  
94 94  
95 -
96 96  (% style="color:blue" %)**Battery:**
97 97  
98 98  * 1000mA Li-on Battery power (for model TrackerD)
99 99  
100 100  
101 -
102 102  (% style="color:blue" %)**Power Consumption**
103 103  
104 104  * Sleeping Mode: 200uA
... ... @@ -107,7 +107,6 @@
107 107  
108 108  
109 109  
110 -
111 111  == 1.3  Features ==
112 112  
113 113  
... ... @@ -128,7 +128,6 @@
128 128  
129 129  
130 130  
131 -
132 132  == 1.4  Applications ==
133 133  
134 134  
... ... @@ -137,7 +137,6 @@
137 137  
138 138  
139 139  
140 -
141 141  = 2.1 Use TrackerD =
142 142  
143 143  
... ... @@ -245,12 +245,11 @@
245 245  |=(% style="width: 72px;" %)**Value**|(% style="width:67px" %)reserve|(% style="width:118px" %)Alarm Indicate|(% style="width:63px" %)[[BAT>>||anchor="HBAT:"]] 
246 246  
247 247  
248 -
249 249  ==== (% style="color:blue" %)**FLAG:**(%%) ====
250 250  
251 251  (% border="1.2" cellspacing="3" style="background-color:#ffffcc; color:green; width:250px" %)
252 252  |=(% scope="row" style="width: 50px;" %)**Size(bit)**|(% style="width:50px" %)2bits|(% style="width:50px" %)1bit|(% style="width:100px" %)5 bits
253 -|=(% style="width: 79px;" %)**Value**|(% style="width:55px" %)[[MOD>>||anchor="H3.2.7SetPositioningMode"]]|(% style="width:47px" %)[[LON>>||anchor="HLON:"]]|(% style="width:140px" %)Firmware version 
245 +|=(% style="width: 79px;" %)**Value**|(% style="width:55px" %)[[MOD>>||anchor="H2.3.4BLEpositioningPayload28Fport229"]]|(% style="width:47px" %)[[LON>>||anchor="HLON:"]]|(% style="width:140px" %)Firmware version 
254 254  
255 255  **Example:** Payload: 0x02863D68 FAC29BAF 4B45 60 0202 011A 
256 256  
... ... @@ -260,8 +260,6 @@
260 260  * Latitude: 02863D68  ⇒  //if (0x//02863D68//& 0x80000000 = 0 )~://  //value = 02863D68 /1000000 = 42.351976//
261 261  * Longitude: FAC29BAF  ⇒ //if (0x//FAC29BAF// & 0x80000000 = 1 )~://  //value = (0x//FAC29BAF// – 0x 100000000)/1000000 =//-87.9094//57//
262 262  
263 -
264 -
265 265  (% style="color:red" %)**Important note:**
266 266  
267 267  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.
... ... @@ -294,6 +294,7 @@
294 294  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: \
295 295  )))
296 296  
287 +
297 297  * > 4.0v :  80% ~~ 100%
298 298  * 3.85v ~~3.99v:  60% ~~ 80%
299 299  * 3.70v ~~ 3.84v:  40% ~~ 60%
... ... @@ -301,11 +301,9 @@
301 301  * < 3.39v:  0~~20%
302 302  
303 303  
304 -
305 -
306 306  ==== (% style="color:blue" %)**LON:**(%%) ====
307 307  
308 -
297 +
309 309  Enable/Disable LED activity for uplink
310 310  
311 311  (((
... ... @@ -335,8 +335,10 @@
335 335  === 2.3.4 BLE positioning Payload(Fport2) ===
336 336  
337 337  
338 -Different MODE has different payload:  (% style="color:blue" %)**MODE=2**
327 +Different MODE has different payload:
339 339  
329 +**MODE=2**
330 +
340 340  (% border="1.5" cellspacing="3" style="background-color:#ffffcc; color:green; width:450px" %)
341 341  |=(% scope="row" style="width: 60px;" %)(((
342 342  **Size(bytes)**
... ... @@ -353,6 +353,7 @@
353 353  [[Alarm & BAT>>||anchor="HAlarm26BAT:"]]
354 354  )))|(% style="width:15px" %)[[FLAG>>||anchor="HFLAG:"]]
355 355  
347 +
356 356  [[image:1664502425687-834.png]]
357 357  
358 358  
... ... @@ -366,7 +366,6 @@
366 366  
367 367  
368 368  
369 -
370 370  === 2.3.5 Add Payload format in TTN V3 ===
371 371  
372 372  
... ... @@ -439,6 +439,7 @@
439 439  * Server send a downlink command to exit.
440 440  * User fast press the RED button 10 times.
441 441  
433 +
442 442  (((
443 443  When exit alarm mode, (% style="color:red" %)**RED LED**(%%) will light up for 5 seconds, indicating that the alarm mode is exited. And the alert flag will be set to false.
444 444  )))
... ... @@ -467,7 +467,6 @@
467 467  |(% style="width:157px" %)**Movement Detect**|(% style="width:271px" %)(% style="color:red" %)**RED **(%%)led on 500ms|(% style="width:202px" %)N/A
468 468  
469 469  
470 -
471 471  == 2.9 Button Function ==
472 472  
473 473  
... ... @@ -489,8 +489,6 @@
489 489  |(% style="width:135px" %)Exit Alarm Mode|(% style="width:220px" %)Fast press the (% style="color:red" %)**RED** (%%)button 10 times|(% style="width:265px" %)Exit Alarm Mode
490 490  |(% 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.
491 491  
492 -
493 -
494 494  == 2.10 USB Port Function ==
495 495  
496 496  
... ... @@ -501,9 +501,6 @@
501 501  * [[Configure Device>>||anchor="H3.ConfigureTrackerDviaATcommandorLoRaWANdownlink"]]
502 502  * [[Upgrade Firmware>>||anchor="H5.UploadFirmware"]]
503 503  
504 -
505 -
506 -
507 507  = 3. Configure TrackerD via AT command or LoRaWAN downlink =
508 508  
509 509  
... ... @@ -585,7 +585,7 @@
585 585  
586 586  (% style="color:#037691" %)**AT+MTDC=xx. **
587 587  
588 -Example:  AT+MTDC=300000  **~-~->    ** Set Sports Mode Packet Interval to 300 seconds. TrackerD will send every 300 seconds in Sports mode, Default Value: 300000
574 + Example:  AT+MTDC=300000  **~-~->    ** Set Sports Mode Packet Interval to 300 seconds. TrackerD will send every 300 seconds in Sports mode, Default Value: 300000
589 589  
590 590  
591 591  * (% style="color:blue" %)**Downlink Payload (prefix 0x03):**
... ... @@ -616,7 +616,7 @@
616 616  
617 617  (% style="color:#037691" %)**AT+LON=xx.  (Disable (0), Enable (1), default:1)**
618 618  
619 -Example: AT+LON=0  **~-~-> ** Disable LED for position, downlink and uplink.
605 + Example: AT+LON=0  **~-~-> ** Disable LED for position, downlink and uplink.
620 620  
621 621  
622 622  * (% style="color:blue" %)**Downlink Payload (prefix 0xAE):**
... ... @@ -634,7 +634,7 @@
634 634  
635 635  (% style="color:#037691" %)**AT+INTWK=xx.  (Disable (0), Enable (1), default:0)**
636 636  
637 -Example:  AT+ INTWK =1  **~-~->   ** Enable detect movement.
623 + Example:  AT+ INTWK =1  **~-~->   ** Enable detect movement.
638 638  
639 639  
640 640  * (% style="color:blue" %)**Downlink Payload (prefix 0xAF):**
... ... @@ -772,7 +772,7 @@
772 772  After installation of the driver and plug in TrackerD, user should be able to see com port in PC's device manager.
773 773  
774 774  
775 -(% style="color:blue" %)**Step3**(%%)Download and Install Flash Tool:  [[https:~~/~~/www.espressif.com.cn/en/support/download/other-tools?keys=Flash%2BDownload%2BTools>>url:https://www.espressif.com.cn/en/support/download/other-tools?keys=Flash%2BDownload%2BTools]]
761 +(% style="color:blue" %)**Step3**(%%) Download and Install Flash Tool:  [[https:~~/~~/www.espressif.com.cn/en/support/download/other-tools?keys=Flash%2BDownload%2BTools>>url:https://www.espressif.com.cn/en/support/download/other-tools?keys=Flash%2BDownload%2BTools]]
776 776  
777 777  
778 778  (% style="color:blue" %)**Step4:** (%%) Run Flash Download Tool and configure chip type to ESP32
... ... @@ -815,7 +815,7 @@
815 815  === 6.1.1 Set up ARDUINO compile environment ===
816 816  
817 817  
818 -* **Download the latest Arduino software (IDE) from the Arduino official website:  [[https:~~/~~/www.arduino.cc/en/Main/Software>>url:https://www.arduino.cc/en/Main/Software]]**
804 +* Download the latest Arduino software (IDE) from the Arduino official website:  [[https:~~/~~/www.arduino.cc/en/Main/Software>>url:https://www.arduino.cc/en/Main/Software]]
819 819  
820 820  Install IDE on PC, open and click (% style="color:#037691" %)**File ~-~-> Preference**,(%%) add the following URL:  [[https:~~/~~/dl.espressif.com/dl/package_esp32_index.json>>url:https://links.jianshu.com/go?to=https%3A%2F%2Fdl.espressif.com%2Fdl%2Fpackage_esp32_index.json]]
821 821  
... ... @@ -823,13 +823,13 @@
823 823  [[image:1664503635019-941.png]]
824 824  
825 825  
826 -* (% style="color:#037691" %)**Go to tools ~-~-> Boards ~-~-> Boards Manager**,(%%) **find the esp32 information and install it.**
812 +* (% style="color:#037691" %)**Go to tools ~-~-> Boards ~-~-> Boards Manager**,(%%) find the esp32 information and install it.
827 827  
828 828  [[image:1664503715811-892.png]]
829 829  
830 830  
831 831  
832 -* **Download the latest TrackerD from the dragino github: [[https:~~/~~/github.com/dragino/TrackerD>>url:https://github.com/dragino/TrackerD]]**
818 +* Download the latest TrackerD from the dragino github: [[https:~~/~~/github.com/dragino/TrackerD>>url:https://github.com/dragino/TrackerD]]
833 833  
834 834  Put the Library in the TrackerD directory into the libraries file in the Arduino directory:
835 835  
... ... @@ -876,7 +876,7 @@
876 876  
877 877  
878 878  
879 -(% border="1.5" cellspacing="3" style="background-color:#ffffcc; color:green; width:314px" %)
865 +(% border="1.5" style="background-color:#ffffcc; color:green; width:314px" %)
880 880  |=(% style="width: 118px;" %)**Pin**|=(% style="width: 67px;" %)**Color**|=(% style="width: 123px;" %)**USB Pin**
881 881  |(% style="width:118px" %)A4,B4,A9,B9|(% style="width:67px" %)Red|(% style="width:123px" %)VCC
882 882  |(% style="width:118px" %)A7,B7|(% style="width:67px" %)White|(% style="width:123px" %)D- (N/A)
... ... @@ -887,8 +887,6 @@
887 887  |(% style="width:118px" %)A8|(% style="width:67px" %)Yellow|(% style="width:123px" %)MTMS/GPIO14
888 888  |(% style="width:118px" %)B8|(% style="width:67px" %)Grey|(% style="width:123px" %)MTDO/GPIO15
889 889  
890 -
891 -
892 892  = 8.  Order Info =
893 893  
894 894  
... ... @@ -904,34 +904,25 @@
904 904  * (% style="color:red" %)**AU915**(%%): Default frequency band AU915
905 905  * (% style="color:red" %)**US915**(%%): Default frequency band US915
906 906  
907 -
908 -
909 -
910 910  = 9.  Packing Info =
911 911  
912 912  
913 -(% style="color:#037691" %)**Package Includes**:
894 +**Package Includes**:
914 914  
915 915  * TrackerD LoRaWAN GPS/BLE Tracker x 1
916 916  * USB recharge & program cable x 1
917 917  
918 -(% style="color:#037691" %)**Dimensions and Weight**:
899 +**Dimensions and Weight**:
919 919  
920 920  * Device Size: 85 x 48 x 15 cm
921 921  * Weight: 50g
922 922  
923 -
924 -
925 -
926 926  = 10. Support =
927 927  
928 928  
929 929  * 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.
930 -* 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]].
908 +* 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]]
931 931  
932 -
933 -
934 -
935 935  = 11.  Reference =
936 936  
937 937  
... ... @@ -938,5 +938,3 @@
938 938  * [[**Firmware in Bin format**>>https://www.dropbox.com/sh/733s8xlwahhqg1d/AABxDz80lBVX_to8zNuUQWFja?dl=0]]
939 939  * **[[Source Code>>https://github.com/dragino/TrackerD]] **
940 940  * [[**Hardware Source**>>https://www.dropbox.com/sh/orwoy6cecb89m4e/AAD37sRuUrvKsHgAJxuVTkB5a?dl=0]]
941 -
942 -
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0