How can I do the FOTA update for the IoT Cloud example on STM32 Discovery kit B-L475E-IOT1A2
- August 20, 2019
- 4 replies
- 1164 views
I have compiled and downloaded the cloud example from package X-CUBE-AWS. I also have an account on AWS and a thing created for my tests (incl. certificates).
When I power up the discovery kit, it is able to connect to the wireless access point and to AWS. I can control the LEDs locally or by issuing the topic from another MQTT publisher. So it seems that everything is working fine. Then I have tried to make a FOTA update wit the FW image uploaded to an S3 bucket on AWS. Here the example has problems when trying to get the first chunk of the FW image from the S3 bucket. It seems to me that it is a configuration problem but I can't find it.
I have added the log received on the terminal. Please cane somebody help me to make the FOTA update working.