Other Parts Discussed in Thread: CC3120
We need to implement MQTT on a CC3120 with a MSP432P1111. I downloaded the CC3220 AWS SDK which I plan to migrate to the CC3120. Has anyone done this before? Is the SDK up-to-date with AWS?
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.
Hi,
The CC3220 AWS SDK is somewhat out of date with the main AWS SDK - the TI plugin incorporates version 3.0.1 while the latest release is version 3.1.1. That being said, you can still connect with the SDK and use AWS-specific MQTT functionality such as device shadows without issue.
We do not currently have examples of the AWS SDK running on a MSP432 + CC3120, but it should definitely be doable. I advise you look at the differences between examples present in both the CC31xx plugin and the CC32xx SDK such as the network_terminal example to see what changes should be made when porting a project from CC32xx to MSP432 + CC3120.
Let me know if you have any issues getting the AWS plugin examples working on the MSP432.
Regards,
Michael