Changes for page Notes for TTN

Last modified by Xiaoling on 2025/08/04 14:58

From version 207.4
edited by Xiaoling
on 2023/04/23 15:28
Change comment: There is no comment for this version
To version 207.2
edited by Xiaoling
on 2023/03/27 15:56
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -708,21 +708,14 @@
708 708  )))
709 709  
710 710  * End node is connected to serial port to show the Join frequency and DR. (If possible)
711 -
712 712  * Gateway (from gateway UI) traffic to show the packet got from end node and receive from Server. (If possible)
713 -
714 714  * Gateway traffic (from server UI) to shows the data exchange between gateway and server. (Normally possible)
715 -
716 716  * End Node traffic (from server UI) to shows end node activity in server. (Normally possible)
717 -
718 718  * End Node Keys screen shot shows in end node and server. so we can check if the keys are correct. (In most case, we found keys doesn't match, especially APP EUI)
719 719  
720 -
721 -
722 722  (% style="color:blue" %)**1. End Device Join Screen shot, we can check:**
723 723  
724 724  * If the device is sending join request to server?
725 -
726 726  * What frequency the device is sending?
727 727  
728 728  [[image:image-20220526141308-33.png]]
... ... @@ -891,25 +891,17 @@
891 891  The CSV import in The Things Stack uses the following settings:
892 892  
893 893  * Semicolon () as field delimiter. This makes working with Microsoft Excel and other spreadsheets convenient;
894 -
895 895  * Header row is required
896 -
897 897  * On each row, the same number of fields as on the header line
898 -
899 899  * Use quotes to use in a field value;
900 -
901 901  * Use double quotes to escape quotes
902 -
903 903  * Unknown header columns are permitted and ignored
904 -
905 905  * Name and id cannot have capital letters and special characters
906 -
907 907  * Example column lorawan_phy_version is not needed
908 908  
909 909  (% style="display:none" %)
910 910  
911 911  
912 -
913 913  === **Example** ===
914 914  
915 915  
... ... @@ -937,6 +937,7 @@
937 937  [[Download the Excel template>>url:https://www.thethingsindustries.com/docs/getting-started/migrating/tts-end-devices-csv-template.xlsx]]. You can remove all columns that are not required (see above).
938 938  
939 939  
925 +
940 940  = 9. Trouble Shooting. =
941 941  
942 942  == 9.1 How to solve the problem of MIC Mismatch? ==