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.

ssnsor data data transmission using TIMAC

Other Parts Discussed in Thread: CC2520, MSP430F5438A, TIMAC

hello,

i want to useTIMAC to send sensor data across the nodes(msp430f5438a+cc2520).

from where should i begin the interfacing in the TIMAC code.

thank you

  • Hi Pratap,

    I would recommend to download the TIMAC-1.5.0 from http://www.ti.com/tool/timac. It has project for the EXP5438+CC2520 platform. Have the sample application running out of the box and then see how the sample application is transmitting and recieving the data. Then you can put your data in outgoing packets and extract the relavent data in the incoming packets.

    Also, read the document MAC User's Guide - EXP5438.pdf in the documents folder of the TIMAC install. 

    Hope this helps. 

  • Hi,

    I would add on top of what Suyash mentioned in the thread that the interfacing with the MAC stack code happens using the API described in the 802.15.4 MAC API document that can be found in the Documents/API folder of your TI-MAC install.

    Thanks,

    TheDarkSide