Hi Everyone,
I'm using Z-Stack Energy on CC2538.
Im developing the IPD and a Load-Control Node (LCN) base codes into a customized solution for our project at the moment. The IPD is a reduced Function Device (RFD) and the LCN is a Full Function Device (FFD). We are trying to avoid having the ESP (Coordinator) in the network for normal use.
I am trying to create an end-point to end-point link between the two, such that the *IPD* can send a command to the *LCN*. I thought of using assisted Binding. After reading all the documentation, I'm a little confused about the issue: they seem to indicate that only FFD (reflector-devices) can use ZDP_BindReq(), but others seem to say this is not true.
Can I use the command ZDP_BindReq() on the IPD which is a RFD, to create this link and thus create a binding table on this device, so that if the LCN has it's short address changed over time, the IPD message will still find its way to the LCN?
Must I use ZDP_BindReq() on BOTH devices, or just the sending device (in this case the IPD), or just on the LCN (providing its set as a reflector)?
Thanks for your consideration.






