espressif / esp-aws-iot

AWS IoT SDK for ESP32 based chipsets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

esp-aws-iot vs Amazon FreeRTOS LTS (CA-305)

rbruneau-altyor opened this issue · comments

As amazon-freertos became deprecated, I am wondering what is the current best way to use aws on ESP32 chips.

As far as I know, there are 2 main options, which are:

What option is the best? The question was asked 2 years ago here: https://github.com/espressif/esp-aws-iot/issues/new, but I guess the answer could be different know. What are your advices to begin with an AWS project on ESP32?

use esp-aws-iot implementation would be my answer. I worked with both of these options and configuring FreeRTOS for esp32 is a lot of extra work which espressif people have generously done for us.