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 kit programming

Other Parts Discussed in Thread: CC2530

Hi,

I have bought Cc2530 ZNP kit , I have doubts at the programming the kit ,.

In my application I need to change the payload of the end device and interval of sending , I want to send the data from end device to co-ordinator once in 3 min . 

To do this which stack should I use ..? Do i need to program the Cc2530 network processor for this appln ..?

pls help

 

  • No, you do not change the ZNP for this scenario - pretend the ZNP is a wire and when you follow the mini-kit example for making a AF_DataRequest(). So it is the ZNP Host code, the code on the MSP430, that controls what to send out on the wire, to where, and how often.

     

  • Hi thanks ,

     

    In case if i want to change the cc2530 stack , Do I need to use the separate debugger ( like cc debugger ) to debug or program the CC2530 SOC ?.

     

    rgds

    Raveesh

  • The ZNP has an embedded serial boot loader (SBL). In order to feed a new ZNP image to this embedded ZNP boot loader by using an application that is running on the MSP430 processor you would follow the example given in the ZAP collateral (perhaps there is also an example in the mini-kit collateral):

    C:\Texas Instruments\ZAP-MSP430-1.0.3\Projects\zstack\ZAP\SBL\Source

     

  •  Hi thanks ,

    I'm  using Communications Examples.eww examples , And loading coordinator-AFZDO for node and  Enddevice-AFZDO for another node .

    As I discussed I want to send temperature data from end device to the  co ordinator , so I was checking for the AF_DataRequest() function , could not find this ,

    can you tell in which file I can get this ..?

    regards

    Raveesh

  • Hello Raveesh,

    To send a message in the comminications examples.eww examples function afSendData() is used. This function sends a message to the CC2530ZNP which then sends a message to another device over the Zigbee network.

    Regards,

    Suyash Jain