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.

CC3220SF-LAUNCHXL: Amazon FreeRTOS MQTT example

Part Number: CC3220SF-LAUNCHXL


Hello, I make my bacholar work based on this work.
I need to know, how to use this example. I make in main.c several task. I measure value od Carbon dioxide from I2C and save value to Queue. 

But I don't know, how to use aws_hellow_word example to send this value of Carbon Dioxide to AWS IoT servicevia MQTT. Would you advise me how to proceed?

Thanks you

  • Hi user5017396,

    I suggest you take a look at the AWS IoT plugin:
    processors.wiki.ti.com/.../AWS_IoT_Development

    This plugin integrates with the CC3220 SDK to allow you to easily connect your CC3220 to the AWS IoT service. Once you have one of the examples up and running with your AWS account and a test device, you should be able to integrate your sensing tasks into the AWS example project to achieve your goal.

    Let me know if you further guidance, or have any additional questions.

    Regards,
    Michael
  • Hi Michael,

    I use new Amazon FreeRTOS from AWS console. I taked a look on AWS IoT plugin, and I'm just a little bit confused about it. 

    I was installed AWS SDK. I'm able to use example from SDK, but what would I do, If I want to start FreeRTOS from scratch and want implement some part of SDK to my work?

    Maybe I just dont underestand how its works, because my last work was just some Arduino project, where I dont use such as logic.

    Please could you clarify me, How should I do that?

    Rerards John