You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi @Mausam678, when I read your goal:
"Goal: Bidirectional JSON communication (strings from Coordinator, EUI from Router)."
I don't think this is what Zigbee was made for -> 1:1 communication sending JSON strings. You may try to use ESP-NOW, which will be a good candidate for this case :)
Related area
Zigbee data send and receive in string json format
Hardware specification
ESP32 C6
Is your feature request related to a problem?
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
The text was updated successfully, but these errors were encountered: