Search found 6 matches
- Tue Dec 31, 2024 3:51 pm
- Forum: ESP-IDF
- Topic: need help : zigbee router mode does not work on esp32-h2
- Replies: 6
- Views: 3153
Re: need help : zigbee router mode does not work on esp32-h2
Which version of librairies do you use?
- Thu Dec 19, 2024 7:22 am
- Forum: ESP-IDF
- Topic: need help : zigbee router mode does not work on esp32-h2
- Replies: 6
- Views: 3153
Re: need help : zigbee router mode does not work on esp32-h2
Unfortunately no. I did an upgrade of the esp idf, an upgrade of all librairies, I did not manage to make the router mode work.
Zigbee on esp32 is a bit mistery
Zigbee on esp32 is a bit mistery
- Thu Dec 05, 2024 2:18 pm
- Forum: ESP-IDF
- Topic: need help : zigbee router mode does not work on esp32-h2
- Replies: 6
- Views: 3153
Re: need help : zigbee router mode does not work on esp32-h2
I lowered the tw_power of the sonoff coordinator, the zigbee network joins only the nearest esp32 endpoints, not the far esp32. It confirms that the router mode does not work. I think there are bugs in the libraries
- Wed Nov 20, 2024 3:48 pm
- Forum: General Discussion
- Topic: unable to join zigbee network with ESP32-H2
- Replies: 1
- Views: 2157
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 ...
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 ...
- Tue Nov 19, 2024 1:20 pm
- Forum: General Discussion
- Topic: unable to join zigbee network with ESP32-H2
- Replies: 1
- Views: 2157
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 ...
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 ...
- Thu Nov 07, 2024 2:53 pm
- Forum: ESP-IDF
- Topic: need help : zigbee router mode does not work on esp32-h2
- Replies: 6
- Views: 3153
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 ...
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 ...