HOME


Instructional Overview

Use the following links for assistance:

https://youtu.be/HWF6Qm7JhJU?si=rpqLiq2b7g47vobO

https://cdck-file-uploads-canada1.s3.dualstack.ca-central-1.amazonaws.com/flex028/uploads/core_electronics/original/2X/3/3fbf1f7604d33f4212e832a5fd63c938520842eb.pdf

https://github.com/apalrd/LR1302_LoRaWAN.git

https://www.chirpstack.io/docs/getting-started/debian-ubuntu.html

Install OS on the PI and get it ready for the GW

Install raspberry pi OS on your Pi using Raspberry Pi Imager and this image (latest pi lite image):

2024-11-19-raspios-bookworm-armhf-lite.img.xz

Setup your wifi to be able to SSH into the new pi when doing the install

ssh into the newly booted pi:

U:   pi

P:  raspberry

After installing OS,

sudo raspi-config

                enable I2C and SPI

                disable serial login but enable serial comms

                expand the file system to take up full disk

reboot

sudo apt update (this will take a while if you installed the LITE version of the OS)

sudo apt install -y locate git

sudo updatedb

sudo apt install -y git

sudo updatedb

Installing and config the Semtech 1302

cd ~

git clone https://github.com/apalrd/LR1302_LoRaWAN.git

