Hello everyone,
I’m trying to set up a Seeed Studio reComputer R1000 with ChirpStack OS using a Seeed WM1302 LoRa module in slot 2 (slot 1 is occupied by a 4G LTE module).
However, I haven’t been able to get it working, and the Gateway ID is stuck with the following message:
Gateway ID: Could not read Gateway ID
After some research, it seems the pins may not be set properly for the R1000. According to Seeed Studio, the SPI version of the WM1302 is fully compatible with the R1000, and the pins to use are as follows (please see the Seeed Wiki here):
SX1302_RESET_PIN=580 # SX1302 reset
SX1302_POWER_EN_PIN=578 # SX1302 power enable
SX1261_RESET_PIN=579 # SX1261 reset (LBT / Spectral Scan)
// AD5338R_RESET_PIN=13 # AD5338R reset (full-duplex CN490 reference design)
From the logs in OpenWRT, the pins seem to be set as follows:
Mon Nov 18 15:29:10 2024 user.info chirpstack-concentratord-sx1302[2473]: Configuring reset pin, dev: /dev/gpiochip0, pin: 17
Mon Nov 18 15:29:10 2024 user.info chirpstack-concentratord-sx1302[2473]: Configuring sx1302 power enable pin, dev: /dev/gpiochip0, pin: 18
Mon Nov 18 15:29:10 2024 user.info chirpstack-concentratord-sx1302[2473]: Configuring sx1261 reset pin, dev: /dev/gpiochip0, pin: 5
Is there a way to change the pins being used? Additionally, is there anything else I need to adjust to get this working?