Hi Friends,
I'm working with CC2530ZDK-ZNP-MINI my application Router(Source) needs to transmit data of 180 bytes and Coordinator has to receive the 180 bytes of data. I want to know where i have to change the things exactly. I tried with changing ZNP_BUF_LEN as 250 and store data in an array DataBuf
sendData(ZB_BINDING_ADDR,SRCE_REPORT_ID,DataBuf,180);
with Anticipation,
J.PRakash