Other Parts Discussed in Thread: Z-STACK
Are there any example projects using z-stack that form a zigbee network and transfer data without binding?
BR
Srikanth
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Other Parts Discussed in Thread: Z-STACK
Are there any example projects using z-stack that form a zigbee network and transfer data without binding?
BR
Srikanth
Hi,
In case of sample applications, SW2 is pressed on both coordinator and end device to do hand binding (or SW4 for MatchDescReq). Why should the binding request be mutual?
I want to implement a case where a new end device wants to join a existing zigbee network and sends a bind request message. In which case, the bind request will be sent only by end device and not the coordinator. How can my coordinator read the message and add the end device to the network?
BR
Srikanth
In a laboratory setup it is possible to do discovery & binding by pressing SW2 (or SW4) on both the boards simultaneously. But, in real time scenario how is it done automatically. Are there any example projects?
BR
Srikanth
Hi,
Please clarify below items:
1. Initially when a zigbee network is formed (before running any binding or match desc requests) each device will have information only about its short address? After binding or Matchdesc reqests, each device will also have info. on IEEE & short address of the device it is bound to?
2. Inside a zigbee network is it possible to address remote device with its IEEE address? if not why?
BR
Srikanth
1. When a device joins Zigbee network, it will broadcast end node announcement which will contain short and IEEE address of the joined device. You can use its short address to request active end point and simple descriptor of the device. Later, you can do binding accordingly.
2. Yes, you can do this.