Closed JackThird closed 3 weeks ago
Could you try to reproduce the issue using the ChirpStack Gateway OS? If that doesn't work, then it is a lot easier for me to reproduce as I can reproduce the exact environment at my side. Please see: https://www.chirpstack.io/docs/chirpstack-gateway-os/install/raspberry-pi.html
What happened?
I used UDP packet forwarder to communicate with lora gateway model seeed_wm1302 and it works fine. I used this fork: https://github.com/peterpanstechland/sx1302_hal.git
Now I'm trying to use Chirpstack concentratord and it failed to start, this is the log:
What did you expect?
I expect that concentratord starts and read messages received on lora gateway.
Steps to reproduce this issue
Steps:
create concentratord.toml config file:
LoRa gateway configuration.
[gateway]
Antenna gain (dB).
antenna_gain=0
Public LoRaWAN network.
lorawan_public=true
Region.
#
The region of the gateway. Options:
EU868, US915, CN779, EU433, AU915, CN470, AS923, AS923_2, AS923_3, AS923_4,
KR923, IN865, RU864
#
Not not all the gateway models implement all regions.
region="EU868"
Gateway vendor / model.
#
This configures various vendor and model specific settings.
model="seeed_wm1302"
Gateway vendor / model flags.
#
Flag can be used to configure additional vendor / model features. The
following flags can be used:
#
Global flags:
GNSS - Enable GNSS / GPS support
USB - Use USB for concentrator communication (default is SPI)
model_flags=[]
Time fallback.
#
In case the gateway does not have a GNSS module or is unable to aquire a
GNSS fix, use the system-time for setting the 'time' field on RX.
time_fallback_enabled=true
LoRa concentrator configuration.
[gateway.concentrator]
Static gateway location.
[gateway.location]