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

Summary

Details

Page properties
Content
... ... @@ -32,21 +32,9 @@
32 32  
33 33  )))
34 34  )))
35 -
36 -Below list the products and requirements that support the use of LORIOT software:
37 37  )))
38 38  )))
39 39  
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 -
50 50  = 2. Gateway Registration for Semtech UDP =
51 51  
52 52  == 2.1 Step 1: Get Gateway ETH0 MAC Address ==
... ... @@ -144,10 +144,11 @@
144 144  A gateway that can access the internet normally
145 145  
146 146  
147 -=== 3.1 Step 1: Register Gateway ===
135 +== 3.1 Step 1: Register Gateway ==
148 148  
149 149  [[image:image-20231101162122-1.png||height="528" width="1022"]]
150 150  
139 +
151 151  Enter the gateway ID into the Custom EUI
152 152  
153 153  [[image:image-20231101162623-2.png||height="526" width="1024"]]
... ... @@ -208,170 +208,12 @@
208 208  
209 209  
210 210  
211 -= 4. Gateways are connected using LORIOT software =
212 212  
213 -== 4.1 Step 1: Get Gateway ETH0 MAC Address ==
201 += 4. End Device Note =
214 214  
203 +== 4.1 Downlink Setup ==
215 215  
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.
218 218  
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 -
375 375  [[image:image-20220530145133-2.png]]
376 376  
377 377  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0