How to add additional channels to AS923

I am trying to add additional channels to AS923 as the default only has two channels and I want to add 923.6 to 924.4.
I have modified region_as923.toml

  [regions.network]
    [[regions.network.extra_channels]]
      frequency = 923600000
      bandwidth = 125000
      modulation = "LORA"
      spreading_factors = [7, 8, 9, 10, 11, 12]

Although I see the additional channels in the web dashboard under regions I am not reciving data on the channels.

I have a RAK7268v2 in packet forwarder mode.

I see the end device sending but I receive nothing.

Am I configring the extra channels correctly?

1 Like

Unless you are using the Concentratord, the gateway is not configured automatically to listen on these additional channels. In your case you need to configure your RAK gateway to also listen on these channels.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.