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

Zigbee and Wifi Coexistence (TZ-1086) #415

Open
Nanowires opened this issue Aug 27, 2024 · 4 comments
Open

Zigbee and Wifi Coexistence (TZ-1086) #415

Nanowires opened this issue Aug 27, 2024 · 4 comments
Labels

Comments

@Nanowires
Copy link

Question

Today I've tried to setup a WiFi-Zigbee bridge. For this a ESP32-C6 would serve as a Zigbee Coordinator, which would also be able to receive commands via WiFi e.g. for changing the light level of a bulb.
When I tried to connect to the WiFi, when the Zigbee stack was already initialized, the connection failed always. When first connecting to the WiFi and initialize the Zigbee stack afterwards, Zibee still seemed to work without problems, but the WiFi connection was nearly unusable, i.e. client requests weren't received and ping drop rate was at around 80%.

Reading the documentation of RF coexistence (https://docs.espressif.com/projects/esp-idf/en/latest/esp32c6/api-guides/coexist.html), there's nothing stated about WiFi and Zigbee coexistence, only Bluetooth and Zigbee (and WiFi + Bluetooth of course) is mentioned.

So my question: Is it even theoretically possible to use both stacks in coexistence (and usable in the future) or are both protocols incompatible for sharing a single RF module?

Additional context.

No response

@github-actions github-actions bot changed the title Zigbee and Wifi Coexistence Zigbee and Wifi Coexistence (TZ-1086) Aug 27, 2024
@Nanowires
Copy link
Author

Small correction:
WiFi is usable once connected, I've forgot to start the server...

But the connection issue is still present.

@xieqinan
Copy link
Contributor

@Nanowires ,

Now, is the current issue that the Wi-Fi always connect failed when the Zigbee stack has been initialized?

@Nanowires
Copy link
Author

@xieqinan,

Yes that is correct, sorry for the confusion.
After some more testing, I also detected, that the WiFi connection is lost after some time (something between 0.5 and 3 hours. I need to test a bit more)

@OOHehir
Copy link

OOHehir commented Sep 14, 2024

I tried something like this before & whatever (i.e Zigbee or WiFi) started first tended to 'grab' the radio & block the other. This seem like the current solution.

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

3 participants