How to set up IFROGLAB LORA GATEWAY on QNAP/ IEI

Albee
Join to follow...
Follow/Unfollow Writer: Albee
By following, you’ll receive notifications when this author publishes new articles.
Don't wait! Sign up to follow this writer.
WriterShelf is a privacy-oriented writing platform. Unleash the power of your voice. It's free!
Sign up. Join WriterShelf now! Already a member. Login to WriterShelf.
446   0  
·
2019/07/23
·
2 mins read


In this tutorial, you will learn how to set up IFROGLAB LORA GATEWAY on QNAP/ IEI

Step 1

Please insert the plug-in from the iFrogLab LoRa USB device into the QNAP or IEI device, make sure the device is in the same internet environment as your PC.

iFrogLab LoRa can work under 3 LoRa device

  1. iFrog LoRa IL-LoRa1272 and USB to port
  2. iFrog LoRa node and USB to serial
  3. liFrog LoRa USB

Step 2

Install  Qfinder

Step 3

Open Qfinder,and click your device on the network list to open the Admin back-end qts system step

Step 4

Log in QTS,make sure the default username and password are both “admin”

Step 5

Click App enter in QTS , search and download  “Container Station”

Step 6

  • Open“Container Station” > click  Build Container” >  enter “ifroglab” on search bar >download  iFrogLab LoRa Gateway Container 
  • Or you can download in SSH command $ docker pull ifroglab/loragateway:latest

Step 7

Install SSH software on your PC

  • Windows PuTTY
  • Mac terminal
  • Linux terminal

Step 8

Open SSH or PuTTY,Open QNAP or iEi device IP address 192.168.0.110

The default username and password of QNAP QTS are both “admin”

Step 9

Check Lora USB or USB to serial Linux driver is working correctly

$ ls  /dev/tty*

if working, you should get:

/ dev / ttyAMC0

/ dev / ttyUSB0

Step 10

Execute LoRa gateway thoght below command

$ docker run -p 82:80 -p 3306:3306 –device=/dev/ttyACM0 -i -t ifroglab/loragateway:latest /loragateway.sh

or

$ docker run -p 82:80 -p 3306:3306 –device=/dev/ttyACM0 -i -t ifroglab/loragateway:latest /loragateway.sh

  • Change “/ dev / ttyACM0” to the device name of step 10.
  • 82:80 is the front-end website port number 82.

Step 11

Open the browser and link to http://QNAP IP address:82 (for example, http:///192.168.0.110:82)

success!

For LoRaNode, see LoRaNode Tutorial

any question about the iFrogLab, welcome to write email Supports@Looptek.com

More information :

QNAP IoT blog : https://qiot.qnap.com/blog/en


WriterShelf™ is a unique multiple pen name blogging and forum platform. Protect relationships and your privacy. Take your writing in new directions. ** Join WriterShelf**
WriterShelf™ is an open writing platform. The views, information and opinions in this article are those of the author.


Article info

Categories:
Tags:
Date:
Published: 2019/07/23 - Updated: 2020/05/28
Total: 314 words


Share this article:



Join the discussion now!
Don't wait! Sign up to join the discussion.
WriterShelf is a privacy-oriented writing platform. Unleash the power of your voice. It's free!
Sign up. Join WriterShelf now! Already a member. Login to WriterShelf.