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

From version 74.6
edited by Xiaoling
on 2022/10/11 14:39
Change comment: There is no comment for this version
To version 74.5
edited by Xiaoling
on 2022/10/11 10:22
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -483,7 +483,6 @@
483 483  
484 484  
485 485  
486 -
487 487  === 2.4.6  Add Payload format in TTN V3 ===
488 488  
489 489  
... ... @@ -603,7 +603,6 @@
603 603  
604 604  
605 605  
606 -
607 607  == 2.11 Button Function ==
608 608  
609 609  
... ... @@ -627,7 +627,6 @@
627 627  
628 628  
629 629  
630 -
631 631  == 2.12 USB Port Function ==
632 632  
633 633  
... ... @@ -804,6 +804,7 @@
804 804  
805 805  * (% style="color:red" %)**1 : **(%%) (iBeacon)UUID+ Major + Minor+Power+Rssi+BAT+State  
806 806  
804 +
807 807  (% style="color:blue" %)**Example:**
808 808  
809 809   AT+ SMOD =1,0 ,0 ~-~->  GPS+ BAT+ State+Tem&Hum
... ... @@ -867,7 +867,7 @@
867 867  
868 868  * (% style="color:blue" %)**AT Command:**
869 869  
870 -(% style="color:#037691" %)**AT+CFM=xx**
868 +(% style="color:#037691" %)**AT+CFM=xx. **
871 871  
872 872  
873 873  **~ Example:**
... ... @@ -883,27 +883,6 @@
883 883  
884 884  
885 885  
886 -=== 3.2.10  Auto Send None-ACK messages ===
887 -
888 -
889 -TrackerD will wait for ACK for each uplink, If TrackerD doesn't get ACK from the IoT server, it will consider the message doesn't arrive server and store it. TrackerD keeps sending messages in normal periodically. Once TrackerD gets ACK from a server, it will consider the network is ok and start to send the not-arrive message.
890 -
891 -
892 -* (% style="color:blue" %)**AT Command: AT+PNACKMD**
893 -
894 -The default factory setting is 0.
895 -
896 -
897 -**Command Example Function Response:**
898 -
899 -(% style="color:#037691" %)**AT+PNACKMD=1**  (%%) ~/~/  Poll None-ACK message OK
900 -
901 -
902 -* (% style="color:blue" %)**Downlink Command: 0x34**
903 -
904 -Example: 0x3401  ~/~/  Same as AT+PNACKMD=1
905 -
906 -
907 907  = 4. Setting for Different Scenarios =
908 908  
909 909