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.

msp430g2553 launchpad + cc2530dk-ZNP

Other Parts Discussed in Thread: CC2530, MSP430F5438, MSP430F2618, MSP430G2553

Hi all,

i want to use launhpad as a ZAP device. i install cc2530 ZNP PRO hex file to cc2530dk.

ZAP zstack folder explaining examples for two device msp430f5438,MSP430f2618. 

My question is which files should be change in ZAP project for msp430g2553.

The second question which code will be run on the coordinator (cc2530+smartRF05EB) .

  • The msp you are using has a really tiny flash and ram size, so the ZAP (ZNP Application Processor) abstraction will not fit. You might want to look at the msp sample code from the ZNP Mini-Kit:

    http://www.ti.com/tool/cc2530zdk-znp-mini

    What code you run on the ZC depends on what Profile you create in your remote device - you will just want to create a similar EndPoint with the same Profile.

     

  • So i got it. i can write the whole application on cc2530dk with SPI interface. launchpad will send data to cc2530 which is delivered over air. 

    i think it is possible.:).

    Which sample example can work together cc2530zdk (including sensorDemo App) kit and cc2530 mini ZNP kit.

    my cc2530zdk kit create a network and the mini ZNP kit connect the network. but no data is transferred. Is there any hardware difference and what should the problem ?

    stack version? or something else