Page 1 of 1

ESP32-C6 and ESP-AWS-IoT not working

Posted: Mon Jun 05, 2023 1:30 am
by cassianocampes
I started using ESP32 to be able to connect to AWS IoT Core, and it is working fine.
My code connects to a Wifi, and then connects to the AWS IoT Core, where I can publish and subscribe to topics.

However, I am using the same code but setting the target to the ESP32-C6, for which I also have this SoC here.
But, it does not work, the module does not even connect to the Wifi.

I checked on the esp-aws-iot that the ESP32-C6 does not seem to be supported.

Any ideas about that, or any working example of AWS using ESP32-C6?