Changes for page Notes for TTN

Last modified by Mengting Qiu on 2024/08/20 17:29

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

Summary

Details

Page properties
Content
... ... @@ -708,14 +708,21 @@
708 708  )))
709 709  
710 710  * End node is connected to serial port to show the Join frequency and DR. (If possible)
711 +
711 711  * Gateway (from gateway UI) traffic to show the packet got from end node and receive from Server. (If possible)
713 +
712 712  * Gateway traffic (from server UI) to shows the data exchange between gateway and server. (Normally possible)
715 +
713 713  * End Node traffic (from server UI) to shows end node activity in server. (Normally possible)
717 +
714 714  * 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)
715 715  
720 +
721 +
716 716  (% style="color:blue" %)**1. End Device Join Screen shot, we can check:**
717 717  
718 718  * If the device is sending join request to server?
725 +
719 719  * What frequency the device is sending?
720 720  
721 721  [[image:image-20220526141308-33.png]]
... ... @@ -884,17 +884,25 @@
884 884  The CSV import in The Things Stack uses the following settings:
885 885  
886 886  * Semicolon () as field delimiter. This makes working with Microsoft Excel and other spreadsheets convenient;
894 +
887 887  * Header row is required
896 +
888 888  * On each row, the same number of fields as on the header line
898 +
889 889  * Use quotes to use in a field value;
900 +
890 890  * Use double quotes to escape quotes
902 +
891 891  * Unknown header columns are permitted and ignored
904 +
892 892  * Name and id cannot have capital letters and special characters
906 +
893 893  * Example column lorawan_phy_version is not needed
894 894  
895 895  (% style="display:none" %)
896 896  
897 897  
912 +
898 898  === **Example** ===
899 899  
900 900  
... ... @@ -922,7 +922,6 @@
922 922  [[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).
923 923  
924 924  
925 -
926 926  = 9. Trouble Shooting. =
927 927  
928 928  == 9.1 How to solve the problem of MIC Mismatch? ==