Skip to main content
Visitor II
September 25, 2023
Question

STM32H5 FOTA Implementation

  • September 25, 2023
  • 2 replies
  • 5053 views

Dear All, 

I have NUCLEO-H563ZI Board and willing to incorporate OTA functionality in this board so that we can update the software remotely. 

I have internet facility over Ethernet and working on netxduo and threadX stack. Any example or resource to do OTA would be really helpful to start in that direction.

    This topic has been closed for replies.

    2 replies

    ST Employee
    September 28, 2023

    Hello @priya22 , 

    I recommend this tutorial : 
    STM32WB Getting Started Series: Part 7, Over-the-Air (OTA) - YouTube
    Also you can check this link .

    Hope it helps!
    Foued

    ST Employee
    October 30, 2023

    Hi @priya22 

    Currently, We don't have such a specific example. But just to understand, are you planning to have the OTA using an application Protocol like (HTTP, FTP) or using bare TCP/UDP sockets?

    Regards

    Graduate II
    October 30, 2023

    Ethernet based IAP examples by the sounds of it, but using other stacks not LwIP.