<
From version < 51.14 >
edited by Xiaoling
on 2022/09/30 13:40
To version < 51.11 >
edited by Xiaoling
on 2022/09/30 11:49
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -282,6 +282,7 @@
282 282  * 3.40v ~~ 3.69v:  20% ~~ 40%
283 283  * < 3.39v:  0~~20%
284 284  
285 +
285 285  ==== (% style="color:blue" %)LON:(%%) ====
286 286  
287 287  
... ... @@ -333,6 +333,7 @@
333 333  [[Alarm & BAT>>||anchor="HAlarm26BAT:"]]
334 334  )))|(% style="width:15px" %)[[FLAG>>||anchor="HFLAG:"]]
335 335  
337 +
336 336  [[image:1664502425687-834.png]]
337 337  
338 338  
... ... @@ -345,6 +345,7 @@
345 345  * (% style="color:#037691" %)**RSSI:  ** (%%) The RSSI from the strongest iBeacon.
346 346  
347 347  
350 +
348 348  === 2.3.5 Add Payload format in TTN V3 ===
349 349  
350 350  
... ... @@ -430,6 +430,7 @@
430 430  
431 431  
432 432  
436 +
433 433  == 2.9 Button Function ==
434 434  
435 435  
... ... @@ -451,10 +451,6 @@
451 451  |(% 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
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  
454 -
455 -
456 -
457 -
458 458  == 2.10 USB Port Function ==
459 459  
460 460  
... ... @@ -467,14 +467,12 @@
467 467  
468 468  
469 469  
470 -
471 -
472 472  = 3. Configure TrackerD via AT command or LoRaWAN downlink =
473 473  
474 474  
475 475  User can configure TrackerD via AT Command or LoRaWAN Downlink.
476 476  
477 -LoRaWAN Downlink instruction for different platforms:  [[IoT LoRaWAN Server>>doc:Main.WebHome]]
475 +LoRaWAN Downlink instruction for different platforms: [[IoT LoRaWAN Server>>doc:Main.WebHome]]
478 478  
479 479  
480 480  
... ... @@ -510,16 +510,16 @@
510 510  
511 511  Set device uplink interval.
512 512  
513 -* (% style="color:blue" %)**AT Command:**
511 +* AT Command:
514 514  
515 -(% style="color:#037691" %)**AT+TDC=xxx **
513 +AT+TDC=xxx
516 516  
517 517  Example:  AT+TDC=300000. Means set interval to 5 minutes(300 seconds)
518 518  
519 519  
520 -* (% style="color:blue" %)**Downlink Payload (prefix 0x01):**
518 +* Downlink Payload (prefix 0x01):
521 521  
522 -(% style="color:#037691" %)**0x01 00 01 2C**  (%%) ~/~/  Same as AT+TDC=300000
520 +0x01 00 01 2C     ~/~/  Same as AT+TDC=300000
523 523  
524 524  
525 525  
... ... @@ -528,16 +528,16 @@
528 528  
529 529  Set alarm packet transmit interval
530 530  
531 -* (% style="color:blue" %)**AT Command:**
529 +* AT Command:
532 532  
533 -(% style="color:#037691" %)**AT+ATDC=xx. **
531 +AT+ATDC=xx.
534 534  
535 535  Example:  AT+ATDC=60000  **~-~->    ** Set Alarm Packet Interval to 60 seconds. TrackerD will send every 60 seconds in Alarm mode, Default Value: 60000
536 536  
537 537  
538 -* (% style="color:blue" %)**Downlink Payload (prefix 0xB1):**
536 +* Downlink Payload (prefix 0xB1):
539 539  
540 -(% style="color:#037691" %)**0xB1 00 00 3C ** (%%) ~/~/  Same as AT+ATDC=60000
538 +0xB1 00 00 3C  ~/~/  Same as AT+ATDC=60000
541 541  
542 542  
543 543  
... ... @@ -546,16 +546,16 @@
546 546  
547 547  Set sports packet transmit interval
548 548  
549 -* (% style="color:blue" %)**AT Command:**
547 +* AT Command:
550 550  
551 -(% style="color:#037691" %)**AT+MTDC=xx. **
549 +AT+MTDC=xx.
552 552  
553 553   Example:  AT+MTDC=300000  **~-~->    ** Set Sports Mode Packet Interval to 300 seconds. TrackerD will send every 300 seconds in Sports mode, Default Value: 300000
554 554  
555 555  
556 -* (% style="color:blue" %)**Downlink Payload (prefix 0x03):**
554 +* Downlink Payload (prefix 0x03):
557 557  
558 -(% style="color:#037691" %)**0x03 00 01 2C**  (%%) ~/~/  Same as AT+ MTDC=3000000
556 +0x03 00 01 2C  ~/~/  Same as AT+ MTDC=3000000
559 559  
560 560  
561 561  
... ... @@ -564,32 +564,32 @@
564 564  
565 565  Server send downlink command to exit Alarm mode
566 566  
567 -* (% style="color:blue" %)**AT Command: No AT Command**
565 +* AT Command:
568 568  
567 +No AT Command
569 569  
570 570  
570 +* Downlink Payload (prefix 0x02):
571 571  
572 -* (% style="color:blue" %)**Downlink Payload (prefix 0x02):**
572 +0x02 01  ~/~/  Exit Alarm Mode
573 573  
574 -(% style="color:#037691" %)**0x02 01**    (%%) ~/~/  Exit Alarm Mode
575 575  
576 576  
577 -
578 578  === 3.2.5 Disable/Enable LED flash ===
579 579  
580 580  
581 581  Disable/Enable LED for position, downlink and uplink
582 582  
583 -* (% style="color:blue" %)**AT Command:**
581 +* AT Command:
584 584  
585 -(% style="color:#037691" %)**AT+LON=xx.  (Disable (0), Enable (1), default:1)**
583 +AT+LON=xx.  (Disable (0), Enable (1), default:1)
586 586  
587 587   Example: AT+LON=0  **~-~-> ** Disable LED for position, downlink and uplink.
588 588  
589 589  
590 -* (% style="color:blue" %)**Downlink Payload (prefix 0xAE):**
588 +* Downlink Payload (prefix 0xAE):
591 591  
592 -(% style="color:#037691" %)**0xAE 00 ** (%%) ~/~/  Same as AT+LON=0
590 +0xAE 00  ~/~/  Same as AT+LON=0
593 593  
594 594  
595 595  
... ... @@ -598,16 +598,16 @@
598 598  
599 599  User can use this feature to check and set thread hole of movement detect
600 600  
601 -* (% style="color:blue" %)**AT Command:**
599 +* AT Command:
602 602  
603 -(% style="color:#037691" %)**AT+INTWK=xx.  (Disable (0), Enable (1), default:0)**
601 +AT+INTWK=xx.  (Disable (0), Enable (1), default:0)
604 604  
605 605   Example:  AT+ INTWK =1  **~-~->   ** Enable detect movement.
606 606  
607 607  
608 -* (% style="color:blue" %)**Downlink Payload (prefix 0xAF):**
606 +* Downlink Payload (prefix 0xAF):
609 609  
610 -(% style="color:#037691" %)**0xAF 01 ** (%%) ~/~/  Same as AT+ INTWK =1
608 +0xAF 01  ~/~/  Same as AT+ INTWK =1
611 611  
612 612  
613 613  
... ... @@ -626,9 +626,9 @@
626 626  
627 627  
628 628  
629 -* (% style="color:blue" %)**AT Command:**
627 +* AT Command:
630 630  
631 -(% style="color:#037691" %)**AT+SMOD=xx. **
629 +AT+SMOD=xx.
632 632  
633 633  
634 634   **Example:**
... ... @@ -640,9 +640,9 @@
640 640   AT+ SMOD =2,3    **~-~->**  (iBeacon)UUID+ Major + Minor+Power+Rssi+BAT+State。
641 641  
642 642  
643 -* (% style="color:blue" %)**Downlink Payload (prefix 0xA5):**
641 +* Downlink Payload (prefix 0xA5):
644 644  
645 -(% style="color:#037691" %)**0xA5 01 00**    (%%) ~/~/  Same as AT+ SMOD =1,0
643 +0xA5 01 00  ~/~/  Same as AT+ SMOD =1,0
646 646  
647 647  
648 648  
... ... @@ -655,16 +655,16 @@
655 655  If AT+FTIME=0. The GPS module will be always powered and positioning. This will highly increase the power consumption (up to 50mA). When AT+FTIME=0, it will improve fix accuracy and shorten the acquire time for next uplink.
656 656  
657 657  
658 -* (% style="color:blue" %)**AT Command:**
656 +* AT Command:
659 659  
660 -(% style="color:#037691" %)**AT+FTIME=xx**  (%%) **~-~-> ** Set to use xx as max fix time.
658 +AT+FTIME=xx  **~-~-> ** Set to use xx as max fix time.
661 661  
662 662  Example:  AT+FTIME=150
663 663  
664 664  
665 -* (% style="color:blue" %)**Downlink Payload (prefix 0xAA):**
663 +* Downlink Payload (prefix 0xAA):
666 666  
667 -(% style="color:#037691" %)**0xAA 00 96 ** (%%) ~/~/  Set AT+FTIME=150
665 +0xAA 00 96  ~/~/  Set AT+FTIME=150
668 668  
669 669  
670 670  
... ... @@ -677,26 +677,25 @@
677 677  A GPS packet with lower PDOP has higher accuracy. PDOP default value is 2.0
678 678  
679 679  
680 -* (% style="color:blue" %)**AT Command:**
678 +* AT Command:
681 681  
682 -(% style="color:#037691" %)**AT+PDOP=2.5 ** (%%) **~-~->  ** Set PDOP to 2.5
680 +AT+PDOP=2.5  **~-~->  ** Set PDOP to 2.5
683 683  
684 684  
685 -* (% style="color:blue" %)**Downlink Payload (prefix 0xAD):**
683 +* Downlink Payload (prefix 0xAD):
686 686  
687 -(% style="color:#037691" %)**0xAD 00 0A**   (%%) ~/~/  Set AT+PDOP=1  (0x0A / 10 =1)
685 +0xAD 00 0A  ~/~/  Set AT+PDOP=1  (0x0A / 10 =1)
688 688  
689 -(% style="color:#037691" %)**0xAD 00 19**   (%%) ~/~/  Set AT+PDOP=2.5    (0x19 / 10 =2.5)
687 +0xAD 00 19  ~/~/  Set AT+PDOP=2.5    (0x19 / 10 =2.5)
690 690  
691 -(% style="color:#037691" %)**0xAD 00 46**    (%%) ~/~/  Set AT+PDOP=7  (0x46 / 10 =7)
689 +0xAD 00 46  ~/~/  Set AT+PDOP=7  (0x46 / 10 =7)
692 692  
693 693  
694 -
695 695  Disable/Enable the confirmation mode
696 696  
697 -* (% style="color:blue" %)**AT Command:**
694 +* AT Command:
698 698  
699 -(% style="color:#037691" %)**AT+CFM=xx. **
696 +AT+CFM=xx.
700 700  
701 701  
702 702  **~ Example:**
... ... @@ -706,9 +706,9 @@
706 706   AT+ CFM=1    **~-~->  ** Enable confirmation
707 707  
708 708  
709 -* (% style="color:blue" %)**Downlink Payload (prefix 0x05):**
706 +* Downlink Payload (prefix 0x05):
710 710  
711 -(% style="color:#037691" %)**0x05 01 **(%%) ~/~/  Same as AT+ SMOD =1
708 +0x05 01  ~/~/  Same as AT+ SMOD =1
712 712  
713 713  
714 714  
... ... @@ -787,13 +787,13 @@
787 787  
788 788  * 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]]
789 789  
790 -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]]
787 +Install IDE on PC, open and click **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]]
791 791  
792 792  
793 793  [[image:1664503635019-941.png]]
794 794  
795 795  
796 -(% style="color:#037691" %)* Go to tools ~-~-> Boards ~-~-> Boards Manager,(%%) find the esp32 information and install it.
793 +* Go to tools ~-~-> Boards ~-~-> Boards Manager, find the esp32 information and install it.
797 797  
798 798  [[image:1664503715811-892.png]]
799 799  
... ... @@ -835,7 +835,7 @@
835 835  == 7.1 How to change the LoRa Frequency Bands/Region? ==
836 836  
837 837  
838 -User can follow the introduction for [[how to upgrade image>>||anchor="H5.UploadFirmware"]]. When download the images, choose the required image file for download.
835 +User can follow the introduction for [[how to upgrade image>>path:#upgrade_image]]. When download the images, choose the required image file for download.
839 839  
840 840  
841 841  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0