Helium Rak V2 chirpstack issues

Issue: I have downloaded the latest chirpstack v4 and configured it to use RAK2287 concentrator, but it appears to be failing to start the concentrator

Setup: Helium Rak V2 running Chirpstack V4

Server:

Details:
The log shows this routine over and over again, I suspect that the pin numbering is slightly different to the usual Pi Hat.

Triggering sx1302 reset

Setting i2c device path, path: /dev/i2c-1

Setting board configuration, lorawan_public: true, clock_source: 0

Setting up fine timestamp, enable: false

Setting up concentrator channels

Configuring radio, radio: 0, enabled: true, center_freq: 867500000, type: SX1250

Configuring radio, radio: 1, enabled: true, center_freq: 868500000, type: SX1250

Setting up concentrator channels

Configuring multi-SF LoRa channel, channel: 0, enabled: true, freq: 868100000, rf_chain: 1, if_freq: -400000

Configuring multi-SF LoRa channel, channel: 1, enabled: true, freq: 868300000, rf_chain: 1, if_freq: -200000

Configuring multi-SF LoRa channel, channel: 2, enabled: true, freq: 868500000, rf_chain: 1, if_freq: 0

Configuring multi-SF LoRa channel, channel: 3, enabled: true, freq: 867100000, rf_chain: 0, if_freq: -400000

Configuring multi-SF LoRa channel, channel: 4, enabled: true, freq: 867300000, rf_chain: 0, if_freq: -200000

Configuring multi-SF LoRa channel, channel: 5, enabled: true, freq: 867500000, rf_chain: 0, if_freq: 0

Configuring multi-SF LoRa channel, channel: 6, enabled: true, freq: 867700000, rf_chain: 0, if_freq: 200000

Configuring multi-SF LoRa channel, channel: 7, enabled: true, freq: 867900000, rf_chain: 0, if_freq: 400000

Configuring Std LoRa channel, enabled: true, freq: 868300000, rf_chain: 1, if_freq: -200000

Configuring FSK channel, enabled: true, freq: 868800000, rf_chain: 1, if_freq: 300000

Starting the concentrator

Configuring reset pin, dev: /dev/gpiochip0, pin: 17

Starting Concentratord SX1302 (version: 4.2.0-test.2, docs: Introduction - ChirpStack open-source LoRaWAN<sup>®</sup> Network Server)

Triggering sx1302 reset

Hello @jem,

You need to configure this reset pin: 25

Best Regards,
Nikola Semov

Hello Team,
I have exactly the same setup and exactly the same problem.
I couldn’t find a way to change the reset ping from 17 to 25.
Please advice.

Hello @ASemov ,

You need to change that in this script: https://github.com/RAKWireless/rak_common_for_gateway/blob/master/lora/start.sh

Best Regards,
Nikola Semov