v3.20.0

Getting Started Devices Gateways Integrations Reference
Get The Things Stack

Gateways

    Overview
  • Adding Gateways
  • Gateway Claiming
  • Troubleshooting Gateways
  • LoRa Basics™ Station
  • Semtech UDP Packet Forwarder
  • Bulding a gateway with Raspberry Pi and IC880A
  • Browan Minuhub Pro
  • Cisco Wireless Gateway for LoRaWAN
  • CloudGate
  • Dragino LPS8
  • Kerlink Wirnet iStation
  • Kerlink Wirnet Station
  • Laird Sentrius™ RG1xx LoRaWAN Gateway
  • MikroTik KNOT
  • MikroTik LtAP
  • MikroTik Routerboard wAP LoRa8 kit
  • Milesight UG6X LoRaWAN Gateway
  • Milesight UG8X LoRaWAN Gateway
  • MOKOSMART MKGW2-LW LoRaWAN Gateway
  • MultiTech Conduit AEP
  • MultiTech Conduit mLinux
  • NASys LoRaWAN Outdoor Gateway
  • RAK7240 WisGate Edge Prime
  • Tektelic Kona Micro IoT LoRaWAN Gateway
    • Connect Tektelic Kona Micro with Lora Basics™ Station
    • Connect Tektelic Kona Micro with UDP Packet Forwarder
  • The Things Indoor Gateway
  • The Things Kickstarter Gateway
  • The Things Outdoor Gateway
  • Wifx LORIX One

Tektelic Kona Micro IoT LoRaWAN Gateway

This page guides you to connect Tektelic Kona Micro IoT LoRaWAN Gateway to The Things Stack.

Tektelic Kona Micro IoT LoRaWAN Gateway

Tektelic Kona Micro IoT LoRaWAN Gateway is an 8 channel LoRaWAN gateway, whose technical specifications can be found in the official documentation.

Prerequisites

  1. User account on The Things Stack with rights to create Gateways.
  2. Tektelic Kona Micro IoT LoRaWAN Gateway with BSP version 3.x.x, connected to the Internet via ethernet.

Registration

Create a gateway by following the instructions for Adding Gateways. The EUI of the gateway can be found on the back panel of the gateway under the field GW ID.

Connect to the Gateway

To be able to configure your gateway to connect to The Things Stack, you first need to connect to the gateway itself. There are two ways you can connect to the Tektelic Kona Micro gateway - using the KonaFT tool and via SSH.

Using KonaFT Tool

Note:
KonaFT application can be installed on Windows OS only, and supports connecting to The Things Stack using Semtech UDP Packet Forwarder only.

Step 1: Download the KonaFT application and complete the installation.

Step 2: Connect your gateway to the KonaFT tool. See KFT_Connect video instructions

Step 3: Assign a static IP address to the gateway using KonaFT.

Step 4: Configure the gateway to connect to The Things Stack using Semtech UDP Packet Forwarder.

SSH into the Gateway

Find the gateway’s IP address. This can be done in various ways. You can connect your machine to the same local network as that of the gateway ethernet connection and scan for open SSH ports, or assign a static IP to the gateway and use that one.

Once the gateway IP address is found, SSH into it with the following command:

ssh root@<GatewayIP>

The password for the root user can be found on the back panel of the gateway. It is typically a 9 character alphanumeric string starting with 1846XXXXX.

Connecting the Gateway to The Things Stack

The Tektelic Kona Micro supports LoRa Basics™ Station and the legacy Semtech UDP Packet Forwarder.

LoRa Basics™ Station is more secure and supports configuration of custom channel plans, amongst other improvements, so please follow instructions for connecting the Tektelic Kona Micro with LoRa Basics™ Station.

If for some reason LoRa Basics™ Station is not available to you, follow instructions for connecting with the Semtech UDP Packet Forwarder.

← Connect RAK7240 in Packet Forwarder Mode Connect Tektelic Kona Micro with Lora Basics™ Station →

On this page

  • Prerequisites
  • Registration
  • Connect to the Gateway
  • Connecting the Gateway to The Things Stack

The Things Stack

Getting Started

Devices

Gateways

Integrations

Reference

Contributing

GitHub

Forum

About Us

The Things Network

The Things Industries

About this page

Last changed by Nejra Selimović on 23 Dec 2021.
doc: Remove $ character from code blocks, add variables (#678)

Edit on Github