Wiki source code of TTN Stack 3
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.5 | 1 | **~ Contents:** |
![]() |
1.1 | 2 | |
![]() |
1.5 | 3 | {{toc/}} |
![]() |
1.3 | 4 | |
5 | = 1. Introduction = | ||
6 | |||
![]() |
1.2 | 7 | Notes for using Dragino Devices with TTN Stack3. |
![]() |
1.1 | 8 | |
![]() |
2.2 | 9 | |
![]() |
1.3 | 10 | = 2. Downlink = |
![]() |
1.1 | 11 | |
![]() |
1.2 | 12 | Use MQTT API for downlink: Reference: [[TTN Stack v3 MQTT reference>>url:https://thethingsstack.io/v3.1.0/guides/getting-started/mqtt/]] |
![]() |
1.1 | 13 | |
![]() |
1.7 | 14 | ((( |
![]() |
1.2 | 15 | **Download command is:** |
![]() |
1.7 | 16 | ))) |
![]() |
1.1 | 17 | |
![]() |
1.3 | 18 | (% class="box" %) |
19 | ((( | ||
![]() |
1.2 | 20 | mosquitto_pub -h eu1.cloud.thethings.industries -p 1883 -t v3/akXXXXXps@XXXXXX/devices/lsn50/down/push -u akXXXXXps@XXXXXX -P NNSXS.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.LVQZECLX5FZ3XO5ACOW47IZ6HM54DMBBU776C53ZQHPLPQALIXYA -m '{"downlinks":[{"f_port": 2,"frm_payload":"AwAA","priority": "HIGH","confirmed": true}]}' |
![]() |
1.3 | 21 | ))) |
![]() |
1.1 | 22 | |
![]() |
1.7 | 23 | ((( |
![]() |
1.3 | 24 | The MQTT command use (% style="color:#4f81bd" %)**-h,-p,-u,-P** (%%)options. We can find them in the website. |
![]() |
1.7 | 25 | ))) |
![]() |
1.1 | 26 | |
![]() |
4.2 | 27 | [[image:image-20220526142338-3.png]] |
![]() |
1.1 | 28 | |
![]() |
1.2 | 29 | find -h : broker address , -p port and -u: user name |
![]() |
1.1 | 30 | |
![]() |
4.2 | 31 | [[image:image-20220526142307-2.png]] |
![]() |
1.1 | 32 | |
![]() |
1.2 | 33 | find -P : Password |
![]() |
1.1 | 34 | |
35 | |||
![]() |
1.2 | 36 | User MQTT.FX to simulate a downlink |
![]() |
1.1 | 37 | |
![]() |
5.2 | 38 | [[image:image-20220526142421-4.png]] |
![]() |
1.2 | 39 | |
40 | Use MQTT.FX to simulate downlink | ||
41 | |||
42 | |||
43 | Input connection info | ||
44 | |||
![]() |
1.3 | 45 | [[image:https://wiki.dragino.com/images/thumb/4/44/Stack_v3_downlink_4.png/600px-Stack_v3_downlink_4.png||height="437" width="600"]] |
![]() |
1.2 | 46 | |
47 | Input MQTT connection info | ||
48 | |||
49 | |||
50 | Send a downstream | ||
51 | |||
![]() |
1.3 | 52 | [[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"]] |
![]() |
1.2 | 53 | |
54 | Gateway traffic for downstream | ||
55 | |||
![]() |
1.3 | 56 | [[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"]] |
![]() |
1.2 | 57 | |
58 | |||
59 | Downstream data flow will like below: | ||
60 | |||
![]() |
1.3 | 61 | [[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"]] |
![]() |
1.2 | 62 | |
![]() |
1.3 | 63 | [[image:https://wiki.dragino.com/images/1/1f/Stack_v3_downlink_7.png||alt="Stack v3 downlink 7.png" height="371" width="453"]] |
![]() |
1.2 | 64 | |
![]() |
1.3 | 65 | = 3. Trouble Shooting = |
![]() |
1.2 | 66 | |
![]() |
1.3 | 67 | == 3.1 Problem when register a device to TTNv3 if it is already register to TTNv2 == |
![]() |
1.2 | 68 | |
69 | When you register the device in V2 and V3 with the same key and EUI, the device can only connect to V2. | ||
70 | |||
![]() |
1.3 | 71 | [[image:https://wiki.dragino.com/images/thumb/0/0d/V3v2.png/600px-V3v2.png||alt="V3v2.png" height="403" width="600"]] |
![]() |
1.2 | 72 | |
![]() |
1.3 | 73 | [[image:https://wiki.dragino.com/images/thumb/b/b9/V2v3.png/600px-V2v3.png||alt="V2v3.png" height="352" width="600"]] |
![]() |
1.2 | 74 | |
75 | If you want the device to connect to V3. You must change your key and EUI, or delete the device registered on V2. | ||
76 | |||
![]() |
1.3 | 77 | == 3.2 MIC Mismatch or MIC Failed == |
![]() |
1.2 | 78 | |
![]() |
1.3 | 79 | ((( |
![]() |
1.4 | 80 | ((( |
![]() |
1.2 | 81 | When the device is registered or the device is working normally, the problem of MIC mismatch and MIC failed occurs. |
![]() |
1.3 | 82 | ))) |
![]() |
1.4 | 83 | ))) |
![]() |
1.2 | 84 | |
![]() |
1.3 | 85 | ((( |
![]() |
1.4 | 86 | ((( |
![]() |
1.2 | 87 | Under normal circumstances, users need to change the APPKEY to solve this problem. |
![]() |
1.3 | 88 | ))) |
![]() |
1.4 | 89 | ))) |
![]() |
1.2 | 90 | |
![]() |
1.3 | 91 | [[image:https://wiki.dragino.com/images/thumb/d/dd/MIC_mismatch.png/600px-MIC_mismatch.png||height="208" width="600"]] |
![]() |
1.2 | 92 | |
93 | MIC Mismatch |