Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several difficulties to associate zigbee device from other manufacturers (TZ-978) #377

Open
nalves23 opened this issue Jun 28, 2024 · 1 comment
Labels

Comments

@nalves23
Copy link

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:

image

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

@github-actions github-actions bot 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
@lpy4105
Copy link
Contributor

lpy4105 commented Jul 12, 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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants