Dragino LPS8 User manual

www.dragino.com
LPS8 LoRaWAN Gateway User Manual --- Update:2019-Oct-26 1 / 36
LPS8 LoRaWAN Gateway User Manual
Document Version: 1.0
Firmware Version: LG02_LG08--build-v5.3.1572062709-20191026-1206
Version
Description
Date
1.0
Release
2019-Aug-10
1.0.1
Add trouble shooting for wifi AP not access issue
2019-Sep-23
1.0.2
Change the HTTP Port and SSH port for firmware version > v5.3
2019-Oct-26

www.dragino.com
LPS8 LoRaWAN Gateway User Manual --- Update:2019-Oct-26 2 / 36
Table of Contents
1Introduction..............................................................................................................................4
1.1 What is the LPS8.........................................................................................................................4
1.2 Specifications..............................................................................................................................5
1.3 Features......................................................................................................................................5
1.4 Hardware System Structure........................................................................................................6
1.5 LPS8 Applications .......................................................................................................................7
2Access LPS8...............................................................................................................................8
2.1 Access and Configure the LPS8 via WiFi or Ethernet ..................................................................8
3Typical Network Setup ............................................................................................................ 10
3.1 Overview ..................................................................................................................................10
3.2 Use WAN port to access Internet..............................................................................................10
3.3 Access the Internet as a WiFi Client..........................................................................................11
3.4 Check Internet connection........................................................................................................12
4Example: Configure as a LoRaWAN gateway ...........................................................................13
4.1 Create a gateway in TTN Server ...............................................................................................14
4.2 Configure LPS8 to connect to TTN ............................................................................................16
4.3 Configure frequency .................................................................................................................17
4.4 Add a LoRaWAN End Device.....................................................................................................18
5Linux System ........................................................................................................................... 21
5.1 SSH Access for Linux console ....................................................................................................21
5.2 Edit and Transfer files ...............................................................................................................22
5.3 File System................................................................................................................................22
5.4 Package maintenance system ..................................................................................................23
6Upgrade Linux Firmware ......................................................................................................... 24
6.1 Upgrade via Web UI .................................................................................................................24
6.2 Upgrade via Linux console........................................................................................................24

www.dragino.com
LPS8 LoRaWAN Gateway User Manual --- Update:2019-Oct-26 3 / 36
7FAQ ......................................................................................................................................... 26
7.1 How can I configure for a customized frequency band?...........................................................26
7.2 Can I make my own firmware for LPS8? Where can I find the source code of LPS8? ..............31
7.3 Can I use the 868Mhz version for 915Mhz bands?...................................................................31
7.4 More FAQs about general LoRa questions ...............................................................................31
8Trouble Shooting..................................................................................................................... 32
8.1 I get kernel error when install new package, how to fix? .........................................................32
8.2 How to recover the LPS8 if the firmware crashes.....................................................................33
8.3 I configured LPS8 for WiFi access and lost its IP. What to do now?..........................................33
8.4 I connect to the LPS8’s SSID but LPS8 didn’t assign DHCP IP to my laptop? .............................34
9Order Info ...............................................................................................................................35
10 Packing Info ............................................................................................................................36
11 Support...................................................................................................................................36
12 Reference................................................................................................................................ 36

www.dragino.com
LPS8 LoRaWAN Gateway User Manual --- Update:2019-Oct-26 4 / 36
1Introduction
1.1 What is the LPS8
The LPS8 is an open source LoRaWAN Gateway. It lets you bridge LoRa wireless network to an IP network via
WiFi, Ethernet. The LoRa wireless allows users to send data and reach extremely long ranges at low data-rates.
The LPS8 uses Semtech packet forwarder and fully compatible with LoRaWAN protocol. It includes a SX1308
LoRa concentrator, which provides 10 programmable parallel demodulation paths.
LPS8 has pre-configured standard LoRaWAN frequency bands to use for different countries. User can also
customized the frequency bands to use in their own LoRa network.

