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

HomeKit with s132 2.0.0-7.alpha

Hi,

I'm attempting to use Version 2.1.0 of the HomeKit SDK on an nRF52. We're using the s132 SoftDevice 2.0.0-7.alpha (the SoftDevice in the latest nRF5 SDK v11.0.0).

However, I see that this version of the HomeKit SDK requires version 1.0.0-3.alpha of the s132 SoftDevice, which I believe is causing an error when we run it with version 2.0.0-7.alpha.

In particular, the gattdb_init() routine in libnrf52hkble.a is generating an error when attempt to initialize our HomeKit services.

I realize that there are some API changes between 1.0.0-3.alpha and 2.0.0-7.alpha. Would you expect that those API changes are what is causing gattdb_init() to fail?

Any ETA on an update of the HomeKit SDK to work with the latest s132 SoftDevice?

Thanks!

Related