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.

CCS/CC3200: Want to use aws IoT sdk with cc3100 and ti rtos

Part Number: CC3100
Other Parts Discussed in Thread: TM4C129ENCPDT, CC3200,

Tool/software: Code Composer Studio

Hi All,

I am using cc3200 with ti rtos and tm4c129encpdt microcontroller. Right now, I am doing https and other stuffs.

I want to use mqtt that too using AWS IoT sdk. 

Can someone guide me how to start with this?

I have downloaded aws-iot-device-sdk-embedded-c-1.1.1.zip. What I can observer that it's an old sdk on which support for cc3200 was given. How to use this sdk for cc3200? I did not find anything inside this sdk related to cc3200. I downloaded it from https://git.ti.com/cgit/iotdev/aws-iot-device-sdk-embedded-c/refs/tags.

Please let me know.

EDIT I am using cc3100 not cc3200. 

Thanks,

Akhilesh

  • Hey Akhi,

    This repo should have CC3200 support. Keep in mind this is very outdated and is no longer supported. If possible I highly recommend using a CC3220 of CC3235 with our AWS plugin (does not work for CC3200). 

    Jesu

  • Hi Jesu,

    I tried to download the  repo from the above-provided link. After downloaded, it is saying -

    Thanks for being an early adopter, but the party has moved!

    This repository is now obsolete. The development has migrated to this new
    repository, based on Amazon's official AWS IoT repo:

    git.ti.com/.../aws-iot-device-sdk-embedded-c

    We hope to see you there!

    For more information, see:

    This was inside the readme file. And at the latest location, I did not see anything for the cc3200. 

    I understand that the support has been moved for the latest devices cc3220 etc. But I am still using the old one and right now it is hard to move on to the latest one. 

    Please let me know your thoughts.

    EDIT: I am using cc3100 not cc3200

    Akhi

  • Hi Akhi,

    Please refer to this thread for getting started. Please also note, since you're using CC3100 you will have to port this to whatever MCU you're using. There should also be a porting guide document that may provide you some additional guidance in the SDK version mentioned in the thread.

    Jesu