Changes for page TTN Stack 3

Last modified by Xiaoling on 2023/04/23 15:28

From version 2.1
edited by Xiaoling
on 2022/05/26 14:22
Change comment: Uploaded new attachment "image-20220526142228-1.png", version {1}
To version 14.8
edited by Xiaoling
on 2023/04/23 15:28
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,17 +1,23 @@
1 -**~ Contents:**
1 +**~ Table of Contents:**
2 2  
3 3  {{toc/}}
4 4  
5 -= 1. Introduction =
6 6  
6 +
7 +
8 += 1.  Introduction =
9 +
10 +
7 7  Notes for using Dragino Devices with TTN Stack3.
8 8  
9 -= 2. Downlink =
10 10  
14 += 2.  Downlink =
15 +
16 +
11 11  Use MQTT API for downlink: Reference: [[TTN Stack v3 MQTT reference>>url:https://thethingsstack.io/v3.1.0/guides/getting-started/mqtt/]]
12 12  
13 13  (((
14 -**Download command is:**
20 +(% style="color:blue" %)**Download command is:**
15 15  )))
16 16  
17 17  (% class="box" %)
... ... @@ -20,61 +20,79 @@
20 20  )))
21 21  
22 22  (((
23 -The MQTT command use (% style="color:#4f81bd" %)**-h,-p,-u,-P** (%%)options. We can find them in the website.
29 +
30 +
31 +The MQTT command use (% style="color:blue" %)**-h,-p,-u,-P** (%%)options. We can find them in the website.
32 +
33 +
24 24  )))
25 25  
26 -[[image:https://wiki.dragino.com/images/thumb/2/2f/Stack_v3_downlink_1.png/800px-Stack_v3_downlink_1.png||alt="File:Stack v3 downlink 1.png" height="459" width="734"]]
36 +[[image:image-20220526142338-3.png]]
27 27  
28 -find -h : broker address , -p port and -u: user name
38 +**find -h : broker address , -p port and -u: user name**
29 29  
30 -[[image:https://wiki.dragino.com/images/thumb/a/a6/Stack_v3_downlink_2.png/600px-Stack_v3_downlink_2.png||height="395" width="600"]]
31 31  
32 -find -P : Password
33 33  
42 +[[image:image-20220526142307-2.png]]
34 34  
44 +**find -P : Password**
45 +
46 +
47 +
35 35  User MQTT.FX to simulate a downlink
36 36  
37 -[[image:https://wiki.dragino.com/images/thumb/5/5c/Stack_v3_downlink_3.png/800px-Stack_v3_downlink_3.png||alt="File:Stack v3 downlink 3.png" height="534" width="730"]]
50 +[[image:image-20220526142421-4.png]]
38 38  
39 39  Use MQTT.FX to simulate downlink
40 40  
41 41  
55 +
42 42  Input connection info
43 43  
44 -[[image:https://wiki.dragino.com/images/thumb/4/44/Stack_v3_downlink_4.png/600px-Stack_v3_downlink_4.png||height="437" width="600"]]
58 +[[image:image-20220526142512-5.png]]
45 45  
46 46  Input MQTT connection info
47 47  
48 48  
63 +
49 49  Send a downstream
50 50  
51 -[[image:https://wiki.dragino.com/images/thumb/e/ec/Stack_v3_downlink_5.png/600px-Stack_v3_downlink_5.png||alt="Stack v3 downlink 5.png" height="438" width="600"]]
66 +[[image:image-20220526142539-6.png]]
52 52  
53 53  Gateway traffic for downstream
54 54  
55 -[[image:https://wiki.dragino.com/images/thumb/8/8a/Stack_v3_downlink_8.png/600px-Stack_v3_downlink_8.png||alt="Stack v3 downlink 8.png" height="235" width="600"]]
56 56  
57 57  
72 +[[image:image-20220526142616-7.png||height="579" width="1407"]]
73 +
74 +
75 +
58 58  Downstream data flow will like below:
59 59  
60 -[[image:https://wiki.dragino.com/images/thumb/d/d1/Stack_v3_downlink_6.png/600px-Stack_v3_downlink_6.png||alt="Stack v3 downlink 6.png" height="233" width="600"]]
78 +[[image:image-20220526142741-8.png]]
61 61  
62 -[[image:https://wiki.dragino.com/images/1/1f/Stack_v3_downlink_7.png||alt="Stack v3 downlink 7.png" height="371" width="453"]]
80 +[[image:image-20220526142826-9.png]]
63 63  
64 -= 3. Trouble Shooting =
65 65  
66 -== 3.1 Problem when register a device to TTNv3 if it is already register to TTNv2 ==
83 += 3.  Trouble Shooting =
67 67  
85 +== 3.1  Problem when register a device to TTNv3 if it is already register to TTNv2 ==
86 +
87 +
68 68  When you register the device in V2 and V3 with the same key and EUI, the device can only connect to V2.
69 69  
70 -[[image:https://wiki.dragino.com/images/thumb/0/0d/V3v2.png/600px-V3v2.png||alt="V3v2.png" height="403" width="600"]]
71 71  
72 -[[image:https://wiki.dragino.com/images/thumb/b/b9/V2v3.png/600px-V2v3.png||alt="V2v3.png" height="352" width="600"]]
91 +[[image:image-20220526142914-10.png]]
73 73  
93 +[[image:image-20220526143018-11.png||height="619" width="1049"]]
94 +
95 +
74 74  If you want the device to connect to V3. You must change your key and EUI, or delete the device registered on V2.
75 75  
76 -== 3.2 MIC Mismatch or MIC Failed ==
77 77  
99 +== 3.2  MIC Mismatch or MIC Failed ==
100 +
101 +
78 78  (((
79 79  (((
80 80  When the device is registered or the device is working normally, the problem of MIC mismatch and MIC failed occurs.
... ... @@ -84,9 +84,11 @@
84 84  (((
85 85  (((
86 86  Under normal circumstances, users need to change the APPKEY to solve this problem.
111 +
112 +
87 87  )))
88 88  )))
89 89  
90 -[[image:https://wiki.dragino.com/images/thumb/d/dd/MIC_mismatch.png/600px-MIC_mismatch.png||height="208" width="600"]]
116 +[[image:image-20220526143057-12.png]]
91 91  
92 92  MIC Mismatch
image-20220526142307-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +78.0 KB
Content
image-20220526142338-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +123.1 KB
Content
image-20220526142421-4.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +55.2 KB
Content
image-20220526142512-5.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +117.1 KB
Content
image-20220526142539-6.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +87.9 KB
Content
image-20220526142616-7.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +62.4 KB
Content
image-20220526142741-8.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +241.7 KB
Content
image-20220526142826-9.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +23.6 KB
Content
image-20220526142914-10.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +80.3 KB
Content
image-20220526143018-11.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +108.9 KB
Content
image-20220526143057-12.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +151.8 KB
Content