Search found 2 matches
- Sun Jul 07, 2024 8:48 pm
- Forum: Hardware
- Topic: ESP32-C6 support zigbee router?
- Replies: 2
- Views: 2212
Re: ESP32-C6 support zigbee router?
I found a solution to this problem. It was necessary to additionally set the mode in menuconfig.
- Sat Jul 06, 2024 6:01 am
- Forum: Hardware
- Topic: ESP32-C6 support zigbee router?
- Replies: 2
- Views: 2212
ESP32-C6 support zigbee router?
esp_zb_cfg_t zb_nwk_cfg = { .esp_zb_role = ESP_ZB_DEVICE_TYPE_ROUTER, .install_code_policy = INSTALLCODE_POLICY_ENABLE, .nwk_cfg.zczr_cfg = { .max_children = 10, }, }; esp_zb_init(&zb_nwk_cfg); I (27) boot: ESP-IDF v5.4-dev-1205-ge7070e777a 2nd stage bootloader I (27) boot: compile time Jul 6 2024 ...