Page 1 of 1

ESP32 AWS Fleet Provisioning with AT Commands Problem

Posted: Mon Oct 09, 2023 8:44 am
by yukselenis
Hello,
We are trying to perform AWS fleet provisioning on an ESP32 C3-Mini using AT commands. When we place the claim certificate in the appropriate directories (esp-at\components\customized_partitions\raw_data) and flash it with ESP-IDF, we can establish a connection without any problems. However, when we embed the same certificate into the ESP32 using the AT+SYSMFG command and then attempt MQTT connection, it fails. Even though we see the exact same string when we embed and read the certificates using AT commands, we still cannot establish a connection. It seems there might be an issue with data format or something else, but we can't figure out what it is. Are we inadvertently altering any structures when we copy and send the certificate text via the terminal?

Any assistance would be greatly appreciated.

Re: ESP32 AWS Fleet Provisioning with AT Commands Problem

Posted: Mon Oct 09, 2023 2:53 pm
by ESP_Sprite
Moving this to the ESP-AT subforum.

Re: ESP32 AWS Fleet Provisioning with AT Commands Problem

Posted: Mon Nov 06, 2023 6:47 am
by esp-at
could you please provide the more details, such as log output. and query certificate information by AT+SYSMFG command (does the two ways return the different certificates?), AT+GMR, etc.

thanks.
~