Skip to content

Need Guidance on Implementing Zigbee Communication Coordinator to Router and Router to Coordinator #11332

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
1 task done
Mausam678 opened this issue May 2, 2025 · 1 comment
Labels
Type: Question Only question

Comments

@Mausam678
Copy link

Related area

Zigbee data send and receive in string json format

Hardware specification

ESP32 C6

Is your feature request related to a problem?

  1. The Coordinator sends string data in JSON format.
  2. 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.
@Mausam678 Mausam678 added the Type: Feature request Feature request for Arduino ESP32 label May 2, 2025
@SuGlider SuGlider added the Area: Zigbee Issues and Feature Request about Zigbee label May 2, 2025
@P-R-O-C-H-Y
Copy link
Member

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 :)

@P-R-O-C-H-Y P-R-O-C-H-Y added Type: Question Only question and removed Area: Zigbee Issues and Feature Request about Zigbee Type: Feature request Feature request for Arduino ESP32 labels May 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Question Only question
Projects
None yet
Development

No branches or pull requests

3 participants