Hi all,
I'm developing a network with CC1110 and Simplicity.
By default all ED are in Comission mode and they are transmit info. I want to implement a polling RX capability in order to configure an ED.
I want to assign an ID to each ED and if during the RX polling an ED receive a link request with his ID, then the link will be done.
My idea is through a software, put the ID that I want to link, in order to avoid multiples links requests from others ED.
Now I can make this, but only for one ED and without ID, using the SMPL_LinkListen(&LinkID) function. And I can't choose my ID.
I read in the forum that the LinkID pointer is not used for this purpose.
So, here my questions:
1. It exists any way to assign a fixed ID to the funcition SMPL_LinkListen(&LinkID)?
2. It's possible to make this with Simplicity?
Thanks.
Joaquim.