HTTPS FOTA File Download for nRF7002-DK Board

I am reaching out to request assistance regarding a FOTA (Firmware Over-The-Air) operation using the HTTPS protocol for my new nRF7002-DK development kit. I have successfully performed FOTA operations using the HTTP protocol with AWS S3 bucket, but due to security reasons, I would like to transition to the more secure HTTPS protocol for my FOTA file downloads.

Given my previous experience with HTTP-based FOTA operations, I understand the basic principles of FOTA, but I am in need of guidance on how to configure and implement HTTPS-based FOTA on the nRF7002-DK board. Specifically, I am seeking information on the necessary steps, configurations, and considerations required to ensure a secure and successful FOTA operation using HTTPS.

I kindly request your support in providing detailed instructions, code snippets, or any relevant documentation that can assist me in achieving HTTPS-based FOTA functionality on my nRF7002-DK board. Any insights on best practices, potential pitfalls, or troubleshooting tips would also be greatly appreciated.

If there are any sample projects, tutorials, or resources available that demonstrate HTTPS FOTA implementation on Nordic development kits, especially the nRF7002-DK, I would be extremely grateful to receive those as well.

Parents
  • Hello,

    If there are any sample projects, tutorials, or resources available that demonstrate HTTPS FOTA implementation on Nordic development kits, especially the nRF7002-DK, I would be extremely grateful to receive those as well.

    There samples you can look at, HTTP application update and HTTP get. The first one runs natively on nRF9160 and the second one runs for nRF7002. You can start with these sample and try to combine the functionality of HTTP application update with the board config of HTTP get. That's the best advice I can give.

Reply
  • Hello,

    If there are any sample projects, tutorials, or resources available that demonstrate HTTPS FOTA implementation on Nordic development kits, especially the nRF7002-DK, I would be extremely grateful to receive those as well.

    There samples you can look at, HTTP application update and HTTP get. The first one runs natively on nRF9160 and the second one runs for nRF7002. You can start with these sample and try to combine the functionality of HTTP application update with the board config of HTTP get. That's the best advice I can give.

Children
Related