You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am developing a zigbee communication system made up of coordinator-type devices (Zigbee gateway), routers and end devices, all of which use an ESP32-H2 and I am using the espressif zigbee-SDK and the ZBoss library, both in version 1.3.2.
The ESP-IDF I am using is the stable version v5.2.2.
When associating the devices that I am developing and using the ESP32-H2, the association process is carried out quickly and without problems.
When I try to associate other ZigBee devices that use the manufacturer Texas Instruments, for example and its ZigBee stack, the association process almost always fails, with greater difficulty when the ZigBee network is created above channel 18.
Attached below is a Wireshark sniffing generated from the ZigBee network, in this case, operating on channel 19:
If anyone has had the same problem or if there is any way to mitigate it in the network coordinator, I would be very grateful. This process of associating devices from other manufacturers is very important for my project
Kind regards.
nalves23
Additional context.
No response
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Several difficulties to associate zigbee device from other manufacturers
Several difficulties to associate zigbee device from other manufacturers (TZ-978)
Jun 28, 2024
Hi @nalves23
From the pcap file, I saw that esp didn't response for the association request in time. But finally when it responded, the TI failed to accept that?
Could you please also attach the log with trace enabled on the ESP side? The log of TI side is also helpful to narrow down the problem.
BTW, what is success rate of the association of your case?
Question
Hi.
I am developing a zigbee communication system made up of coordinator-type devices (Zigbee gateway), routers and end devices, all of which use an ESP32-H2 and I am using the espressif zigbee-SDK and the ZBoss library, both in version 1.3.2.
The ESP-IDF I am using is the stable version v5.2.2.
When associating the devices that I am developing and using the ESP32-H2, the association process is carried out quickly and without problems.
When I try to associate other ZigBee devices that use the manufacturer Texas Instruments, for example and its ZigBee stack, the association process almost always fails, with greater difficulty when the ZigBee network is created above channel 18.
Attached below is a Wireshark sniffing generated from the ZigBee network, in this case, operating on channel 19:
I Send the wireshark log file attached:
Zigbee TI association issues.zip
If anyone has had the same problem or if there is any way to mitigate it in the network coordinator, I would be very grateful. This process of associating devices from other manufacturers is very important for my project
Kind regards.
nalves23
Additional context.
No response
The text was updated successfully, but these errors were encountered: