ESP32P4 with C6 zigbee

robin2906
Posts: 13
Joined: Tue May 06, 2025 4:50 pm

ESP32P4 with C6 zigbee

Postby robin2906 » Tue May 13, 2025 6:03 am

Hi guys,

I saw that the esp32c6 support zigbee, so my question is, will the esp32p4 support zigbee (i saw that the p4 can be connected to ble and wifi through the c6) ?

Best regards,

ahsrabrifat
Posts: 201
Joined: Sat Jan 18, 2025 2:31 pm

Re: ESP32P4 with C6 zigbee

Postby ahsrabrifat » Wed May 14, 2025 11:02 am

The ESP32-P4 can use IPC (inter-processor communication) to talk to the C6 over SPI/UART. Offload Zigbee or Thread networking to the ESP32-C6, which handles the wireless stack. Work as the main application processor, while the C6 acts as the connectivity co-processor.
This setup is similar to how host-MCU + wireless co-processor designs work in many IoT systems.

robin2906
Posts: 13
Joined: Tue May 06, 2025 4:50 pm

Re: ESP32P4 with C6 zigbee

Postby robin2906 » Tue May 20, 2025 1:16 pm

Hi @ahsrabrifat ,

Thanks for the clarifications :D

As far as i know Zigbee with the P4 by the C6 is not yet support in esp idf, or did i missed something ?

To be precise i can connect the P4 to the WIFI easily because espressif provide all the software necessary to control the c6 but with zigbee the user shall implement it all by itself right ?

Best regards,

ahsrabrifat
Posts: 201
Joined: Sat Jan 18, 2025 2:31 pm

Re: ESP32P4 with C6 zigbee

Postby ahsrabrifat » Sun May 25, 2025 5:23 pm

You can use ESP-IDF’s host-controller architecture (like the esp_hosted or esp-at projects) to easily offload Wi-Fi and BLE from the C6 and control it from the P4. There is no official Espressif software stack yet that lets the ESP32-P4 control Zigbee/Thread on the ESP32-C6 via a ready-to-use inter-processor protocol (like AT commands or HCI). That means you must implement your own protocol stack or messaging interface.

chegewara
Posts: 2505
Joined: Wed Jun 14, 2017 9:00 pm

Re: ESP32P4 with C6 zigbee

Postby chegewara » Sun May 25, 2025 7:37 pm

I know the topic is about zigbee, but i would like to clarify info about thread.

Recently espressif added support for open thread border router on P4
https://github.com/espressif/esp-thread ... 2893233649

Gerard
Posts: 7
Joined: Mon Sep 15, 2025 12:53 pm

Re: ESP32P4 with C6 zigbee

Postby Gerard » Wed Jan 14, 2026 10:16 am

Hi guys,

I saw that the esp32c6 support zigbee, so my question is, will the esp32p4 support zigbee (i saw that the p4 can be connected to ble and wifi through the c6) ?

Best regards,
Hi @robin2906 , did you get anywhere using the esp32p4 with zigbee?

real_mon2
Posts: 27
Joined: Wed Dec 25, 2024 4:59 pm

Re: ESP32P4 with C6 zigbee

Postby real_mon2 » Wed Jan 14, 2026 11:01 pm

Here is a good tutorial on how to run zigbee on the -C6 foundation:

https://wiki.seeedstudio.com/xiao_esp32 ... e_arduino/

Who is online

Users browsing this forum: No registered users and 5 guests