Hi,
the default board of the homekit SDK is PCA10040.
I want to run ble_hk_doorlock_static demo on board PCA10056 , What changes should I need to do?
tool-chain : Keil MDK
Thanks!
Hi,
the default board of the homekit SDK is PCA10040.
I want to run ble_hk_doorlock_static demo on board PCA10056 , What changes should I need to do?
tool-chain : Keil MDK
Thanks!
Hi iovine,
Currently the homekit is by default built for the nRF52832 (PCA10040), while the nRF52840 (PCA10056) is not by default included.
If you want to use the nRF52840, then my suggestion is to check out for instance SDKv15 where both kits are supported, and see the difference in project settings for instance between the two:
\nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_hrs\pca10040
vs.
\nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_hrs\pca10056
Hi iovine,
Currently the homekit is by default built for the nRF52832 (PCA10040), while the nRF52840 (PCA10056) is not by default included.
If you want to use the nRF52840, then my suggestion is to check out for instance SDKv15 where both kits are supported, and see the difference in project settings for instance between the two:
\nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_hrs\pca10040
vs.
\nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_hrs\pca10056