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

ANCS compatible?

Hello, I'm using a nRF51822 CEAAB0, SDK 5.0.0 and S110 6.0.0-5.beta to make an Apple ANCS client and for now I'm trying the ble_app_ancs example. I read that CEEAB0 arent compatible with sdk 5.0 and not tested with s110 6.0, but the example works!. Although with some problems like the pairing and connection stability.

The question is: Must I migrate to the newer version of the chip to run the Apple ANCS client? or with this chip version and improving the code I will be able?

Thanks!

  • Hi there,

    First of all I recommend that you upgrade your SDK to 5.1.0, which is the latest version for SD 6.0.0. Also you should use the production-ready version of the 6.0.0 SD, both are available on MyPage.

    Regarding the compatibility of CEAAB0 with the 6.0.0 SD, if you look at the matrix in document nWP-018, you will see that this particular combination is labeled as:

    "v6.x.x will be compatible but not production level tested on these chip variants. See the S110 SoftDevice release notes for more details on features and compatibility."

    That means that, although your example works, this is not production level tested, so even though you can develop on this chip, for mass production of your product you should switch to a more recent IC version that gives you full test coverage. You may experience unexpected problems during your development, such as the ones described in this thread.

    Carles

Related