-
Notifications
You must be signed in to change notification settings - Fork 201
Open
Description
I'm currently trying to connect to The Things Network (TTN) using Basic Station on my setup, but the connection is not successful.
I would appreciate any insights or suggestions if you can help identify the cause.
tc.txt
rinit.txt
station.txt
reset_lgw.txt
Environment
Hardware: Raspberry Pi 4 + DRAGINO PG1302 (SX1302-based LoRa HAT)
OS:Ubuntu 22.04
Software: Basic Station
Reproduction Steps
Step 1: Clone Basic Station
git clone https://github.com/lorabasics/basicstation.gitStep 2: Build the Station Binary
cd basicstation
make platform=corecell variant=stdStep 3: Register Gateway to TTN
Register the Gateway EUI on the TTN console and download the tc.key and cups.key.
Step 4: Prepare Required Files
In the basicstation/build-corecell-std/bin directory, place the following files:
station.conf
tc.key (downloaded from TTN)
tc.uri
tc.trust
reset_lgw.sh
rinit.sh
tc.trust
These scripts and configuration files are attached.
Step 5: Run Station
cd basicstation/build-corecell-std/bin
./stationI have attached the execution log (error_log.log).
Metadata
Metadata
Assignees
Labels
No labels