<
From version < 77.1 >
edited by Kilight Cao
on 2023/11/01 17:02
To version < 75.1 >
edited by Kilight Cao
on 2023/11/01 16:57
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -32,9 +32,21 @@
32 32  
33 33  )))
34 34  )))
35 +
36 +Below list the products and requirements that support the use of LORIOT software:
35 35  )))
36 36  )))
37 37  
40 + ~1. 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]]
41 +
42 +(((
43 +(((
44 + 2. Firmware version since :[[dragino-LORIOT~~-~~-v5.4.1676942123-squashfs-sysupgrade.bin>>http://repo.dragino.com/release/openwrt-firmware/lgw/dragino-LORIOT--v5.4.1676942123-squashfs-sysupgrade.bin]]
45 +
46 +
47 +)))
48 +)))
49 +
38 38  = 2. Gateway Registration for Semtech UDP =
39 39  
40 40  == 2.1 Step 1: Get Gateway ETH0 MAC Address ==
... ... @@ -132,11 +132,10 @@
132 132  A gateway that can access the internet normally
133 133  
134 134  
135 -== 3.1 Step 1: Register Gateway ==
147 +=== 3.1 Step 1: Register Gateway ===
136 136  
137 137  [[image:image-20231101162122-1.png||height="528" width="1022"]]
138 138  
139 -
140 140  Enter the gateway ID into the Custom EUI
141 141  
142 142  [[image:image-20231101162623-2.png||height="526" width="1024"]]
... ... @@ -197,12 +197,170 @@
197 197  
198 198  
199 199  
211 += 4. Gateways are connected using LORIOT software =
200 200  
201 -= 4. End Device Note =
213 +== 4.1 Step 1: Get Gateway ETH0 MAC Address ==
202 202  
203 -== 4.1 Downlink Setup ==
204 204  
216 +(((
217 +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.
205 205  
219 +
220 +)))
221 +
222 +[[image:image-20220524175559-2.png]]
223 +
224 +Get ETH0 MAC address
225 +
226 +
227 +(((
228 +(% style="color:red" %)**Note**: **To make set up more friendly, the ETH0 will show on the LORIOT page in a new firmware version.**
229 +
230 +
231 +)))
232 +
233 +== 4.2 Step 2: Choose LORIOT service ==
234 +
235 +
236 +[[image:image-20220531182035-1.png]]
237 +
238 +Choose to use LORIOT as LoRaWAN service provider
239 +
240 +
241 +
242 +[[image:image-20220531182109-2.png]]
243 +
244 +Install and choose the LORIOT server to be used
245 +
246 +
247 +== 4.3 Step 3: Checking Connection Status ==
248 +
249 +
250 +[[image:image-20220531182202-3.png]]
251 +
252 +Click to Home page and check the connection status
253 +
254 +
255 +== 4.4 Step 4: Setup Account in LORIOT ==
256 +
257 +
258 +Login [[LORIOT>>url:https://www.loriot.io/]] and create account
259 +
260 +[[image:image-20220531182253-4.png]]
261 +
262 +Log in LORIOT portal
263 +
264 +
265 +
266 +Choose to use the server same as the gateway setting
267 +
268 +[[image:image-20220526111312-1.png||height="493" width="1098"]]
269 +
270 +Choose server
271 +
272 +
273 +
274 +Create a New Network
275 +
276 +[[image:image-20220526111425-2.png||height="579" width="1378"]]
277 +
278 +Create a New Network
279 +
280 +
281 +[[image:image-20220526111500-3.png]]
282 +
283 +Create a New Network
284 +
285 +
286 +== 4.5 Step 5: Register the gateway ==
287 +
288 +
289 +[[image:image-20220526111650-4.png]]
290 +
291 +Register the Gateway in LORIOT
292 +
293 +
294 +
295 +Choose LG308 as gateway model
296 +
297 +[[image:image-20220526111742-5.png||height="496" width="1372"]]
298 +
299 +Choose LG308 as gateway model
300 +
301 +
302 +
303 +Input Gateway ETH0 address
304 +
305 +[[image:image-20220526111918-6.png||height="744" width="1336"]]
306 +
307 +Choose SX1301 Reference and use SPI protocol
308 +
309 +
310 +
311 +Choose the right Frequency Band and input location
312 +
313 +[[image:image-20220526112029-7.png||height="620" width="1306"]]
314 +
315 +Set up regional settings.
316 +
317 +
318 +== 4.6 Step 6: Check Connection ==
319 +
320 +
321 +(((
322 +LORIOT will show disconnect if Gateway doesn't connect
323 +)))
324 +
325 +(((
326 +LORIOT will show connect if Gateway connect to LORIOT ok.
327 +
328 +
329 +)))
330 +
331 +[[image:image-20220526112143-8.png||height="654" width="1373"]]
332 +
333 +Status: Connected
334 +
335 +
336 +== 4.7 Debug If there is connection issue ==
337 +
338 +
339 +User can check if loriot is running by checking the web ui
340 +
341 +
342 +[[image:image-20220526112917-18.png]]
343 +
344 +Status: Connected
345 +
346 +
347 +(((
348 +If user want to see more log, he can run below commands in Linux and see the full log:
349 +)))
350 +
351 +(% class="box" %)
352 +(((
353 +(((
354 +ps | grep "loriot_dragino" | grep -v grep | awk '{print $1}' | xargs kill -s 9
355 +/usr/bin/loriot_dragino_lg308_spi -f -s eu1.loriot.io
356 +)))
357 +)))
358 +
359 +(((
360 +
361 +
362 +Above two commands will first kill the loriot process and run it again to get more output.
363 +)))
364 +
365 +[[image:image-20220530145011-1.png]]
366 +
367 +Get more debug info
368 +
369 +
370 += 5. End Device Note =
371 +
372 +== 5.1 Downlink Setup ==
373 +
374 +
206 206  [[image:image-20220530145133-2.png]]
207 207  
208 208  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0