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!

Parents
  • The current version (2.1.0) of our SDK for homekit is not tested with the latest alpha softdevice releases. So I don't know if this will work, however the big increase in the softdevice version number from 1 to 2 means there is api changes so I don't think the hap library would works just like that.

    A new sdk for homekit version will be released some time after the first production version of the softdevice and SDK is released.

    Note that Homekit is under the MFI program and thus support request should be issued in our private support system, mypage.

Reply
  • The current version (2.1.0) of our SDK for homekit is not tested with the latest alpha softdevice releases. So I don't know if this will work, however the big increase in the softdevice version number from 1 to 2 means there is api changes so I don't think the hap library would works just like that.

    A new sdk for homekit version will be released some time after the first production version of the softdevice and SDK is released.

    Note that Homekit is under the MFI program and thus support request should be issued in our private support system, mypage.

Children
Related