Open
Description
Related area
Zigbee data send and receive in string json format
Hardware specification
ESP32 C6
Is your feature request related to a problem?
- The Coordinator sends string data in JSON format.
- The Router responds with its EUI name in JSON format.
Describe the solution you'd like
I'm working on a Zigbee-based communication system using Arduin framework the ESP32-C6 module.
I’m unsure how to implement this interaction and would appreciate guidance on:
Setting up the Zigbee stack on ESP32-C6 for this use case.
Handling JSON data exchange between the Coordinator and Router.
Any relevant libraries or example code for ESP32-C6’s Zigbee capabilities.
Goal: Bidirectional JSON communication (strings from Coordinator, EUI from Router).
Any pointers to documentation, sample projects, or implementation advice would be greatly helpful.
Describe alternatives you've considered
No response
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
- I confirm I have checked existing list of Feature requests and Contribution Guide.