<
From version < 77.1 >
edited by Kilight Cao
on 2023/11/01 17:02
To version < 76.1 >
edited by Kilight Cao
on 2023/11/01 16:59
>
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 ==
... ... @@ -197,12 +197,170 @@
197 197  
198 198  
199 199  
212 += 4. Gateways are connected using LORIOT software =
200 200  
201 -= 4. End Device Note =
214 +== 4.1 Step 1: Get Gateway ETH0 MAC Address ==
202 202  
203 -== 4.1 Downlink Setup ==
204 204  
217 +(((
218 +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  
220 +
221 +)))
222 +
223 +[[image:image-20220524175559-2.png]]
224 +
225 +Get ETH0 MAC address
226 +
227 +
228 +(((
229 +(% style="color:red" %)**Note**: **To make set up more friendly, the ETH0 will show on the LORIOT page in a new firmware version.**
230 +
231 +
232 +)))
233 +
234 +== 4.2 Step 2: Choose LORIOT service ==
235 +
236 +
237 +[[image:image-20220531182035-1.png]]
238 +
239 +Choose to use LORIOT as LoRaWAN service provider
240 +
241 +
242 +
243 +[[image:image-20220531182109-2.png]]
244 +
245 +Install and choose the LORIOT server to be used
246 +
247 +
248 +== 4.3 Step 3: Checking Connection Status ==
249 +
250 +
251 +[[image:image-20220531182202-3.png]]
252 +
253 +Click to Home page and check the connection status
254 +
255 +
256 +== 4.4 Step 4: Setup Account in LORIOT ==
257 +
258 +
259 +Login [[LORIOT>>url:https://www.loriot.io/]] and create account
260 +
261 +[[image:image-20220531182253-4.png]]
262 +
263 +Log in LORIOT portal
264 +
265 +
266 +
267 +Choose to use the server same as the gateway setting
268 +
269 +[[image:image-20220526111312-1.png||height="493" width="1098"]]
270 +
271 +Choose server
272 +
273 +
274 +
275 +Create a New Network
276 +
277 +[[image:image-20220526111425-2.png||height="579" width="1378"]]
278 +
279 +Create a New Network
280 +
281 +
282 +[[image:image-20220526111500-3.png]]
283 +
284 +Create a New Network
285 +
286 +
287 +== 4.5 Step 5: Register the gateway ==
288 +
289 +
290 +[[image:image-20220526111650-4.png]]
291 +
292 +Register the Gateway in LORIOT
293 +
294 +
295 +
296 +Choose LG308 as gateway model
297 +
298 +[[image:image-20220526111742-5.png||height="496" width="1372"]]
299 +
300 +Choose LG308 as gateway model
301 +
302 +
303 +
304 +Input Gateway ETH0 address
305 +
306 +[[image:image-20220526111918-6.png||height="744" width="1336"]]
307 +
308 +Choose SX1301 Reference and use SPI protocol
309 +
310 +
311 +
312 +Choose the right Frequency Band and input location
313 +
314 +[[image:image-20220526112029-7.png||height="620" width="1306"]]
315 +
316 +Set up regional settings.
317 +
318 +
319 +== 4.6 Step 6: Check Connection ==
320 +
321 +
322 +(((
323 +LORIOT will show disconnect if Gateway doesn't connect
324 +)))
325 +
326 +(((
327 +LORIOT will show connect if Gateway connect to LORIOT ok.
328 +
329 +
330 +)))
331 +
332 +[[image:image-20220526112143-8.png||height="654" width="1373"]]
333 +
334 +Status: Connected
335 +
336 +
337 +== 4.7 Debug If there is connection issue ==
338 +
339 +
340 +User can check if loriot is running by checking the web ui
341 +
342 +
343 +[[image:image-20220526112917-18.png]]
344 +
345 +Status: Connected
346 +
347 +
348 +(((
349 +If user want to see more log, he can run below commands in Linux and see the full log:
350 +)))
351 +
352 +(% class="box" %)
353 +(((
354 +(((
355 +ps | grep "loriot_dragino" | grep -v grep | awk '{print $1}' | xargs kill -s 9
356 +/usr/bin/loriot_dragino_lg308_spi -f -s eu1.loriot.io
357 +)))
358 +)))
359 +
360 +(((
361 +
362 +
363 +Above two commands will first kill the loriot process and run it again to get more output.
364 +)))
365 +
366 +[[image:image-20220530145011-1.png]]
367 +
368 +Get more debug info
369 +
370 +
371 += 5. End Device Note =
372 +
373 +== 5.1 Downlink Setup ==
374 +
375 +
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