Search found 2 matches

by qr0000t
Sun Jul 07, 2024 8:48 pm
Forum: Hardware
Topic: ESP32-C6 support zigbee router?
Replies: 2
Views: 4220

Re: ESP32-C6 support zigbee router?

I found a solution to this problem. It was necessary to additionally set the mode in menuconfig.
by qr0000t
Sat Jul 06, 2024 6:01 am
Forum: Hardware
Topic: ESP32-C6 support zigbee router?
Replies: 2
Views: 4220

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 ...

Go to advanced search