<
From version < 108.5 >
edited by Xiaoling
on 2022/07/28 14:24
To version < 108.3 >
edited by Xiaoling
on 2022/07/28 14:15
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -364,30 +364,26 @@
364 364  
365 365  (((
366 366  The default LoRaWAN server points to localhost, user need to put the correct server address to the server_address field in file (% style="color:#0000ff" %)**local_conf.json**(%%), like below.
367 -
368 -
369 369  )))
370 370  
371 371  [[image:1651745709709-887.png||height="820" width="621"]]
372 372  
371 +User can find the TTN v3 server address from:
373 373  
374 -User can find the TTN v3 server address from: [[Server Addresses ~| The Things Stack for LoRaWAN (thethingsindustries.com)>>url:https://www.thethingsindustries.com/docs/getting-started/server-addresses/#deployments]]
373 +[[Server Addresses ~| The Things Stack for LoRaWAN (thethingsindustries.com)>>url:https://www.thethingsindustries.com/docs/getting-started/server-addresses/#deployments]]
375 375  
376 376  And the default frequency band is US915 in (% style="color:#0000ff" %)**global_conf.json**(%%) file.
377 377  
378 378  [[image:1651745838008-820.png||height="650" width="621"]]
379 379  
380 -
381 381  * If user want to change to other frequency bands, User can copy the file from(% style="color:#0000ff" %)** /etc/lora/cfg-302**(%%) ** **and put it into** (% style="color:#0000ff" %)/etc/lora/global_conf.json(%%).**
382 382  
383 -**~ 1). Chose your need the name of region frequency.**
381 + 1).Chose your need the name of region frequency.
384 384  
385 385  [[image:1651745867516-322.png||height="83" width="740"]]
386 386  
385 + 2). Use this command to copy it.
387 387  
388 -*
389 -** 2). Use this command to copy it.
390 -
391 391   cp /etc/lora/cfg-302/EU-global_conf.json /etc/lora/global_conf.json
392 392  
393 393  [[image:1651745984006-868.png||height="87" width="745"]]
... ... @@ -394,11 +394,8 @@
394 394  
395 395  * If user wants to change to other LoRaWAN server, modify the (% style="color:#0000ff" %)**global_conf.json**(%%) file.
396 396  
393 +=== 5.2.3 Check result ===
397 397  
398 -
399 -=== **5.2.3 Check result** ===
400 -
401 -
402 402  (((
403 403  Run below command to restart the dragino_fwd:
404 404  )))
... ... @@ -406,16 +406,15 @@
406 406  (((
407 407  (% class="box infomessage" %)
408 408  (((
409 -**sudo systemctl stop draginofwd**
402 +sudo systemctl stop draginofwd
410 410  )))
411 411  
412 412  (% class="box infomessage" %)
413 413  (((
414 -**sudo systemctl start draginofwd**
407 +sudo systemctl start draginofwd
415 415  )))
416 416  )))
417 417  
418 -
419 419  (((
420 420  debug check the ruing status of fwd:
421 421  )))
... ... @@ -423,40 +423,33 @@
423 423  (((
424 424  (% class="box infomessage" %)
425 425  (((
426 -**sudo systemctl status draginofwd**
418 +sudo systemctl status draginofwd
427 427  )))
428 428  )))
429 429  
430 430  [[image:1651746045057-414.png||height="193" width="729"]]
431 431  
432 -
433 -
434 434  The dragino_fwd will start with the new gateway ID and TTN v3 should show the connection ok:
435 435  
436 -
437 437  [[image:1651746078253-168.png||height="372" width="621"]]
438 438  
439 439  
440 -
441 441  We can check dragino_fwd running states in RPi by running:
442 442  
443 443  (% class="box infomessage" %)
444 444  (((
445 -**~ sudo journalctl -u draginofwd -f**
433 + sudo journalctl -u draginofwd -f
446 446  )))
447 447  
448 448  [[image:1651746111963-838.png||height="184" width="730"]]
449 449  
438 + If there are LoRaWAN nodes transmitting nearby, we can see the traffic in **TTN v3 –> Gateway ~-~-> Live data**
450 450  
451 - If there are LoRaWAN nodes transmitting nearby, we can see the traffic in (% style="color:#037691" %)**TTN v3 –> Gateway ~-~-> Live data**
452 -
453 453  [[image:1651746139304-966.png||height="326" width="621"]]
454 454  
455 455  
443 +=== 5.2.4 Commands to handle service ===
456 456  
457 -=== **5.2.4 Commands to handle service** ===
458 -
459 -
460 460  * (% style="color:#0000ff" %)**Stop** (%%)dragino_fwd service:  sudo systemctl stop draginofwd
461 461  * (% style="color:#0000ff" %)**Disable**(%%) dragino_fwd auto run after boot: sudo systemctl disable draginofwd
462 462  * (% style="color:#0000ff" %)**Start** (%%)dragino_fwd : sudo systemctl start draginofwd
... ... @@ -463,26 +463,18 @@
463 463  * (% style="color:#0000ff" %)**Auto run**(%%) dragino_fwd after boot:  sudo systemctl enable draginofwd
464 464  * (% style="color:#0000ff" %)**Show status** (%%)of dragino_fwd:  sudo systemctl status draginofwd
465 465  
451 += 6. Order Info =
466 466  
467 -
468 -
469 -= **6. Order Info** =
470 -
471 -
472 472  Part Number: (% style="color:#0000ff" %)**PG1302-XX**   (%%) Or  Part Number: (% style="color:#0000ff" %)**PG1302-PI-XX   **(%%)(Include RPi converter board for RPI 3/4)
473 473  
474 474  **~ (% style="color:#0000ff" %)XX:(%%)**
475 475  
476 -* (% style="color:red" %)**868** (%%)(For Bands: EU868,IN865)
477 -* (% style="color:red" %)**915** (%%)(For Bands: US915,AU915,AS923,KR920)
478 -* (% style="color:red" %)**470** (%%)(For Band: CN470)
457 +* (% style="color:#0000ff" %)**868** (%%)(For Bands: EU868,IN865)
458 +* (% style="color:#0000ff" %)**915** (%%)(For Bands: US915,AU915,AS923,KR920)
459 +* (% style="color:#0000ff" %)**470** (%%)(For Band: CN470)
479 479  
461 += 7. Packing Info =
480 480  
481 -
482 -
483 -
484 -= **7. Packing Info** =
485 -
486 486  (((
487 487  
488 488  
... ... @@ -513,16 +513,11 @@
513 513  * Device Size: 18 x 8 x 4 cm
514 514  * Weight: 150g
515 515  
516 -
517 -
518 -
519 -
520 520  (((
521 -= **8. Support** =
494 += 8. Support =
522 522  
523 -
524 524  (((
525 -If you are experiencing issues and can't solve, you can send mail to
497 +If you are experiencing issues and cant solve, you can send mail to
526 526  )))
527 527  
528 528  (((
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0