Get the GPS fixed (See section 7 of https://cdck-file-uploads-canada1.s3.dualstack.ca-central-1.amazonaws.com/flex028/uploads/core_electronics/original/2X/3/3fbf1f7604d33f4212e832a5fd63c938520842eb.pdf )

sudo vi /home/pi/LR1302_LoRaWAN/libloragw/src/loragw_gps.c

Search for line

 if (nb_fields != 13) {

Change it to

 if ((nb_fields != 13) && (nb_fields != 14)) {

Then cd to the LR1302 git code you downloaded

cd LR1302_LoRaWAN

make

sudo make install

cd packet_forwarder

create and edit the AU915 file: global_conf.json.sx1250.AU915 as follows:

vi global_conf.json.sx1250.AU915

{
"SX130x_conf": {
"com_type": "SPI",
"com_path": "/dev/spidev0.0",
"lorawan_public": true,
"clksrc": 0,
"antenna_gain": 0, /* antenna gain, in dBi */
"full_duplex": false,
"fine_timestamp": {
"enable": false,
"mode": "all_sf" /* high_capacity or all_sf */
},
"sx1261_conf": {
"spi_path": "/dev/spidev0.1",
"rssi_offset": 0, /* dB */
"spectral_scan": {
"enable": false,
"freq_start": 867100000,
"nb_chan": 8,
"nb_scan": 2000,
"pace_s": 10
},
"lbt": {
"enable": false,
"rssi_target": -70, /* dBm */
"channels":[ /* 16 channels maximum */
{ "freq_hz": 867100000, "bandwidth": 125000, "scan_time_us": 128, "transmit_time_ms": 400 },
{ "freq_hz": 867300000, "bandwidth": 125000, "scan_time_us": 128, "transmit_time_ms": 400 },
{ "freq_hz": 867500000, "bandwidth": 125000, "scan_time_us": 128, "transmit_time_ms": 400 },
{ "freq_hz": 867700000, "bandwidth": 125000, "scan_time_us": 128, "transmit_time_ms": 400 },
{ "freq_hz": 867900000, "bandwidth": 125000, "scan_time_us": 128, "transmit_time_ms": 400 },
{ "freq_hz": 868100000, "bandwidth": 125000, "scan_time_us": 128, "transmit_time_ms": 400 },
{ "freq_hz": 868300000, "bandwidth": 125000, "scan_time_us": 128, "transmit_time_ms": 400 },
{ "freq_hz": 868500000, "bandwidth": 125000, "scan_time_us": 128, "transmit_time_ms": 400 },
{ "freq_hz": 869525000, "bandwidth": 125000, "scan_time_us": 5000, "transmit_time_ms": 4000 },
{ "freq_hz": 868300000, "bandwidth": 250000, "scan_time_us": 128, "transmit_time_ms": 400 }
]
}
},
"radio_0": {
"enable": true,
"type": "SX1250",
"freq": 917200000,
"rssi_offset": -166,
"rssi_tcomp": {"coeff_a": 0, "coeff_b": 0, "coeff_c": 20.41, "coeff_d": 2162.56, "coeff_e": 0},
"tx_enable": true,
"tx_freq_min": 915000000,
"tx_freq_max": 928000000,
"tx_gain_lut":[
{"rf_power": -6, "pa_gain": 0, "pwr_idx": 15},
{"rf_power": -3, "pa_gain": 0, "pwr_idx": 16},
{"rf_power": 0, "pa_gain": 0, "pwr_idx": 17},
{"rf_power": 3, "pa_gain": 1, "pwr_idx": 19},
{"rf_power": 6, "pa_gain": 1, "pwr_idx": 20},
{"rf_power": 10, "pa_gain": 1, "pwr_idx": 22},
{"rf_power": 11, "pa_gain": 1, "pwr_idx": 1},
{"rf_power": 12, "pa_gain": 2, "pwr_idx": 2},
{"rf_power": 13, "pa_gain": 1, "pwr_idx": 3},
{"rf_power": 14, "pa_gain": 2, "pwr_idx": 4},
{"rf_power": 16, "pa_gain": 2, "pwr_idx": 5},
{"rf_power": 20, "pa_gain": 3, "pwr_idx": 6},
{"rf_power": 23, "pa_gain": 3, "pwr_idx": 7},
{"rf_power": 25, "pa_gain": 3, "pwr_idx": 9},
{"rf_power": 26, "pa_gain": 3, "pwr_idx": 11},
{"rf_power": 27, "pa_gain": 1, "pwr_idx": 14}
]
},
"radio_1": {
"enable": true,
"type": "SX1250",
"freq": 917900000,
"rssi_offset": -166,
"rssi_tcomp": {"coeff_a": 0, "coeff_b": 0, "coeff_c": 20.41, "coeff_d": 2162.56, "coeff_e": 0},
"tx_enable": false
},
"chan_multiSF_All": {"spreading_factor_enable": [ 5, 6, 7, 8, 9, 10, 11, 12 ]},
"chan_multiSF_0": {"enable": true, "radio": 0, "if": -400000},
"chan_multiSF_1": {"enable": true, "radio": 0, "if": -200000},
"chan_multiSF_2": {"enable": true, "radio": 0, "if": 0},
"chan_multiSF_3": {"enable": true, "radio": 0, "if": 200000},
"chan_multiSF_4": {"enable": true, "radio": 1, "if": -300000},
"chan_multiSF_5": {"enable": true, "radio": 1, "if": -100000},
"chan_multiSF_6": {"enable": true, "radio": 1, "if": 100000},
"chan_multiSF_7": {"enable": true, "radio": 1, "if": 300000},
"chan_Lora_std": {"enable": true, "radio": 0, "if": 300000, "bandwidth": 500000, "spread_factor": 8},
"chan_FSK": {"enable": false}
},
"gateway_conf": {
"gateway_ID": "your-id-goes-here",
/* change with default server address/ports */
"server_address": "localhost",
"serv_port_up": 1700,
"serv_port_down": 1700,
/* adjust the following parameters for your network */
"keepalive_interval": 10,
"stat_interval": 60,
"push_timeout_ms": 1000,
/* forward only valid packets */
"forward_crc_valid": true,
"forward_crc_error": false,
"forward_crc_disabled": false,
/* GPS configuration */
"gps_tty_path": "/dev/ttyS0",
/* GPS reference coordinates */
"ref_latitude": 0.0,
"ref_longitude": 0.0,
"ref_altitude": 0,
"servers": [
{
"gateway_ID": "needs to be updated",
"server_address": "localhost",
"serv_port_up": 1700,
"serv_port_down": 1700,
"serv_enabled": true
}
]
},
"debug_conf": {
"ref_payload":[
{"id": "0xCAFE1234"},
{"id": "0xCAFE2345"}
],
"log_file": "loragw_hal.log"
}
}

cp global_conf.json.SX1250.AU915 global_conf.json

you may have to do this manually as the update_gwid.sh seems to be broken

	chmod +x update_gwid.sh

./update_gwid.sh global_conf.json

Check that GW ID has been updated, or update manually

vi global_conf.json

"gateway_conf": {
"gateway_ID": "2ccf67FFFE3694d2",
/* change with default server address/ports */
"server_address": "localhost",
"serv_port_up": 1700,
"serv_port_down": 1700,
/* adjust the following parameters for your network */
"keepalive_interval": 10,
"stat_interval": 30,
"push_timeout_ms": 1000,
/* forward only valid packets */
"forward_crc_valid": true,
"forward_crc_error": false,
"forward_crc_disabled": false,
/* GPS configuration */
"gps_tty_path": "/dev/ttyS0",
/* GPS reference coordinates */
"ref_latitude": 0.0,
"ref_longitude": 0.0,

                sudo cp global_conf.json /etc/lora_pkt_fwd/

check that everything starts up okay…..

                /usr/local/bin/lora_pkt_fwd -c /etc/lora_pkt_fwd/global_conf.json

Start services if all is okay

                sudo systemctl start lora_pkt_fwd

The lights should change on the LR1302 GW hat if all went smoothly

                sudo systemctl status lora_pkt_fwd

                stop the forwarder and check all ok

                /usr/local/bin/lora_pkt_fwd -c /etc/lora_pkt_fwd/global_conf.json

After monitoring for a while, ctrl+c to stop and then restart with systemctl:

sudo systemctl enable lora_pkt_fwd

sudo systemctl start lora_pkt_fwd

Check it’s running:

sudo systemctl status lora_pkt_fwd

Install the ChirpStack Gateway Forwarder

Follow the instructions here: https://www.chirpstack.io/docs/getting-started/debian-ubuntu.html

Checkout the regions files here:

https://github.com/chirpstack/chirpstack/tree/master/chirpstack/configuration


When setting up the bridge, edit the /etc/chirpstack-gateway-bridge/chirpstack-gateway-bridge.toml

sudo -i
vi /etc/chirpstack-gateway-bridge/chirpstack-gateway-bridge.toml

Change to this:
# MQTT integration configuration.
[integration.mqtt]
# Event topic template.
event_topic_template="au915_0/gateway/{{ .GatewayID }}/event/{{ .EventType }}"

# Command topic template.
command_topic_template="au915_0/gateway/{{ .GatewayID }}/command/#"


The configuration file is located at:

 /etc/chirpstack-gateway-bridge/chirpstack-gateway-bridge.toml

Some helpful commands for chirpstack-gateway-bridge:

Start:

 $ sudo systemctl start chirpstack-gateway-bridge

Restart:

 $ sudo systemctl restart chirpstack-gateway-bridge

Stop:

 $ sudo systemctl stop chirpstack-gateway-bridge

Enable the service:

 $ sudo systemctl enable chirpstack-gateway-bridge

Display logs:

 $ sudo journalctl -f -n 100 -u chirpstack-gateway-bridge

Setting up chirpstack on the Pi

setting up chirpstack

Don’r forget to modify /etc/chirpstack/chirpstack.toml

# Network related configuration.
[network]

# Network identifier (NetID, 3 bytes) encoded as HEX (e.g. 010203).
net_id = "000000"

# Enabled regions.
#
# Multiple regions can be enabled simultaneously. Each region must match
# the 'name' parameter of the region configuration in '[[regions]]'.
enabled_regions = [
# "as923",
# "as923_2",
# "as923_3",
# "as923_4",
"au915_0",
# "cn470_10",
# "cn779",
# "eu433",
# "eu868",
# "in865",
# "ism2400",
# "kr920",
# "ru864",
# "us915_0",
# "us915_1",
]

And this:

run this command:

openssl rand -base64 32
# API interface configuration.
[api]

# interface:port to bind the API interface to.
bind = "0.0.0.0:8080"

# Secret.
#
# This secret is used for generating login and API tokens, make sure this
# is never exposed. Changing this secret will invalidate all login and API
# tokens. The following command can be used to generate a random secret:
# openssl rand -base64 32
secret = "R2bAyqWtlH/cRbu31YHaE225X4ewek0pSXkjhhdjeyU="

USE THIS ONE:

https://www.chirpstack.io/docs/getting-started/debian-ubuntu.html

Can refer this:

https://gist.github.com/dudmuck/a2110100b1dcb780aa250ade220b36e1

and this:

https://www.chirpstack.io/project/guides/debian-ubuntu

Log into the Chirpstack web page and check logs for errors

Reboot the gateway and login to the dashboard on port 8080

Check if everything is running as it should:

journalctl -f -n 100 -u chirpstack-gateway-bridge -u chirpstack -u lora_pkt_fwd