How to add Extra channels in RUI3 for RAK11720

Hi,
I am using Rak11720 in Indian Frequency IN865-In867. By default there are 3 channels for uplink and 1 channel for downlink. i need to increase the no of channels for uplink to reduce the traffic.
I tried to find where i need to change, but i failed. could someone helps me with it.

Hello Kamesh,

You cannot increase the number of channels on the RAK11720 (or any end node).
IN865 is setup to use 3 default channels for the network join.
Once the device has joined the network server, the network server will inform the end node about the additional channels that the device can use.

You have to setup the additional channels in our LoRaWAN server.

so there is no need to change anything on the node side.
only need to change in the Gateway and the network server.
i am using Chirpstack is there any way to add the channels.

You do not need to change anything in the node.

For Chirpstack you have to add the additional channels in the region toml file of Chirpstack.

I don’t have a guide for IN865. You might get help from the Chirpstack forum.

For my regions I had to add the channels in region_as923_3.toml:

    # Below is the common set of extra channels. Please make sure that these
    # channels are also supported by the gateways.
    [[regions.network.extra_channels]]
    frequency=917000000
    min_dr=0
    max_dr=7

    [[regions.network.extra_channels]]
    frequency=917200000
    min_dr=0
    max_dr=7

    [[regions.network.extra_channels]]
    frequency=917400000
    min_dr=0
    max_dr=7

    [[regions.network.extra_channels]]
    frequency=917600000
    min_dr=0
    max_dr=7

    [[regions.network.extra_channels]]
    frequency=917800000
    min_dr=0
    max_dr=7

    [[regions.network.extra_channels]]
    frequency=918000000
    min_dr=0
    max_dr=7