www.dragino.com
LPS8 LoRaWAN Gateway User Manual --- Update:2019-Oct-26 5 / 36
1.2 Specifications
Hardware System:
Linux Part:
400Mhz ar9331 processor
64MB RAM
16MB Flash
Interface:
10M/100M RJ45 Ports x 1
WiFi : 802.11 b/g/n
LoRaWAN Wireless
Power Input: 5V DC, 2A
USB 2.0 host connector x 1
WiFi Spec:
IEEE 802.11 b/g/n
Frequency Band: 2.4 ~ 2.462GHz
Tx power:
11n tx power : mcs7/15: 11db mcs0 : 17db
11b tx power: 18db
11g 54M tx power: 12db
11g 6M tx power: 18db
Wifi Sensitivity
11g 54M : -71dbm
11n 20M : -67dbm
LoRa Spec:
Up to -140 dBm sensitivity with SX1257 Tx/Rx front-end
70 dB CW interferer rejection at 1 MHz offset
Able to operate with negative SNR, CCR up to 9dB
Emulates 49 x LoRa demodulators and 1 x (G)FSK demodulator
Dual digital TX & RX radio front-end interfaces
10 programmable parallel demodulation paths
Dynamic data-rate (DDR) adaptation
True antenna diversity or simultaneous dual-band operation
1.3 Features
Open Source OpenWrt system
Managed by Web GUI, SSH via WAN or WiFi

www.dragino.com
LPS8 LoRaWAN Gateway User Manual --- Update:2019-Oct-26 6 / 36
Emulates 49x LoRa demodulators
LoRaWAN Gateway
10 programmable parallel demodulation paths
1.4 Hardware System Structure

www.dragino.com
LPS8 LoRaWAN Gateway User Manual --- Update:2019-Oct-26 7 / 36
1.5 LPS8 Applications

www.dragino.com
LPS8 LoRaWAN Gateway User Manual --- Update:2019-Oct-26 8 / 36
2Access LPS8
2.1 Access and Configure the LPS8 via WiFi or Ethernet
The LPS8 is configured as a WiFi Access Point by factory default. You can access and configure the
LPS8 after connecting to its WiFi network, or via its WAN Ethernet port.
WiFi
At the first boot of LPS8, it will auto generate an open WiFi
network called dragino-xxxxxx
You can use a PC to connect to this WiFi network. The PC will
get an IP address 10.130.1.xxx and the LPS8 has the default IP
10.130.1.1
Ethernet
Alternatively, you can connect your PC to the LPS8 WAN port
via Ethernet cable and obtain an IP address via DHCP. Assume
the IP get from router is 192.168.1.3
Web Interface
Open a browser on the PC and type in the address:
http://10.130.1.1/ (Access via WiFi AP network)
or
http://192.168.1.3 or http://192.168.1.3:8000 (The web port has been changed to 8000
in WAN interface since firmware 5.3.xxx firmware)
You will see the login interface of LPS8 as shown below.
The account details for Web Login are:
User Name: root
Password: dragino

www.dragino.com
LPS8 LoRaWAN Gateway User Manual --- Update:2019-Oct-26 9 / 36

www.dragino.com
LPS8 LoRaWAN Gateway User Manual --- Update:2019-Oct-26 10 / 36
3Typical Network Setup
3.1 Overview
The LPS8 supports flexible network set up for different environments. This section describes the
typical network topology can be set in LPS8. The network set up includes:
WAN Port Internet Mode
WiFi Client Mode
WiFi AP Mode
3.2 Use WAN port to access Internet
By default, the LPS8 is set to use the WAN port to connect to an upstream network. When you
connect the LPS8’s WAN port to an upstream router, the LPS8 will get an IP address from the
router and have Internet access via the upstream router. The network status can be checked as
below:

www.dragino.com
LPS8 LoRaWAN Gateway User Manual --- Update:2019-Oct-26 11 / 36
3.3 Access the Internet as a WiFi Client.
In the WiFi Client Mode, the LPS8 acts as a WiFi client and gets DHCP from an upstream router
via WiFi.
The steps to set up as a WiFi Client are as below:
Step1:
In Network -> Wireless, select Radio0 interface and scan.
Step2:
Select the Wireless AP and join:

www.dragino.com
LPS8 LoRaWAN Gateway User Manual --- Update:2019-Oct-26 12 / 36
Step3:
In the Network->Wireless page, disable WiFi AP network. This step is important, the LPS WiFi
interface can only WiFi AP or WiFi Client mode at a time.
Note: After doing that, you will lose connection if your PC connects to the LPS8 via LPS8’s WiFi
network.
After successful association, the WiFi network interface can be seen in the same page:
3.4 Check Internet connection
You can use the diagnostics page to check and analyze the Internet connection as shown below.

www.dragino.com
LPS8 LoRaWAN Gateway User Manual --- Update:2019-Oct-26 13 / 36
4Example: Configure as a LoRaWAN gateway
LPS8 is fully compatible with LoRaWAN protocol. It uses the legacy Semtech Packet forwarder to
forward the LoRaWAN packets to server. The structure is as below.
This chapter describes how to use the LPS8 to work with
TheThingsNetwork (TTN) LoRaWAN Server (www.thethingsnetwork.org)

