TheThingsNetwork: Difference between revisions

From NURDspace
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
* https://iot.wifx.net/docs/lorix-os/1.5/wifx-l1/user-s-guide/lorawan/lorawan-networks/the-things-network-industries/the-things-network-v3
* https://iot.wifx.net/docs/lorix-os/1.5/wifx-l1/user-s-guide/lorawan/lorawan-networks/the-things-network-industries/the-things-network-v3
* perhaps also relevant: https://www.thethingsindustries.com/docs/hardware/gateways/models/wifx-lorix-one/lbs/
* perhaps also relevant: https://www.thethingsindustries.com/docs/hardware/gateways/models/wifx-lorix-one/lbs/
== Hardware ==
There's a sticker on the outside:
FC:C2:3D:0F:3A:24


=== Configuration ===
=== Configuration ===

Revision as of 19:26, 20 June 2025

Intro

NurdSpace has a LorixOne LoRaWAN gateway. This page is about setting it up for TheThingsNetwork.

More info:

Hardware

There's a sticker on the outside: FC:C2:3D:0F:3A:24

Configuration

network

See /etc/network/interfaces. Add:

auto eth0
iface eth0 inet dhcp

packages

Packages are maintained with opkg.

forwarder setup

When running 'opkg upgrade', it logged the following:

noldus-lorix-one:~$ sudo opkg upgrade        
Configuring packet-forwarder.
Updating configuration files with gateway ID, type EU868
******************************************************************************************
Default global_conf.json file created from 4dBi outdoor antenna by default,
don't forget to chose the one corresponding to your antenna using the following command:
sudo cp /opt/lorix/cloud/ttn/global_conf_<antenna>.json global_conf.json
******************************************************************************************
Gateway_ID set to fcc23dFFFE0f3a24 in file /opt/lorix/clouds/packet-forwarder/global_conf.json
Gateway_ID set to fcc23dFFFE0f3a24 in file /opt/lorix/clouds/packet-forwarder/global_conf_2dBi_indoor.json
Gateway_ID set to fcc23dFFFE0f3a24 in file /opt/lorix/clouds/packet-forwarder/global_conf_4dBi_outdoor.json
Gateway_ID set to fcc23dFFFE0f3a24 in file /opt/lorix/clouds/packet-forwarder/local_conf.json
 System startup links for /etc/init.d/packet-forwarder-gw already exist.
Configuring ttn-packet-forwarder.
Updating configuration files with gateway ID, type EU868
******************************************************************************************
Default global_conf.json file created from 4dBi outdoor antenna by default,
don't forget to chose the one corresponding to your antenna using the following command:
sudo cp /opt/lorix/cloud/ttn/global_conf_<antenna>.json global_conf.json
******************************************************************************************
Gateway_ID set to fcc23dFFFE0f3a24 in file /opt/lorix/clouds/ttn/global_conf.json
Gateway_ID set to fcc23dFFFE0f3a24 in file /opt/lorix/clouds/ttn/global_conf_2dBi_indoor.json
Gateway_ID set to fcc23dFFFE0f3a24 in file /opt/lorix/clouds/ttn/global_conf_4dBi_outdoor.json
Gateway_ID set to fcc23dFFFE0f3a24 in file /opt/lorix/clouds/ttn/local_conf.json
 System startup links for /etc/init.d/ttn-gw already exist.
Configuring loriot.
 System startup links for /etc/init.d/loriot-gw already exist.
Configuring clouds-manager.
 System startup links for /etc/init.d/init-clouds-manager already exist.
Stopping cloud loriot... done.
Starting cloud loriot... done.
Configuring lora-gateway.
Gateway_ID set to fcc23dFFFE0f3a24 in file /opt/lorix/utils/global_conf.json
Gateway_ID set to fcc23dFFFE0f3a24 in file /opt/lorix/utils/local_conf.json
Configuring factory-reset.
 System startup links for /etc/init.d/factory-reset.sh already exist.
Configuring kersing-packet-forwarder.
Updating configuration files with gateway ID, type EU868
******************************************************************************************
Default global_conf.json file created from 4dBi outdoor antenna by default,
don't forget to chose the one corresponding to your antenna using the following command:
sudo cp /opt/lorix/cloud/mp-pkt-fwd/global_conf_<antenna>.json global_conf.json
******************************************************************************************
Gateway_ID set to fcc23dFFFE0f3a24 in file /opt/lorix/clouds/mp-pkt-fwd/global_conf.json
Gateway_ID set to fcc23dFFFE0f3a24 in file /opt/lorix/clouds/mp-pkt-fwd/global_conf_2dBi_indoor.json
Gateway_ID set to fcc23dFFFE0f3a24 in file /opt/lorix/clouds/mp-pkt-fwd/global_conf_4dBi_outdoor.json
Gateway_ID set to fcc23dFFFE0f3a24 in file /opt/lorix/clouds/mp-pkt-fwd/local_conf.json
 System startup links for /etc/init.d/mp-pkt-fwd-gw already exist.
noldus-lorix-one:~$