Wiki source code of Notes for Data Cake

Version 59.11 by Xiaoling on 2022/05/30 14:58

Show last authors
1 **~ Contents:**
2
3 {{toc/}}
4
5
6
7
8 = 1. Introduction =
9
10 Notes for using Dragino Devices with Datacake.
11
12
13 = 2. Create a platform on TTN =
14
15 First, users create devices in TTN and join the network, and then enter integration.
16
17 [[image:image-20220524172202-1.png]]
18
19 [[image:image-20220524172221-2.png]]
20
21 [[image:image-20220524172249-3.png]]
22
23 (((
24 Here to enter the TTL Webhook URL.
25
26
27 )))
28
29 (((
30 TTL URL:[[https:~~/~~/api.datacake.co/integrations/lorawan/ttn/>>url:https://api.datacake.co/integrations/lorawan/ttn/]]
31 )))
32
33 (((
34 Webhook URL should be found in datacake, which also contains URLs of other servers.
35 )))
36
37 [[image:image-20220524172323-4.png]]
38
39 [[image:image-20220524172356-5.png]]
40
41
42 status:
43
44 [[image:image-20220524172421-6.png]]
45
46
47 = 3. Create device steps at Datacake =
48
49 Take the creation of LHT65 as an example
50
51 [[image:image-20220524172507-7.png]]
52
53 [[image:image-20220524172522-8.png]]
54
55 [[image:image-20220524172648-9.png]]
56
57
58 [[image:image-20220524172717-10.png]]
59
60
61 [[image:image-20220524172749-11.png]]
62
63
64 [[image:image-20220526104623-1.png]]
65
66 [[image:image-20220526104805-2.png||height="347" width="1263"]]
67
68
69 [[image:image-20220526104905-3.png||height="675" width="1265"]]
70
71
72 = 4. Debug and Payload decoder =
73
74 Debug:
75
76 [[image:image-20220526105125-4.png]]
77
78
79 Here you can test the payload decoding:
80
81 [[image:image-20220526105405-6.png]]
82
83 [[image:image-20220526105435-7.png||height="806" width="1330"]]
84
85 [[image:image-20220526105513-8.png||height="720" width="1246"]]
86
87
88 = 5. Dashboard of other models =
89
90 Other devices operate in the same way as above.
91
92 LSE01:
93
94 [[image:image-20220524173149-19.png]]
95
96 LGT92:
97
98 [[image:image-20220524173209-20.png]]
99
100 LDS01:
101
102 [[image:image-20220524173231-21.png]]
103
104 LT22222-L:
105
106 [[image:image-20220524173249-22.png]]
107
108 LWL01:
109
110 [[image:image-20220524173310-23.png]]
111
112 LDDS75:
113
114 [[image:image-20220524173332-24.png]]
115
116
117 = 6. Downlinks =
118
119 (((
120 In order to be able to queue up Downlinks on your TTI Application you need to provide additional detail on your Datacake-Device. To set the configuration please move into the LoRaWAN settings on the corresponding device:
121 )))
122
123 [[image:image-20220524173401-25.png]]
124
125 This is the ID of your Device in your TTI Application. You find it here:
126
127 [[image:image-20220526110050-10.png||height="455" width="1321"]]
128
129 (((
130 This is the URL of your TTI Instance as available to the public.
131 )))
132
133 (((
134 This is the ID of your Application on TTI:
135 )))
136
137 [[image:image-20220526110150-11.png||height="454" width="1335"]]
138
139
140 To create a new API Key on TTI head over to the "API keys" page using the left sidebar:
141
142 [[image:image-20220526110227-12.png||height="525" width="1334"]]
143
144 (((
145 Now click on "Add API Key"
146 )))
147
148 (((
149 The following dialog will appear:
150 )))
151
152 [[image:image-20220526110530-13.png]]
153
154 (((
155 Set a custom name (like "datacake-api-key")
156 )))
157
158 (((
159 And set corresponding rights to allow queuing up downlinks
160 )))
161
162 (((
163 Create the API Key by clicking on "Create API key"
164 )))
165
166 [[image:image-20220526110653-14.png||height="720" width="1034"]]
167
168 (((
169 After you created your API Key you will see the above notification
170 )))
171
172 (((
173 Please copy your key to your clipboard as it will only be shown once!
174 )))
175
176 (((
177 Paste this key into the device settings on Datacake
178 )))
179
180 (((
181 Configure downlink here. Use TDC downlink as an example. 01 00 00 3C:
182 )))
183
184 [[image:image-20220524173733-32.png]]
185
186 [[image:image-20220526110743-15.png||height="307" width="1274"]]
187
188 Successfully sent TDC donwlink.
189
190 [[image:image-20220526110835-16.png]]
191
192
193 [[image:image-20220526110912-17.png||height="517" width="999"]]
194
195 [[image:image-20220526110940-18.png]]