Help to get started with Zigbee

Hi, I want to implement a full Zigbee mesh with a coordinator and multiple router nodes for a university project and don't really know how to get started.

I have looked in the Zigbee documentation on the Connect SDK page, but can't find a way to implement simple messages. I have tried using the coordinator and template examples to send messages between them, but have had no success.


Any help is appreciated.
Philipp

Parents
  • Hello,

    In addition to recommend reading the getting started pages that BilalAliAhmad linked I want to clear up some terminology.

    but can't find a way to implement simple messages.

    Zigbee uses clusters, and the communication between devices depend on the clusters. Which clusters to use depend on what you want to do.

    I have tried using the coordinator and template examples to send messages between them, but have had no success.

    What type of data do you want to send? I can help you to get started if I have some more information on what you want the Zigbee devices to do.

    Best regards,

    Maria

  • Hello,

    thank you very much for your answer.

    I would like to have a network that consists of several routers and a coordinator. The routers will only respond when addressed by the coordinator. All devices will be constantly moving (some perhaps temporarily out of range), so messages may need to be forwarded multiple times to reach their destination.

    The router nodes have a job to do and thus receive the relevant data. Therefore, the process should be as follows:

    1. The coordinator sends a request to a specific node to perform its task to acquire Data.
    2. The node responds with a list of data as result.

    Greetings,
    Philipp

Reply
  • Hello,

    thank you very much for your answer.

    I would like to have a network that consists of several routers and a coordinator. The routers will only respond when addressed by the coordinator. All devices will be constantly moving (some perhaps temporarily out of range), so messages may need to be forwarded multiple times to reach their destination.

    The router nodes have a job to do and thus receive the relevant data. Therefore, the process should be as follows:

    1. The coordinator sends a request to a specific node to perform its task to acquire Data.
    2. The node responds with a list of data as result.

    Greetings,
    Philipp

Children
Related