Chirpstack-gateway-bridge, gateway 16 channels (basic station, SX1302, SX1303)
Hi all!
Does chirpstack-gateway-bridge support the ability to connect Gateways built on the reference SX1302, SX1303?
The example configuration file itself says that it is intended for the SX1301.
Currently testing a Gateway prototype with two SPI LoRa modules: 8 + 8 channels
I want to connect the gateway to the server as one 16-channel device, and not as two 8-channel devices..
Has anyone experienced this possibility?
While the docs state it is for the SX1301, I think that is just because that part never gots updated. I think the same config example applies to SX1302/3.
It’s probably worth clarifying that I use the LoRa Basic Station backend on the gateway :)
From the code in https://github.com/chirpstack/chirpstack-gateway-bridge/blob/master/internal/config/config.go#L43, you should be able to describe multiple concentrators:
...
Concentrators []BasicStationConcentrator `mapstructure:"concentrators"`
} `mapstructure:"basic_station"
Could it work if you specified all the backend.basic_station.concentrators.* sections multiple times? Since the 16-channel gateways have 2x concentrators, you should have 2 sets.