<
From version < 51.15 >
edited by Xiaoling
on 2022/09/30 13:41
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  
... ... @@ -344,6 +344,8 @@
344 344  * (% style="color:#037691" %)**Measured Power: ** (%%) The Measured Power from the strongest iBeacon.
345 345  * (% style="color:#037691" %)**RSSI:  ** (%%) The RSSI from the strongest iBeacon.
346 346  
349 +
350 +
347 347  === 2.3.5 Add Payload format in TTN V3 ===
348 348  
349 349  
... ... @@ -428,6 +428,8 @@
428 428  |(% style="width:157px" %)**Movement Detect**|(% style="width:271px" %)(% style="color:red" %)**RED **(%%)led on 500ms|(% style="width:202px" %)N/A
429 429  
430 430  
435 +
436 +
431 431  == 2.9 Button Function ==
432 432  
433 433  
... ... @@ -449,9 +449,6 @@
449 449  |(% 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
450 450  |(% 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.
451 451  
452 -
453 -
454 -
455 455  == 2.10 USB Port Function ==
456 456  
457 457  
... ... @@ -464,13 +464,12 @@
464 464  
465 465  
466 466  
467 -
468 468  = 3. Configure TrackerD via AT command or LoRaWAN downlink =
469 469  
470 470  
471 471  User can configure TrackerD via AT Command or LoRaWAN Downlink.
472 472  
473 -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]]
474 474  
475 475  
476 476  
... ... @@ -506,16 +506,16 @@
506 506  
507 507  Set device uplink interval.
508 508  
509 -* (% style="color:blue" %)**AT Command:**
511 +* AT Command:
510 510  
511 -(% style="color:#037691" %)**AT+TDC=xxx **
513 +AT+TDC=xxx
512 512  
513 513  Example:  AT+TDC=300000. Means set interval to 5 minutes(300 seconds)
514 514  
515 515  
516 -* (% style="color:blue" %)**Downlink Payload (prefix 0x01):**
518 +* Downlink Payload (prefix 0x01):
517 517  
518 -(% style="color:#037691" %)**0x01 00 01 2C**  (%%) ~/~/  Same as AT+TDC=300000
520 +0x01 00 01 2C     ~/~/  Same as AT+TDC=300000
519 519  
520 520  
521 521  
... ... @@ -524,16 +524,16 @@
524 524  
525 525  Set alarm packet transmit interval
526 526  
527 -* (% style="color:blue" %)**AT Command:**
529 +* AT Command:
528 528  
529 -(% style="color:#037691" %)**AT+ATDC=xx. **
531 +AT+ATDC=xx.
530 530  
531 531  Example:  AT+ATDC=60000  **~-~->    ** Set Alarm Packet Interval to 60 seconds. TrackerD will send every 60 seconds in Alarm mode, Default Value: 60000
532 532  
533 533  
534 -* (% style="color:blue" %)**Downlink Payload (prefix 0xB1):**
536 +* Downlink Payload (prefix 0xB1):
535 535  
536 -(% style="color:#037691" %)**0xB1 00 00 3C ** (%%) ~/~/  Same as AT+ATDC=60000
538 +0xB1 00 00 3C  ~/~/  Same as AT+ATDC=60000
537 537  
538 538  
539 539  
... ... @@ -542,16 +542,16 @@
542 542  
543 543  Set sports packet transmit interval
544 544  
545 -* (% style="color:blue" %)**AT Command:**
547 +* AT Command:
546 546  
547 -(% style="color:#037691" %)**AT+MTDC=xx. **
549 +AT+MTDC=xx.
548 548  
549 549   Example:  AT+MTDC=300000  **~-~->    ** Set Sports Mode Packet Interval to 300 seconds. TrackerD will send every 300 seconds in Sports mode, Default Value: 300000
550 550  
551 551  
552 -* (% style="color:blue" %)**Downlink Payload (prefix 0x03):**
554 +* Downlink Payload (prefix 0x03):
553 553  
554 -(% style="color:#037691" %)**0x03 00 01 2C**  (%%) ~/~/  Same as AT+ MTDC=3000000
556 +0x03 00 01 2C  ~/~/  Same as AT+ MTDC=3000000
555 555  
556 556  
557 557  
... ... @@ -560,13 +560,14 @@
560 560  
561 561  Server send downlink command to exit Alarm mode
562 562  
563 -* (% style="color:blue" %)**AT Command: No AT Command**
565 +* AT Command:
564 564  
567 +No AT Command
565 565  
566 566  
567 -* (% style="color:blue" %)**Downlink Payload (prefix 0x02):**
570 +* Downlink Payload (prefix 0x02):
568 568  
569 -(% style="color:#037691" %)**0x02 01**    (%%) ~/~/  Exit Alarm Mode
572 +0x02 01  ~/~/  Exit Alarm Mode
570 570  
571 571  
572 572  
... ... @@ -575,16 +575,16 @@
575 575  
576 576  Disable/Enable LED for position, downlink and uplink
577 577  
578 -* (% style="color:blue" %)**AT Command:**
581 +* AT Command:
579 579  
580 -(% style="color:#037691" %)**AT+LON=xx.  (Disable (0), Enable (1), default:1)**
583 +AT+LON=xx.  (Disable (0), Enable (1), default:1)
581 581  
582 582   Example: AT+LON=0  **~-~-> ** Disable LED for position, downlink and uplink.
583 583  
584 584  
585 -* (% style="color:blue" %)**Downlink Payload (prefix 0xAE):**
588 +* Downlink Payload (prefix 0xAE):
586 586  
587 -(% style="color:#037691" %)**0xAE 00 ** (%%) ~/~/  Same as AT+LON=0
590 +0xAE 00  ~/~/  Same as AT+LON=0
588 588  
589 589  
590 590  
... ... @@ -593,16 +593,16 @@
593 593  
594 594  User can use this feature to check and set thread hole of movement detect
595 595  
596 -* (% style="color:blue" %)**AT Command:**
599 +* AT Command:
597 597  
598 -(% style="color:#037691" %)**AT+INTWK=xx.  (Disable (0), Enable (1), default:0)**
601 +AT+INTWK=xx.  (Disable (0), Enable (1), default:0)
599 599  
600 600   Example:  AT+ INTWK =1  **~-~->   ** Enable detect movement.
601 601  
602 602  
603 -* (% style="color:blue" %)**Downlink Payload (prefix 0xAF):**
606 +* Downlink Payload (prefix 0xAF):
604 604  
605 -(% style="color:#037691" %)**0xAF 01 ** (%%) ~/~/  Same as AT+ INTWK =1
608 +0xAF 01  ~/~/  Same as AT+ INTWK =1
606 606  
607 607  
608 608  
... ... @@ -621,9 +621,9 @@
621 621  
622 622  
623 623  
624 -* (% style="color:blue" %)**AT Command:**
627 +* AT Command:
625 625  
626 -(% style="color:#037691" %)**AT+SMOD=xx. **
629 +AT+SMOD=xx.
627 627  
628 628  
629 629   **Example:**
... ... @@ -635,9 +635,9 @@
635 635   AT+ SMOD =2,3    **~-~->**  (iBeacon)UUID+ Major + Minor+Power+Rssi+BAT+State。
636 636  
637 637  
638 -* (% style="color:blue" %)**Downlink Payload (prefix 0xA5):**
641 +* Downlink Payload (prefix 0xA5):
639 639  
640 -(% style="color:#037691" %)**0xA5 01 00**    (%%) ~/~/  Same as AT+ SMOD =1,0
643 +0xA5 01 00  ~/~/  Same as AT+ SMOD =1,0
641 641  
642 642  
643 643  
... ... @@ -650,16 +650,16 @@
650 650  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.
651 651  
652 652  
653 -* (% style="color:blue" %)**AT Command:**
656 +* AT Command:
654 654  
655 -(% 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.
656 656  
657 657  Example:  AT+FTIME=150
658 658  
659 659  
660 -* (% style="color:blue" %)**Downlink Payload (prefix 0xAA):**
663 +* Downlink Payload (prefix 0xAA):
661 661  
662 -(% style="color:#037691" %)**0xAA 00 96 ** (%%) ~/~/  Set AT+FTIME=150
665 +0xAA 00 96  ~/~/  Set AT+FTIME=150
663 663  
664 664  
665 665  
... ... @@ -672,26 +672,25 @@
672 672  A GPS packet with lower PDOP has higher accuracy. PDOP default value is 2.0
673 673  
674 674  
675 -* (% style="color:blue" %)**AT Command:**
678 +* AT Command:
676 676  
677 -(% style="color:#037691" %)**AT+PDOP=2.5 ** (%%) **~-~->  ** Set PDOP to 2.5
680 +AT+PDOP=2.5  **~-~->  ** Set PDOP to 2.5
678 678  
679 679  
680 -* (% style="color:blue" %)**Downlink Payload (prefix 0xAD):**
683 +* Downlink Payload (prefix 0xAD):
681 681  
682 -(% style="color:#037691" %)**0xAD 00 0A**   (%%) ~/~/  Set AT+PDOP=1  (0x0A / 10 =1)
685 +0xAD 00 0A  ~/~/  Set AT+PDOP=1  (0x0A / 10 =1)
683 683  
684 -(% 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)
685 685  
686 -(% style="color:#037691" %)**0xAD 00 46**    (%%) ~/~/  Set AT+PDOP=7  (0x46 / 10 =7)
689 +0xAD 00 46  ~/~/  Set AT+PDOP=7  (0x46 / 10 =7)
687 687  
688 688  
689 -
690 690  Disable/Enable the confirmation mode
691 691  
692 -* (% style="color:blue" %)**AT Command:**
694 +* AT Command:
693 693  
694 -(% style="color:#037691" %)**AT+CFM=xx. **
696 +AT+CFM=xx.
695 695  
696 696  
697 697  **~ Example:**
... ... @@ -701,9 +701,9 @@
701 701   AT+ CFM=1    **~-~->  ** Enable confirmation
702 702  
703 703  
704 -* (% style="color:blue" %)**Downlink Payload (prefix 0x05):**
706 +* Downlink Payload (prefix 0x05):
705 705  
706 -(% style="color:#037691" %)**0x05 01 **(%%) ~/~/  Same as AT+ SMOD =1
708 +0x05 01  ~/~/  Same as AT+ SMOD =1
707 707  
708 708  
709 709  
... ... @@ -782,13 +782,13 @@
782 782  
783 783  * 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]]
784 784  
785 -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]]
786 786  
787 787  
788 788  [[image:1664503635019-941.png]]
789 789  
790 790  
791 -(% 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.
792 792  
793 793  [[image:1664503715811-892.png]]
794 794  
... ... @@ -830,7 +830,7 @@
830 830  == 7.1 How to change the LoRa Frequency Bands/Region? ==
831 831  
832 832  
833 -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.
834 834  
835 835  
836 836  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0