www.dragino.com
LPS8 LoRaWAN Gateway User Manual --- Update:2019-Oct-26 14 / 36
4.1 Create a gateway in TTN Server
Step 1: Get a Unique gateway ID.
Every LPS8 has a unique gateway id. The ID can be found at LoRaWAN page:
The example gateway id is: a840411b8268ffff
Step 2: Sign up a user account in TTN server

www.dragino.com
LPS8 LoRaWAN Gateway User Manual --- Update:2019-Oct-26 15 / 36
Step 3: Create a Gateway
Click on the Gateways icon to open the page below:
After creating the gateway, you can see the gateway info, as below.

www.dragino.com
LPS8 LoRaWAN Gateway User Manual --- Update:2019-Oct-26 16 / 36
4.2 Configure LPS8 to connect to TTN
You can now configure the LPS8 to let it connect to TTN network.
Make sure your LPS8 has a working Internet Connection first.
Step1: Configure LPS8 to act as raw forwarder
Step2: Input server info and gateway id
Choose the correct the server address and gateway ID.

www.dragino.com
LPS8 LoRaWAN Gateway User Manual --- Update:2019-Oct-26 17 / 36
Check Result
After making the above settings, the LPS8 should be able to connect to TTN. Below is the result
seen from TTN:
4.3 Configure frequency
After making the settings above, the LPS8 will be able to act as a LoRaWAN gateway.

www.dragino.com
LPS8 LoRaWAN Gateway User Manual --- Update:2019-Oct-26 18 / 36
4.4 Add a LoRaWAN End Device
This section shows how to add a LoRaWAN End device to a LoRaWAN network and see the data
from TTN web site.
We use LT-33222-L IO Controller as a reference device - the setup for other LoRaWAN devices will
be similar.
Step 1: Create a Device definition in TTN with the OTAA keys from the example LT-33222-L IO
Controller device.
Three codes are required to define the device in TTN:
DEV EUI - Unique ID code for a particular device.
APP EUI - ID code for an Application defined in TTN.
APP Key - Unique key to secure communications with a particular device.
A set of these codes are stored in each device by the manufacturer as the default codes for that
particular device. Each device is shipped with a sticker with the default Device EUI as shown
below.
Note: You may be able to change these codes in a device by using a configuration facility on the
device e.g. the LT-33222 uses a serial port access and a series of AT commands. Changing the
codes may be necessary in the case where you have to use codes assigned by a LoRa WAN server.
For the TTN server, you can use the codes set in the device as in the following example.

www.dragino.com
LPS8 LoRaWAN Gateway User Manual --- Update:2019-Oct-26 19 / 36
Select Add Application to open the screen below.
Note that there is an APP EUI already created by TTN, but this is not the one set in the device. To
add the APP EUI for the LT33222 device, select Manage EUIs and Add EUI, then enter the
required code.
Select Devices and Register Device to open the screen below.
Enter the Device EUI and APP KEY codes, then select the App EUI from the list.
Check that all three codes match those shown on the device label before saving the configuration.
Step 2: Power on LT-33222 device and it will automatically join the TTN network. After joining
successfully, it will start to upload messages to the TTN. Select the Data tab and you will see the
data appearing in the panel.
Note that it may take some time for the device data to appear in the TTN display.

www.dragino.com
LPS8 LoRaWAN Gateway User Manual --- Update:2019-Oct-26 20 / 36
Other manuals for LPS8
2
Table of contents
Other Dragino Gateway manuals

Dragino
Dragino LG308N User manual

Dragino
Dragino LG308 User manual

Dragino
Dragino LPS8 User manual

Dragino
Dragino DLOS8 User manual

Dragino
Dragino LG02 User manual

Dragino
Dragino LPS8v2 User manual

Dragino
Dragino LPS8N User manual

Dragino
Dragino LG01v2 User manual

Dragino
Dragino LG01N User manual

Dragino
Dragino LG02 User manual

Dragino
Dragino LG01v2 User manual

Dragino
Dragino LPS8 User manual

Dragino
Dragino LG01 LoRa User manual

Dragino
Dragino LIG16 User manual

Dragino
Dragino LG308 User manual

Dragino
Dragino G308 User manual

Dragino
Dragino LG01N User manual

Dragino
Dragino LPS8-868 User manual

Dragino
Dragino DLOS8N User manual

Dragino
Dragino LG01N User manual