Wiki source code of Notes for LORIOT

Version 52.8 by Xiaoling on 2022/07/23 16:25

Show last authors
1 (% class="wikigeneratedid" %)
2 **~ Table of Contents:**
3
4 {{toc/}}
5
6
7
8
9 = 1. Introduction =
10
11
12 (((
13 (((
14 The Dragino LoRaWAN gateway can commuicate with [[LORIOT>>url:https://www.loriot.io/]] LoRaWAN Network Server:
15 )))
16 )))
17
18 (((
19 (((
20 Below list the support products and Requirements:
21 )))
22 )))
23
24 1. (((
25 (((
26 LoRaWAN Gateway model: [[LPS8>>url:http://www.dragino.com/products/lora-lorawan-gateway/item/148-lps8.html]], [[LG308>>url:http://www.dragino.com/products/lora-lorawan-gateway/item/140-lg308.html]], [[DLOS8>>url:http://www.dragino.com/products/lora-lorawan-gateway/item/160-dlos8.html]]
27 )))
28 )))
29 1. (((
30 (((
31 Firmware version since :[[LG02_LG08~~-~~-build-v5.4.1590459021-20200526-1012>>url:http://www.dragino.com/downloads/index.php?dir=LoRa_Gateway/LPS8/Firmware/Release/]]
32
33
34
35 )))
36 )))
37
38 = 2. Gateway Setup Instruction =
39
40 == 2.1 Step 1: Get Gateway ETH0 MAC Address ==
41
42
43 (((
44 Dragino LoRaWAn gateway use ETH0 MAC address to generate Gateway ID to communicate with LORIOT, User can get the ETH0 MAC address from SSH access and run **ifconfig** command.
45
46
47 )))
48
49 [[image:image-20220524175559-2.png]]
50
51 Get ETH0 MAC address
52
53
54 (((
55 (% style="color:red" %)**Note**: **To make set up more friendly, the ETH0 will show on the LORIOT page in a new firmware version.**
56
57
58
59 )))
60
61 == 2.2 Step 2: Choose LORIOT service ==
62
63 [[image:image-20220531182035-1.png]]
64
65 Choose to use LORIOT as LoRaWAN service provider
66
67
68
69 [[image:image-20220531182109-2.png]]
70
71 Install and choose the LORIOT server to be used
72
73
74
75 == 2.3 Step 3: Checking Connection Status ==
76
77 [[image:image-20220531182202-3.png]]
78
79 Click to Home page and check the connection status
80
81
82 == 2.4 Step 4: Setup Account in LORIOT ==
83
84 Login [[LORIOT>>url:https://www.loriot.io/]] and create account
85
86 [[image:image-20220531182253-4.png]]
87
88 Log in LORIOT portal
89
90
91 Choose to use the server same as the gateway setting
92
93 [[image:image-20220526111312-1.png||height="493" width="1098"]]
94
95 Choose server
96
97
98 Create a New Network
99
100 [[image:image-20220526111425-2.png||height="579" width="1378"]]
101
102 Create a New Network
103
104
105 [[image:image-20220526111500-3.png]]
106
107 Create a New Network
108
109
110 == 2.5 Step 5: Register the gateway ==
111
112 [[image:image-20220526111650-4.png]]
113
114 Register the Gateway in LORIOT
115
116
117 Choose LG308 as gateway model
118
119 [[image:image-20220526111742-5.png||height="496" width="1372"]]
120
121 Choose LG308 as gateway model
122
123
124 Input Gateway ETH0 address
125
126 [[image:image-20220526111918-6.png||height="744" width="1336"]]
127
128 Choose SX1301 Reference and use SPI protocol
129
130
131 Choose the right Frequency Band and input location
132
133 [[image:image-20220526112029-7.png||height="620" width="1306"]]
134
135 Set up regional settings.
136
137
138 == 2.6 Step 6: Check Connection ==
139
140 (((
141 LORIOT will show disconnect if Gateway doesn't connect
142 )))
143
144 (((
145 LORIOT will show connect if Gateway connect to LORIOT ok.
146 )))
147
148 [[image:image-20220526112143-8.png||height="654" width="1373"]]
149
150 Status: Connected
151
152
153 == 2.7 Debug If there is connection issue ==
154
155 User can check if loriot is running by checking the web ui
156
157 [[image:image-20220526112917-18.png]]
158
159 Status: Connected
160
161 (((
162 If user want to see more log, he can run below commands in Linux and see the full log:
163 )))
164
165 (% class="box" %)
166 (((
167 (((
168 ps | grep "loriot_dragino" | grep -v grep | awk '{print $1}' | xargs kill -s 9
169 /usr/bin/loriot_dragino_lg308_spi -f -s eu1.loriot.io
170 )))
171 )))
172
173 (((
174 Above two commands will first kill the loriot process and run it again to get more output.
175 )))
176
177 [[image:image-20220530145011-1.png]]
178
179 Get more debug info
180
181
182 = 3. End Device Note =
183
184 == 3.1 Downlink Setup ==
185
186 [[image:image-20220530145133-2.png]]
187
188
189 [[image:image-20220526112416-11.png]]
190
191
192 [[image:image-20220526112459-12.png]]
193
194
195 [[image:image-20220526112537-13.png]]
196
197
198 [[image:image-20220526112608-14.png||height="610" width="1382"]]
199
200
201 [[image:image-20220526112655-15.png]]
202
203
204 [[image:image-20220526112719-16.png]]
205
206
207 [[image:image-20220526112759-17.png||height="483" width="1386"]]