This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Does s332 compatible with nRF51

Hi everyone,

For my project I'm currently using the sdk 10.0.0 (S310 on a nRF51422) and I would like to use the Secure DFU provide by the sdk 12.0.x.

Working on a nRF51422 chip, I would like to know if the sdk 12.0.x (S332) will be supported by the nRF51. If not how can I add the Secure DFU on my project?

Thank you

Parents
  • Hi Shadowsky,

    The nRF51 can't use S332. As far as I know, S310 v3.0 is the last version of ANT+BLE stack for NRF51 that we make.

    If you want to use S310 and secure DFU you would need to port the Secure DFU example for S130 in SDK v12.x to work with S310.

    There will be some work needed, as the API can be a little bit different. But I dont see any reason that it isn't possible to port.

    Let me know if you have any problem porting.

Reply
  • Hi Shadowsky,

    The nRF51 can't use S332. As far as I know, S310 v3.0 is the last version of ANT+BLE stack for NRF51 that we make.

    If you want to use S310 and secure DFU you would need to port the Secure DFU example for S130 in SDK v12.x to work with S310.

    There will be some work needed, as the API can be a little bit different. But I dont see any reason that it isn't possible to port.

    Let me know if you have any problem porting.

Children
Related