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

From version 119.1
edited by Bei Jinggeng
on 2022/11/16 11:18
Change comment: Uploaded new attachment "image-20221116111844-3.png", version {1}
To version 84.11
edited by Xiaoling
on 2022/10/26 08:50
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Bei
1 +XWiki.Xiaoling
Content
... ... @@ -121,7 +121,7 @@
121 121  * Logistics and Supply Chain Management
122 122  * Human tracking
123 123  
124 -= 2.  Use TrackerD =
124 += 2.1 Use TrackerD =
125 125  
126 126  
127 127  == 2.1 How it works? ==
... ... @@ -172,10 +172,11 @@
172 172  **__Add APP KEY and DEV EUI:__**
173 173  
174 174  
175 -[[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"]]
175 +[[image:1664501784668-703.png]]
176 176  
177 177  
178 178  
179 +
179 179  (% style="color:blue" %)**Step 2**:(%%) Power on TrackerD by using the on board switch.
180 180  
181 181  
... ... @@ -188,9 +188,9 @@
188 188  
189 189  Users can set TrackerD to different Positioning Mode for different applications. Below mod are supported.
190 190  
191 -* (% style="color:#037691" %)**GPS ONLY(Factory Settings):    **(%%)Only get and uplink GPS location info.
192 -* (% style="color:#037691" %)**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.
193 -* (% style="color:#037691" %)**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.
192 +* (% style="color:#037691" %)**GPS ONLY(Factory Settings):    **(%%)only get and uplink GPS location info.
193 +* (% style="color:#037691" %)**BLE ONLY:              **(%%)Only obtain iBeacon info via BLE and uplink. Design for Indoor tracking.
194 +* (% style="color:#037691" %)**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.
194 194  
195 195  Users can switch modes by [[changing SMOD>>||anchor="H3.2.7SetPositioningMode"]].
196 196  
... ... @@ -278,9 +278,7 @@
278 278  
279 279  (% style="color:red" %)** 1: ** (%%) BLE Positioning with Strongest iBeacon
280 280  
281 -(% style="color:red" %)** 2:**  (%%)WiFi Positioning with Strongest WiFi SSID(% style="color:blue" %)(V1.4.1 Version support this function later)(%%)  
282 282  
283 -
284 284  (% style="color:#037691" %)**Status Field (total 1 byte)**(%%):  0x02
285 285  
286 286  (% border="1.5" style="background-color:#ffffcc; color:green; width:260px" %)
... ... @@ -293,12 +293,12 @@
293 293  Users can use **AT+SMOD=1,0,0** to enable uploading on-board Temperature and humidity values, and the total payload will be 15 bytes,
294 294  
295 295  
296 -(% border="1.2" cellspacing="3" style="background-color:#ffffcc; color:green; width:320px" %)
297 -|=(% scope="row" style="width: 60px;" %)(((
295 +(% border="1.2" cellspacing="3" style="background-color:#ffffcc; color:green; width:480px" %)
296 +|=(% scope="row" style="width: 50px;" %)(((
298 298  **Size(bytes)**
299 -)))|(% style="width:50px" %)4|(% style="width:50px" %)4|(% style="width:70px" %)2|(% style="width:30px" %)1|(% style="width:30px" %)(((
298 +)))|(% style="width:60px" %)4|(% style="width:70px" %)4|(% style="width:80px" %)2|(% style="width:73px" %)1|(% style="width:40px" %)(((
300 300  2
301 -)))|(% style="width:30px" %)(((
300 +)))|(% style="width:87px" %)(((
302 302  2
303 303  )))
304 304  |=(% style="width: 69px;" %)**Value**|(% style="width:76px" %)[[Latitude>>||anchor="HLocationinfo:"]]|(% style="width:87px" %)[[Longitude>>||anchor="HLocationinfo:"]]|(% style="width:76px" %)(((
... ... @@ -316,8 +316,8 @@
316 316  
317 317  ==== (% style="color:blue" %)**FLAG:**(%%) ====
318 318  
319 -(% border="1.2" cellspacing="3" style="background-color:#ffffcc; color:green; width:120px" %)
320 -|=(% scope="row" style="width: 50px;" %)**Size(bit)**|(% style="width:30px" %)2bits|(% style="width:30px" %)1bit
318 +(% border="1.2" cellspacing="3" style="background-color:#ffffcc; color:green; width:250px" %)
319 +|=(% scope="row" style="width: 50px;" %)**Size(bit)**|(% style="width:50px" %)2bits|(% style="width:50px" %)1bit
321 321  |=(% style="width: 79px;" %)**Value**|(% style="width:55px" %)[[MOD>>||anchor="H3.2.7SetPositioningMode"]]|(% style="width:47px" %)[[LON>>||anchor="HLON:"]]
322 322  
323 323  **Example:** Payload: 0x02863D68 FAC29BAF 4B45 60 0202 011A 
... ... @@ -393,6 +393,7 @@
393 393  )))
394 394  
395 395  
395 +
396 396  ==== (% style="color:blue" %)**Hum:**(%%) ====
397 397  
398 398  0202 = //if (0x0202 & 0x8000 = 0 ):  value =// 0x0202 / 100 = +514 ⇒ 51.4 degree
... ... @@ -410,10 +410,10 @@
410 410  The default uplink payload includes total 11 bytes (**AT+SMOD=1,1,0**). The payload is the first 11 bytes of Uplink FPORT=2, real-time GNSS positioning, (remove the temp and humidity)
411 411  
412 412  
413 -(% border="1.2" cellspacing="3" style="background-color:#ffffcc; color:green; width:300px" %)
414 -|=(% scope="row" style="width: 60px;" %)(((
413 +(% border="1.2" cellspacing="3" style="background-color:#ffffcc; color:green; width:480px" %)
414 +|=(% scope="row" style="width: 50px;" %)(((
415 415  **Size(bytes)**
416 -)))|(% style="width:60px" %)4|(% style="width:60px" %)4|(% style="width:60px" %)2|(% style="width:50px" %)1
416 +)))|(% style="width:60px" %)4|(% style="width:70px" %)4|(% style="width:80px" %)2|(% style="width:73px" %)1
417 417  |=(% style="width: 69px;" %)**Value**|(% style="width:76px" %)[[Latitude>>||anchor="HLocationinfo:"]]|(% style="width:87px" %)[[Longitude>>||anchor="HLocationinfo:"]]|(% style="width:76px" %)(((
418 418  [[Alarm & BAT>>||anchor="HAlarm26BAT:"]]
419 419  )))|(% style="width:73px" %)[[FLAG>>||anchor="HFLAG:"]]
... ... @@ -432,12 +432,12 @@
432 432  (% style="color:red" %)**Note for this mode:**
433 433  
434 434  * a) TrackerD will do an ACK check for data records sending to make sure every data arrive server.
435 -* 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.
435 +* 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.
436 436  * 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
437 437  
438 438  The payload is 15 bytes, as below.
439 439  
440 -(% border="1.5" style="background-color:#ffffcc; color:green; width:500px" %)
440 +(% border="1.5" style="background-color:#ffffcc; color:green; width:520px" %)
441 441  |=(% scope="row" %)(((
442 442  **Size(bytes)**
443 443  )))|4|4|2|1|1|1|1|1
... ... @@ -478,37 +478,15 @@
478 478  * (% style="color:#037691" %)**MODE:   **(%%)Define the payload format.
479 479  * (% style="color:#037691" %)**UUID:     **(%%)The uuid from the strongest iBeacon.
480 480  * (% style="color:#037691" %)**MAJOR:** (%%) The MAJOR from the strongest iBeacon.
481 -* (% style="color:#037691" %)**MINOR:**  (%%)The MINOR from the strongest iBeacon.
481 +* (% style="color:#037691" %)**MINOR:**  (%%)The MAJOR from the strongest iBeacon.
482 482  * (% style="color:#037691" %)**Measured Power: ** (%%) The Measured Power from the strongest iBeacon.
483 483  * (% style="color:#037691" %)**RSSI:  ** (%%) The RSSI from the strongest iBeacon.
484 484  
485 -=== 2.4.6  Uplink FPORT~=8, WiFi Positioning with Strongest WiFi SSID(Since firmware 1.4.1) ===
485 +=== 2.4.6  Add Payload format in TTN V3 ===
486 486  
487 487  
488 -TrackerD supports WiFi scans for indoor positioning. User can set [[**SMOD**>>||anchor="H3.2.7SetPositioningMode"]] to **WiFi** so TrackerD will scan WiFi and find the strongest WiFi info and uplink.
488 +In TTN V3, use can add a custom payload so it shows friendly.
489 489  
490 -
491 -(% border="1.2" cellspacing="3" style="background-color:#ffffcc; color:green; width:371.222px" %)
492 -|=(% scope="row" style="width: 60px;" %)(((
493 -**Size(bytes)**
494 -)))|(% style="width:60px" %)6|(% style="width:60px" %)4|(% style="width:79px" %)2|(% style="width:66px" %)1
495 -|=(% style="width: 69px;" %)**Value**|(% style="width:76px" %)SSID|(% style="width:87px" %)RSSI|(% style="width:79px" %)(((
496 -[[Alarm & BAT>>||anchor="HAlarm26BAT:"]]
497 -)))|(% style="width:66px" %)[[FLAG>>||anchor="HFLAG:"]]
498 -
499 -(% class="wikigeneratedid" %)
500 -[[image:1667288597595-714.png||height="212" width="1151"]]
501 -
502 -
503 -* (% style="color:#037691" %)**BAT: ** (%%) Ex1:0x4B45 & 0x3FFF ⇒ 3901 (mV).
504 -* (% style="color:#037691" %)**SSID:      **(%%)WiFi name.
505 -* (% style="color:#037691" %)**RSSI:      **(%%)The RSSI from the strongest WiFi.
506 -
507 -=== 2.4.7  Add Payload format in TTN V3 ===
508 -
509 -
510 -In TTN V3, user can add a custom payload so it shows friendly.
511 -
512 512  In the page (% style="color:#037691" %)**Applications ~-~-> Payload Formats ~-~-> Custom ~-~-> decoder**
513 513  
514 514  
... ... @@ -532,7 +532,6 @@
532 532  
533 533  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]]
534 534  
535 -
536 536  [[image:1664502695771-538.png]]
537 537  
538 538  
... ... @@ -545,6 +545,7 @@
545 545  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]]
546 546  
547 547  
525 +
548 548  [[image:1664502715371-321.png]]
549 549  
550 550  
... ... @@ -601,13 +601,13 @@
601 601  == 2.10 LED Status ==
602 602  
603 603  
604 -(% border="1.5" style="background-color:#ffffcc; width:500px" %)
582 +(% border="1.5" style="background-color:#ffffcc; color:green; width:500px" %)
605 605  |=(% style="width: 150px;" %)**Event**|=(% style="width: 200px;" %)**Action**|=(% style="width: 150px;" %)**AT+LON to control on/off**
606 606  |(% style="width:157px" %)**Power On**|(% style="width:271px" %)(% style="color:blue" %)**BLUE, **(% style="color:red" %)**RED , **(% style="color:green" %)**Green** flash once|(% style="width:202px" %)N/A
607 607  |(% style="width:157px" %)**Join request**|(% style="width:271px" %)(% style="color:green" %)**Green** (%%)led fast blink once (200ms)|(% style="width:202px" %)Yes
608 608  |(% style="width:157px" %)**Join Success**|(% style="width:271px" %)(% style="color:green" %)**Green**(%%) led on 5 second|(% style="width:202px" %)N/A
609 609  |(% style="width:157px" %)**Fixing Location**|(% style="width:271px" %)(% style="color:blue" %)**BLUE **(%%)blinks 200ms per second|(% style="width:202px" %)Yes
610 -|(% style="width:157px" %)**Fixed and uplink**|(% style="width:271px" %)(% style="color:green" %)**GREEN **(%%)blinks twice (200ms per blink)|(% style="width:202px" %)Yes
588 +|(% style="width:157px" %)**Fixed and uplink**|(% style="width:271px" %)(% style="color:green" %)**GREEN ***(%%)***blinks twice (200ms per blink)**|(% style="width:202px" %)Yes
611 611  |(% style="width:157px" %)**Fail Fix and uplink**|(% style="width:271px" %)(% style="color:red" %)**RED **(%%)blinks twice (200ms per blink)|(% style="width:202px" %)Yes
612 612  |(% style="width:157px" %)**Enter Alarm mode**|(% style="width:271px" %)(% style="color:red" %)**RED **(%%)on for 3 seconds|(% style="width:202px" %)Yes
613 613  |(% style="width:157px" %)**Uplink under Alarm**|(% style="width:271px" %)(% style="color:red" %)**RED **(%%)on for 1 second|(% style="width:202px" %)Yes
... ... @@ -630,9 +630,9 @@
630 630  [[image:1664502854406-763.png]]
631 631  
632 632  
633 -(% border="1" style="background-color:#ffffcc; width:510px" %)
634 -|=(% style="width: 100px;" %)**Function**|=(% style="width: 205px;" %)**Action**|=(% style="width: 205px;" %)**Description**
635 -|(% style="width:135px" %)Send Alarm|(% style="width:220px" %)Keep Pressing (% style="color:red" %)**RED**(%%) button for more than 5 seconds|(% style="width:265px" %)Enter Alarm Mode.  See [[Alarm Mode>>||anchor="H2.8AlarmMode"]]
611 +(% border="1.5" style="background-color:#ffffcc; color:green; width:520px" %)
612 +|=(% style="width: 100px;" %)**Function**|=(% style="width: 210px;" %)**Action**|=(% style="width: 210px;" %)**Description**
613 +|(% style="width:135px" %)Send Alarm|(% style="width:220px" %)Keep Pressing (% style="color:red" %)**RED**(%%) button for more than 5 seconds|(% style="width:265px" %)Enter Alarm Mode.  See [[Alarm Mode>>||anchor="H2.6AlarmMode"]]
636 636  |(% 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
637 637  |(% 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.
638 638  
... ... @@ -730,7 +730,7 @@
730 730  
731 731  * (% style="color:blue" %)**Downlink Payload (prefix 0x03):**
732 732  
733 -(% style="color:#037691" %)**0x03 00 01 2C**  (%%) ~/~/  Same as AT+MTDC=3000000
711 +(% style="color:#037691" %)**0x03 00 01 2C**  (%%) ~/~/  Same as AT+ MTDC=3000000
734 734  
735 735  
736 736  
... ... @@ -774,12 +774,12 @@
774 774  
775 775  (% style="color:#037691" %)**AT+INTWK=xx.  (Disable (0), Enable (1), default:0)**
776 776  
777 -Example:  AT+INTWK=1  **~-~->   ** Enable Transport Mode.
755 +Example:  AT+ INTWK =1  **~-~->   ** Enable Transport Mode.
778 778  
779 779  
780 780  * (% style="color:blue" %)**Downlink Payload (prefix 0xAF):**
781 781  
782 -(% style="color:#037691" %)**0xAF 01 ** (%%) ~/~/  Same as AT+INTWK=1
760 +(% style="color:#037691" %)**0xAF 01 ** (%%) ~/~/  Same as AT+ INTWK =1
783 783  
784 784  
785 785  
... ... @@ -795,38 +795,29 @@
795 795  
796 796  (% style="color:#037691" %)** aa:**
797 797  
798 -* (% style="color:red" %)**1: GPS ONLY(Factory Settings):    **(%%)Only get and uplink GPS location info.
776 +* (% style="color:red" %)**1: GPS ONLY(Factory Settings):    **(%%)only get and uplink GPS location info.
777 +* (% style="color:red" %)**2: BLE ONLY:              **(%%)Only obtain iBeacon info via BLE and uplink. Design for Indoor tracking.
778 +* (% 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.
799 799  
800 -* (% 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.
801 -
802 -* (% 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.
803 -
804 804  (% style="color:#037691" %)**bb:**
805 805  
806 806  * (% style="color:red" %)**0 :  **(%%)GPS+ BAT+ State+Tem&Hum
807 -
808 808  * (% style="color:red" %)**1 :**(%%)  GPS +BAT State
809 809  
810 810  (% style="color:#037691" %)**cc:   **
811 811  
812 -* (% style="color:red" %)**1 : **(%%) (iBeacon)UUID+ Major + Minor+Power+Rssi+BAT+State  
813 -
814 -* (% style="color:red" %)**2 : **(%%) (WiFi)SSID+Rssi+BAT+State ((% style="color:#037691" %)V1.4.1 Version support this function later(%%))  
787 +* (% style="color:red" %)**1 : **(%%) (iBeacon)UUID+ Major + Minor+Power+Rssi+BAT+State  
815 815  
816 816  (% style="color:blue" %)**Example:**
817 817  
818 - AT+SMOD=1,0,0 ~-~->  GPS+ BAT+ State+Tem&Hum
791 + AT+ SMOD =1,0,0 ~-~->  GPS+ BAT+ State+Tem&Hum
792 + AT+ SMOD =1,1,0 ~-~->  GPS +BAT State
793 + AT+ SMOD =2,0,1 ~-~->  (iBeacon)UUID+ Major + Minor+Power+Rssi+BAT+State
819 819  
820 - AT+SMOD=1,1,0 ~-~->  GPS +BAT State
821 821  
822 - AT+SMOD=2,0,1 ~-~->  (iBeacon)UUID+ Major + Minor+Power+Rssi+BAT+State
823 -
824 - AT+SMOD=2,0,2 ~-~->  (WiFi)SSID+Rssi+BAT+State
825 -
826 -
827 827  * (% style="color:blue" %)**Downlink Payload (prefix 0xA5):**
828 828  
829 -(% style="color:#037691" %)**0xA5 01 00 00**    (%%) ~/~/  Same as AT+SMOD=1,0,0
798 +(% style="color:#037691" %)**0xA5 01 00 00**    (%%) ~/~/  Same as AT+ SMOD =1,0,0
830 830  
831 831  
832 832  
... ... @@ -885,14 +885,14 @@
885 885  
886 886  **~ Example:**
887 887  
888 - AT+CFM=0    **~-~->   ** Disable confirmation
857 + AT+ CFM=0    **~-~->   ** Disable confirmation
889 889  
890 - AT+CFM=1    **~-~->  ** Enable confirmation
859 + AT+ CFM=1    **~-~->  ** Enable confirmation
891 891  
892 892  
893 893  * (% style="color:blue" %)**Downlink Payload (prefix 0x05):**
894 894  
895 -(% style="color:#037691" %)**0x05 01 **(%%) ~/~/  Same as AT+CFM=1
864 +(% style="color:#037691" %)**0x05 01 **(%%) ~/~/  Same as AT+ SMOD =1
896 896  
897 897  
898 898  
... ... @@ -921,7 +921,7 @@
921 921  === 3.2.11  Set BLEMASK to filter BLE iBeacon ===
922 922  
923 923  
924 -BLEMASK is to filter the unwanted BLE iBeacons during scan. For example, if BLEMASK is 123456. TrackerD will only uplink UUID info which includes 123456. It will ignore all other iBeacons which doesn’t contact 123456 in the UUID.
893 +BLEMASK is to filter the unwanted BLE iBeacons during scan. For example, if BLEMASK is 123456. LBT1 will only uplink UUID info which includes 123456. It will ignore all other iBeacons which doesn’t contact 123456 in the UUID.
925 925  
926 926  (% style="color:red" %)**Note: BLEMASK range is 6 ~~ 10 bytes. If AT+BLEMASK < 6 bytes, BLEMASK will be disabled.**
927 927  
... ... @@ -931,59 +931,13 @@
931 931  
932 932   (% style="color:#037691" %)**AT+BLEMASK=0**  (%%) ~/~/ disable BLEMASK
933 933  
934 -(% style="color:blue" %)**Downlink Payload: (Prefix : 0xB2)(Since firmware 1.4.1)**
935 935  
936 -Example: 0xB2010203040506    ~/~/ Set BLEMASK to 123456
904 +(% style="color:blue" %)**Downlink Payload: (Prefix : 0xA5)**
937 937  
906 +Example: 0xA5010203040506    ~/~/ Set BLEMASK to 123456
938 938  
939 939  
940 -=== 3.2.12  Set WiFIMASK to filter WiFi SSID(Since firmware 1.4.1) ===
941 941  
942 -
943 -WiFiMASK is to filter the unwanted WiFi SSID during scan. For example, if WiFiMASK is 123456. TrackerD will only uplink SSID info which includes 123456 as prefix. It will ignore all other WiFi which doesn’t contact 123456 in the SSID.
944 -
945 -(% style="color:red" %)**Note: WiFiMASK range is 6 ~~ 10 bytes. If AT+ WiFiMASK < 6 bytes, WiFiMASK will be disabled.**
946 -
947 -(% style="color:blue" %)**AT Command:**
948 -
949 - (% style="color:#037691" %)**AT+WiFiMASK=123456**    (%%) ~/~/ Set WiFiMASK = 123456
950 -
951 - (% style="color:#037691" %)**AT+WiFiMASK=0**       (%%) ~/~/ disable WiFiMASK
952 -
953 -(% style="color:blue" %)**Downlink Payload: (Prefix : 0xB3)(Since firmware 1.4.1)**
954 -
955 -Example: 0xB3010203040506    ~/~/ Set WiFiMASK to 123456
956 -
957 -
958 -
959 -=== 3.2.13 Disable/Enable Information printing(Since firmware 1.4.1) ===
960 -
961 -
962 -Users can use this feature to enable/disable Information printing.
963 -
964 -(% style="color:blue" %)**AT Command:**
965 -
966 -(% style="color:#037691" %)**AT+SHOWID=XX         **(%%) ~/~/(Disable (0), Enable (1), default:0)
967 -\\Example: AT+SHOWID=1 ~-~-> Enable Information printing.
968 -
969 -
970 -
971 -=== 3.2.14 Get or Set Eight Channels Mode, only for us915, AU915(Since firmware 1.4.1) ===
972 -
973 -
974 -The Channels Mode in the LORAWAN LMIC library is from 0 ~~ 7. When CHE = 8, 72 channels will be accessible to the network.
975 -
976 -(% style="color:blue" %)**AT Command:**
977 -
978 -(% style="color:#037691" %)**AT+CHE=1**(%%) ~/~/ set one channels mode
979 -
980 -
981 -(% style="color:blue" %)**Downlink Payload:0X24**
982 -
983 -Example: 0x24 01 ~/~/ Same as AT+CHE=1
984 -
985 -
986 -
987 987  = 4. Setting for Different Scenarios =
988 988  
989 989  
... ... @@ -1140,109 +1140,9 @@
1140 1140  |(% style="width:118px" %)A8|(% style="width:67px" %)Yellow|(% style="width:123px" %)MTMS/GPIO14
1141 1141  |(% style="width:118px" %)B8|(% style="width:67px" %)Grey|(% style="width:123px" %)MTDO/GPIO15
1142 1142  
1143 -== 7.3 Notes on using different serial port tools for TrackerD ==
1066 += 8.  Order Info =
1144 1144  
1145 1145  
1146 -=== 7.3.1  Serial port utility ===
1147 -
1148 -
1149 -Serial port utility requires you to automatically add data streams.
1150 -
1151 -Need to adjust the data stream to RTS/CTS on physical restart.
1152 -
1153 -
1154 -(% class="wikigeneratedid" %)
1155 -[[image:image-20221102140621-1.png]]
1156 -
1157 -
1158 -When using AT commands, the data flow needs to be adjusted to XON/XOFF
1159 -
1160 -
1161 -[[image:image-20221102140638-2.png]]
1162 -
1163 -
1164 -
1165 -=== 7.3.2  SecureCRT ===
1166 -
1167 -
1168 -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.
1169 -
1170 -
1171 -[[image:image-20221102140704-3.png]]
1172 -
1173 -
1174 -[[image:image-20221102140712-4.png]]
1175 -
1176 -
1177 -
1178 -=== 7.3.3  PUTTY ===
1179 -
1180 -
1181 -[[image:image-20221102140748-5.png]]
1182 -
1183 -
1184 -Since putty does not have a command window, you need to fill in the complete command externally, and then copy it to putty.The information copied outside can be pasted by right-clicking the mouse in putty.
1185 -
1186 -
1187 -[[image:image-20221102140801-6.png]]
1188 -
1189 -
1190 -
1191 -= 8  Trouble Shooting =
1192 -
1193 -
1194 -== 8.1  TDC is changed to 4294947296 and cause no uplink. ==
1195 -
1196 -
1197 -(((
1198 -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
1199 -)))
1200 -
1201 -
1202 -
1203 -== 8.2  Device not able get AT Command or show output after wake up from deep sleep mode ==
1204 -
1205 -
1206 -(((
1207 -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.
1208 -)))
1209 -
1210 -
1211 -
1212 -== 8.3  The reason why it has been restarted after upgrading(V.1.4.1) ==
1213 -
1214 -
1215 -(((
1216 -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
1217 -)))
1218 -
1219 -
1220 -[[image:image-20221107145243-1.png||height="695" width="443"]]
1221 -
1222 -
1223 -== 8.4 If the device's led light is always on when upgrading(since firmware 1.4.1) ==
1224 -
1225 -It is because the partitions are different when upgrading versions above 1.4.1, and a new partition file needs to be added. Please refer to the operation steps in chapter 8.3.
1226 -
1227 -
1228 -(((
1229 -== 8.5 How to deal with unsuccessful GPS positioning? ==
1230 -
1231 -1) Make Sure the device is in Open Area where can see the sky. 
1232 -2)  Set PDOP to a higher value.
1233 -
1234 -Please refer to this [[link>>http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/TrackerD/#H3.2.9SetPDOPvalueforGPSfixaccuracy]] on how to set up PDOP
1235 -)))
1236 -
1237 -
1238 -== 8.6 When positioning, it will restart or the PDOP setting is unsuccessful ==
1239 -
1240 -Please download version 1.4.2 again
1241 -
1242 -
1243 -= 9.  Order Info =
1244 -
1245 -
1246 1246  Part Number: (% style="color:blue" %)**TrackerD-XXX**
1247 1247  
1248 1248  (% style="color:blue" %)**XXX**(%%): The default frequency band
... ... @@ -1255,7 +1255,7 @@
1255 1255  * (% style="color:red" %)**AU915**(%%): Default frequency band AU915
1256 1256  * (% style="color:red" %)**US915**(%%): Default frequency band US915
1257 1257  
1258 -= 10.  Packing Info =
1081 += 9.  Packing Info =
1259 1259  
1260 1260  
1261 1261  (% style="color:#037691" %)**Package Includes**:
... ... @@ -1265,16 +1265,16 @@
1265 1265  
1266 1266  (% style="color:#037691" %)**Dimensions and Weight**:
1267 1267  
1268 -* Device Size: 85 x 48 x 15 mm
1091 +* Device Size: 85 x 48 x 15 cm
1269 1269  * Weight: 50g
1270 1270  
1271 -= 11. Support =
1094 += 10. Support =
1272 1272  
1273 1273  
1274 1274  * 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.
1275 1275  * 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]].
1276 1276  
1277 -= 12.  Reference =
1100 += 11.  Reference =
1278 1278  
1279 1279  
1280 1280  * [[**Firmware in Bin format**>>https://www.dropbox.com/sh/733s8xlwahhqg1d/AABxDz80lBVX_to8zNuUQWFja?dl=0]]
1667288597595-714.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -27.9 KB
Content
image-20221102140621-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -46.1 KB
Content
image-20221102140638-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -40.8 KB
Content
image-20221102140704-3.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -15.5 KB
Content
image-20221102140712-4.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -73.2 KB
Content
image-20221102140748-5.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -56.0 KB
Content
image-20221102140801-6.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -21.0 KB
Content
image-20221107145243-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -107.3 KB
Content
image-20221116111844-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -15.8 KB
Content
image-20221116111844-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -32.6 KB
Content
image-20221116111844-3.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -37.0 KB
Content