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.

CC1352P: 6LowPAN Mesh Stack on Raspberry Pi / TI 15.4 Stack on CC1352P / Contiki

Part Number: CC1352P
Other Parts Discussed in Thread: CC1310

Hi all,

I'm trying to decide how to implement my network topology, so I have a few questions:

Could I run 6LowPAN mesh Stack on Raspberry Pi (as it runs on the MSP432 for TIDA-01547? 

Could I replace the CC1310 launchpad for the CC1352P launchpad for the TIDA-01547 application?

if running Contiki on Raspberry Pi, could I connect directly to the CC1352P launchpad without using the MSP432? 

Many thanks.

Best Regards,

CC

  • "Could I run 6LowPAN mesh Stack on Raspberry Pi (as it runs on the MSP432 for TIDA-01547? "
    Yes, If you want tu run the software from TIDA-01547 on the Raspberry Pi you will have to port it yourself. Otherwise if you just want to run contiki on the R-Pi you can look at the contiki documentation on how to set up a border router github.com/.../Platform-simplelink

    "Could I replace the CC1310 launchpad for the CC1352P launchpad for the TIDA-01547 application?"
    Yes, You should be able to use the CC1352 launchpad since the uart interface for both CC13x0 and CC1352 should be the same.

    "if running Contiki on Raspberry Pi, could I connect directly to the CC1352P launchpad without using the MSP432? "
    Yes