RAK7243 with cloud chirpstack or The Things Industries

Hi there

Can we use RAK 7243 with TheThingsIndustries instead of TTN?

If we use it with Chirpstack cloud server, how can we shut down the local built-in lora server?

I saw on this post some suggestions, do we need any of them for the cloud chirpstack connection?

sudo systemctl disable loraserver
sudo systemctl disable lora-app-server
sudo systemctl disable lora-gateway-bridge
sudo systemctl disable postgresql
sudo systemctl disable mosquitto
sudo systemctl disable redis

If you are using version 4.1, you need to replace the following three commands.

sudo systemctl disable loraserver -> sudo systemctl disable chirpstack-network-server
sudo systemctl disable lora-app-server -> sudo systemctl disable chirpstack-application-server
sudo systemctl disable lora-gateway-bridge -> sudo systemctl disable chirpstack-gateway-bridge

You can use gateway-version to get the version number of the gateway.

Thanks

now can we use this gateway with https://www.thethingsindustries.com/ or Loriot.io ?

Hi @Tom,

Sure, RAK7243 support LoRaWAN 1.0.2 specification well, so that it can be used with any server which support LoRaWAN 1.0.2 spec including TTI and LORIOT surely.