nRF52832 OTA with S312

Hi Support Team 

Is there an OTA sample use S312? Is it feasible to implement OTA using S312 in nRF5 SDK? Many thanks.

Parents
  • Hi,

    The S312 can be regarded simply as an S112, but with ANT support. So I can't see any reason why you can use existing samples for S112 for the S312 (though you need to update the ram and flash usage according to S312, and also point to the S312 header files instead of S112). Whether it's enough space to perform OTA will depend on the size of the application, not something I have looked into.

    Kenneth

Reply
  • Hi,

    The S312 can be regarded simply as an S112, but with ANT support. So I can't see any reason why you can use existing samples for S112 for the S312 (though you need to update the ram and flash usage according to S312, and also point to the S312 header files instead of S112). Whether it's enough space to perform OTA will depend on the size of the application, not something I have looked into.

    Kenneth

Children
Related