How to setup ESP32-C6 for Zigbee protocol

Thread Starter

@ADEngineer

Joined Jul 19, 2025
6
I have installed all the necessary libraries and zigbee stack. I want to create a zigbee client server model using ESP32C6 module from scratch but I don't know the approach. I am using esp-ide and esp-idf for developing the project.

Please provide any tutorial or steps if available...
 

geekoftheweek

Joined Oct 6, 2013
1,429
Pretty much the best way to do anything with the ESP-IDF is to look at one of the many included examples and figure out how it works. Unfortunately due to the Arduino community's size and the fact that it has made porting seemless for so many micros there are a lot more examples and tutorials for it versus the ESP-IDF.

I never knew there was an actual IDE until now. Interesting stuff.
 
Top