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.

Xigbee connection with c2000

I want to transmit data from c2000 to xigbee....I am using SCi port is this correct?.........I am using simulink for coding purpose...Anyone can guide me how to procees?

  • Hi Nitish,

    We probably can't help much on how to generate the code using simulink, but the general strategy for interfacing:
    -Find example code if possible which shows the sequence of commands for initialization, data transfers, etc. This probably won't be C2000 based, but you may be able to find something for MSP430 or a different micro. Worst case, you can start directly from the Xigbee datasheet.
    -Use the SCI module to implement the simplest command sequence you can find. This will require understanding the SCI timings and the Xigbee timing requirements, and you will probably want to use an oscilloscope to verify that everything is happening as expected.
    -Once you have the timings down with a couple commands, build out and test all the other possible commands
    -Once all the commands work, structure them into a cohesive software driver

    Depending on where you run into issues, we can help more if you have a specific question: e.g. I am trying to send X command and I think the timings should look like something, but they look like something else, OR I have some commands working, but I am not sure what the best way to structure them into a driver, etc.