Search found 3 matches

by amiral
Wed Nov 20, 2024 3:48 pm
Forum: General Discussion
Topic: unable to join zigbee network with ESP32-H2
Replies: 1
Views: 236

Re: unable to join zigbee network with ESP32-H2

worked after a few changes. Maybe this change of channel mask in the .h succedded? I am not sure //#define ESP_ZB_PRIMARY_CHANNEL_MASK (1l << 20) /* Zigbee primary channel mask use in the example */ #define ESP_ZB_PRIMARY_CHANNEL_MASK ESP_ZB_TRANSCEIVER_ALL_CHANNELS_MASK zigbee on esp32 is a big mis...
by amiral
Tue Nov 19, 2024 1:20 pm
Forum: General Discussion
Topic: unable to join zigbee network with ESP32-H2
Replies: 1
Views: 236

unable to join zigbee network with ESP32-H2

Hi, I have programmed an ESP32-H2 to join a zigbee network. Here is the log of the esp: I (23) boot: ESP-IDF v5.2.2-dirty 2nd stage bootloader I (24) boot: compile time Nov 15 2024 18:52:35 I (25) boot: chip revision: v0.1 I (27) boot.esp32h2: SPI Speed : 64MHz I (32) boot.esp32h2: SPI Mode : DIO I ...
by amiral
Thu Nov 07, 2024 2:53 pm
Forum: ESP-IDF
Topic: need help : zigbee router mode does not work on esp32-h2
Replies: 0
Views: 424

need help : zigbee router mode does not work on esp32-h2

Hi, I developped an iot based on esp32-h2. I have 5 esp32-h2 Network is zigbee Each esp32-h2 is configured in router mode: in menuconfig zigbee device type is set to "Zigbee coordinator or router device" In the code I put: esp_zb_nwk_device_type_t device_type = esp_zb_get_network_device_role(); swit...