espressif / esp-aws-iot

AWS IoT SDK for ESP32 based chipsets
Apache License 2.0
257 stars 154 forks source link

Query about version of Esp-aws-iot (CA-197) #100

Open YogeshG30 opened 2 years ago

YogeshG30 commented 2 years ago

Dear All,

We are working on BLE Wi-Fi Gateway using ESP32-C3 (ESp32-C3-DevKitM-1).

We are using latest “Esp-aws-iot framework” as below for AWS connectivity and OTA update from AWS. https://github.com/espressif/esp-aws-iot/tree/release/beta Sample code AWS connectivity working well for ESp32-C3-DevKitM-1

As mentioned in “Esp-aws-iot framework” link, the framework is using “aws iot device sdk for embedded c” which is released on March 2021. There is one more version present for “aws iot device sdk for embedded c” released on August 2021.

Our Queries:

  1. As per our study, August 2021 release “aws iot device sdk for embedded c” consist of following additional component. There is not any other change.

    • AWS IoT Fleet Provisioning v1.0.0
    • AWS SigV4 v1.0.0 Is our understanding correct?
  2. We came across “Esp-aws-iot framework” from below article https://www.espressif.com/en/news/LTSrelease

Is there any official page available for “Esp-aws-iot framework” releases on espressif site, then please share with us. If not available, then typically how end user will come to know about release of new framework.

Regards...

Yogesh