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.

csma/ca in code composer studio

Other Parts Discussed in Thread: MSP430F5438

sir,

i am trying to implement csma/ca in code compose studio by using

1)msp430f5438+cc2520

2)smartrf05EB + msp430f2618 +cc2520

3)smartrf05EB + cc2530

help me how to do 

  • KenfreeM

    May I suggest that you go download the Contiki open source 6LowPAN software and look inside the network driver layer of the code for a open source implementation of CSMA/CA that actually runs on hardware combinations 1 and 3 of your list.

    Here is a direct link to directory with the source code.

    github.com/.../mac

    Regards,
    /TA