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.

CC2530 ZNP Mini Kit - Sensor Network Application - Need to Transmit Data of 180 Bytes

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