Hello
I m working with CC2530 znp mini kit.
I saw the examples of basic communication using AFZD0. It is running properly for end device to co ordiator data .
ButI want to send data first from Co ordinator and then to receive from end device.
So How to do that,?
I tried the afSenndData(DEFAULT_ENDPOINT,DEFAULT_ENDPOINT,0xffff,TEST_CLUSTER,testdata,1);
Itis working for co ordinator.
Now i want to see the same data to appear at end device .
plz let me knoowww