Trouble connecting device to gateway & Chirpstack

Viewed 15

Hello, Im currently trying to setup a Heltec lora V3 to send data to chirpstack.

My Setup:
Im running chirpstack locally through docker
and have a raspberrypi with a sx1303 hat setup as my gateway.
the gateway is connected and talking to chirpstack.

The issue:
I have a heltec Lora board that im trying to send data with, chirpstack is reciving the joinrequest and sending the joinaccept however my device is failing to join and throwing up error 1116.

Error messages:
'''
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x1 (POWERON),boot:0x29 (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x10cc
load:0x403c8700,len:0xc2c
load:0x403cb700,len:0x30c0
entry 0x403c88b8

=== Heltec ESP32 V3 -> LoRaWAN -> ChirpStack ===
Radio initialized.
Joining LoRaWAN network (OTAA)...
Join attempt 1 failed, code -1116
Retrying in 30 seconds...
'''

I am not very familiar with the lora structure and not sure where to look to trouble shoot / diagnose this and would greatly appreciate any guidance.

0 Answers