Hi there
I have RAK231 with custom PCB
installed latest Gateway OS but I’m unable to reset with reset pin could someone explain exactly where I need to change it, I tried both file etc/default/chirpstack-concentratord
raspberrypi0-wifi:$ cat /etc/default/chirpstack-concentratord
# reset the LoRa concentrator on Concentratord start
CONCENTRATOR_RESET="yes"
# reset pin
CONCENTRATOR_RESET_PIN=25
# concentratord version
CONCENTRATORD_VERSION="sx1301"
and global.toml
raspberrypi0-wifi:/etc/chirpstack-concentratord/sx1301$ cat /etc/chirpstack-concentratord/sx1301/global.toml
# Concentratord configuration.
[concentratord]
# Log level.
#
# Valid options are:
# * TRACE
# * DEBUG
# * INFO
# * WARN
# * ERROR
# * OFF
log_level="INFO"
# Log to syslog.
#
# When set to true, log messages are being written to syslog instead of stdout.
log_to_syslog=true
# Statistics interval.
stats_interval="30s"
# Configuration for the (ZeroMQ based) API.
[concentratord.api]
# Event PUB socket bind.
event_bind="ipc:///tmp/concentratord_event"
# Command REP socket bind.
command_bind="ipc:///tmp/concentratord_command"
# LoRa gateway configuration.
[gateway]
# Antenna gain (dB).
antenna_gain=0
# Public LoRaWAN network.
lorawan_public=true
# Gateway vendor / model.
#
# This configures various vendor and model specific settings like the min / max
# frequency, TX gain table.
model="imst_ic880a_eu868"
# Gateway vendor / model flags.
model_flags=[]
# Gateway ID.
gateway_id="b827ebfffed41691"
# Reset pin.
#
# Note: most model configurations come with a pre-defined reset_pin, in which
# case the setting below will be ignored.
reset_pin=25
and the log show me always pin 5
ug 12 18:38:27 raspberrypi0-wifi user.err chirpstack-gateway-bridge[443]: time="2020-08-12T18:38:27Z" level=error msg="backend/concentratord: event socket dial error" error="dial event api url error: zmq4: could not dial to \"ipc:///tmp/concentratord_event\": dial unix /tmp/co
Aug 12 18:38:27 raspberrypi0-wifi user.err monit[408]: 'chirpstack-concentratord' process is not running
Aug 12 18:38:27 raspberrypi0-wifi user.info monit[408]: 'chirpstack-concentratord' trying to restart
Aug 12 18:38:27 raspberrypi0-wifi user.info monit[408]: 'chirpstack-concentratord' start: '/etc/init.d/chirpstack-concentratord start'
Aug 12 18:38:28 raspberrypi0-wifi user.info chirpstack-concentratord-sx1301[2663]: Configuring reset pin, pin: 5
Aug 12 18:38:28 raspberrypi0-wifi user.info chirpstack-concentratord-sx1301[2663]: Starting Concentratord SX1301 (version: 3.0.0-test.11, docs: https://www.chirpstack.io/concentratord/)
Aug 12 18:38:28 raspberrypi0-wifi user.info chirpstack-concentratord-sx1301[2663]: Triggering concentrator reset
Aug 12 18:38:28 raspberrypi0-wifi user.info chirpstack-concentratord-sx1301[2663]: Setting spi device path, spidev_path: /dev/spidev0.0
Aug 12 18:38:28 raspberrypi0-wifi user.info chirpstack-concentratord-sx1301[2663]: Setting board configuration, lorawan_public: true, clock_source: 1
I tried to setup an IC880a to try, same thing, this is driving me mad anywhere I change it just does nothing