2023-09-25 03:28 AM
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.
2023-09-28 07:28 AM
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
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-10-30 03:01 AM
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
2023-10-30 04:57 AM
Ethernet based IAP examples by the sounds of it, but using other stacks not LwIP.