espressif / esp-zigbee-sdk

Espressif Zigbee SDK
Apache License 2.0
178 stars 31 forks source link

Is it possible to maintain wifi and zigbee at the same time on ESP32C6? (TZ-887) #347

Closed MingyaoLiu closed 6 months ago

MingyaoLiu commented 6 months ago

Question

Hi, I'm reallly new to wifi/ble/zigbee, I think wifi and BLE would work at the same time, but how about wifi and zigbee?

Any example of how it could work? I tried running wifi and zigbee and i got kernel panic. So im wondering if anyone has tried it or if there is an example somewhere.

Thx

Additional context.

No response

djorr5 commented 6 months ago

2 SOC solution like the below board works for me:

https://docs.espressif.com/projects/esp-thread-br/en/latest/hardware_platforms.html

Then use the gateway example. https://github.com/espressif/esp-zigbee-sdk/tree/main/examples/esp_zigbee_gateway

I don't think using 1 x C6 for both protocols at the same time is currently supported.

MingyaoLiu commented 6 months ago

i see. I will try another route for my use case, probably just do wifi and nimble at the same time. Hopefully there will be some official example in the future for zigbee and wifi.