CONFIG_ZIGBEE_CHANNEL

802.15.4 channel used by Zigbee <11-26>

Type: int

Help

802.15.4 channel used by Zigbee. Defaults to 16.

Direct dependencies

ZIGBEE_CHANNEL_SELECTION_MODE_SINGLE && ZIGBEE

(Includes any dependencies from ifs and menus.)

Default

  • 16

Kconfig definition

At <nRF>/subsys/zigbee/Kconfig:45

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:40

Menu path: (Top) → Modules → Nordic nRF Connect → Enable Zigbee stack

config ZIGBEE_CHANNEL
    int "802.15.4 channel used by Zigbee <11-26>"
    range 11 26
    default 16
    depends on ZIGBEE_CHANNEL_SELECTION_MODE_SINGLE && ZIGBEE
    help
      802.15.4 channel used by Zigbee. Defaults to 16.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)