espressif / esp-aws-iot

AWS IoT SDK for ESP32 based chipsets
Apache License 2.0
256 stars 153 forks source link

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

Open rbruneau-altyor opened 11 months ago

rbruneau-altyor commented 11 months ago

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?

RajatVardam commented 8 months ago

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.