Rak831 + raspi 4 + chirpstack os not connect

I have a raspi 4 with a rak831 shield where I have installed the chirpstack-gateway-os-full. I need to assemble an all in one.

I have configured the gateway but it does not connect.

I have checked the spi port and it seems to be active:

ls /dev/spi
Pi respond with
/dev/spidev0.0 /dev/spidev0.1

I have checked the wiring

Rak831-raspi

I just see something straing that gateway id says not configured

imagen

I have changed the reset pin to 22 but it doesn’t work either

imagen

any idea please

Hello! I had a similar issue with a Brazillian gateway and Raspi 3. if you type

sudo monit summary

you will probably find out that ConcentratorD service is not running. Then type

sudo tail -f /var/log/messages

and check if ConcentratorD is continously resetting. If it does, your problem is probably similar to mine. Maybe you can try to adapt the solution I found ( GPIO 7 reset pin busy - Raspberry Pi 3 ) to your Raspi/gateway.

Thank you very much, the problem was in the reset pin, by default it comes 0 and I put it in 22, but the code must have the GPIO 25.

1 Like